mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Merge branch 'master' of https://github.com/arduino/Arduino
This commit is contained in:
commit
c60ca96a76
@ -104,14 +104,16 @@ public class Preferences extends javax.swing.JDialog {
|
||||
new Language(tr("Albanian"), "shqip", "sq"),
|
||||
new Language(tr("Arabic"), "العربية", "ar"),
|
||||
new Language(tr("Aragonese"), "Aragonés", "an"),
|
||||
new Language(tr("Basque"), "Euskara", "eu"),
|
||||
new Language(tr("Belarusian"), "Беларуская мова", "be"),
|
||||
new Language(tr("Bulgarian"), "български", "bg"),
|
||||
new Language(tr("Canadian French"), "Canadienne-français", "fr_CA"),
|
||||
new Language(tr("Catalan"), "Català", "ca"),
|
||||
new Language(tr("Chinese Simplified"), "简体中文", "zh_CN"),
|
||||
new Language(tr("Chinese Traditional"), "繁體中文", "zh_TW"),
|
||||
new Language(tr("Chinese (China)"), "简体中文", "zh_CN"),
|
||||
new Language(tr("Chinese (Taiwan) (Big5)"), "", "zh_TW.Big5"),
|
||||
new Language(tr("Chinese (Taiwan)"), "", "zh_TW"),
|
||||
new Language(tr("Croatian"), "Hrvatski", "hr_HR"),
|
||||
new Language(tr("Czech (Czech Republic)"), "český (Czech Republic)", "cs_CZ"),
|
||||
new Language(tr("Danish (Denmark)"), "Dansk (Denmark)", "da_DK"),
|
||||
new Language(tr("Dutch"), "Nederlands", "nl"),
|
||||
new Language(tr("English"), "English", "en"),
|
||||
new Language(tr("English (United Kingdom)"), "English (United Kingdom)", "en_GB"),
|
||||
@ -120,27 +122,26 @@ public class Preferences extends javax.swing.JDialog {
|
||||
new Language(tr("Filipino"), "Pilipino", "fil"),
|
||||
new Language(tr("Finnish"), "Suomi", "fi"),
|
||||
new Language(tr("French"), "Français", "fr"),
|
||||
new Language(tr("Canadian French"), "Canadienne-français", "fr_CA"),
|
||||
new Language(tr("Galician"), "Galego", "gl"),
|
||||
new Language(tr("Galician (Spain)"), "Galego (Spain)", "gl_ES"),
|
||||
new Language(tr("Georgian"), "საქართველოს", "ka_GE"),
|
||||
new Language(tr("German"), "Deutsch", "de_DE"),
|
||||
new Language(tr("Greek"), "ελληνικά", "el_GR"),
|
||||
new Language(tr("Hebrew"), "עברית", "he"),
|
||||
new Language(tr("Hindi"), "हिंदी", "hi"),
|
||||
new Language(tr("Hungarian"), "Magyar", "hu"),
|
||||
new Language(tr("Indonesian"), "Bahasa Indonesia", "id"),
|
||||
new Language(tr("Italian"), "Italiano", "it_IT"),
|
||||
new Language(tr("Japanese"), "日本語", "ja_JP"),
|
||||
new Language(tr("Korean"), "한국어", "ko_KR"),
|
||||
new Language(tr("Latvian"), "Latviešu", "lv_LV"),
|
||||
new Language(tr("Lithuaninan"), "Lietuvių Kalba", "lt_LT"),
|
||||
new Language(tr("Norwegian Bokmål"), "Norsk bokmål", "nb_NO"),
|
||||
new Language(tr("Persian"), "فارسی", "fa"),
|
||||
new Language(tr("Polish"), "Język Polski", "pl"),
|
||||
new Language(tr("Portugese"), "Português", "pt"),
|
||||
new Language(tr("Portuguese (Brazil)"), "Português (Brazil)", "pt_BR"),
|
||||
new Language(tr("Portuguese (Portugal)"), "Português (Portugal)", "pt_PT"),
|
||||
new Language(tr("Romanian"), "Română", "ro"),
|
||||
new Language(tr("Russian"), "Русский", "ru"),
|
||||
new Language(tr("Slovak"), "Slovenčina", "sk"),
|
||||
new Language(tr("Slovenian"), "Slovenščina", "sl_SI"),
|
||||
new Language(tr("Spanish"), "Español", "es"),
|
||||
new Language(tr("Swedish"), "Svenska", "sv"),
|
||||
@ -154,31 +155,18 @@ public class Preferences extends javax.swing.JDialog {
|
||||
new Language(tr("Afrikaans"), "Afrikaans", "af"),
|
||||
new Language(tr("Armenian"), "Հայերեն", "hy"),
|
||||
new Language(tr("Asturian"), "Asturianu", "ast"),
|
||||
new Language(tr("Basque"), "Euskara", "eu"),
|
||||
new Language(tr("Bengali (India)"), "বাংলা (India)", "bn_IN"),
|
||||
new Language(tr("Bosnian"), "Bosanski", "bs"),
|
||||
new Language(tr("Burmese (Myanmar)"), "ဗမာစကား", "my_MM"),
|
||||
new Language(tr("Chinese (China)"), "", "zh_CN"),
|
||||
new Language(tr("Chinese (Hong Kong)"), "", "zh_HK"),
|
||||
new Language(tr("Chinese (Taiwan)"), "", "zh_TW"),
|
||||
new Language(tr("Chinese (Taiwan) (Big5)"), "", "zh_TW.Big5"),
|
||||
new Language(tr("Czech"), "český", "cs"),
|
||||
new Language(tr("Danish"), "Dansk", "da"),
|
||||
new Language(tr("Danish (Denmark)"), "Dansk (Denmark)", "da_DK"),
|
||||
new Language(tr("Dutch (Netherlands)"), "Nederlands", "nl_NL"),
|
||||
new Language(tr("Galician (Spain)"), "Galego (Spain)", "gl_ES"),
|
||||
new Language(tr("Nepali"), "नेपाली", "ne"),
|
||||
new Language(tr("N'Ko"), "ߒߞߏ", "nqo"),
|
||||
new Language(tr("Greek"), "ελληνικά", "el_GR"),
|
||||
new Language(tr("Hungarian"), "Magyar", "hu"),
|
||||
new Language(tr("Lithuaninan"), "Lietuvių Kalba", "lt_LT"),
|
||||
new Language(tr("Marathi"), "मराठी", "mr"),
|
||||
new Language(tr("Malay (Malaysia)"), "بهاس ملايو (Malaysia)", "ms_MY"),
|
||||
new Language(tr("Norwegian"), "Norsk", "no"),
|
||||
new Language(tr("Norwegian Nynorsk"), "Norsk Nynorsk", "nn"),
|
||||
new Language(tr("Portugese"), "Português", "pt"),
|
||||
new Language(tr("Nepali"), "नेपाली", "ne"),
|
||||
new Language(tr("Persian (Iran)"), "فارسی (Iran)", "fa_IR"),
|
||||
new Language(tr("Slovak"), "Slovenčina", "sk"),
|
||||
new Language(tr("Swahili"), "كِسوَهِل", "sw"),
|
||||
new Language(tr("Talossan"), "Talossan", "tzl"),
|
||||
new Language(tr("Urdu (Pakistan)"), "اردو (Pakistan)", "ur_PK"),
|
||||
new Language(tr("Western Frisian"), "Western Frisian", "fy"),
|
||||
new Language(tr("Western Frisian"), "Western Frisian", "fy")
|
||||
};
|
||||
|
||||
this.warningItems = new WarningItem[]{
|
||||
|
@ -1,1791 +0,0 @@
|
||||
# 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:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Bengali (India) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/bn_IN/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: bn_IN\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/mbanzi/arduino-ide-15/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -1,1791 +0,0 @@
|
||||
# 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:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Czech (http\://www.transifex.com/mbanzi/arduino-ide-15/language/cs/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: cs\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1) ? 0 \: (n>\=2 && n<\=4) ? 1 \: 2;\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
@ -18,8 +18,8 @@ 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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"PO-Revision-Date: 2015-09-15 21:33+0000\n"
|
||||
"Last-Translator: Zdeno Sekerák <etrsek@gmail.com>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/mbanzi/arduino-ide-15/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -34,12 +34,12 @@ msgstr " (vyžaduje restart programu Arduino)"
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
#, java-format
|
||||
msgid " Not used: {0}"
|
||||
msgstr ""
|
||||
msgstr " Nepoužitý: {0}"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:525
|
||||
#, java-format
|
||||
msgid " Used: {0}"
|
||||
msgstr ""
|
||||
msgstr " Použitý: {0}"
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
@ -55,7 +55,7 @@ msgstr "(editujte pouze když program Arduino není spuštěn)"
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
msgid "--curdir no longer supported"
|
||||
msgstr ""
|
||||
msgstr "--curdir už není podporován"
|
||||
|
||||
#: ../../../processing/app/Base.java:468
|
||||
msgid ""
|
||||
@ -70,18 +70,18 @@ msgstr ".pde -> .ino"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
msgid "<br/>Update available for some of your {0}boards{1}"
|
||||
msgstr ""
|
||||
msgstr "<br/>Dostupná aktualizace některých tvých {0}desek{1}"
|
||||
|
||||
#: ../../../../../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 ""
|
||||
msgstr "<br/>Dostupná aktualizace některých tvých {0}desek{1} a {2}knihoven{3}"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
|
||||
#, java-format
|
||||
msgid "<br/>Update available for some of your {0}libraries{1}"
|
||||
msgstr ""
|
||||
msgstr "<br/>Dostupná aktualizace některých tvých {0}knihoven{1}"
|
||||
|
||||
#: Editor.java:2053
|
||||
msgid ""
|
||||
@ -115,11 +115,11 @@ msgstr "K dispozici je nová verze Arduina,\nChcete otevřít stránku s novou v
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
msgid "A newer {0} package is available"
|
||||
msgstr ""
|
||||
msgstr "Novější {0} balíček je dostupný"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2307
|
||||
msgid "A subfolder of your sketchbook is not a valid library"
|
||||
msgstr ""
|
||||
msgstr "Podadresář tvých projektů není platná knihovna"
|
||||
|
||||
#: Editor.java:1116
|
||||
msgid "About Arduino"
|
||||
@ -127,7 +127,7 @@ msgstr "O Arduinu"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
msgid "Add .ZIP Library..."
|
||||
msgstr ""
|
||||
msgstr "Přidat .ZIP Knihovnu..."
|
||||
|
||||
#: Editor.java:650
|
||||
msgid "Add File..."
|
||||
@ -135,11 +135,11 @@ msgstr "Přidat soubor..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
|
||||
msgid "Additional Boards Manager URLs"
|
||||
msgstr ""
|
||||
msgstr "Správce dalších desek URL"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
|
||||
msgid "Additional Boards Manager URLs: "
|
||||
msgstr ""
|
||||
msgstr "Správce dalších desek URL:"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:161
|
||||
msgid "Afrikaans"
|
||||
@ -153,7 +153,7 @@ msgstr "Albánština"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:187
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
msgstr "Všechno"
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
msgid ""
|
||||
@ -164,7 +164,7 @@ msgstr "Během opravy kódování souboru se vyskytla chyba.\nNepokoušejte se o
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
|
||||
msgid "An error occurred while updating libraries index!"
|
||||
msgstr ""
|
||||
msgstr "Nastala chyba při aktualizaci indexu knihoven!"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
msgid "An error occurred while uploading the sketch"
|
||||
@ -271,7 +271,7 @@ msgstr "Pro --preferences-file je nutný argument"
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:83
|
||||
#, java-format
|
||||
msgid "Argument required for {0}"
|
||||
msgstr ""
|
||||
msgstr "Vyžadovaný argument pro {0}"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
msgid "Armenian"
|
||||
@ -295,11 +295,11 @@ msgstr "Autoformátování dokončeno."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
msgid "Auto-detect proxy settings"
|
||||
msgstr ""
|
||||
msgstr "Automatická detekce proxy nastavení"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
msgid "Automatic proxy configuration URL:"
|
||||
msgstr ""
|
||||
msgstr "Automatické nastavení konfigurace URL:"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
@ -348,20 +348,20 @@ msgstr "Vývojová deska: "
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
msgid "Boards Manager"
|
||||
msgstr ""
|
||||
msgstr "Manažér Desek"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1320
|
||||
msgid "Boards Manager..."
|
||||
msgstr ""
|
||||
msgstr "Manažér Desek..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
|
||||
msgid "Boards included in this package:"
|
||||
msgstr ""
|
||||
msgstr "Desky zahrnuté v tomto balíku:"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1273
|
||||
#, java-format
|
||||
msgid "Bootloader file specified but missing: {0}"
|
||||
msgstr ""
|
||||
msgstr "Bootloader je specifikován ale chybí soubor: {0}"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
msgid "Bosnian"
|
||||
@ -401,7 +401,7 @@ msgstr "Vypaluji zavaděč na I/O boardu /vývojové desky/ (chvilku to potrvá)
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
msgid "CRC doesn't match. File is corrupted."
|
||||
msgstr ""
|
||||
msgstr "CRC není správny. Soubor je poškozen."
|
||||
|
||||
#: ../../../processing/app/Base.java:379
|
||||
#, java-format
|
||||
@ -468,7 +468,7 @@ msgstr "Činština (tradiční znaky)"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
|
||||
msgid "Click for a list of unofficial boards support URLs"
|
||||
msgstr ""
|
||||
msgstr "Klini na seznam neoficiálne podporovaných desek na URL"
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
msgid "Close"
|
||||
@ -480,7 +480,7 @@ msgstr "Zakomentovat/Odkomentovat"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
msgstr "Varování překladače:"
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
@ -669,7 +669,7 @@ msgstr "Zmenšit odsazení"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
msgstr "Default"
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
@ -694,7 +694,7 @@ msgstr "Zobrazit čísla řádků"
|
||||
msgid ""
|
||||
"Do you want to remove {0}?\n"
|
||||
"If you do so you won't be able to use {0} any more."
|
||||
msgstr ""
|
||||
msgstr "Chceš odstránit {0}?\nJestli to udeláš nebudeš moci používat {0} nic víc."
|
||||
|
||||
#: Editor.java:2064
|
||||
msgid "Don't Save"
|
||||
@ -732,29 +732,29 @@ msgstr "Konec nahrávaní."
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
msgid "Downloaded {0}kb of {1}kb."
|
||||
msgstr ""
|
||||
msgstr "Staženo {0}kb z {1}kb."
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
|
||||
msgid "Downloading boards definitions."
|
||||
msgstr ""
|
||||
msgstr "Stahuji definice desek."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
|
||||
msgid "Downloading libraries index..."
|
||||
msgstr ""
|
||||
msgstr "Stahuji index knihoven..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
|
||||
#, java-format
|
||||
msgid "Downloading library: {0}"
|
||||
msgstr ""
|
||||
msgstr "Stahuji knihovnu: {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
|
||||
msgid "Downloading platforms index..."
|
||||
msgstr ""
|
||||
msgstr "Stahuji index platforem..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
|
||||
#, java-format
|
||||
msgid "Downloading tools ({0}/{1})."
|
||||
msgstr ""
|
||||
msgstr "Stahuji nástroje ({0}/{1})."
|
||||
|
||||
#: Preferences.java:91
|
||||
msgid "Dutch"
|
||||
@ -766,7 +766,7 @@ msgstr "Nizozemština (Nizozemí)"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
msgid "Edison Help"
|
||||
msgstr ""
|
||||
msgstr "Edison Pomoc"
|
||||
|
||||
#: Editor.java:1130
|
||||
msgid "Edit"
|
||||
@ -782,7 +782,7 @@ msgstr "Jazyk editoru: "
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
|
||||
msgid "Enable Code Folding"
|
||||
msgstr ""
|
||||
msgstr "Zapnout Code Folding"
|
||||
|
||||
#: Preferences.java:92
|
||||
msgid "English"
|
||||
@ -795,11 +795,11 @@ msgstr "Angličtina (Velká Británie)"
|
||||
#: ../../../../../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 ""
|
||||
msgstr "Vlož seznam url oddelen čárkou"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
|
||||
msgid "Enter additional URLs, one for each row"
|
||||
msgstr ""
|
||||
msgstr "Vlož další URL, každý na nový řádek"
|
||||
|
||||
#: Editor.java:1062
|
||||
msgid "Environment"
|
||||
@ -822,7 +822,7 @@ msgstr "Chyba kompilace."
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
msgid "Error downloading {0}"
|
||||
msgstr ""
|
||||
msgstr "Chyba stahování {0}"
|
||||
|
||||
#: Base.java:1674
|
||||
msgid "Error getting the Arduino data folder."
|
||||
@ -850,7 +850,7 @@ msgstr "Chyba při otevírání seriového portu ''{0}''."
|
||||
msgid ""
|
||||
"Error opening serial port ''{0}''. Try consulting the documentation at "
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
msgstr "Chyba pri otevření sériového portu ''{0}''. Zkus se podívat na dokumentaci která je na http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
@ -867,7 +867,7 @@ msgstr "Chyba při čtení souboru s nastavením. Prosím smažte (či přesuňt
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:245
|
||||
msgid "Error running post install script"
|
||||
msgstr ""
|
||||
msgstr "Chyba běhu poinštalačního skriptu"
|
||||
|
||||
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
|
||||
msgid "Error starting discovery method: "
|
||||
@ -932,7 +932,7 @@ msgstr "Příklady"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
msgid "Export compiled Binary"
|
||||
msgstr ""
|
||||
msgstr "Export kompilovaného Binaru"
|
||||
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
@ -949,7 +949,7 @@ msgstr "Filipínština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
msgid "Filter your search..."
|
||||
msgstr ""
|
||||
msgstr "Filter tvého hledání..."
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
msgid "Find"
|
||||
@ -988,7 +988,7 @@ msgstr "Uprav kódování a znovu nahraj"
|
||||
msgid ""
|
||||
"For information on installing libraries, see: "
|
||||
"http://www.arduino.cc/en/Guide/Libraries\n"
|
||||
msgstr ""
|
||||
msgstr "Pro informace jak instalovat knihovny se podívej na: http://www.arduino.cc/en/Guide/Libraries\n"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:118
|
||||
#, java-format
|
||||
@ -1013,7 +1013,7 @@ msgstr "Galician (Španělsko)"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1288
|
||||
msgid "Galileo Help"
|
||||
msgstr ""
|
||||
msgstr "Galileo Pomoc"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
msgid "Georgian"
|
||||
@ -1057,7 +1057,7 @@ msgstr "Hindština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
msgid "Host name:"
|
||||
msgstr ""
|
||||
msgstr "Host name:"
|
||||
|
||||
#: Sketch.java:295
|
||||
msgid ""
|
||||
@ -1103,7 +1103,7 @@ msgstr "Přidat knihovnu"
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
msgid "Incorrect IDE installation folder"
|
||||
msgstr ""
|
||||
msgstr "Nesprávný adresář pro instalaci IDE"
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
msgid "Increase Indent"
|
||||
@ -1115,7 +1115,7 @@ msgstr "Indonéština"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
msgid "Initializing packages..."
|
||||
msgstr ""
|
||||
msgstr "Inicializace balíčků..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
|
||||
@ -1124,34 +1124,34 @@ msgstr ""
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:91
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:303
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
msgstr "Instalace"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
|
||||
msgid "Installation completed!"
|
||||
msgstr ""
|
||||
msgstr "Instalace je kompletní!"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
|
||||
msgid "Installed"
|
||||
msgstr ""
|
||||
msgstr "Instalováno"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
msgstr "Instalace desek..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr ""
|
||||
msgstr "Instaluji knihovnu: {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
msgid "Installing tools ({0}/{1})..."
|
||||
msgstr ""
|
||||
msgstr "Instaluji nástroje ({0}/{1})..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
|
||||
msgid "Installing..."
|
||||
msgstr ""
|
||||
msgstr "Instaluji..."
|
||||
|
||||
#: ../../../processing/app/Base.java:1204
|
||||
#, java-format
|
||||
@ -1176,16 +1176,16 @@ msgstr "Lotyština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
msgid "Library Manager"
|
||||
msgstr ""
|
||||
msgstr "Manažér Knihoven"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
msgstr "Knihovna přidána do tvých knihoven. Zkontroluj menu \"Zahrnuté knihovny\""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
msgstr "Knihovna je již instalovaná: {0} verze {1}"
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
@ -1193,7 +1193,7 @@ msgstr "Litevština"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
msgstr "Nahrávam konfiguraci..."
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
@ -1209,7 +1209,7 @@ msgstr "Spravovat knihovny..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
msgid "Manual proxy configuration"
|
||||
msgstr ""
|
||||
msgstr "Manuální nastavení proxy"
|
||||
|
||||
#: Preferences.java:107
|
||||
msgid "Marathi"
|
||||
@ -1229,7 +1229,7 @@ msgstr "Mód není podporován"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
msgstr "Víc"
|
||||
|
||||
#: Preferences.java:449
|
||||
msgid "More preferences can be edited directly in the file"
|
||||
@ -1246,7 +1246,7 @@ msgstr "Vícenásobní soubory nejsou podporováný"
|
||||
#: ../../../processing/app/debug/Compiler.java:520
|
||||
#, java-format
|
||||
msgid "Multiple libraries were found for \"{0}\""
|
||||
msgstr ""
|
||||
msgstr "Byly nalezené násobné knihovny \"{0}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:395
|
||||
msgid "Must specify exactly one sketch file"
|
||||
@ -1266,7 +1266,7 @@ msgstr "Nepálština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
msgstr "Síť"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
msgid "Network ports"
|
||||
@ -1298,7 +1298,7 @@ msgstr "Ne"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
msgid "No authorization data found"
|
||||
msgstr ""
|
||||
msgstr "Nebyla nalezena žádná autorizovaná data"
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
@ -1314,7 +1314,7 @@ msgstr "Nabyly nalezeny žádné parametry pro příkazovou řádku"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:200
|
||||
msgid "No compiled sketch found"
|
||||
msgstr ""
|
||||
msgstr "Nebyl nalezel skompilovaný projekt"
|
||||
|
||||
#: Editor.java:373
|
||||
msgid "No files were added to the sketch."
|
||||
@ -1334,7 +1334,7 @@ msgstr "Žádné parametry"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
msgid "No proxy"
|
||||
msgstr ""
|
||||
msgstr "Bez proxy"
|
||||
|
||||
#: Base.java:541
|
||||
msgid "No really, time for some fresh air for you."
|
||||
@ -1365,7 +1365,7 @@ msgstr "V adresáři {0} byla nalezena neplatná definice hardware."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Žádný"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
@ -1404,7 +1404,7 @@ msgstr "Otevřít"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
msgid "Open Recent"
|
||||
msgstr ""
|
||||
msgstr "Otevřít Předešlé"
|
||||
|
||||
#: Editor.java:2688
|
||||
msgid "Open URL"
|
||||
@ -1440,11 +1440,11 @@ msgstr "Perština (Irán)"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
msgid "Please confirm boards deletion"
|
||||
msgstr ""
|
||||
msgstr "Prosím potvrď zmazání desek"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid "Please confirm library deletion"
|
||||
msgstr ""
|
||||
msgstr "Prosím potvrď zmazání knihoven"
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
msgid "Please import the SPI library from the Sketch > Import Library menu."
|
||||
@ -1469,7 +1469,7 @@ msgstr "Port"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
msgid "Port number:"
|
||||
msgstr ""
|
||||
msgstr "Číslo portu:"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
msgid "Portugese"
|
||||
@ -1489,7 +1489,7 @@ msgstr "Vlastnosti"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
msgid "Preparing boards..."
|
||||
msgstr ""
|
||||
msgstr "Připravuji desky..."
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
@ -1572,17 +1572,17 @@ msgstr "Reference"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "Vymazat"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr ""
|
||||
msgstr "Mažu knihovnu: {0}"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
msgid "Removing..."
|
||||
msgstr ""
|
||||
msgstr "Odstraňuji..."
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
@ -1674,7 +1674,7 @@ msgstr "Vyberte nové umístení pro vaše projekty"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
|
||||
msgid "Select version"
|
||||
msgstr ""
|
||||
msgstr "Výběr verze"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:146
|
||||
msgid "Selected board depends on '{0}' core (not installed)."
|
||||
@ -1682,11 +1682,11 @@ msgstr "Vybraná vývojová deska závisí na jádře '{0}' (neinstalováno)."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:374
|
||||
msgid "Selected board is not available"
|
||||
msgstr ""
|
||||
msgstr "Vybraná deska není dostupná"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:423
|
||||
msgid "Selected library is not available"
|
||||
msgstr ""
|
||||
msgstr "Vybraná knihovna není dostupná"
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
@ -1698,7 +1698,7 @@ msgstr "Seriový monitor"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:804
|
||||
msgid "Serial Plotter"
|
||||
msgstr ""
|
||||
msgstr "Sériový Ploter"
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
@ -1720,7 +1720,7 @@ msgstr "Sériový port"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
msgstr "Nastavení"
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
@ -1823,11 +1823,11 @@ msgstr "Španělština"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
msgid "Specified folder/zip file does not contain a valid library"
|
||||
msgstr ""
|
||||
msgstr "Specifikovaný adresář/zip soubor neobsahuje korektní knihovnu"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:466
|
||||
msgid "Starting..."
|
||||
msgstr ""
|
||||
msgstr "Startuji..."
|
||||
|
||||
#: Base.java:540
|
||||
msgid "Sunshine"
|
||||
@ -1870,7 +1870,7 @@ msgstr "U třídy Client byl změněn název na EthernetClient."
|
||||
msgid ""
|
||||
"The IDE includes an updated {0} package, but you're using an older one.\n"
|
||||
"Do you want to upgrade {0}?"
|
||||
msgstr ""
|
||||
msgstr "IDE obsahuje novější {0} balíček, ale ty používaš verzi starší.\nChceš upgradovat {0}?"
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
msgid "The Server class has been renamed EthernetServer."
|
||||
@ -1951,7 +1951,7 @@ msgstr "Adresář projektů (Sketchbook folder) již neexistuje.\nArduino se pok
|
||||
msgid ""
|
||||
"The specified sketchbook folder contains your copy of the IDE.\n"
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
msgstr "Specifikovaný projektový adresář obsahuje kopii tvého IDE.\nProsím vyber pro svůj projekt jiný adresář."
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
@ -1970,7 +1970,7 @@ msgstr "Tento soubor byl již na toto místo nakopírován\nze kterého jsi jej
|
||||
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 ""
|
||||
msgstr "Táto knihovna není v seznamu Knihoven. Nebudeš ji moci znova sem instalovat.\nJste si jisti, že ji chcete odstranit?"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:467
|
||||
msgid "This report would have more information with"
|
||||
@ -1983,7 +1983,7 @@ msgstr "Čas na přestávku (Break)"
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
msgstr ""
|
||||
msgstr "Nástroj {0} není dostupný pro tvůj operačný systém."
|
||||
|
||||
#: Editor.java:663
|
||||
msgid "Tools"
|
||||
@ -1991,7 +1991,7 @@ msgstr "Nástroje"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
msgid "Topic"
|
||||
msgstr ""
|
||||
msgstr "Téma"
|
||||
|
||||
#: Editor.java:1070
|
||||
msgid "Troubleshooting"
|
||||
@ -2004,7 +2004,7 @@ msgstr "Turečtina"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
msgstr "Typ"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2507
|
||||
msgid "Type board password to access its console"
|
||||
@ -2037,12 +2037,12 @@ msgstr "Nemohu otevřít seriový monitor"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2709
|
||||
msgid "Unable to open serial plotter"
|
||||
msgstr ""
|
||||
msgstr "Nemohu otevřít sériový ploter"
|
||||
|
||||
#: ../../../../../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 ""
|
||||
msgstr "Nemůžu nalézt Arduino.cc pravdepodobne problém se sítí."
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
@ -2063,7 +2063,7 @@ msgstr "Nespecifikovaná platforma, není k dispozici launcher.\nAby bylo možn
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
msgid "Updatable"
|
||||
msgstr ""
|
||||
msgstr "Aktualizovatelné"
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
@ -2075,7 +2075,7 @@ msgstr "Při ukládání aktualizuj příponu souboru projektu (.pde -> .ino)"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
|
||||
msgid "Updating list of installed libraries"
|
||||
msgstr ""
|
||||
msgstr "Aktualizuji seznam instalovaných knihoven"
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
msgid "Upload"
|
||||
@ -2116,12 +2116,12 @@ msgstr "Použít externí editor"
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
msgid "Username:"
|
||||
msgstr ""
|
||||
msgstr "Uživatelské jméno:"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
msgid "Using library {0} at version {1} in folder: {2} {3}"
|
||||
msgstr ""
|
||||
msgstr "Použití knihovny {0} ve verzi {1} v adresáři: {2} {3}"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:94
|
||||
#, java-format
|
||||
@ -2143,33 +2143,33 @@ msgstr "Ověřit kód po nahrátí"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
msgid "Verify/Compile"
|
||||
msgstr ""
|
||||
msgstr "Kontrola/Kompilace"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
msgid "Verifying and uploading..."
|
||||
msgstr ""
|
||||
msgstr "Kontroluji a nahrávám..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
|
||||
msgid "Verifying archive integrity..."
|
||||
msgstr ""
|
||||
msgstr "Kontroluji integritu archivu..."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:454
|
||||
msgid "Verifying..."
|
||||
msgstr ""
|
||||
msgstr "Kontroluji..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
|
||||
#, java-format
|
||||
msgid "Version <b>{0}</b>"
|
||||
msgstr ""
|
||||
msgstr "Verze <b>{0}</b>"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
|
||||
msgid "Version unknown"
|
||||
msgstr ""
|
||||
msgstr "Neznáma verze"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
|
||||
#, java-format
|
||||
msgid "Version {0}"
|
||||
msgstr ""
|
||||
msgstr "Verze {0}"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
msgid "Vietnamese"
|
||||
@ -2194,40 +2194,40 @@ msgstr "Upozornění"
|
||||
msgid ""
|
||||
"Warning: This core does not support exporting sketches. Please consider "
|
||||
"upgrading it or contacting its author"
|
||||
msgstr ""
|
||||
msgstr "Varování: Toto jádro nedovede exportovat projekty. Prosím zvažte upgrade nebo kontaktujte svého dodavatele"
|
||||
|
||||
#: ../../../cc/arduino/utils/ArchiveExtractor.java:197
|
||||
#, java-format
|
||||
msgid "Warning: file {0} links to an absolute path {1}"
|
||||
msgstr ""
|
||||
msgstr "Varování: soubor {0} odkazuje na absolútní cestu {1}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
msgid "Warning: forced trusting untrusted contributions"
|
||||
msgstr ""
|
||||
msgstr "Varování: vynucené použití nedůvěryhodných prvků"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
msgid "Warning: forced untrusted script execution ({0})"
|
||||
msgstr ""
|
||||
msgstr "Varování: vynucené spuštení nedůvěryhodného skriptu ({0})"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
msgid "Warning: non trusted contribution, skipping script execution ({0})"
|
||||
msgstr ""
|
||||
msgstr "Varování: nedůvěryhodný prvek, spuštení skriptu přerušeno ({0})"
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "Varování: platform.txt z jádra '{0}' obsahuje zastaralé {1}, automaticky skonvertované do {2}. Zvažte upgrade tohoto jádra."
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {2}. Consider upgrading this core."
|
||||
msgstr ""
|
||||
msgstr "Varování: platform.txt z jádra '{0}' špatná vlastnost {1}, automaticky nastavená na {2}. Zvažte upgrade tohoto jádra."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
@ -2265,7 +2265,7 @@ msgstr "Soubor s příponou .cpp nesmí mít stejné jméno jako projekt."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2312
|
||||
msgid "You can't import a folder that contains your sketchbook"
|
||||
msgstr ""
|
||||
msgstr "Nelze importovat složku, která obsahuje tvůj projekt"
|
||||
|
||||
#: Sketch.java:421
|
||||
msgid ""
|
||||
@ -2304,13 +2304,13 @@ msgstr "Pro dnešek jste se dostali na limit možných automatických\njmen pro
|
||||
msgid ""
|
||||
"Your copy of the IDE is installed in a subfolder of your settings folder.\n"
|
||||
"Please move the IDE to another folder."
|
||||
msgstr ""
|
||||
msgstr "Tvoje kopie IDE je nainstalována v podsložce složky nastavení.\nProsím přesuň IDE do jiného adresáře."
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "Tvoje kopie IDE je nainstalována v podsložce složky projekty.\nProsím přesuň IDE do jiného adresáře."
|
||||
|
||||
#: Base.java:2638
|
||||
msgid "ZIP files or folders"
|
||||
@ -2407,7 +2407,7 @@ msgstr "povoleno v Soubor > Vlastnosti"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1352
|
||||
msgid "http://www.arduino.cc/"
|
||||
msgstr ""
|
||||
msgstr "http://www.arduino.cc/"
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
msgid "http://www.arduino.cc/en/Main/Software"
|
||||
@ -2448,23 +2448,23 @@ msgstr "nahrávání (upload)"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
||||
msgid "version <b>{0}</b>"
|
||||
msgstr ""
|
||||
msgstr "verze <b>{0}</b>"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2243
|
||||
#, java-format
|
||||
msgid "{0} - {1} | Arduino {2}"
|
||||
msgstr ""
|
||||
msgstr "{0} - {1} | Arduino {2}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
|
||||
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
|
||||
#, java-format
|
||||
msgid "{0} file signature verification failed"
|
||||
msgstr ""
|
||||
msgstr "{0} ověření podpisu souboru se nezdařilo"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
|
||||
#, java-format
|
||||
msgid "{0} file signature verification failed. File ignored."
|
||||
msgstr ""
|
||||
msgstr "{0} ověření podpisu souboru se nezdařilo. Soubor byl ignorován."
|
||||
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
@ -2474,7 +2474,7 @@ msgstr "{0} souborů přidáno ke skice"
|
||||
#: ../../../../../app/src/processing/app/Base.java:1201
|
||||
#, java-format
|
||||
msgid "{0} libraries"
|
||||
msgstr ""
|
||||
msgstr "{0} knihovny"
|
||||
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
|
@ -13,18 +13,18 @@
|
||||
# Michal Ko\u010der <mcha@4makers.cz>, 2013-2014
|
||||
# Ondrej Novy <novy@ondrej.org>, 2015
|
||||
# Zdeno Seker\u00e1k <etrsek@gmail.com>, 2015
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Czech (Czech Republic) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/cs_CZ/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: cs_CZ\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1) ? 0 \: (n>\=2 && n<\=4) ? 1 \: 2;\n
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-09-15 21\:33+0000\nLast-Translator\: Zdeno Seker\u00e1k <etrsek@gmail.com>\nLanguage-Team\: Czech (Czech Republic) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/cs_CZ/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: cs_CZ\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1) ? 0 \: (n>\=2 && n<\=4) ? 1 \: 2;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (vy\u017eaduje restart programu Arduino)
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
#, java-format
|
||||
!\ Not\ used\:\ {0}=
|
||||
\ Not\ used\:\ {0}=\ Nepou\u017eit\u00fd\: {0}
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:525
|
||||
#, java-format
|
||||
!\ Used\:\ {0}=
|
||||
\ Used\:\ {0}=\ Pou\u017eit\u00fd\: {0}
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo='Keyboard' je podporov\u00e1no pouze u Arduino Leonardo
|
||||
@ -36,7 +36,7 @@
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(editujte pouze kdy\u017e program Arduino nen\u00ed spu\u0161t\u011bn)
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
!--curdir\ no\ longer\ supported=
|
||||
--curdir\ no\ longer\ supported=--curdir u\u017e nen\u00ed podporov\u00e1n
|
||||
|
||||
#: ../../../processing/app/Base.java:468
|
||||
--verbose,\ --verbose-upload\ and\ --verbose-build\ can\ only\ be\ used\ together\ with\ --verify\ or\ --upload=--verbose, --verbose-upload a --verbose-build m\u016f\u017ee b\u00fdt pou\u017eito jenom spole\u010dne s --verify nebo --upload
|
||||
@ -46,15 +46,15 @@
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
!<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=<br/>Dostupn\u00e1 aktualizace n\u011bkter\u00fdch tv\u00fdch {0}desek{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}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}\ and\ {2}libraries{3}=<br/>Dostupn\u00e1 aktualizace n\u011bkter\u00fdch tv\u00fdch {0}desek{1} a {2}knihoven{3}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
|
||||
#, java-format
|
||||
!<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=<br/>Dostupn\u00e1 aktualizace n\u011bkter\u00fdch tv\u00fdch {0}knihoven{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.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Chcete p\u0159ed ukon\u010den\u00edm ulo\u017eit zm\u011bny<BR> provedn\u00e9 v projektu?</b><p>Neulo\u017e\u00edte-li je v\u0161echny zm\u011bny budou nen\u00e1vratn\u011b ztraceny.
|
||||
@ -76,25 +76,25 @@ A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
!A\ newer\ {0}\ package\ is\ available=
|
||||
A\ newer\ {0}\ package\ is\ available=Nov\u011bj\u0161\u00ed {0} bal\u00ed\u010dek je dostupn\u00fd
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2307
|
||||
!A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=
|
||||
A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=Podadres\u00e1\u0159 tv\u00fdch projekt\u016f nen\u00ed platn\u00e1 knihovna
|
||||
|
||||
#: Editor.java:1116
|
||||
About\ Arduino=O Arduinu
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
!Add\ .ZIP\ Library...=
|
||||
Add\ .ZIP\ Library...=P\u0159idat .ZIP Knihovnu...
|
||||
|
||||
#: Editor.java:650
|
||||
Add\ File...=P\u0159idat soubor...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
|
||||
!Additional\ Boards\ Manager\ URLs=
|
||||
Additional\ Boards\ Manager\ URLs=Spr\u00e1vce dal\u0161\u00edch desek URL
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
|
||||
!Additional\ Boards\ Manager\ URLs\:\ =
|
||||
Additional\ Boards\ Manager\ URLs\:\ =Spr\u00e1vce dal\u0161\u00edch desek URL\:
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:161
|
||||
Afrikaans=Afrik\u00e1n\u0161tina
|
||||
@ -105,13 +105,13 @@ Albanian=Alb\u00e1n\u0161tina
|
||||
#: ../../../../../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=
|
||||
All=V\u0161echno
|
||||
|
||||
#: 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=B\u011bhem opravy k\u00f3dov\u00e1n\u00ed souboru se vyskytla chyba.\nNepokou\u0161ejte se o ulo\u017een\u00ed tohot projektu, abyste nep\u0159epsali\np\u016fvodn\u00ed verzi. Pou\u017eijte Otev\u0159\u00edt k znovuotev\u0159en\u00ed projektu a zkuste to znovu.\n
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
|
||||
!An\ error\ occurred\ while\ updating\ libraries\ index\!=
|
||||
An\ error\ occurred\ while\ updating\ libraries\ index\!=Nastala chyba p\u0159i aktualizaci indexu knihoven\!
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
An\ error\ occurred\ while\ uploading\ the\ sketch=Nastala chyba p\u0159i nahr\u00e1van\u00ed projektu.
|
||||
@ -185,7 +185,7 @@ Argument\ required\ for\ --preferences-file=Pro --preferences-file je nutn\u00fd
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:76
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:83
|
||||
#, java-format
|
||||
!Argument\ required\ for\ {0}=
|
||||
Argument\ required\ for\ {0}=Vy\u017eadovan\u00fd argument pro {0}
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
Armenian=Arm\u00e9n\u0161tina
|
||||
@ -203,10 +203,10 @@ Auto\ Format=Automatick\u00e9 form\u00e1tov\u00e1n\u00ed
|
||||
Auto\ Format\ finished.=Autoform\u00e1tov\u00e1n\u00ed dokon\u010deno.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
!Auto-detect\ proxy\ settings=
|
||||
Auto-detect\ proxy\ settings=Automatick\u00e1 detekce proxy nastaven\u00ed
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
!Automatic\ proxy\ configuration\ URL\:=
|
||||
Automatic\ proxy\ configuration\ URL\:=Automatick\u00e9 nastaven\u00ed konfigurace URL\:
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=Automatick\u00e9 scrollov\u00e1n\u00ed
|
||||
@ -242,17 +242,17 @@ Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-se
|
||||
Board\:\ =V\u00fdvojov\u00e1 deska\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Boards\ Manager=
|
||||
Boards\ Manager=Mana\u017e\u00e9r Desek
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1320
|
||||
!Boards\ Manager...=
|
||||
Boards\ Manager...=Mana\u017e\u00e9r Desek...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
|
||||
!Boards\ included\ in\ this\ package\:=
|
||||
Boards\ included\ in\ this\ package\:=Desky zahrnut\u00e9 v tomto bal\u00edku\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1273
|
||||
#, java-format
|
||||
!Bootloader\ file\ specified\ but\ missing\:\ {0}=
|
||||
Bootloader\ file\ specified\ but\ missing\:\ {0}=Bootloader je specifikov\u00e1n ale chyb\u00ed soubor\: {0}
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
Bosnian=Bosen\u0161tina
|
||||
@ -282,7 +282,7 @@ Burn\ Bootloader=Vyp\u00e1lit zavad\u011b\u010d
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Vypaluji zavad\u011b\u010d na I/O boardu /v\u00fdvojov\u00e9 desky/ (chvilku to potrv\u00e1)...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
!CRC\ doesn't\ match.\ File\ is\ corrupted.=
|
||||
CRC\ doesn't\ match.\ File\ is\ corrupted.=CRC nen\u00ed spr\u00e1vny. Soubor je po\u0161kozen.
|
||||
|
||||
#: ../../../processing/app/Base.java:379
|
||||
#, java-format
|
||||
@ -333,7 +333,7 @@ Chinese\ Simplified=\u010c\u00edn\u0161tina (zjednodu\u0161en\u00e9 znaky)
|
||||
Chinese\ Traditional=\u010cin\u0161tina (tradi\u010dn\u00ed znaky)
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
|
||||
!Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=
|
||||
Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=Klini na seznam neofici\u00e1lne podporovan\u00fdch desek na URL
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
Close=Zav\u0159\u00edt
|
||||
@ -342,7 +342,7 @@ Close=Zav\u0159\u00edt
|
||||
Comment/Uncomment=Zakomentovat/Odkomentovat
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
Compiler\ warnings\:\ =Varov\u00e1n\u00ed p\u0159eklada\u010de\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Kompiluji projekt...
|
||||
@ -477,7 +477,7 @@ Danish\ (Denmark)=D\u00e1n\u0161tina (D\u00e1nsko)
|
||||
Decrease\ Indent=Zmen\u0161it odsazen\u00ed
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
Default=Default
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Smazat
|
||||
@ -493,7 +493,7 @@ Display\ line\ numbers=Zobrazit \u010d\u00edsla \u0159\u00e1dk\u016f
|
||||
|
||||
#: ../../../../../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.=
|
||||
Do\ you\ want\ to\ remove\ {0}?\nIf\ you\ do\ so\ you\ won't\ be\ able\ to\ use\ {0}\ any\ more.=Chce\u0161 odstr\u00e1nit {0}?\nJestli to udel\u00e1\u0161 nebude\u0161 moci pou\u017e\u00edvat {0} nic v\u00edc.
|
||||
|
||||
#: Editor.java:2064
|
||||
Don't\ Save=Neukl\u00e1dat
|
||||
@ -522,24 +522,24 @@ Done\ uploading.=Konec nahr\u00e1van\u00ed.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
!Downloaded\ {0}kb\ of\ {1}kb.=
|
||||
Downloaded\ {0}kb\ of\ {1}kb.=Sta\u017eeno {0}kb z {1}kb.
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
|
||||
!Downloading\ boards\ definitions.=
|
||||
Downloading\ boards\ definitions.=Stahuji definice desek.
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
|
||||
!Downloading\ libraries\ index...=
|
||||
Downloading\ libraries\ index...=Stahuji index knihoven...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
|
||||
#, java-format
|
||||
!Downloading\ library\:\ {0}=
|
||||
Downloading\ library\:\ {0}=Stahuji knihovnu\: {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
|
||||
!Downloading\ platforms\ index...=
|
||||
Downloading\ platforms\ index...=Stahuji index platforem...
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
|
||||
#, java-format
|
||||
!Downloading\ tools\ ({0}/{1}).=
|
||||
Downloading\ tools\ ({0}/{1}).=Stahuji n\u00e1stroje ({0}/{1}).
|
||||
|
||||
#: Preferences.java:91
|
||||
Dutch=Nizozem\u0161tina
|
||||
@ -548,7 +548,7 @@ Dutch=Nizozem\u0161tina
|
||||
Dutch\ (Netherlands)=Nizozem\u0161tina (Nizozem\u00ed)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
!Edison\ Help=
|
||||
Edison\ Help=Edison Pomoc
|
||||
|
||||
#: Editor.java:1130
|
||||
Edit=\u00dapravy
|
||||
@ -560,7 +560,7 @@ Editor\ font\ size\:\ =Velikost fontu editoru\:
|
||||
Editor\ language\:\ =Jazyk editoru\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
|
||||
!Enable\ Code\ Folding=
|
||||
Enable\ Code\ Folding=Zapnout Code Folding
|
||||
|
||||
#: Preferences.java:92
|
||||
English=Angli\u010dtina
|
||||
@ -570,10 +570,10 @@ English\ (United\ Kingdom)=Angli\u010dtina (Velk\u00e1 Brit\u00e1nie)
|
||||
|
||||
#: ../../../../../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=
|
||||
Enter\ a\ comma\ separated\ list\ of\ urls=Vlo\u017e seznam url oddelen \u010d\u00e1rkou
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
|
||||
!Enter\ additional\ URLs,\ one\ for\ each\ row=
|
||||
Enter\ additional\ URLs,\ one\ for\ each\ row=Vlo\u017e dal\u0161\u00ed URL, ka\u017ed\u00fd na nov\u00fd \u0159\u00e1dek
|
||||
|
||||
#: Editor.java:1062
|
||||
Environment=Prost\u0159ed\u00ed
|
||||
@ -591,7 +591,7 @@ Error\ compiling.=Chyba kompilace.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
!Error\ downloading\ {0}=
|
||||
Error\ downloading\ {0}=Chyba stahov\u00e1n\u00ed {0}
|
||||
|
||||
#: Base.java:1674
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=Chyba v p\u0159istupu do datov\u00e9ho adres\u00e1\u0159e Arduina.
|
||||
@ -612,7 +612,7 @@ Error\ opening\ serial\ port\ ''{0}''.=Chyba p\u0159i otev\u00edr\u00e1n\u00ed s
|
||||
|
||||
#: ../../../processing/app/Serial.java:119
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Chyba pri otev\u0159en\u00ed s\u00e9riov\u00e9ho portu ''{0}''. Zkus se pod\u00edvat na dokumentaci kter\u00e1 je na http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Chyba p\u0159i \u010dten\u00ed nastaven\u00ed
|
||||
@ -624,7 +624,7 @@ Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ r
|
||||
#: ../../../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=
|
||||
Error\ running\ post\ install\ script=Chyba b\u011bhu poin\u0161tala\u010dn\u00edho skriptu
|
||||
|
||||
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
|
||||
Error\ starting\ discovery\ method\:\ =Chyba na po\u010d\u00e1tku discovery metody\:
|
||||
@ -674,7 +674,7 @@ Estonian\ (Estonia)=Est\u00f3n\u0161tina (Est\u00f3nsko)
|
||||
Examples=P\u0159\u00edklady
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
!Export\ compiled\ Binary=
|
||||
Export\ compiled\ Binary=Export kompilovan\u00e9ho Binaru
|
||||
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
@ -687,7 +687,7 @@ File=Soubor
|
||||
Filipino=Filip\u00edn\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
!Filter\ your\ search...=
|
||||
Filter\ your\ search...=Filter tv\u00e9ho hled\u00e1n\u00ed...
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
Find=Najdi
|
||||
@ -715,7 +715,7 @@ Finnish=Fin\u0161tina
|
||||
Fix\ Encoding\ &\ Reload=Uprav k\u00f3dov\u00e1n\u00ed a znovu nahraj
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:318
|
||||
!For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=
|
||||
For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=Pro informace jak instalovat knihovny se pod\u00edvej na\: http\://www.arduino.cc/en/Guide/Libraries\n
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:118
|
||||
#, java-format
|
||||
@ -734,7 +734,7 @@ Galician=Galicij\u0161tina
|
||||
Galician\ (Spain)=Galician (\u0160pan\u011blsko)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1288
|
||||
!Galileo\ Help=
|
||||
Galileo\ Help=Galileo Pomoc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
Georgian=Gruz\u00edn\u0161tina
|
||||
@ -766,7 +766,7 @@ Help=N\u00e1pov\u011bda
|
||||
Hindi=Hind\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
!Host\ name\:=
|
||||
Host\ name\:=Host name\:
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Co takhle projekt nejprve ulo\u017eit\nne\u017e mu budeme m\u011bnit jm\u00e9no?
|
||||
@ -794,7 +794,7 @@ Include\ Library=P\u0159idat knihovnu
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
!Incorrect\ IDE\ installation\ folder=
|
||||
Incorrect\ IDE\ installation\ folder=Nespr\u00e1vn\u00fd adres\u00e1\u0159 pro instalaci IDE
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
Increase\ Indent=Zv\u011bt\u0161it odsazen\u00ed
|
||||
@ -803,7 +803,7 @@ Increase\ Indent=Zv\u011bt\u0161it odsazen\u00ed
|
||||
Indonesian=Indon\u00e9\u0161tina
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
!Initializing\ packages...=
|
||||
Initializing\ packages...=Inicializace bal\u00ed\u010dk\u016f...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
|
||||
@ -811,28 +811,28 @@ Indonesian=Indon\u00e9\u0161tina
|
||||
#: ../../../../../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=
|
||||
Install=Instalace
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
|
||||
!Installation\ completed\!=
|
||||
Installation\ completed\!=Instalace je kompletn\u00ed\!
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
|
||||
!Installed=
|
||||
Installed=Instalov\u00e1no
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
Installing\ boards...=Instalace desek...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
Installing\ library\:\ {0}=Instaluji knihovnu\: {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
!Installing\ tools\ ({0}/{1})...=
|
||||
Installing\ tools\ ({0}/{1})...=Instaluji n\u00e1stroje ({0}/{1})...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
|
||||
!Installing...=
|
||||
Installing...=Instaluji...
|
||||
|
||||
#: ../../../processing/app/Base.java:1204
|
||||
#, java-format
|
||||
@ -851,20 +851,20 @@ Korean=Korej\u0161tina
|
||||
Latvian=Loty\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
!Library\ Manager=
|
||||
Library\ Manager=Mana\u017e\u00e9r Knihoven
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Knihovna p\u0159id\u00e1na do tv\u00fdch knihoven. Zkontroluj menu "Zahrnut\u00e9 knihovny"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Knihovna je ji\u017e instalovan\u00e1\: {0} verze {1}
|
||||
|
||||
#: Preferences.java:106
|
||||
Lithuaninan=Litev\u0161tina
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
Loading\ configuration...=Nahr\u00e1vam konfiguraci...
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
Low\ memory\ available,\ stability\ problems\ may\ occur.=M\u00e1la dostupn\u00e9 pam\u011bti, m\u00fa\u017eou nastat probl\u00e9my se stabilitou.
|
||||
@ -876,7 +876,7 @@ Malay\ (Malaysia)=Malaj\u0161tina (Malajsie)
|
||||
Manage\ Libraries...=Spravovat knihovny...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
!Manual\ proxy\ configuration=
|
||||
Manual\ proxy\ configuration=Manu\u00e1ln\u00ed nastaven\u00ed proxy
|
||||
|
||||
#: Preferences.java:107
|
||||
Marathi=Mar\u00e1th\u0161tina
|
||||
@ -891,7 +891,7 @@ Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=Chyb\u00ed ukon\u010duj
|
||||
Mode\ not\ supported=M\u00f3d nen\u00ed podporov\u00e1n
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
|
||||
!More=
|
||||
More=V\u00edc
|
||||
|
||||
#: Preferences.java:449
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=Dal\u0161\u00ed volby mohou b\u00fdt m\u011bn\u011bny p\u0159\u00edmo v souboru
|
||||
@ -904,7 +904,7 @@ Multiple\ files\ not\ supported=V\u00edcen\u00e1sobn\u00ed soubory nejsou podpor
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:520
|
||||
#, java-format
|
||||
!Multiple\ libraries\ were\ found\ for\ "{0}"=
|
||||
Multiple\ libraries\ were\ found\ for\ "{0}"=Byly nalezen\u00e9 n\u00e1sobn\u00e9 knihovny "{0}"
|
||||
|
||||
#: ../../../processing/app/Base.java:395
|
||||
Must\ specify\ exactly\ one\ sketch\ file=Mus\u00edte ozna\u010dit pr\u00e1v\u011b jeden soubor s projektem
|
||||
@ -919,7 +919,7 @@ Name\ for\ new\ file\:=Jm\u00e9no nov\u00e9ho souboru\:
|
||||
Nepali=Nep\u00e1l\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
!Network=
|
||||
Network=S\u00ed\u0165
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
Network\ ports=S\u00ed\u0165ov\u00fd port
|
||||
@ -943,7 +943,7 @@ Next\ Tab=N\u00e1sleduj\u00edc\u00ed Z\u00e1lo\u017eka
|
||||
No=Ne
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
!No\ authorization\ data\ found=
|
||||
No\ authorization\ data\ found=Nebyla nalezena \u017e\u00e1dn\u00e1 autorizovan\u00e1 data
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=Nem\u00e1te vybr\u00e1n model v\u00fdvojov\u00e9 desky (boardu); vyberte model boardu v N\u00e1stroje (Tools) > Board
|
||||
@ -955,7 +955,7 @@ No\ changes\ necessary\ for\ Auto\ Format.=Pro autoform\u00e1tov\u00e1n\u00ed ne
|
||||
No\ command\ line\ parameters\ found=Nabyly nalezeny \u017e\u00e1dn\u00e9 parametry pro p\u0159\u00edkazovou \u0159\u00e1dku
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:200
|
||||
!No\ compiled\ sketch\ found=
|
||||
No\ compiled\ sketch\ found=Nebyl nalezel skompilovan\u00fd projekt
|
||||
|
||||
#: Editor.java:373
|
||||
No\ files\ were\ added\ to\ the\ sketch.=K projektu nebyly p\u0159id\u00e1ny \u017e\u00e1dn\u00e9 soubory.
|
||||
@ -970,7 +970,7 @@ No\ line\ ending=Chybn\u00fd konec \u0159\u00e1dky
|
||||
No\ parameters=\u017d\u00e1dn\u00e9 parametry
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
!No\ proxy=
|
||||
No\ proxy=Bez proxy
|
||||
|
||||
#: Base.java:541
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=Opravdu, p\u0159i\u0161el v\u00e1\u0161 \u010das na trocha \u010derstv\u00e9ho vzduchu.
|
||||
@ -994,7 +994,7 @@ No\ valid\ code\ files\ found=Nebyly nalezeny soubory obsahuj\u00edc\u00ed valid
|
||||
No\ valid\ hardware\ definitions\ found\ in\ folder\ {0}.=V adres\u00e1\u0159i {0} byla nalezena neplatn\u00e1 definice hardware.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
|
||||
!None=
|
||||
None=\u017d\u00e1dn\u00fd
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
Norwegian=Nor\u0161tina
|
||||
@ -1022,7 +1022,7 @@ Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=Jenom --verify, --uplo
|
||||
Open=Otev\u0159\u00edt
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
!Open\ Recent=
|
||||
Open\ Recent=Otev\u0159\u00edt P\u0159ede\u0161l\u00e9
|
||||
|
||||
#: Editor.java:2688
|
||||
Open\ URL=Otev\u0159i URL
|
||||
@ -1049,10 +1049,10 @@ Persian=Per\u0161tina
|
||||
Persian\ (Iran)=Per\u0161tina (Ir\u00e1n)
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
!Please\ confirm\ boards\ deletion=
|
||||
Please\ confirm\ boards\ deletion=Pros\u00edm potvr\u010f zmaz\u00e1n\u00ed desek
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!Please\ confirm\ library\ deletion=
|
||||
Please\ confirm\ library\ deletion=Pros\u00edm potvr\u010f zmaz\u00e1n\u00ed knihoven
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Pros\u00edm importujte knihovnu SPI z Projekt\u016f (Sketch) > Import knihovny (Import Library).
|
||||
@ -1071,7 +1071,7 @@ Polish=Pol\u0161tina
|
||||
Port=Port
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
Port\ number\:=\u010c\u00edslo portu\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
Portugese=Portugal\u0161tina
|
||||
@ -1086,7 +1086,7 @@ Portuguese\ (Portugal)=Portugal\u0161tina (Portugalsko)
|
||||
Preferences=Vlastnosti
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
!Preparing\ boards...=
|
||||
Preparing\ boards...=P\u0159ipravuji desky...
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
Previous=P\u0159edchoz\u00ed
|
||||
@ -1147,15 +1147,15 @@ Redo=Znovu
|
||||
Reference=Reference
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
Remove=Vymazat
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
Removing\ library\:\ {0}=Ma\u017eu knihovnu\: {0}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
!Removing...=
|
||||
Removing...=Odstra\u0148uji...
|
||||
|
||||
#: EditorHeader.java:300
|
||||
Rename=P\u0159ejmenovat
|
||||
@ -1225,16 +1225,16 @@ Select\ new\ sketchbook\ location=Vyberte nov\u00e9 um\u00edsten\u00ed pro va\u0
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
|
||||
!Select\ version=
|
||||
Select\ version=V\u00fdb\u011br verze
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:146
|
||||
Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Vybran\u00e1 v\u00fdvojov\u00e1 deska z\u00e1vis\u00ed na j\u00e1d\u0159e '{0}' (neinstalov\u00e1no).
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:374
|
||||
!Selected\ board\ is\ not\ available=
|
||||
Selected\ board\ is\ not\ available=Vybran\u00e1 deska nen\u00ed dostupn\u00e1
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:423
|
||||
!Selected\ library\ is\ not\ available=
|
||||
Selected\ library\ is\ not\ available=Vybran\u00e1 knihovna nen\u00ed dostupn\u00e1
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
Send=Po\u0161li
|
||||
@ -1243,7 +1243,7 @@ Send=Po\u0161li
|
||||
Serial\ Monitor=Seriov\u00fd monitor
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:804
|
||||
!Serial\ Plotter=
|
||||
Serial\ Plotter=S\u00e9riov\u00fd Ploter
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
@ -1257,7 +1257,7 @@ Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?
|
||||
Serial\ ports=S\u00e9riov\u00fd port
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
!Settings=
|
||||
Settings=Nastaven\u00ed
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=Probl\u00e9m s Nastaven\u00edm
|
||||
@ -1328,10 +1328,10 @@ Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=Pardon, projekt
|
||||
Spanish=\u0160pan\u011bl\u0161tina
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
!Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=
|
||||
Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=Specifikovan\u00fd adres\u00e1\u0159/zip soubor neobsahuje korektn\u00ed knihovnu
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:466
|
||||
!Starting...=
|
||||
Starting...=Startuji...
|
||||
|
||||
#: Base.java:540
|
||||
Sunshine=Slunceee\!
|
||||
@ -1362,7 +1362,7 @@ The\ Client\ class\ has\ been\ renamed\ EthernetClient.=U t\u0159\u00eddy Client
|
||||
|
||||
#: ../../../../../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}?=
|
||||
The\ IDE\ includes\ an\ updated\ {0}\ package,\ but\ you're\ using\ an\ older\ one.\nDo\ you\ want\ to\ upgrade\ {0}?=IDE obsahuje nov\u011bj\u0161\u00ed {0} bal\u00ed\u010dek, ale ty pou\u017e\u00edva\u0161 verzi star\u0161\u00ed.\nChce\u0161 upgradovat {0}?
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=U t\u0159\u00eddy Server byl zm\u011bn\u011bn n\u00e1zev na EthernetServer.
|
||||
@ -1401,7 +1401,7 @@ The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof
|
||||
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.=Adres\u00e1\u0159 projekt\u016f (Sketchbook folder) ji\u017e neexistuje.\nArduino se pokus\u00ed p\u0159epnout do defaultn\u00edho um\u00edst\u011bn\u00ed projektov\u00e9ho adres\u00e1\u0159e\na adres\u00e1\u0159 pro projekty (Sketchbook) vytvo\u0159\u00ed na tomto m\u00edst\u011b.\nArduino pak o sob\u011b p\u0159estane mluvit \nve t\u0159et\u00ed osob\u011b.
|
||||
|
||||
#: ../../../../../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.=
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Specifikovan\u00fd projektov\u00fd adres\u00e1\u0159 obsahuje kopii tv\u00e9ho IDE.\nPros\u00edm vyber pro sv\u016fj projekt jin\u00fd adres\u00e1\u0159.
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=V souboru platform.txt od poskytovatele t\u0159et\u00edch stran nen\u00ed definov\u00e1no compiler.path. Oznamte to pros\u00edm spr\u00e1vci hardwaru t\u0159et\u00edch stran.
|
||||
@ -1410,7 +1410,7 @@ Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ th
|
||||
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=Tento soubor byl ji\u017e na toto m\u00edsto nakop\u00edrov\u00e1n\nze kter\u00e9ho jsi jej zkou\u0161el p\u0159idat.\nNemohu to ud\u011blat.
|
||||
|
||||
#: ../../../../../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?=
|
||||
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?=T\u00e1to knihovna nen\u00ed v seznamu Knihoven. Nebude\u0161 ji moci znova sem instalovat.\nJste si jisti, \u017ee ji chcete odstranit?
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:467
|
||||
This\ report\ would\ have\ more\ information\ with=Tento v\u00fdpis by m\u011bl v\u00edce informac\u00ed s
|
||||
@ -1420,13 +1420,13 @@ Time\ for\ a\ Break=\u010cas na p\u0159est\u00e1vku (Break)
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=N\u00e1stroj {0} nen\u00ed dostupn\u00fd pro tv\u016fj opera\u010dn\u00fd syst\u00e9m.
|
||||
|
||||
#: Editor.java:663
|
||||
Tools=N\u00e1stroje
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
!Topic=
|
||||
Topic=T\u00e9ma
|
||||
|
||||
#: Editor.java:1070
|
||||
Troubleshooting=\u0158e\u0161en\u00ed probl\u00e9m\u016f - Troubleshooting
|
||||
@ -1436,7 +1436,7 @@ Turkish=Ture\u010dtina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
!Type=
|
||||
Type=Typ
|
||||
|
||||
#: ../../../processing/app/Editor.java:2507
|
||||
Type\ board\ password\ to\ access\ its\ console=Zadejte p\u0159\u00edstupov\u00e9 heslo ke konsoli v\u00fdvojov\u00e9 desky
|
||||
@ -1461,11 +1461,11 @@ Unable\ to\ connect\:\ wrong\ password?=Nemohu se p\u0159ipojit\: \u0161patn\u00
|
||||
Unable\ to\ open\ serial\ monitor=Nemohu otev\u0159\u00edt seriov\u00fd monitor
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2709
|
||||
!Unable\ to\ open\ serial\ plotter=
|
||||
Unable\ to\ open\ serial\ plotter=Nemohu otev\u0159\u00edt s\u00e9riov\u00fd ploter
|
||||
|
||||
#: ../../../../../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.=
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Nem\u016f\u017eu nal\u00e9zt Arduino.cc pravdepodobne probl\u00e9m se s\u00edt\u00ed.
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
@ -1479,7 +1479,7 @@ Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
!Updatable=
|
||||
Updatable=Aktualizovateln\u00e9
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
Update=Aktualizovat
|
||||
@ -1488,7 +1488,7 @@ Update=Aktualizovat
|
||||
Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=P\u0159i ukl\u00e1d\u00e1n\u00ed aktualizuj p\u0159\u00edponu souboru projektu (.pde -> .ino)
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
|
||||
!Updating\ list\ of\ installed\ libraries=
|
||||
Updating\ list\ of\ installed\ libraries=Aktualizuji seznam instalovan\u00fdch knihoven
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
Upload=Nahr\u00e1t
|
||||
@ -1519,11 +1519,11 @@ Use\ external\ editor=Pou\u017e\u00edt extern\u00ed editor
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
!Username\:=
|
||||
Username\:=U\u017eivatelsk\u00e9 jm\u00e9no\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
!Using\ library\ {0}\ at\ version\ {1}\ in\ folder\:\ {2}\ {3}=
|
||||
Using\ library\ {0}\ at\ version\ {1}\ in\ folder\:\ {2}\ {3}=Pou\u017eit\u00ed knihovny {0} ve verzi {1} v adres\u00e1\u0159i\: {2} {3}
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:94
|
||||
#, java-format
|
||||
@ -1540,27 +1540,27 @@ Verify=Ov\u011b\u0159it
|
||||
Verify\ code\ after\ upload=Ov\u011b\u0159it k\u00f3d po nahr\u00e1t\u00ed
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
!Verify/Compile=
|
||||
Verify/Compile=Kontrola/Kompilace
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
!Verifying\ and\ uploading...=
|
||||
Verifying\ and\ uploading...=Kontroluji a nahr\u00e1v\u00e1m...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
|
||||
!Verifying\ archive\ integrity...=
|
||||
Verifying\ archive\ integrity...=Kontroluji integritu archivu...
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:454
|
||||
!Verifying...=
|
||||
Verifying...=Kontroluji...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
|
||||
#, java-format
|
||||
!Version\ <b>{0}</b>=
|
||||
Version\ <b>{0}</b>=Verze <b>{0}</b>
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
|
||||
!Version\ unknown=
|
||||
Version\ unknown=Nezn\u00e1ma verze
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
|
||||
#, java-format
|
||||
!Version\ {0}=
|
||||
Version\ {0}=Verze {0}
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
Vietnamese=Vietnam\u0161tina
|
||||
@ -1576,30 +1576,30 @@ WARNING\:\ library\ {0}\ claims\ to\ run\ on\ {1}\ architecture(s)\ and\ may\ be
|
||||
Warning=Upozorn\u011bn\u00ed
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1295
|
||||
!Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=
|
||||
Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=Varov\u00e1n\u00ed\: Toto j\u00e1dro nedovede exportovat projekty. Pros\u00edm zva\u017ete upgrade nebo kontaktujte sv\u00e9ho dodavatele
|
||||
|
||||
#: ../../../cc/arduino/utils/ArchiveExtractor.java:197
|
||||
#, java-format
|
||||
!Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=
|
||||
Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=Varov\u00e1n\u00ed\: soubor {0} odkazuje na absol\u00fatn\u00ed cestu {1}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
!Warning\:\ forced\ trusting\ untrusted\ contributions=
|
||||
Warning\:\ forced\ trusting\ untrusted\ contributions=Varov\u00e1n\u00ed\: vynucen\u00e9 pou\u017eit\u00ed ned\u016fv\u011bryhodn\u00fdch prvk\u016f
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
!Warning\:\ forced\ untrusted\ script\ execution\ ({0})=
|
||||
Warning\:\ forced\ untrusted\ script\ execution\ ({0})=Varov\u00e1n\u00ed\: vynucen\u00e9 spu\u0161ten\u00ed ned\u016fv\u011bryhodn\u00e9ho skriptu ({0})
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
!Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=
|
||||
Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Varov\u00e1n\u00ed\: ned\u016fv\u011bryhodn\u00fd prvek, spu\u0161ten\u00ed skriptu p\u0159eru\u0161eno ({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.=
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automatically\ converted\ to\ {2}.\ Consider\ upgrading\ this\ core.=Varov\u00e1n\u00ed\: platform.txt z j\u00e1dra '{0}' obsahuje zastaral\u00e9 {1}, automaticky skonvertovan\u00e9 do {2}. Zva\u017ete upgrade tohoto j\u00e1dra.
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {2}.\ Consider\ upgrading\ this\ core.=
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {2}.\ Consider\ upgrading\ this\ core.=Varov\u00e1n\u00ed\: platform.txt z j\u00e1dra '{0}' \u0161patn\u00e1 vlastnost {1}, automaticky nastaven\u00e1 na {2}. Zva\u017ete upgrade tohoto j\u00e1dra.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Z\u00e1padn\u00ed Fr\u00ed\u0161tina
|
||||
@ -1626,7 +1626,7 @@ You\ can't\ fool\ me=Mne nep\u0159echytra\u010d\u00ed\u0161.
|
||||
You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=Soubor s p\u0159\u00edponou .cpp nesm\u00ed m\u00edt stejn\u00e9 jm\u00e9no jako projekt.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2312
|
||||
!You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=
|
||||
You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=Nelze importovat slo\u017eku, kter\u00e1 obsahuje tv\u016fj projekt
|
||||
|
||||
#: Sketch.java:421
|
||||
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Nelze p\u0159ejmenovat projekt na "{0}"\nproto\u017ee soubor stejn\u00e9ho jm\u00e9na av\u0161ak s p\u0159\u00edponou .cpp ji\u017e existuje.
|
||||
@ -1647,10 +1647,10 @@ You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ en
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=Pro dne\u0161ek jste se dostali na limit mo\u017en\u00fdch automatick\u00fdch\njmen pro pojmenov\u00e1v\u00e1n\u00ed projekt\u016f. Co se j\u00edt tro\u0161ku proj\u00edt?
|
||||
|
||||
#: ../../../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.=
|
||||
Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ settings\ folder.\nPlease\ move\ the\ IDE\ to\ another\ folder.=Tvoje kopie IDE je nainstalov\u00e1na v podslo\u017ece slo\u017eky nastaven\u00ed.\nPros\u00edm p\u0159esu\u0148 IDE do jin\u00e9ho adres\u00e1\u0159e.
|
||||
|
||||
#: ../../../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.=
|
||||
Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ sketchbook.\nPlease\ move\ the\ IDE\ to\ another\ folder.=Tvoje kopie IDE je nainstalov\u00e1na v podslo\u017ece slo\u017eky projekty.\nPros\u00edm p\u0159esu\u0148 IDE do jin\u00e9ho adres\u00e1\u0159e.
|
||||
|
||||
#: Base.java:2638
|
||||
ZIP\ files\ or\ folders=ZIP soubory \u010di adres\u00e1\u0159e
|
||||
@ -1703,7 +1703,7 @@ createNewFile()\ returned\ false=funkce createNewFile() navr\u00e1tila false
|
||||
enabled\ in\ File\ >\ Preferences.=povoleno v Soubor > Vlastnosti
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1352
|
||||
!http\://www.arduino.cc/=
|
||||
http\://www.arduino.cc/=http\://www.arduino.cc/
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
|
||||
@ -1734,20 +1734,20 @@ upload=nahr\u00e1v\u00e1n\u00ed (upload)
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
||||
!version\ <b>{0}</b>=
|
||||
version\ <b>{0}</b>=verze <b>{0}</b>
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2243
|
||||
#, java-format
|
||||
!{0}\ -\ {1}\ |\ Arduino\ {2}=
|
||||
{0}\ -\ {1}\ |\ Arduino\ {2}={0} - {1} | Arduino {2}
|
||||
|
||||
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
|
||||
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
|
||||
#, java-format
|
||||
!{0}\ file\ signature\ verification\ failed=
|
||||
{0}\ file\ signature\ verification\ failed={0} ov\u011b\u0159en\u00ed podpisu souboru se nezda\u0159ilo
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
|
||||
#, java-format
|
||||
!{0}\ file\ signature\ verification\ failed.\ File\ ignored.=
|
||||
{0}\ file\ signature\ verification\ failed.\ File\ ignored.={0} ov\u011b\u0159en\u00ed podpisu souboru se nezda\u0159ilo. Soubor byl ignorov\u00e1n.
|
||||
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
@ -1755,7 +1755,7 @@ upload=nahr\u00e1v\u00e1n\u00ed (upload)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1201
|
||||
#, java-format
|
||||
!{0}\ libraries=
|
||||
{0}\ libraries={0} knihovny
|
||||
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/mbanzi/arduino-ide-15/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -6,6 +6,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# @atzerritik, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Zylu <rarodiez@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Arduino IDE 1.5\n"
|
||||
@ -13,16 +17,16 @@ msgstr ""
|
||||
"POT-Creation-Date: 2012-03-29 10:24-0400\n"
|
||||
"PO-Revision-Date: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Bengali (India) (http://www.transifex.com/mbanzi/arduino-ide-15/language/bn_IN/)\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/mbanzi/arduino-ide-15/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bn_IN\n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
msgid " (requires restart of Arduino)"
|
||||
msgstr ""
|
||||
msgstr "(Arduinoa berabiarazi behar da)"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
#, java-format
|
||||
@ -36,15 +40,15 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
msgstr "'Teklatua' Arduino Leonardo-rekin bateragarria da soilik"
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
msgstr "'Sagua' Arduino Leonardo-rekin bateragarria da soilik"
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
msgstr ""
|
||||
msgstr "(soilik editatu Arduino lanean ez dagoenean )"
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
msgid "--curdir no longer supported"
|
||||
@ -58,7 +62,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:746
|
||||
msgid ".pde -> .ino"
|
||||
msgstr ""
|
||||
msgstr ".pde -> .ino"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
@ -82,28 +86,28 @@ msgid ""
|
||||
" 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 ""
|
||||
msgstr "<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p { font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Sketch honetarako aldaketak gorde nahi dituzu<BR> itxi aurretik?</b><p>Ez baduzu gordetzen, zure aldaketak galduko dira."
|
||||
|
||||
#: Sketch.java:398
|
||||
#, java-format
|
||||
msgid "A file named \"{0}\" already exists in \"{1}\""
|
||||
msgstr ""
|
||||
msgstr "Dagoeneko \"{0}\" izeneko fitxategi bat existitzen da \"{1}\"-n"
|
||||
|
||||
#: Editor.java:2169
|
||||
#, java-format
|
||||
msgid "A folder named \"{0}\" already exists. Can't open sketch."
|
||||
msgstr ""
|
||||
msgstr "Dagoeneko {0} izeneko karpeta bat existitzen da. Ezin da sketcha ireki"
|
||||
|
||||
#: Base.java:2690
|
||||
#, java-format
|
||||
msgid "A library named {0} already exists"
|
||||
msgstr ""
|
||||
msgstr "Dagoeneko {0} izeneko liburutegi bat existitzen da"
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
msgid ""
|
||||
"A new version of Arduino is available,\n"
|
||||
"would you like to visit the Arduino download page?"
|
||||
msgstr ""
|
||||
msgstr "Arduinoren bertsio berri bat eskuragarri dago,\nArduinoren deskargako orria bisitatzea nahi duzu?"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
@ -116,7 +120,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1116
|
||||
msgid "About Arduino"
|
||||
msgstr ""
|
||||
msgstr "Arduinori buruz"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
msgid "Add .ZIP Library..."
|
||||
@ -124,7 +128,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:650
|
||||
msgid "Add File..."
|
||||
msgstr ""
|
||||
msgstr "Fitxategia gehitu..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
|
||||
msgid "Additional Boards Manager URLs"
|
||||
@ -140,7 +144,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:96
|
||||
msgid "Albanian"
|
||||
msgstr ""
|
||||
msgstr "Albaniera"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/DropdownAllItem.java:42
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
|
||||
@ -153,7 +157,7 @@ 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 ""
|
||||
msgstr "Arazo bat gertatu da fitxategiaren kodifikazioa konpontzen saiatzean.\nEz saiatu sketch hau gordetzen, aurreko bertsioa gainidatzi bait dezake.\nZabaldu sakatu sketch-a berriro zabaltzeko eta saiatu berriro.\n"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
|
||||
msgid "An error occurred while updating libraries index!"
|
||||
@ -177,41 +181,41 @@ msgstr ""
|
||||
msgid ""
|
||||
"An unknown error occurred while trying to load\n"
|
||||
"platform-specific code for your machine."
|
||||
msgstr ""
|
||||
msgstr "Akats ezezagun bat gertatu da kargatzen saiatzerakoan\nkodigoa zure makonaren plataformako espezifikoa da."
|
||||
|
||||
#: Preferences.java:85
|
||||
msgid "Arabic"
|
||||
msgstr ""
|
||||
msgstr "Arabiera"
|
||||
|
||||
#: Preferences.java:86
|
||||
msgid "Aragonese"
|
||||
msgstr ""
|
||||
msgstr "Aragoiera"
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
msgid "Archive Sketch"
|
||||
msgstr ""
|
||||
msgstr "Sketch-a gorde"
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
msgid "Archive sketch as:"
|
||||
msgstr ""
|
||||
msgstr "Gorde sketcha honela:"
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
msgid "Archive sketch canceled."
|
||||
msgstr ""
|
||||
msgstr "Sketch-aren gordetzea bertan behera utzi da.."
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
msgid ""
|
||||
"Archiving the sketch has been canceled because\n"
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
msgstr "Sketch-aren gordetzea bertan behera utzi da\nsketch-a ezin bait da ondo gorde."
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
msgstr "Arduino ARM (32-bit) Plakak"
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
msgid "Arduino AVR Boards"
|
||||
msgstr ""
|
||||
msgstr "Arduino AVR Plakak"
|
||||
|
||||
#: Editor.java:2137
|
||||
msgid ""
|
||||
@ -223,42 +227,42 @@ msgstr ""
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your settings."
|
||||
msgstr ""
|
||||
msgstr "Arduinok ezin du funtzionatu ezin duelako karpeta\nbat zure konfigurazioa gordetzeko sortu."
|
||||
|
||||
#: Base.java:1889
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your sketchbook."
|
||||
msgstr ""
|
||||
msgstr "Arduinok ezin du funtzionatu ezin duelako karpeta\nbat zure sketchbook-a gordetzeko sortu."
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:471
|
||||
msgid "Arduino: "
|
||||
msgstr ""
|
||||
msgstr "Arduino:"
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
msgid "Are you sure you want to delete \"{0}\"?"
|
||||
msgstr ""
|
||||
msgstr "\"{0}\" ezabatu nahi duzula seguru zara?"
|
||||
|
||||
#: Sketch.java:587
|
||||
msgid "Are you sure you want to delete this sketch?"
|
||||
msgstr ""
|
||||
msgstr "Sketch hau ezabatu nahi duzula seguru zara?"
|
||||
|
||||
#: ../../../processing/app/Base.java:356
|
||||
msgid "Argument required for --board"
|
||||
msgstr ""
|
||||
msgstr "Argumentua beharrezkoa da --plakarako"
|
||||
|
||||
#: ../../../processing/app/Base.java:363
|
||||
msgid "Argument required for --port"
|
||||
msgstr ""
|
||||
msgstr "Argumentua beharrezkoa da --atakarako"
|
||||
|
||||
#: ../../../processing/app/Base.java:377
|
||||
msgid "Argument required for --pref"
|
||||
msgstr ""
|
||||
msgstr "Argumentua beharrezkoa da --pref arako"
|
||||
|
||||
#: ../../../processing/app/Base.java:384
|
||||
msgid "Argument required for --preferences-file"
|
||||
msgstr ""
|
||||
msgstr "Argumentua beharrezkoa da --Hobespen fitxategirako"
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:76
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:83
|
||||
@ -268,11 +272,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
msgstr "Armeniera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:138
|
||||
msgid "Asturian"
|
||||
msgstr ""
|
||||
msgstr "Bable"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:145
|
||||
msgid "Authorization required"
|
||||
@ -280,11 +284,11 @@ msgstr ""
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
msgid "Auto Format"
|
||||
msgstr ""
|
||||
msgstr "Formatu Automatikoa."
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
msgid "Auto Format finished."
|
||||
msgstr ""
|
||||
msgstr "Formatu automatikoa bukatu da."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
msgid "Auto-detect proxy settings"
|
||||
@ -296,16 +300,16 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
msgstr ""
|
||||
msgstr "Autoscroll"
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
msgid "Bad error line: {0}"
|
||||
msgstr ""
|
||||
msgstr "Errore lerroa: {0}"
|
||||
|
||||
#: Editor.java:2136
|
||||
msgid "Bad file selected"
|
||||
msgstr ""
|
||||
msgstr "Hautatutako fitxategi txarra da"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
@ -313,11 +317,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
msgstr "Euskara"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
msgstr "Bielorrusiera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
@ -326,18 +330,18 @@ msgstr ""
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
msgstr "Plaka"
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "Plaka {0}:{1}:{2} ez du definitzen ''build.board'' lehentasuna. Auto-seta: {3} etara"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:472
|
||||
msgid "Board: "
|
||||
msgstr ""
|
||||
msgstr "Plaka:"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
msgid "Boards Manager"
|
||||
@ -358,39 +362,39 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
msgid "Bosnian"
|
||||
msgstr ""
|
||||
msgstr "Bosniera"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Both NL & CR"
|
||||
msgstr ""
|
||||
msgstr "NL & CR Biak"
|
||||
|
||||
#: Preferences.java:81
|
||||
msgid "Browse"
|
||||
msgstr ""
|
||||
msgstr "Bilatu"
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
msgstr "Konpilazio-karpeta desagertu da edo ezin da bertan idatzi"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
msgstr ""
|
||||
msgstr "Konpilazio-aukerak aldatu dira, guztia berkonpilatzen"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
msgstr "Bulgariera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:141
|
||||
msgid "Burmese (Myanmar)"
|
||||
msgstr ""
|
||||
msgstr "Myanmarniera"
|
||||
|
||||
#: Editor.java:708
|
||||
msgid "Burn Bootloader"
|
||||
msgstr ""
|
||||
msgstr "Idatzi Bootloader-a"
|
||||
|
||||
#: Editor.java:2504
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr ""
|
||||
msgstr "Bootloader-a S/I plakaN idazten (honek minutu bat har dezake)..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
msgid "CRC doesn't match. File is corrupted."
|
||||
@ -408,16 +412,16 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:92
|
||||
msgid "Canadian French"
|
||||
msgstr ""
|
||||
msgstr "Canada-frantses"
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Utzi"
|
||||
|
||||
#: Sketch.java:455
|
||||
msgid "Cannot Rename"
|
||||
msgstr ""
|
||||
msgstr "Ezin da berrizendatu"
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
msgid "Cannot specify any sketch files"
|
||||
@ -425,39 +429,39 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Carriage return"
|
||||
msgstr ""
|
||||
msgstr "Orga-itzulera"
|
||||
|
||||
#: Preferences.java:87
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
msgstr "Katalana"
|
||||
|
||||
#: Preferences.java:419
|
||||
msgid "Check for updates on startup"
|
||||
msgstr ""
|
||||
msgstr "Eguneratzeak bilatzen ditu Hasieran"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
msgid "Chinese (China)"
|
||||
msgstr ""
|
||||
msgstr "Txinera(Txina)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
msgstr "Txinera (Hong Kong)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
msgstr "Txinera (Taiwan)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
msgstr "Txinera (Taiwan)(Big5)"
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
msgstr "Txinera"
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
msgstr ""
|
||||
msgstr "Tradizional Txinera "
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
|
||||
msgid "Click for a list of unofficial boards support URLs"
|
||||
@ -465,11 +469,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Itxi"
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
msgstr "Iruzkina / iruzkina desegitea"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
@ -477,94 +481,94 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
msgstr "Sketch konpilatzen"
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
msgstr "Kopiatu"
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
msgid "Copy as HTML"
|
||||
msgstr ""
|
||||
msgstr "HTMLa bezala kopia"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:455
|
||||
msgid "Copy error messages"
|
||||
msgstr ""
|
||||
msgstr "Errore-mezua kopia ezazu"
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
msgid "Copy for Forum"
|
||||
msgstr ""
|
||||
msgstr "Fororako Kopia"
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
msgid "Could not add ''{0}'' to the sketch."
|
||||
msgstr ""
|
||||
msgstr "Ezin izango litzateke gehitu ''{0}'' sketchera."
|
||||
|
||||
#: Editor.java:2188
|
||||
msgid "Could not copy to a proper location."
|
||||
msgstr ""
|
||||
msgstr "Ezin izan zen kopiatu kokapen egokian."
|
||||
|
||||
#: Editor.java:2179
|
||||
msgid "Could not create the sketch folder."
|
||||
msgstr ""
|
||||
msgstr "Sketch-karpeta ezin da sortu."
|
||||
|
||||
#: Editor.java:2206
|
||||
msgid "Could not create the sketch."
|
||||
msgstr ""
|
||||
msgstr "Sketcha ezin da sortu"
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
msgid "Could not delete \"{0}\"."
|
||||
msgstr ""
|
||||
msgstr " \"{0}\" ezin da ezabatu"
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
msgid "Could not delete the existing ''{0}'' file."
|
||||
msgstr ""
|
||||
msgstr "Ezin izango litzateke ezabatu oraingoa ''{0}'' fitxategia."
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
msgid "Could not delete {0}"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango litzateke ezabatu {0}"
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:74
|
||||
#, java-format
|
||||
msgid "Could not find boards.txt in {0}. Is it pre-1.5?"
|
||||
msgstr ""
|
||||
msgstr "Ezin du boards.tx-ik aurkitu {0}-etan. -1,5 bertsioaren aurrekoa da ?"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
|
||||
#, java-format
|
||||
msgid "Could not find tool {0}"
|
||||
msgstr ""
|
||||
msgstr "Ez du {0} tresna aurkitzen"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
|
||||
#, java-format
|
||||
msgid "Could not find tool {0} from package {1}"
|
||||
msgstr ""
|
||||
msgstr "Ez du pakete {1}-eko tresna {0} aurkitzen"
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the URL\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
msgstr "URL-a ezin da ireki\n{0}"
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the folder\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
msgstr "Karpeta ezin da ireki\n{0}"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Ez zen ahal izan sketcha zentzu hertsian gorde. Arazoetan egon zaitezke puntu honetan,\neta denbora izan liteke kopiatu eta zure kodea beste testu-editore batengana itsatsi."
|
||||
|
||||
#: Sketch.java:1768
|
||||
msgid "Could not re-save sketch"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke gorde sketcha"
|
||||
|
||||
#: Theme.java:52
|
||||
msgid ""
|
||||
@ -576,73 +580,73 @@ msgstr ""
|
||||
msgid ""
|
||||
"Could not read default settings.\n"
|
||||
"You'll need to reinstall Arduino."
|
||||
msgstr ""
|
||||
msgstr "Ezarpen lehenetsiak ezin dira irakurri.\nArduino Instalatu berriro behar izango duzu."
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
msgstr ""
|
||||
msgstr "Aurreko konpilazio-hobespen fitxategia ezin da irakurri, dena berreraikiz"
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
msgid "Could not remove old version of {0}"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango litzateke kendu bertsio zaharra{0}"
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
msgid "Could not rename \"{0}\" to \"{1}\""
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke berrizendatu \"{0}\"-a \"{1}\"-ra"
|
||||
|
||||
#: Sketch.java:475
|
||||
msgid "Could not rename the sketch. (0)"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke berrizendatu sketcha. (0)"
|
||||
|
||||
#: Sketch.java:496
|
||||
msgid "Could not rename the sketch. (1)"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke berrizendatu sketcha. (1)"
|
||||
|
||||
#: Sketch.java:503
|
||||
msgid "Could not rename the sketch. (2)"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke berrizendatu sketcha. (2)"
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke ordeztu {0}"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
msgstr ""
|
||||
msgstr "Konpilazio-hobespen fitxategia ezin da idatzi"
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
msgstr "Sketcha ezin da artxibatu"
|
||||
|
||||
#: Sketch.java:1647
|
||||
msgid "Couldn't determine program size: {0}"
|
||||
msgstr ""
|
||||
msgstr "Ezin izango luke erabaki programa-neurria: {0}"
|
||||
|
||||
#: Sketch.java:616
|
||||
msgid "Couldn't do it"
|
||||
msgstr ""
|
||||
msgstr "Ezin da egin"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Ezin du inongo plakarik aurkitu aukeratutako atakan. Ataka zuzena duzula hautatuta egiaztatu ezazu. Zuzena bada, kargatu hasi ondoren reset-botoia sakatzen du."
|
||||
|
||||
#: ../../../processing/app/Preferences.java:82
|
||||
msgid "Croatian"
|
||||
msgstr ""
|
||||
msgstr " kroaziera"
|
||||
|
||||
#: Editor.java:1149 Editor.java:2699
|
||||
msgid "Cut"
|
||||
msgstr ""
|
||||
msgstr "Ebaki"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
msgstr "Txekoslovakiera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
@ -650,7 +654,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
msgstr "Daniera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
@ -658,7 +662,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
msgstr "Txikitu koska"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
msgid "Default"
|
||||
@ -666,21 +670,21 @@ msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "Ezabatu"
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
"the board right before exporting"
|
||||
msgstr ""
|
||||
msgstr "Gailuak ez du erantzuten, egiaztatzen du serieko ataka zuzena hau aukeratuta edo resetea plaka esportatu baino lehen"
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
msgstr "Aldaketa guztiak baztertzen dituzu eta sketcha kargatzen duzu?"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
msgstr "Lerro-zenbakiak erakusten ditu"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
#, java-format
|
||||
@ -691,15 +695,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2064
|
||||
msgid "Don't Save"
|
||||
msgstr ""
|
||||
msgstr "Ez Gorde"
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
msgid "Done Saving."
|
||||
msgstr ""
|
||||
msgstr "Gordeta bukatu"
|
||||
|
||||
#: Editor.java:2510
|
||||
msgid "Done burning bootloader."
|
||||
msgstr ""
|
||||
msgstr "Bootloader-erreketa bukatuta."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
@ -708,11 +712,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
msgid "Done compiling."
|
||||
msgstr ""
|
||||
msgstr "konpilazio eginda."
|
||||
|
||||
#: Editor.java:2564
|
||||
msgid "Done printing."
|
||||
msgstr ""
|
||||
msgstr "Inprimaketa bukatu du."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:514
|
||||
msgid "Done uploading"
|
||||
@ -720,7 +724,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
msgid "Done uploading."
|
||||
msgstr ""
|
||||
msgstr "Datu-karga bukatuta du."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
@ -751,11 +755,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:91
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
msgstr "Nederlandera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Dutch (Netherlands)"
|
||||
msgstr ""
|
||||
msgstr "Nederlandera (Holanda)"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
msgid "Edison Help"
|
||||
@ -763,15 +767,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1130
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "Editatu"
|
||||
|
||||
#: Preferences.java:370
|
||||
msgid "Editor font size: "
|
||||
msgstr ""
|
||||
msgstr " Letra-tamaina Editorea:"
|
||||
|
||||
#: Preferences.java:353
|
||||
msgid "Editor language: "
|
||||
msgstr ""
|
||||
msgstr "Hizkuntza editorea:"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
|
||||
msgid "Enable Code Folding"
|
||||
@ -779,11 +783,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:92
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
msgstr "Ingeles"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:145
|
||||
msgid "English (United Kingdom)"
|
||||
msgstr ""
|
||||
msgstr "Ingeles ( Ingalaterra )"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
|
||||
@ -796,21 +800,21 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1062
|
||||
msgid "Environment"
|
||||
msgstr ""
|
||||
msgstr "Ingurunea"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Errore"
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
msgid "Error adding file"
|
||||
msgstr ""
|
||||
msgstr "Akatsa fitxategi bat gehitzerakoan"
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
msgid "Error compiling."
|
||||
msgstr ""
|
||||
msgstr "konpilazio-errore"
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
@ -819,24 +823,24 @@ msgstr ""
|
||||
|
||||
#: Base.java:1674
|
||||
msgid "Error getting the Arduino data folder."
|
||||
msgstr ""
|
||||
msgstr "Arazoak Arduino-ko karpetaren datuak irakurtzerakoan"
|
||||
|
||||
#: Serial.java:593
|
||||
#, java-format
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
msgstr "Akatsa Serial.{0}() -ean"
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "Karga-errore {0}"
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
msgid "Error opening serial port ''{0}''."
|
||||
msgstr ""
|
||||
msgstr "''{0}'' hutseko irekierako serieko ataka."
|
||||
|
||||
#: ../../../processing/app/Serial.java:119
|
||||
#, java-format
|
||||
@ -847,14 +851,14 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
msgstr "Hutseko irakurketako lehentasunak"
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading the preferences file. Please delete (or move)\n"
|
||||
"{0} and restart Arduino."
|
||||
msgstr ""
|
||||
msgstr "Lehentasun-fitxategia irakurri hutsa. Mesedez ezabatu ezazu (edo eraman) \n{0} eta Arduino berrabiarazi."
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:146
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
|
||||
@ -864,20 +868,20 @@ msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
|
||||
msgid "Error starting discovery method: "
|
||||
msgstr ""
|
||||
msgstr "Aurkikuntza-metodoa hasiz hutsa:"
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
msgid "Error touching serial port ''{0}''."
|
||||
msgstr ""
|
||||
msgstr "Hutsa ukitu ''{0}'' serieko ataka."
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
msgid "Error while burning bootloader."
|
||||
msgstr ""
|
||||
msgstr "Akatsa bootloaderak erretzen diren bitartean."
|
||||
|
||||
#: ../../../processing/app/Editor.java:2555
|
||||
msgid "Error while burning bootloader: missing '{0}' configuration parameter"
|
||||
msgstr ""
|
||||
msgstr "Bootloader-a erretzerakoan hutsa: desagertu {0} konfigurazio-parametroa"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1940
|
||||
msgid "Error while compiling: missing '{0}' configuration parameter"
|
||||
@ -886,11 +890,11 @@ msgstr ""
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
msgid "Error while loading code {0}"
|
||||
msgstr ""
|
||||
msgstr "Kodea {0} kargatzerakoan hutsa"
|
||||
|
||||
#: Editor.java:2567
|
||||
msgid "Error while printing."
|
||||
msgstr ""
|
||||
msgstr "Inprimatzerakoan hutsa."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
msgid "Error while uploading"
|
||||
@ -899,7 +903,7 @@ msgstr ""
|
||||
#: ../../../processing/app/Editor.java:2409
|
||||
#: ../../../processing/app/Editor.java:2449
|
||||
msgid "Error while uploading: missing '{0}' configuration parameter"
|
||||
msgstr ""
|
||||
msgstr "Kargatzerakoan hutsa: desagertu {0} konfigurazio-parametroa"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:506
|
||||
#: ../../../processing/app/BaseNoGui.java:551
|
||||
@ -913,15 +917,15 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:93
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
msgstr "Estoniera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
msgstr "Estoniera (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
msgstr "Adibideak"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
msgid "Export compiled Binary"
|
||||
@ -930,15 +934,15 @@ msgstr ""
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
msgid "Failed to open sketch: \"{0}\""
|
||||
msgstr ""
|
||||
msgstr "Sketcha irekitzeko huts eginda: \"{0}\""
|
||||
|
||||
#: Editor.java:491
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
msgstr "Fitxategi"
|
||||
|
||||
#: Preferences.java:94
|
||||
msgid "Filipino"
|
||||
msgstr ""
|
||||
msgstr "Filipiniera"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
msgid "Filter your search..."
|
||||
@ -946,36 +950,36 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
msgid "Find"
|
||||
msgstr ""
|
||||
msgstr "Bilatu"
|
||||
|
||||
#: Editor.java:1249
|
||||
msgid "Find Next"
|
||||
msgstr ""
|
||||
msgstr "Aurkitu hurrengoa"
|
||||
|
||||
#: Editor.java:1259
|
||||
msgid "Find Previous"
|
||||
msgstr ""
|
||||
msgstr "Aurkitu aurrekoa"
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
msgid "Find in Reference"
|
||||
msgstr ""
|
||||
msgstr "Aipamen bidezko dei"
|
||||
|
||||
#: Editor.java:1234
|
||||
msgid "Find..."
|
||||
msgstr ""
|
||||
msgstr "Bilatu..."
|
||||
|
||||
#: FindReplace.java:80
|
||||
msgid "Find:"
|
||||
msgstr ""
|
||||
msgstr "Aurkitu"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:147
|
||||
msgid "Finnish"
|
||||
msgstr ""
|
||||
msgstr "Finlandiera"
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
msgid "Fix Encoding & Reload"
|
||||
msgstr ""
|
||||
msgstr "Kodea konpontzen & kargatu"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:318
|
||||
msgid ""
|
||||
@ -990,15 +994,15 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:95
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
msgstr "Frantses"
|
||||
|
||||
#: Editor.java:1097
|
||||
msgid "Frequently Asked Questions"
|
||||
msgstr ""
|
||||
msgstr "Maiz egiten diren galderak"
|
||||
|
||||
#: Preferences.java:96
|
||||
msgid "Galician"
|
||||
msgstr ""
|
||||
msgstr "Galiziera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:176
|
||||
msgid "Galician (Spain)"
|
||||
@ -1010,43 +1014,43 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
msgid "Georgian"
|
||||
msgstr ""
|
||||
msgstr "Georgiera"
|
||||
|
||||
#: Preferences.java:97
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
msgstr "Aleman"
|
||||
|
||||
#: Editor.java:1054
|
||||
msgid "Getting Started"
|
||||
msgstr ""
|
||||
msgstr "Abiarazi"
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "Aldagai osoek memoria dinamikoko {0} byte ({2}%%) darabiltzate, {3} byte uzten dituzte aldagai lokaletarako. Maximoa {1} byte dira."
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1651
|
||||
#, java-format
|
||||
msgid "Global variables use {0} bytes of dynamic memory."
|
||||
msgstr ""
|
||||
msgstr "Aldagai osoek memoria dinamikoko {0} byte darabiltzate."
|
||||
|
||||
#: Preferences.java:98
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "Greziera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:95
|
||||
msgid "Hebrew"
|
||||
msgstr ""
|
||||
msgstr "Hebreera"
|
||||
|
||||
#: Editor.java:1015
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "Laguntza"
|
||||
|
||||
#: Preferences.java:99
|
||||
msgid "Hindi"
|
||||
msgstr ""
|
||||
msgstr "Indiera"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
msgid "Host name:"
|
||||
@ -1056,27 +1060,27 @@ msgstr ""
|
||||
msgid ""
|
||||
"How about saving the sketch first \n"
|
||||
"before trying to rename it?"
|
||||
msgstr ""
|
||||
msgstr "sketcha hura izendatzen saiatu baino lehen \nlehenik eta behin ez duzulako gordetzen"
|
||||
|
||||
#: Sketch.java:882
|
||||
msgid "How very Borges of you"
|
||||
msgstr ""
|
||||
msgstr "Hor konpon, Marianton!"
|
||||
|
||||
#: Preferences.java:100
|
||||
msgid "Hungarian"
|
||||
msgstr ""
|
||||
msgstr "Hungariera"
|
||||
|
||||
#: FindReplace.java:96
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
msgstr "Ezikusi Maiuskula/minuskula"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr ""
|
||||
msgstr "Liburutegi izen txarra ez ikusi egin"
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
msgstr ""
|
||||
msgstr "Ez ikusi egin izen txarrarekiko esketcha"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:736
|
||||
msgid ""
|
||||
@ -1087,7 +1091,7 @@ msgid ""
|
||||
"disable this in the Preferences dialog.\n"
|
||||
"\n"
|
||||
"Save sketch and update its extension?"
|
||||
msgstr ""
|
||||
msgstr "1.0 Arduinon, ez-betetzeko fitxategiko luzapena aldatu da\n.pde-tatik .ino.-etatik sketch berriak (sortutako horiek barne\n\"Save-As-en\") erabiliko du luzapena berria. Luzapena\noraingo sketchen eguneratuko da gorde, baina ahal zara\nhau desgaitu ezazu Lehentasun-elkarrizketan.\n\nSketcha gordetzen duzu eta bere luzapena eguneratzen duzu?"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:778
|
||||
msgid "Include Library"
|
||||
@ -1100,11 +1104,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
msgid "Increase Indent"
|
||||
msgstr ""
|
||||
msgstr "Handitu koska"
|
||||
|
||||
#: Preferences.java:101
|
||||
msgid "Indonesian"
|
||||
msgstr ""
|
||||
msgstr "Indonesiera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
msgid "Initializing packages..."
|
||||
@ -1149,23 +1153,23 @@ msgstr ""
|
||||
#: ../../../processing/app/Base.java:1204
|
||||
#, java-format
|
||||
msgid "Invalid library found in {0}: {1}"
|
||||
msgstr ""
|
||||
msgstr " {0}: {1}-etan aurkitutako liburutegi okerra"
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
msgstr "Italiera"
|
||||
|
||||
#: Preferences.java:103
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
msgstr "Japoniera"
|
||||
|
||||
#: Preferences.java:104
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Koreera"
|
||||
|
||||
#: Preferences.java:105
|
||||
msgid "Latvian"
|
||||
msgstr ""
|
||||
msgstr "Letoniera"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
msgid "Library Manager"
|
||||
@ -1182,7 +1186,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
msgstr "Lituaniera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
@ -1206,15 +1210,15 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:107
|
||||
msgid "Marathi"
|
||||
msgstr ""
|
||||
msgstr "Marathiera"
|
||||
|
||||
#: Base.java:2112
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
msgstr "Mezua"
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
msgstr ""
|
||||
msgstr " /* Iruzkina */ aren amaierako */ galdu da"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
msgid "Mode not supported"
|
||||
@ -1226,11 +1230,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:449
|
||||
msgid "More preferences can be edited directly in the file"
|
||||
msgstr ""
|
||||
msgstr "Zuzenean fitxategian lehentasun gehiago editatu ahal dituzte"
|
||||
|
||||
#: Editor.java:2156
|
||||
msgid "Moving"
|
||||
msgstr ""
|
||||
msgstr "Mugitzen"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
msgid "Multiple files not supported"
|
||||
@ -1243,19 +1247,19 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:395
|
||||
msgid "Must specify exactly one sketch file"
|
||||
msgstr ""
|
||||
msgstr "Zehaztu behar du sketch-fitxategi zehazki bat"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
msgstr ""
|
||||
msgstr "N´koniera"
|
||||
|
||||
#: Sketch.java:282
|
||||
msgid "Name for new file:"
|
||||
msgstr ""
|
||||
msgstr "Fitxategi berriaren izena"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Nepali"
|
||||
msgstr ""
|
||||
msgstr "Nepalera"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
msgid "Network"
|
||||
@ -1267,27 +1271,27 @@ msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:51
|
||||
msgid "Network upload using programmer not supported"
|
||||
msgstr ""
|
||||
msgstr "Laguntzarik ez dago artxibo-kargarako sarean programagailua erabiliz"
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
msgstr "Berria"
|
||||
|
||||
#: EditorHeader.java:292
|
||||
msgid "New Tab"
|
||||
msgstr ""
|
||||
msgstr "Fitxa berri"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Newline"
|
||||
msgstr ""
|
||||
msgstr "Lerro-amaiera"
|
||||
|
||||
#: EditorHeader.java:340
|
||||
msgid "Next Tab"
|
||||
msgstr ""
|
||||
msgstr "Hurrengo fitxa"
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "Ez"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
msgid "No authorization data found"
|
||||
@ -1295,11 +1299,11 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
msgstr ""
|
||||
msgstr "Aukeratutako inongo plakarik. Mesedez plaka bat aukeratzen du Erremintetatik >Plaka-menua"
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
msgid "No changes necessary for Auto Format."
|
||||
msgstr ""
|
||||
msgstr "Aldaketa bat ere beharrezko Auto Formaturako."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
msgid "No command line parameters found"
|
||||
@ -1311,15 +1315,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:373
|
||||
msgid "No files were added to the sketch."
|
||||
msgstr ""
|
||||
msgstr "Fitxategi bat ere ez zioten sketchari gehitu."
|
||||
|
||||
#: Platform.java:167
|
||||
msgid "No launcher available"
|
||||
msgstr ""
|
||||
msgstr "Inongo jaurtitzailerik-Launcher ez dago"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "No line ending"
|
||||
msgstr ""
|
||||
msgstr "Ez lerro-bukaera"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
msgid "No parameters"
|
||||
@ -1331,12 +1335,12 @@ msgstr ""
|
||||
|
||||
#: Base.java:541
|
||||
msgid "No really, time for some fresh air for you."
|
||||
msgstr ""
|
||||
msgstr "Ez benetan, zuretzako aire freskoren baterako denbora."
|
||||
|
||||
#: Editor.java:1872
|
||||
#, java-format
|
||||
msgid "No reference available for \"{0}\""
|
||||
msgstr ""
|
||||
msgstr "Aipamen erabilgarri bat ere {0}"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:504
|
||||
#: ../../../processing/app/BaseNoGui.java:549
|
||||
@ -1349,12 +1353,12 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:204
|
||||
msgid "No valid code files found"
|
||||
msgstr ""
|
||||
msgstr "Aurkitutako baliozko kode-fitxategi bat ere"
|
||||
|
||||
#: ../../../processing/app/debug/TargetPackage.java:63
|
||||
#, java-format
|
||||
msgid "No valid hardware definitions found in folder {0}."
|
||||
msgstr ""
|
||||
msgstr "Karpetan {0} aurkitutako baliozko hardware-definizio bat ere."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
|
||||
msgid "None"
|
||||
@ -1366,7 +1370,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
msgstr " Norvegiera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
@ -1376,16 +1380,16 @@ msgstr ""
|
||||
msgid ""
|
||||
"Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size "
|
||||
"for tips on reducing your footprint."
|
||||
msgstr ""
|
||||
msgstr "Memoria nahikorik ez dago ; bisita http://www.arduino.cc/en/Guide/Troubleshooting#size bere erabilera txikiagotzea bezala ikasteko."
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
msgstr "OK"
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
msgid "One file added to the sketch."
|
||||
msgstr ""
|
||||
msgstr "Sketcherako fitxategi bat gehitu da."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
msgid "Only --verify, --upload or --get-pref are supported"
|
||||
@ -1393,7 +1397,7 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
msgstr "Ireki"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
msgid "Open Recent"
|
||||
@ -1401,35 +1405,35 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2688
|
||||
msgid "Open URL"
|
||||
msgstr ""
|
||||
msgstr "Ireki URLa."
|
||||
|
||||
#: Base.java:636
|
||||
msgid "Open an Arduino sketch..."
|
||||
msgstr ""
|
||||
msgstr "Arduino sketcha ireki ezazu"
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
msgid "Open..."
|
||||
msgstr ""
|
||||
msgstr "Ireki"
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
msgstr "Prestatu orrialdea"
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
msgstr "Pasahitza:"
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
msgid "Paste"
|
||||
msgstr ""
|
||||
msgstr "Itsatsi"
|
||||
|
||||
#: Preferences.java:109
|
||||
msgid "Persian"
|
||||
msgstr ""
|
||||
msgstr "Persiera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:161
|
||||
msgid "Persian (Iran)"
|
||||
msgstr ""
|
||||
msgstr "Persiera (Iran)"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
msgid "Please confirm boards deletion"
|
||||
@ -1441,11 +1445,11 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
msgid "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
msgstr "Mesedez SPI-liburutegia Sketchetik inportatu ezazu > Inportazioko Liburutegiko menua."
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
msgstr "Mesedez Wire liburutegia sketch > Import Library menutik inportatu ezazu."
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:217
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:262
|
||||
@ -1454,11 +1458,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:110
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Poloniera"
|
||||
|
||||
#: ../../../processing/app/Editor.java:718
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
msgstr "Ataka"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
msgid "Port number:"
|
||||
@ -1466,19 +1470,19 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
msgid "Portugese"
|
||||
msgstr ""
|
||||
msgstr "Portugalera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:127
|
||||
msgid "Portuguese (Brazil)"
|
||||
msgstr ""
|
||||
msgstr "Portugalera (Brazil)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:128
|
||||
msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
msgstr "Portugalera (Portugal)"
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
msgstr "Hobespenak"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
msgid "Preparing boards..."
|
||||
@ -1486,82 +1490,82 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Aurrekoa"
|
||||
|
||||
#: EditorHeader.java:326
|
||||
msgid "Previous Tab"
|
||||
msgstr ""
|
||||
msgstr "Aurreko fitxa"
|
||||
|
||||
#: Editor.java:571
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
msgstr "Inprimatu"
|
||||
|
||||
#: Editor.java:2571
|
||||
msgid "Printing canceled."
|
||||
msgstr ""
|
||||
msgstr "Utzi inprimaketa."
|
||||
|
||||
#: Editor.java:2547
|
||||
msgid "Printing..."
|
||||
msgstr ""
|
||||
msgstr "Inprimatzen..."
|
||||
|
||||
#: Base.java:1957
|
||||
msgid "Problem Opening Folder"
|
||||
msgstr ""
|
||||
msgstr "Arazoko Irekierako Karpeta"
|
||||
|
||||
#: Base.java:1933
|
||||
msgid "Problem Opening URL"
|
||||
msgstr ""
|
||||
msgstr "Arazoak URLa irekitzerakoan"
|
||||
|
||||
#: Base.java:227
|
||||
msgid "Problem Setting the Platform"
|
||||
msgstr ""
|
||||
msgstr "Plataformaren Konfigurazio Arazoa"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:136
|
||||
msgid "Problem accessing board folder /www/sd"
|
||||
msgstr ""
|
||||
msgstr "Arazoa plakako karpeta sartzerakoan dago /www/sd"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:132
|
||||
msgid "Problem accessing files in folder "
|
||||
msgstr ""
|
||||
msgstr "Fitxategiak karpetan atzituz arazoa"
|
||||
|
||||
#: Base.java:1673
|
||||
msgid "Problem getting data folder"
|
||||
msgstr ""
|
||||
msgstr "Arazoak karpetaren datuak irakurtzerakoan"
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build folder"
|
||||
msgstr ""
|
||||
msgstr "Konpilazio-karpetara mugituz {0} arazoa"
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
msgid ""
|
||||
"Problem uploading to board. See "
|
||||
"http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
|
||||
msgstr ""
|
||||
msgstr "Plakaratzeko upload arazoa. http://www.arduino.cc/en/Guide/Troubleshooting#upload ikusi ezazu iradokizunetarako."
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
msgid "Problem with rename"
|
||||
msgstr ""
|
||||
msgstr "Izen-aldaketarekiko arazoa"
|
||||
|
||||
#: ../../../processing/app/I18n.java:86
|
||||
msgid "Processor"
|
||||
msgstr ""
|
||||
msgstr "Prozesadorea"
|
||||
|
||||
#: Editor.java:704
|
||||
msgid "Programmer"
|
||||
msgstr ""
|
||||
msgstr "Programatzaile"
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
msgstr ""
|
||||
msgstr "kentzea"
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
msgstr "Berregin"
|
||||
|
||||
#: Editor.java:1078
|
||||
msgid "Reference"
|
||||
msgstr ""
|
||||
msgstr "Aipamen"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
msgid "Remove"
|
||||
@ -1579,58 +1583,58 @@ msgstr ""
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
msgstr "Izena aldatu"
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
msgid "Replace"
|
||||
msgstr ""
|
||||
msgstr "Ordeztu"
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
msgid "Replace & Find"
|
||||
msgstr ""
|
||||
msgstr "Bilatu & Ordeztu"
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
msgid "Replace All"
|
||||
msgstr ""
|
||||
msgstr "Ordeztu guztiak"
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
msgid "Replace the existing version of {0}?"
|
||||
msgstr ""
|
||||
msgstr "{0}-aren oraingo bertsioa ordeztu ezazu ?"
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr ""
|
||||
msgstr "Ordeztu honekin"
|
||||
|
||||
#: Preferences.java:113
|
||||
msgid "Romanian"
|
||||
msgstr ""
|
||||
msgstr "Erromaniko"
|
||||
|
||||
#: Preferences.java:114
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
msgstr "Errusiera"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
msgstr "Gorde"
|
||||
|
||||
#: Editor.java:537
|
||||
msgid "Save As..."
|
||||
msgstr ""
|
||||
msgstr "Gorde honela..."
|
||||
|
||||
#: Editor.java:2317
|
||||
msgid "Save Canceled."
|
||||
msgstr ""
|
||||
msgstr "Utzi gordeatzea"
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
msgid "Save changes to \"{0}\"? "
|
||||
msgstr ""
|
||||
msgstr "Gorde aldaketak \"{0}\"an ?"
|
||||
|
||||
#: Sketch.java:825
|
||||
msgid "Save sketch folder as..."
|
||||
msgstr ""
|
||||
msgstr "Gorde sketch-karpeta honela"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:425
|
||||
msgid "Save when verifying or uploading"
|
||||
@ -1638,7 +1642,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
msgstr "Gordetzen"
|
||||
|
||||
#: ../../../processing/app/FindReplace.java:131
|
||||
msgid "Search all Sketch Tabs"
|
||||
@ -1646,23 +1650,23 @@ msgstr ""
|
||||
|
||||
#: Base.java:1909
|
||||
msgid "Select (or create new) folder for sketches..."
|
||||
msgstr ""
|
||||
msgstr "Hautatu (edo sortu berri) esketcharako karpeta..."
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
msgid "Select All"
|
||||
msgstr ""
|
||||
msgstr "Hautatu dena"
|
||||
|
||||
#: Base.java:2636
|
||||
msgid "Select a zip file or a folder containing the library you'd like to add"
|
||||
msgstr ""
|
||||
msgstr "Hautatu ezazu zip-fitxategi bat edo gehitzea nahi izango zenukeen liburutegia edukiz karpeta bat"
|
||||
|
||||
#: Sketch.java:975
|
||||
msgid "Select an image or other data file to copy to your sketch"
|
||||
msgstr ""
|
||||
msgstr "Irudi edo fitxategi bat aukera ezazu zure schetchean kopiatzeko "
|
||||
|
||||
#: Preferences.java:330
|
||||
msgid "Select new sketchbook location"
|
||||
msgstr ""
|
||||
msgstr "Lokalizazio berria aukeratzen du sketchbookerako"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
|
||||
@ -1671,7 +1675,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:146
|
||||
msgid "Selected board depends on '{0}' core (not installed)."
|
||||
msgstr ""
|
||||
msgstr "Aukeratutako plaka '{0}' nukleoaren mendean dago (ez dago instalatuta)."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:374
|
||||
msgid "Selected board is not available"
|
||||
@ -1683,11 +1687,11 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
msgstr "Bidali"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
msgstr "Serieko monitorea"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:804
|
||||
msgid "Serial Plotter"
|
||||
@ -1698,14 +1702,14 @@ msgstr ""
|
||||
msgid ""
|
||||
"Serial port ''{0}'' not found. Did you select the right one from the Tools >"
|
||||
" Serial Port menu?"
|
||||
msgstr ""
|
||||
msgstr "Serieko ataka ''{0}'' ez aurkituta. Ongi aukeratu duzu era zuzenean menutik Erremintetatik > Serieko Ataka ?"
|
||||
|
||||
#: Editor.java:2343
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port {0} not found.\n"
|
||||
"Retry the upload with another serial port?"
|
||||
msgstr ""
|
||||
msgstr "Ez aurkitutako serieko ataka {0}.\nBirsaioa beste serieko ataka batekin kargatu?"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
msgid "Serial ports"
|
||||
@ -1717,68 +1721,68 @@ msgstr ""
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
msgstr ""
|
||||
msgstr "konfigurazioaren kontuak"
|
||||
|
||||
#: Editor.java:641
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
msgstr "Erakustaldiko Sketcheko Karpeta"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:468
|
||||
msgid "Show verbose output during compilation"
|
||||
msgstr ""
|
||||
msgstr "Emaitza zehatzak konpilazioan zehar erakustea"
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
msgstr "Irteera luzea erakusten duzu zehar:"
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
msgstr "Sketch"
|
||||
|
||||
#: Sketch.java:1754
|
||||
msgid "Sketch Disappeared"
|
||||
msgstr ""
|
||||
msgstr "Sketcha desagertu zen"
|
||||
|
||||
#: Base.java:1411
|
||||
msgid "Sketch Does Not Exist"
|
||||
msgstr ""
|
||||
msgstr "Sketcha ez da existitzen"
|
||||
|
||||
#: Sketch.java:274 Sketch.java:303 Sketch.java:577 Sketch.java:966
|
||||
msgid "Sketch is Read-Only"
|
||||
msgstr ""
|
||||
msgstr "Irakurtzeko soilik Sketch"
|
||||
|
||||
#: Sketch.java:294
|
||||
msgid "Sketch is Untitled"
|
||||
msgstr ""
|
||||
msgstr "Sketcha ez du izenik"
|
||||
|
||||
#: Sketch.java:720
|
||||
msgid "Sketch is read-only"
|
||||
msgstr ""
|
||||
msgstr "Sketcha Irakurtzeko soilik\tda\n "
|
||||
|
||||
#: Sketch.java:1653
|
||||
msgid ""
|
||||
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
|
||||
"tips on reducing it."
|
||||
msgstr ""
|
||||
msgstr "Sketcha handiegi; bisitatu http://www.arduino.cc/en/Guide/Troubleshooting#size tamaina txikiagotzea bezala jakiteko"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1639
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} "
|
||||
"bytes."
|
||||
msgstr ""
|
||||
msgstr "Sketchak byteak darabiltza {0} ({2}%%-a) programako biltegiratzeko espazioaren. Maximoa byteak da {1}."
|
||||
|
||||
#: Editor.java:510
|
||||
msgid "Sketchbook"
|
||||
msgstr ""
|
||||
msgstr "Sketchbook"
|
||||
|
||||
#: Base.java:258
|
||||
msgid "Sketchbook folder disappeared"
|
||||
msgstr ""
|
||||
msgstr "Sketchbook karpeta desagertu da"
|
||||
|
||||
#: Preferences.java:315
|
||||
msgid "Sketchbook location:"
|
||||
msgstr ""
|
||||
msgstr "Sketchbook kokalekua"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:428
|
||||
msgid "Sketchbook path not defined"
|
||||
@ -1790,29 +1794,29 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:152
|
||||
msgid "Slovenian"
|
||||
msgstr ""
|
||||
msgstr "Esloveniera"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Fitxategi batzuk markatzen dituzte \"Irakurtzeko-soilik \", hala egingo duzu\nsketch beste lokalizazio batean gorde behar izan ezazu,\neta berriro probatu ezazu."
|
||||
|
||||
#: Sketch.java:721
|
||||
msgid ""
|
||||
"Some files are marked \"read-only\", so you'll\n"
|
||||
"need to re-save this sketch to another location."
|
||||
msgstr ""
|
||||
msgstr "Fitxategi batzuk markatzen dituzte \"irakurtzeko soilik\", hala egingo duzu\nbeste lokalizazio baterako sketch hau gorde behar izan ezazu."
|
||||
|
||||
#: Sketch.java:457
|
||||
#, java-format
|
||||
msgid "Sorry, a sketch (or folder) named \"{0}\" already exists."
|
||||
msgstr ""
|
||||
msgstr "Barkatu, dagoeneko izendatutako \"{0}\" sketch bat (edo karpeta) existitzen da."
|
||||
|
||||
#: Preferences.java:115
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
msgstr "Espainiera"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
msgid "Specified folder/zip file does not contain a valid library"
|
||||
@ -1824,7 +1828,7 @@ msgstr ""
|
||||
|
||||
#: Base.java:540
|
||||
msgid "Sunshine"
|
||||
msgstr ""
|
||||
msgstr "Eguzkia"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
@ -1832,11 +1836,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:153
|
||||
msgid "Swedish"
|
||||
msgstr ""
|
||||
msgstr "Suediera"
|
||||
|
||||
#: Preferences.java:84
|
||||
msgid "System Default"
|
||||
msgstr ""
|
||||
msgstr "Sistemako lehenetsia"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:188
|
||||
msgid "Talossan"
|
||||
@ -1844,11 +1848,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:116
|
||||
msgid "Tamil"
|
||||
msgstr ""
|
||||
msgstr "Tamilera"
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
msgid "The 'BYTE' keyword is no longer supported."
|
||||
msgstr ""
|
||||
msgstr "Jada 'BYTE' gako-hitza ez dute sostengatzen."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
msgid "The --upload option supports only one file at a time"
|
||||
@ -1856,7 +1860,7 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
msgid "The Client class has been renamed EthernetClient."
|
||||
msgstr ""
|
||||
msgstr "Client klasea berrizendatu dute EthernetClient."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
@ -1867,11 +1871,11 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
msgid "The Server class has been renamed EthernetServer."
|
||||
msgstr ""
|
||||
msgstr "Server klasea berrizendatu dute EthernetServer."
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
msgid "The Udp class has been renamed EthernetUdp."
|
||||
msgstr ""
|
||||
msgstr "Udp klasea berrizendatu dute EthernetUdp."
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
@ -1879,7 +1883,7 @@ msgid ""
|
||||
"The file \"{0}\" needs to be inside\n"
|
||||
"a sketch folder named \"{1}\".\n"
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
msgstr "Fitxategiak {0} barruan egon behar du\n{1} izendatutako sketch-karpeta bat.\nKarpeta hau sortzen duzu, fitxategia mugitzen duzu, eta jarraitzen duzu?"
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
@ -1887,25 +1891,25 @@ 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 ""
|
||||
msgstr "Liburutegia {0} ezin dute erabili. Liburutegi-izenek bakarrik oinarrizko gutunak eta numbers. eduki behar dituzte. (ASCII-a bakarrik eta espazio bat ere, eta ezin da zenbaki batekin hasi)"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Fitxategi nagusiak ezin du luzapena bat erabili.\n(Denbora izan daiteke zuen graduatu\n\"benetako\" programazio-ingurumena)"
|
||||
|
||||
#: Sketch.java:356
|
||||
msgid "The name cannot start with a period."
|
||||
msgstr ""
|
||||
msgstr "Izena ezin da hasi puntuarekin."
|
||||
|
||||
#: Base.java:1412
|
||||
msgid ""
|
||||
"The selected sketch no longer exists.\n"
|
||||
"You may need to restart Arduino to update\n"
|
||||
"the sketchbook menu."
|
||||
msgstr ""
|
||||
msgstr "Jada hautatutako skettcha ez da existitzen.\nSketchbook-menua eguneratzeko Arduino berriz hasi behar dezakezu."
|
||||
|
||||
#: Base.java:1430
|
||||
#, java-format
|
||||
@ -1915,21 +1919,21 @@ msgid ""
|
||||
"(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 ""
|
||||
msgstr "Sketch {0} ezin dute erabili.\nSketch-izenek bakarrik oinarrizko gutunak eta zenbakiak eduki behar dituzte\n(Espazio batekin erko ASCII-a, eta ezin da zenbaki batekin hasi).\nMezu honetaz libratzeko, eskema|esketxa kentzen duzu {1}"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Sketch-karpeta desagertu da.\nSaiatuko da lokalizazio berean gorde,\nbaina kodeaz gain edozer galduko dute."
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "Sketch-izena aldatu behar izan zuten. Bakarrik sketch-izenak izan daitezke\nASCII-karaktereen eta zenbakien (baina ezin da zenbaki batekin hasi).\n64 luzera-karaktere baino gutxiago izan behar ditu ere."
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -1938,7 +1942,7 @@ msgid ""
|
||||
"location, and create a new sketchbook folder if\n"
|
||||
"necessary. Arduino will then stop talking about\n"
|
||||
"himself in the third person."
|
||||
msgstr ""
|
||||
msgstr "Ez du sketchbook karpeta aurkitzen. Arduinok lokalizazioari aldatuko dio lehenetsi, eta beharrezkoa bada, karpeta berria sor zezan. Arduinok bere burua buruz hitz egiten utziko du hirugarren pertsonarengan"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
msgid ""
|
||||
@ -1957,7 +1961,7 @@ 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 ""
|
||||
msgstr "Dagoeneko fitxategi hau kopiatu dute lokalizaziora zeinetatik \nnon hura gehitzen saiatzen ari zara.\nEz dut ezer egiten"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
@ -1967,11 +1971,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:467
|
||||
msgid "This report would have more information with"
|
||||
msgstr ""
|
||||
msgstr "Txosten honek informazio gehiago izango luke"
|
||||
|
||||
#: Base.java:535
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
msgstr "Atsedenerako denbora"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
@ -1980,7 +1984,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:663
|
||||
msgid "Tools"
|
||||
msgstr ""
|
||||
msgstr "Tresnak"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
msgid "Topic"
|
||||
@ -1988,11 +1992,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1070
|
||||
msgid "Troubleshooting"
|
||||
msgstr ""
|
||||
msgstr "Arazoak konpontzen"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:117
|
||||
msgid "Turkish"
|
||||
msgstr ""
|
||||
msgstr "Turkiera"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
@ -2001,32 +2005,32 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Editor.java:2507
|
||||
msgid "Type board password to access its console"
|
||||
msgstr ""
|
||||
msgstr "Plakaren pasahitza idatz ezazu bere kontsolara sartzeko"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1673
|
||||
msgid "Type board password to upload a new sketch"
|
||||
msgstr ""
|
||||
msgstr "Plakaren pasahitza idatz ezazu sketch berri bat kargatzeko"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
msgstr "Ukrainera"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
msgid "Unable to connect: is the sketch using the bridge?"
|
||||
msgstr ""
|
||||
msgstr "Konektatu ezinezkoa da: sketcha zubia erabiltzen ari da?"
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:130
|
||||
msgid "Unable to connect: retrying"
|
||||
msgstr ""
|
||||
msgstr "Konektatu ezinezkoa da: Saiatzen"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2526
|
||||
msgid "Unable to connect: wrong password?"
|
||||
msgstr ""
|
||||
msgstr "Konektatu ezinezkoa da: pasahitz okerra?"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2512
|
||||
msgid "Unable to open serial monitor"
|
||||
msgstr ""
|
||||
msgstr "Serial-monitorea ireki ezinezkoa da."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2709
|
||||
msgid "Unable to open serial plotter"
|
||||
@ -2040,18 +2044,18 @@ msgstr ""
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
msgstr "Uncaught exception type: {0}"
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
msgstr "Desegin"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Plataforma ezezaguna, Inongo jaurtitzailerik-Launcher ez dago.\nURLs-ak edo karpetak irekiz ahalbidetzeko, gaineratzen zara\n\"launcher=/path/to/app\"-lerroa preferences.txt-etara"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
@ -2060,11 +2064,11 @@ msgstr ""
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
msgstr "Eguneratu"
|
||||
|
||||
#: Preferences.java:428
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
msgstr ""
|
||||
msgstr "Eguneratze-sketchak hedadura berrira artxibatzen du gordetzen duenean (.pde -> .ino)"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
|
||||
msgid "Updating list of installed libraries"
|
||||
@ -2072,27 +2076,27 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
msgstr "Kargatu"
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
msgid "Upload Using Programmer"
|
||||
msgstr ""
|
||||
msgstr "Programagailu erabiliz kargatu"
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
msgid "Upload canceled."
|
||||
msgstr ""
|
||||
msgstr "Datu-karga bertan behera utzi da."
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1678
|
||||
msgid "Upload cancelled"
|
||||
msgstr ""
|
||||
msgstr "Utxi Kargaketa"
|
||||
|
||||
#: Editor.java:2378
|
||||
msgid "Uploading to I/O Board..."
|
||||
msgstr ""
|
||||
msgstr "S/I Plakak Kargatzen ..."
|
||||
|
||||
#: Sketch.java:1622
|
||||
msgid "Uploading..."
|
||||
msgstr ""
|
||||
msgstr "Kargatzen..."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
@ -2100,11 +2104,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1269
|
||||
msgid "Use Selection For Find"
|
||||
msgstr ""
|
||||
msgstr "Aurkikuntzarako Erabilera-Hautaketa"
|
||||
|
||||
#: Preferences.java:409
|
||||
msgid "Use external editor"
|
||||
msgstr ""
|
||||
msgstr "Kanpoko editorea erabili ezazu"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
@ -2119,20 +2123,20 @@ msgstr ""
|
||||
#: ../../../processing/app/debug/Compiler.java:94
|
||||
#, java-format
|
||||
msgid "Using library {0} in folder: {1} {2}"
|
||||
msgstr ""
|
||||
msgstr "{0} liburu-denda {1} {2} karpetan erabiliz:"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:320
|
||||
#, java-format
|
||||
msgid "Using previously compiled file: {0}"
|
||||
msgstr ""
|
||||
msgstr "Erabili lehenago bildutako fitxategia: {0}"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
msgstr "Egiaztatu"
|
||||
|
||||
#: Preferences.java:400
|
||||
msgid "Verify code after upload"
|
||||
msgstr ""
|
||||
msgstr "Kodea egiaztatzen duzu geroago kargatu"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
msgid "Verify/Compile"
|
||||
@ -2166,22 +2170,22 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "Vietnamera"
|
||||
|
||||
#: Editor.java:1105
|
||||
msgid "Visit Arduino.cc"
|
||||
msgstr ""
|
||||
msgstr "Arduino.cc bisita"
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "OHARTARAZPENA: {0} liburutegia {1} arkitekturan() funtzionatzen saiatzen da eta zure plakarekin, zeinek {2} arkitekturarekin() funtzionatzen duen, bateraezina izan liteke"
|
||||
|
||||
#: Base.java:2128
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
msgstr "Abisua"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1295
|
||||
msgid ""
|
||||
@ -2228,33 +2232,33 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
msgid "Wire.receive() has been renamed Wire.read()."
|
||||
msgstr ""
|
||||
msgstr "Wire.receive() berrizendatu dute Wire.read()."
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
msgid "Wire.send() has been renamed Wire.write()."
|
||||
msgstr ""
|
||||
msgstr "Wire.send() berrizendatu dute Wire.write()."
|
||||
|
||||
#: FindReplace.java:105
|
||||
msgid "Wrap Around"
|
||||
msgstr ""
|
||||
msgstr "Egokitu"
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
msgid ""
|
||||
"Wrong microcontroller found. Did you select the right board from the Tools "
|
||||
"> Board menu?"
|
||||
msgstr ""
|
||||
msgstr "Mikrokontrolatzaile okerra. Plaka aukeratu duzu era zuzenean menutik Erremintetatik > Plaka ?"
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "Bai"
|
||||
|
||||
#: Sketch.java:1074
|
||||
msgid "You can't fool me"
|
||||
msgstr ""
|
||||
msgstr "Ezin nauzu engainatu"
|
||||
|
||||
#: Sketch.java:411
|
||||
msgid "You can't have a .cpp file with the same name as the sketch."
|
||||
msgstr ""
|
||||
msgstr "Ezin duzu izan izen bera sketcha bezain .cpp-fitxategi bat."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2312
|
||||
msgid "You can't import a folder that contains your sketchbook"
|
||||
@ -2264,34 +2268,34 @@ msgstr ""
|
||||
msgid ""
|
||||
"You can't rename the sketch to \"{0}\"\n"
|
||||
"because the sketch already has a .cpp file with that name."
|
||||
msgstr ""
|
||||
msgstr "Ezin duzu Sketcha berrizendatu \"{0}\"\ndagoeneko Sketchak .cpp-fitxategi bat du izen horrekin eta."
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp file with that name."
|
||||
msgstr ""
|
||||
msgstr "Ezin duzu sketcha gorde \"{0}\"-a bezala\ndagoeneko Sketchak .cpp-fitxategi bat du izen horrekin eta."
|
||||
|
||||
#: Sketch.java:883
|
||||
msgid ""
|
||||
"You cannot save the sketch into a folder\n"
|
||||
"inside itself. This would go on forever."
|
||||
msgstr ""
|
||||
msgstr "Ezin duzu sketcha gorde bere burua \nbarruan karpeta batean. Honek betiko jarraituko luke."
|
||||
|
||||
#: Base.java:1888
|
||||
msgid "You forgot your sketchbook"
|
||||
msgstr ""
|
||||
msgstr "Zure sketchbooka ahaztu zenuen"
|
||||
|
||||
#: ../../../processing/app/AbstractMonitor.java:92
|
||||
msgid ""
|
||||
"You've pressed {0} but nothing was sent. Should you select a line ending?"
|
||||
msgstr ""
|
||||
msgstr "{0} zapaldu duzu baina ezer ez zuten bidali. Lerro-bukaera bat hautatu behar izango zenuke?"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Programa-mugara heldu zara gaur era automatikoan esleitutako izenarekin. Paseo bat ematen baduzu iruditzen zaizula?"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
msgid ""
|
||||
@ -2307,16 +2311,16 @@ msgstr ""
|
||||
|
||||
#: Base.java:2638
|
||||
msgid "ZIP files or folders"
|
||||
msgstr ""
|
||||
msgstr "ZIP-fitxategiak edo karpetak"
|
||||
|
||||
#: Base.java:2661
|
||||
msgid "Zip doesn't contain a library"
|
||||
msgstr ""
|
||||
msgstr "ZIP ez dauka liburutegi bat"
|
||||
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
msgid "\".{0}\" is not a valid extension."
|
||||
msgstr ""
|
||||
msgstr "\".{0}\" ez da balio izandako luzapena."
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
@ -2333,7 +2337,7 @@ msgid ""
|
||||
"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 ""
|
||||
msgstr "\n0019 Arduinotik aurrera, Ethernet-liburutegia SPI-liburutegiaren esku dago.\nHura erabiltzen ari izan iruditzen zara edo SPI-liburutegiaren esku dagoen beste liburutegi bat.\n"
|
||||
|
||||
#: debug/Compiler.java:415
|
||||
msgid ""
|
||||
@ -2341,62 +2345,62 @@ msgid ""
|
||||
"As of Arduino 1.0, the 'BYTE' keyword is no longer supported.\n"
|
||||
"Please use Serial.write() instead.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
msgstr "\n1.0 Arduino-tik aurrera, 'BYTE' gako-hitza ez da supported.\njada mesedez Serial.write() erabili ezazu.\n"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "\n1.0 Arduino-tik aurrera, Ethernet-liburutegiko Client klasea berrizendatu dute EthernetClient.\n"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "\n1.0 Arduino-tik aurrera, Ethernet-liburutegiko Server klasea berrizendatu dute EthernetServer .\n"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "\n1.0 Arduinotik aurrera, Ethernet-liburutegiko Udp klasea berrizendatu dute EthernetUdp.\n"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "\n 1.0 Arduino-tik aurrera, Wire.receive() funtzioa, beste libraries batzuekiko funtserako Wire.read() etara berrizendatu zuten.\n"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "\n1.0 Arduinotik aurrera, Wire.send()-funtzioa, beste liburutegi batzuekiko funtserako Wire.write() -etara berrizendatu zuten\n"
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
msgid "baud"
|
||||
msgstr ""
|
||||
msgstr "baud"
|
||||
|
||||
#: Preferences.java:389
|
||||
msgid "compilation "
|
||||
msgstr ""
|
||||
msgstr "konpilazio"
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:111
|
||||
msgid "connected!"
|
||||
msgstr ""
|
||||
msgstr "Konektatu !"
|
||||
|
||||
#: Sketch.java:540
|
||||
msgid "createNewFile() returned false"
|
||||
msgstr ""
|
||||
msgstr "createNewFile() itzuli faltsu"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:469
|
||||
msgid "enabled in File > Preferences."
|
||||
msgstr ""
|
||||
msgstr "Gaitu File > Preferences"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1352
|
||||
msgid "http://www.arduino.cc/"
|
||||
@ -2404,39 +2408,39 @@ msgstr ""
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
msgid "http://www.arduino.cc/en/Main/Software"
|
||||
msgstr ""
|
||||
msgstr "http://www.arduino.cc/en/Main/Software"
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
msgid "http://www.arduino.cc/latest.txt"
|
||||
msgstr ""
|
||||
msgstr "http://www.arduino.cc/latest.txt"
|
||||
|
||||
#: Preferences.java:625
|
||||
#, java-format
|
||||
msgid "ignoring invalid font size {0}"
|
||||
msgstr ""
|
||||
msgstr "Letra-tamaina elbarria {0} ez ikusi egin"
|
||||
|
||||
#: Editor.java:936 Editor.java:943
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
msgstr "Izen nulu"
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
msgstr "serialMenu-a nulua da"
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#, java-format
|
||||
msgid ""
|
||||
"the selected serial port {0} does not exist or your board is not connected"
|
||||
msgstr ""
|
||||
msgstr "hautatutako serieko ataka {0} ez da existitzen edo zure plaka ez dago konektatuta"
|
||||
|
||||
#: ../../../processing/app/Base.java:389
|
||||
#, java-format
|
||||
msgid "unknown option: {0}"
|
||||
msgstr ""
|
||||
msgstr "Aukera ezezaguna: {0}"
|
||||
|
||||
#: Preferences.java:391
|
||||
msgid "upload"
|
||||
msgstr ""
|
||||
msgstr "Kargatu"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
||||
@ -2462,7 +2466,7 @@ msgstr ""
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
msgid "{0} files added to the sketch."
|
||||
msgstr ""
|
||||
msgstr "{0} sketchari gehitutako fitxategiak."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1201
|
||||
#, java-format
|
||||
@ -2472,51 +2476,51 @@ msgstr ""
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
msgid "{0} returned {1}"
|
||||
msgstr ""
|
||||
msgstr "{0} itzuli {1}"
|
||||
|
||||
#: Editor.java:2213
|
||||
#, java-format
|
||||
msgid "{0} | Arduino {1}"
|
||||
msgstr ""
|
||||
msgstr "{0} | Arduino {1}"
|
||||
|
||||
#: ../../../processing/app/Base.java:519
|
||||
#, java-format
|
||||
msgid "{0}: Invalid argument to --pref, should be of the form \"pref=value\""
|
||||
msgstr ""
|
||||
msgstr "{0}: Argumentu elbarria --pref, \"pref=value\" formaren izan behar izango litzateke"
|
||||
|
||||
#: ../../../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 ""
|
||||
msgstr "{0}: Plaka-izen elbarria, \"package:arch:board\" edo \"package:arch:board:options\" izan behar izango litzateke formaren."
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
msgstr "{0}: Aukera elbarria {1} plakarako {2} aukera"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
msgstr ""
|
||||
msgstr "{0}: Plakarako {1} aukera elbarria"
|
||||
|
||||
#: ../../../processing/app/Base.java:502
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
msgstr "{0}: Aukera elbarria, \"name=value\" formaren izan behar izango litzateke."
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
msgstr ""
|
||||
msgstr "{0}: Arkitektura ezezaguna"
|
||||
|
||||
#: ../../../processing/app/Base.java:491
|
||||
#, java-format
|
||||
msgid "{0}: Unknown board"
|
||||
msgstr ""
|
||||
msgstr "{0}: Plaka ezezaguna"
|
||||
|
||||
#: ../../../processing/app/Base.java:481
|
||||
#, java-format
|
||||
msgid "{0}: Unknown package"
|
||||
msgstr ""
|
||||
msgstr "{0}: Pakete ezezaguna"
|
@ -6,10 +6,14 @@
|
||||
# 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\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Danish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/da/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: da\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
# @atzerritik, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Zylu <rarodiez@gmail.com>, 2014
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Basque (http\://www.transifex.com/mbanzi/arduino-ide-15/language/eu/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: eu\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
\ \ (requires\ restart\ of\ Arduino)=(Arduinoa berabiarazi behar da)
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
#, java-format
|
||||
@ -20,13 +24,13 @@
|
||||
!\ Used\:\ {0}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo='Teklatua' Arduino Leonardo-rekin bateragarria da soilik
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo='Sagua' Arduino Leonardo-rekin bateragarria da soilik
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(soilik editatu Arduino lanean ez dagoenean )
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
!--curdir\ no\ longer\ supported=
|
||||
@ -35,7 +39,7 @@
|
||||
!--verbose,\ --verbose-upload\ and\ --verbose-build\ can\ only\ be\ used\ together\ with\ --verify\ or\ --upload=
|
||||
|
||||
#: Sketch.java:746
|
||||
!.pde\ ->\ .ino=
|
||||
.pde\ ->\ .ino=.pde -> .ino
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
@ -50,22 +54,22 @@
|
||||
!<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.=
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Sketch honetarako aldaketak gorde nahi dituzu<BR> itxi aurretik?</b><p>Ez baduzu gordetzen, zure aldaketak galduko dira.
|
||||
|
||||
#: Sketch.java:398
|
||||
#, java-format
|
||||
!A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=
|
||||
A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=Dagoeneko "{0}" izeneko fitxategi bat existitzen da "{1}"-n
|
||||
|
||||
#: Editor.java:2169
|
||||
#, java-format
|
||||
!A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=
|
||||
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=Dagoeneko {0} izeneko karpeta bat existitzen da. Ezin da sketcha ireki
|
||||
|
||||
#: Base.java:2690
|
||||
#, java-format
|
||||
!A\ library\ named\ {0}\ already\ exists=
|
||||
A\ library\ named\ {0}\ already\ exists=Dagoeneko {0} izeneko liburutegi bat existitzen da
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
!A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=
|
||||
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=Arduinoren bertsio berri bat eskuragarri dago,\nArduinoren deskargako orria bisitatzea nahi duzu?
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
@ -75,13 +79,13 @@
|
||||
!A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=
|
||||
|
||||
#: Editor.java:1116
|
||||
!About\ Arduino=
|
||||
About\ Arduino=Arduinori buruz
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
!Add\ .ZIP\ Library...=
|
||||
|
||||
#: Editor.java:650
|
||||
!Add\ File...=
|
||||
Add\ File...=Fitxategia gehitu...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
|
||||
!Additional\ Boards\ Manager\ URLs=
|
||||
@ -93,7 +97,7 @@
|
||||
!Afrikaans=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:96
|
||||
!Albanian=
|
||||
Albanian=Albaniera
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/DropdownAllItem.java:42
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
|
||||
@ -101,7 +105,7 @@
|
||||
!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=
|
||||
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=Arazo bat gertatu da fitxategiaren kodifikazioa konpontzen saiatzean.\nEz saiatu sketch hau gordetzen, aurreko bertsioa gainidatzi bait dezake.\nZabaldu sakatu sketch-a berriro zabaltzeko eta saiatu berriro.\n
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
|
||||
!An\ error\ occurred\ while\ updating\ libraries\ index\!=
|
||||
@ -118,62 +122,62 @@
|
||||
!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.=
|
||||
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=Akats ezezagun bat gertatu da kargatzen saiatzerakoan\nkodigoa zure makonaren plataformako espezifikoa da.
|
||||
|
||||
#: Preferences.java:85
|
||||
!Arabic=
|
||||
Arabic=Arabiera
|
||||
|
||||
#: Preferences.java:86
|
||||
!Aragonese=
|
||||
Aragonese=Aragoiera
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
!Archive\ Sketch=
|
||||
Archive\ Sketch=Sketch-a gorde
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
!Archive\ sketch\ as\:=
|
||||
Archive\ sketch\ as\:=Gorde sketcha honela\:
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
!Archive\ sketch\ canceled.=
|
||||
Archive\ sketch\ canceled.=Sketch-aren gordetzea bertan behera utzi da..
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Sketch-aren gordetzea bertan behera utzi da\nsketch-a ezin bait da ondo gorde.
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bit) Plakak
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
!Arduino\ AVR\ Boards=
|
||||
Arduino\ AVR\ Boards=Arduino AVR Plakak
|
||||
|
||||
#: 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.=
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduinok ezin du funtzionatu ezin duelako karpeta\nbat zure konfigurazioa gordetzeko sortu.
|
||||
|
||||
#: Base.java:1889
|
||||
!Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduinok ezin du funtzionatu ezin duelako karpeta\nbat zure sketchbook-a gordetzeko sortu.
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:471
|
||||
!Arduino\:\ =
|
||||
Arduino\:\ =Arduino\:
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
!Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?="{0}" ezabatu nahi duzula seguru zara?
|
||||
|
||||
#: Sketch.java:587
|
||||
!Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=Sketch hau ezabatu nahi duzula seguru zara?
|
||||
|
||||
#: ../../../processing/app/Base.java:356
|
||||
!Argument\ required\ for\ --board=
|
||||
Argument\ required\ for\ --board=Argumentua beharrezkoa da --plakarako
|
||||
|
||||
#: ../../../processing/app/Base.java:363
|
||||
!Argument\ required\ for\ --port=
|
||||
Argument\ required\ for\ --port=Argumentua beharrezkoa da --atakarako
|
||||
|
||||
#: ../../../processing/app/Base.java:377
|
||||
!Argument\ required\ for\ --pref=
|
||||
Argument\ required\ for\ --pref=Argumentua beharrezkoa da --pref arako
|
||||
|
||||
#: ../../../processing/app/Base.java:384
|
||||
!Argument\ required\ for\ --preferences-file=
|
||||
Argument\ required\ for\ --preferences-file=Argumentua beharrezkoa da --Hobespen fitxategirako
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:76
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:83
|
||||
@ -181,19 +185,19 @@
|
||||
!Argument\ required\ for\ {0}=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
!Armenian=
|
||||
Armenian=Armeniera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:138
|
||||
!Asturian=
|
||||
Asturian=Bable
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:145
|
||||
!Authorization\ required=
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
!Auto\ Format=
|
||||
Auto\ Format=Formatu Automatikoa.
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
!Auto\ Format\ finished.=
|
||||
Auto\ Format\ finished.=Formatu automatikoa bukatu da.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
!Auto-detect\ proxy\ settings=
|
||||
@ -202,37 +206,37 @@
|
||||
!Automatic\ proxy\ configuration\ URL\:=
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
!Autoscroll=
|
||||
Autoscroll=Autoscroll
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
!Bad\ error\ line\:\ {0}=
|
||||
Bad\ error\ line\:\ {0}=Errore lerroa\: {0}
|
||||
|
||||
#: Editor.java:2136
|
||||
!Bad\ file\ selected=
|
||||
Bad\ file\ selected=Hautatutako fitxategi txarra da
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
Basque=Euskara
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
Belarusian=Bielorrusiera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
Board=Plaka
|
||||
|
||||
#: ../../../processing/app/debug/TargetBoard.java:42
|
||||
#, java-format
|
||||
!Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=
|
||||
Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=Plaka {0}\:{1}\:{2} ez du definitzen ''build.board'' lehentasuna. Auto-seta\: {3} etara
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:472
|
||||
!Board\:\ =
|
||||
Board\:\ =Plaka\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Boards\ Manager=
|
||||
@ -248,31 +252,31 @@
|
||||
!Bootloader\ file\ specified\ but\ missing\:\ {0}=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
!Bosnian=
|
||||
Bosnian=Bosniera
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!Both\ NL\ &\ CR=
|
||||
Both\ NL\ &\ CR=NL & CR Biak
|
||||
|
||||
#: Preferences.java:81
|
||||
!Browse=
|
||||
Browse=Bilatu
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
Build\ folder\ disappeared\ or\ could\ not\ be\ written=Konpilazio-karpeta desagertu da edo ezin da bertan idatzi
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
Build\ options\ changed,\ rebuilding\ all=Konpilazio-aukerak aldatu dira, guztia berkonpilatzen
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
!Bulgarian=
|
||||
Bulgarian=Bulgariera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:141
|
||||
!Burmese\ (Myanmar)=
|
||||
Burmese\ (Myanmar)=Myanmarniera
|
||||
|
||||
#: Editor.java:708
|
||||
!Burn\ Bootloader=
|
||||
Burn\ Bootloader=Idatzi Bootloader-a
|
||||
|
||||
#: Editor.java:2504
|
||||
!Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Bootloader-a S/I plakaN idazten (honek minutu bat har dezake)...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
!CRC\ doesn't\ match.\ File\ is\ corrupted.=
|
||||
@ -286,232 +290,232 @@
|
||||
!Can't\ find\ the\ sketch\ in\ the\ specified\ path=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:92
|
||||
!Canadian\ French=
|
||||
Canadian\ French=Canada-frantses
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
!Cancel=
|
||||
Cancel=Utzi
|
||||
|
||||
#: Sketch.java:455
|
||||
!Cannot\ Rename=
|
||||
Cannot\ Rename=Ezin da berrizendatu
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
!Cannot\ specify\ any\ sketch\ files=
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!Carriage\ return=
|
||||
Carriage\ return=Orga-itzulera
|
||||
|
||||
#: Preferences.java:87
|
||||
!Catalan=
|
||||
Catalan=Katalana
|
||||
|
||||
#: Preferences.java:419
|
||||
!Check\ for\ updates\ on\ startup=
|
||||
Check\ for\ updates\ on\ startup=Eguneratzeak bilatzen ditu Hasieran
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
!Chinese\ (China)=
|
||||
Chinese\ (China)=Txinera(Txina)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
Chinese\ (Hong\ Kong)=Txinera (Hong Kong)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
Chinese\ (Taiwan)=Txinera (Taiwan)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
Chinese\ (Taiwan)\ (Big5)=Txinera (Taiwan)(Big5)
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
Chinese\ Simplified=Txinera
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
Chinese\ Traditional=Tradizional Txinera
|
||||
|
||||
#: ../../../../../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=
|
||||
Close=Itxi
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
Comment/Uncomment=Iruzkina / iruzkina desegitea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
Compiling\ sketch...=Sketch konpilatzen
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
!Copy=
|
||||
Copy=Kopiatu
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
!Copy\ as\ HTML=
|
||||
Copy\ as\ HTML=HTMLa bezala kopia
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:455
|
||||
!Copy\ error\ messages=
|
||||
Copy\ error\ messages=Errore-mezua kopia ezazu
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
!Copy\ for\ Forum=
|
||||
Copy\ for\ Forum=Fororako Kopia
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
!Could\ not\ add\ ''{0}''\ to\ the\ sketch.=
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=Ezin izango litzateke gehitu ''{0}'' sketchera.
|
||||
|
||||
#: Editor.java:2188
|
||||
!Could\ not\ copy\ to\ a\ proper\ location.=
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=Ezin izan zen kopiatu kokapen egokian.
|
||||
|
||||
#: Editor.java:2179
|
||||
!Could\ not\ create\ the\ sketch\ folder.=
|
||||
Could\ not\ create\ the\ sketch\ folder.=Sketch-karpeta ezin da sortu.
|
||||
|
||||
#: Editor.java:2206
|
||||
!Could\ not\ create\ the\ sketch.=
|
||||
Could\ not\ create\ the\ sketch.=Sketcha ezin da sortu
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
!Could\ not\ delete\ "{0}".=
|
||||
Could\ not\ delete\ "{0}".=\ "{0}" ezin da ezabatu
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
!Could\ not\ delete\ the\ existing\ ''{0}''\ file.=
|
||||
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=Ezin izango litzateke ezabatu oraingoa ''{0}'' fitxategia.
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
!Could\ not\ delete\ {0}=
|
||||
Could\ not\ delete\ {0}=Ezin izango litzateke ezabatu {0}
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:74
|
||||
#, java-format
|
||||
!Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=
|
||||
Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=Ezin du boards.tx-ik aurkitu {0}-etan. -1,5 bertsioaren aurrekoa da ?
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
|
||||
#, java-format
|
||||
!Could\ not\ find\ tool\ {0}=
|
||||
Could\ not\ find\ tool\ {0}=Ez du {0} tresna aurkitzen
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
|
||||
#, java-format
|
||||
!Could\ not\ find\ tool\ {0}\ from\ package\ {1}=
|
||||
Could\ not\ find\ tool\ {0}\ from\ package\ {1}=Ez du pakete {1}-eko tresna {0} aurkitzen
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
!Could\ not\ open\ the\ URL\n{0}=
|
||||
Could\ not\ open\ the\ URL\n{0}=URL-a ezin da ireki\n{0}
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
!Could\ not\ open\ the\ folder\n{0}=
|
||||
Could\ not\ open\ the\ folder\n{0}=Karpeta ezin da ireki\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.=
|
||||
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.=Ez zen ahal izan sketcha zentzu hertsian gorde. Arazoetan egon zaitezke puntu honetan,\neta denbora izan liteke kopiatu eta zure kodea beste testu-editore batengana itsatsi.
|
||||
|
||||
#: Sketch.java:1768
|
||||
!Could\ not\ re-save\ sketch=
|
||||
Could\ not\ re-save\ sketch=Ezin izango luke gorde sketcha
|
||||
|
||||
#: 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.=
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Ezarpen lehenetsiak ezin dira irakurri.\nArduino Instalatu berriro behar izango duzu.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=Aurreko konpilazio-hobespen fitxategia ezin da irakurri, dena berreraikiz
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
!Could\ not\ remove\ old\ version\ of\ {0}=
|
||||
Could\ not\ remove\ old\ version\ of\ {0}=Ezin izango litzateke kendu bertsio zaharra{0}
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
!Could\ not\ rename\ "{0}"\ to\ "{1}"=
|
||||
Could\ not\ rename\ "{0}"\ to\ "{1}"=Ezin izango luke berrizendatu "{0}"-a "{1}"-ra
|
||||
|
||||
#: Sketch.java:475
|
||||
!Could\ not\ rename\ the\ sketch.\ (0)=
|
||||
Could\ not\ rename\ the\ sketch.\ (0)=Ezin izango luke berrizendatu sketcha. (0)
|
||||
|
||||
#: Sketch.java:496
|
||||
!Could\ not\ rename\ the\ sketch.\ (1)=
|
||||
Could\ not\ rename\ the\ sketch.\ (1)=Ezin izango luke berrizendatu sketcha. (1)
|
||||
|
||||
#: Sketch.java:503
|
||||
!Could\ not\ rename\ the\ sketch.\ (2)=
|
||||
Could\ not\ rename\ the\ sketch.\ (2)=Ezin izango luke berrizendatu sketcha. (2)
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
Could\ not\ replace\ {0}=Ezin izango luke ordeztu {0}
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
Could\ not\ write\ build\ preferences\ file=Konpilazio-hobespen fitxategia ezin da idatzi
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
Couldn't\ archive\ sketch=Sketcha ezin da artxibatu
|
||||
|
||||
#: Sketch.java:1647
|
||||
!Couldn't\ determine\ program\ size\:\ {0}=
|
||||
Couldn't\ determine\ program\ size\:\ {0}=Ezin izango luke erabaki programa-neurria\: {0}
|
||||
|
||||
#: Sketch.java:616
|
||||
!Couldn't\ do\ it=
|
||||
Couldn't\ do\ it=Ezin da egin
|
||||
|
||||
#: 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.=
|
||||
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.=Ezin du inongo plakarik aurkitu aukeratutako atakan. Ataka zuzena duzula hautatuta egiaztatu ezazu. Zuzena bada, kargatu hasi ondoren reset-botoia sakatzen du.
|
||||
|
||||
#: ../../../processing/app/Preferences.java:82
|
||||
!Croatian=
|
||||
Croatian=\ kroaziera
|
||||
|
||||
#: Editor.java:1149 Editor.java:2699
|
||||
!Cut=
|
||||
Cut=Ebaki
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
Czech=Txekoslovakiera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
Danish=Daniera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
Decrease\ Indent=Txikitu koska
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
Delete=Ezabatu
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Gailuak ez du erantzuten, egiaztatzen du serieko ataka zuzena hau aukeratuta edo resetea plaka esportatu baino lehen
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Aldaketa guztiak baztertzen dituzu eta sketcha kargatzen duzu?
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
Display\ line\ numbers=Lerro-zenbakiak erakusten ditu
|
||||
|
||||
#: ../../../../../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=
|
||||
Don't\ Save=Ez Gorde
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
!Done\ Saving.=
|
||||
Done\ Saving.=Gordeta bukatu
|
||||
|
||||
#: Editor.java:2510
|
||||
!Done\ burning\ bootloader.=
|
||||
Done\ burning\ bootloader.=Bootloader-erreketa bukatuta.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
!Done\ compiling=
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
!Done\ compiling.=
|
||||
Done\ compiling.=konpilazio eginda.
|
||||
|
||||
#: Editor.java:2564
|
||||
!Done\ printing.=
|
||||
Done\ printing.=Inprimaketa bukatu du.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:514
|
||||
!Done\ uploading=
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
!Done\ uploading.=
|
||||
Done\ uploading.=Datu-karga bukatuta du.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
@ -535,31 +539,31 @@
|
||||
!Downloading\ tools\ ({0}/{1}).=
|
||||
|
||||
#: Preferences.java:91
|
||||
!Dutch=
|
||||
Dutch=Nederlandera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Dutch\ (Netherlands)=
|
||||
Dutch\ (Netherlands)=Nederlandera (Holanda)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
!Edison\ Help=
|
||||
|
||||
#: Editor.java:1130
|
||||
!Edit=
|
||||
Edit=Editatu
|
||||
|
||||
#: Preferences.java:370
|
||||
!Editor\ font\ size\:\ =
|
||||
Editor\ font\ size\:\ =\ Letra-tamaina Editorea\:
|
||||
|
||||
#: Preferences.java:353
|
||||
!Editor\ language\:\ =
|
||||
Editor\ language\:\ =Hizkuntza editorea\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
|
||||
!Enable\ Code\ Folding=
|
||||
|
||||
#: Preferences.java:92
|
||||
!English=
|
||||
English=Ingeles
|
||||
|
||||
#: ../../../processing/app/Preferences.java:145
|
||||
!English\ (United\ Kingdom)=
|
||||
English\ (United\ Kingdom)=Ingeles ( Ingalaterra )
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
|
||||
@ -569,50 +573,50 @@
|
||||
!Enter\ additional\ URLs,\ one\ for\ each\ row=
|
||||
|
||||
#: Editor.java:1062
|
||||
!Environment=
|
||||
Environment=Ingurunea
|
||||
|
||||
#: 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=
|
||||
Error=Errore
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
!Error\ adding\ file=
|
||||
Error\ adding\ file=Akatsa fitxategi bat gehitzerakoan
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
!Error\ compiling.=
|
||||
Error\ compiling.=konpilazio-errore
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
!Error\ downloading\ {0}=
|
||||
|
||||
#: Base.java:1674
|
||||
!Error\ getting\ the\ Arduino\ data\ folder.=
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=Arazoak Arduino-ko karpetaren datuak irakurtzerakoan
|
||||
|
||||
#: Serial.java:593
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
Error\ inside\ Serial.{0}()=Akatsa Serial.{0}() -ean
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
#, java-format
|
||||
!Error\ loading\ {0}=
|
||||
Error\ loading\ {0}=Karga-errore {0}
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.=
|
||||
Error\ opening\ serial\ port\ ''{0}''.=''{0}'' hutseko irekierako serieko ataka.
|
||||
|
||||
#: ../../../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=
|
||||
Error\ reading\ preferences=Hutseko irakurketako lehentasunak
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
!Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=
|
||||
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=Lehentasun-fitxategia irakurri hutsa. Mesedez ezabatu ezazu (edo eraman) \n{0} eta Arduino berrabiarazi.
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:146
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
|
||||
@ -620,34 +624,34 @@
|
||||
!Error\ running\ post\ install\ script=
|
||||
|
||||
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
|
||||
!Error\ starting\ discovery\ method\:\ =
|
||||
Error\ starting\ discovery\ method\:\ =Aurkikuntza-metodoa hasiz hutsa\:
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
!Error\ touching\ serial\ port\ ''{0}''.=
|
||||
Error\ touching\ serial\ port\ ''{0}''.=Hutsa ukitu ''{0}'' serieko ataka.
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
!Error\ while\ burning\ bootloader.=
|
||||
Error\ while\ burning\ bootloader.=Akatsa bootloaderak erretzen diren bitartean.
|
||||
|
||||
#: ../../../processing/app/Editor.java:2555
|
||||
!Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=
|
||||
Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=Bootloader-a erretzerakoan hutsa\: desagertu {0} konfigurazio-parametroa
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1940
|
||||
!Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
!Error\ while\ loading\ code\ {0}=
|
||||
Error\ while\ loading\ code\ {0}=Kodea {0} kargatzerakoan hutsa
|
||||
|
||||
#: Editor.java:2567
|
||||
!Error\ while\ printing.=
|
||||
Error\ while\ printing.=Inprimatzerakoan hutsa.
|
||||
|
||||
#: ../../../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=
|
||||
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Kargatzerakoan hutsa\: desagertu {0} konfigurazio-parametroa
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:506
|
||||
#: ../../../processing/app/BaseNoGui.java:551
|
||||
@ -658,54 +662,54 @@
|
||||
!Error\ while\ verifying/uploading=
|
||||
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
Estonian=Estoniera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
Estonian\ (Estonia)=Estoniera (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
Examples=Adibideak
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
!Export\ compiled\ Binary=
|
||||
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
!Failed\ to\ open\ sketch\:\ "{0}"=
|
||||
Failed\ to\ open\ sketch\:\ "{0}"=Sketcha irekitzeko huts eginda\: "{0}"
|
||||
|
||||
#: Editor.java:491
|
||||
!File=
|
||||
File=Fitxategi
|
||||
|
||||
#: Preferences.java:94
|
||||
!Filipino=
|
||||
Filipino=Filipiniera
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
!Filter\ your\ search...=
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
!Find=
|
||||
Find=Bilatu
|
||||
|
||||
#: Editor.java:1249
|
||||
!Find\ Next=
|
||||
Find\ Next=Aurkitu hurrengoa
|
||||
|
||||
#: Editor.java:1259
|
||||
!Find\ Previous=
|
||||
Find\ Previous=Aurkitu aurrekoa
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
!Find\ in\ Reference=
|
||||
Find\ in\ Reference=Aipamen bidezko dei
|
||||
|
||||
#: Editor.java:1234
|
||||
!Find...=
|
||||
Find...=Bilatu...
|
||||
|
||||
#: FindReplace.java:80
|
||||
!Find\:=
|
||||
Find\:=Aurkitu
|
||||
|
||||
#: ../../../processing/app/Preferences.java:147
|
||||
!Finnish=
|
||||
Finnish=Finlandiera
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
!Fix\ Encoding\ &\ Reload=
|
||||
Fix\ Encoding\ &\ Reload=Kodea konpontzen & kargatu
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:318
|
||||
!For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=
|
||||
@ -715,13 +719,13 @@
|
||||
!Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ {0}=
|
||||
|
||||
#: Preferences.java:95
|
||||
!French=
|
||||
French=Frantses
|
||||
|
||||
#: Editor.java:1097
|
||||
!Frequently\ Asked\ Questions=
|
||||
Frequently\ Asked\ Questions=Maiz egiten diren galderak
|
||||
|
||||
#: Preferences.java:96
|
||||
!Galician=
|
||||
Galician=Galiziera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:176
|
||||
!Galician\ (Spain)=
|
||||
@ -730,57 +734,57 @@
|
||||
!Galileo\ Help=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
!Georgian=
|
||||
Georgian=Georgiera
|
||||
|
||||
#: Preferences.java:97
|
||||
!German=
|
||||
German=Aleman
|
||||
|
||||
#: Editor.java:1054
|
||||
!Getting\ Started=
|
||||
Getting\ Started=Abiarazi
|
||||
|
||||
#: ../../../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.=
|
||||
Global\ variables\ use\ {0}\ bytes\ ({2}%%)\ of\ dynamic\ memory,\ leaving\ {3}\ bytes\ for\ local\ variables.\ Maximum\ is\ {1}\ bytes.=Aldagai osoek memoria dinamikoko {0} byte ({2}%%) darabiltzate, {3} byte uzten dituzte aldagai lokaletarako. Maximoa {1} byte dira.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1651
|
||||
#, java-format
|
||||
!Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=
|
||||
Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=Aldagai osoek memoria dinamikoko {0} byte darabiltzate.
|
||||
|
||||
#: Preferences.java:98
|
||||
!Greek=
|
||||
Greek=Greziera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:95
|
||||
!Hebrew=
|
||||
Hebrew=Hebreera
|
||||
|
||||
#: Editor.java:1015
|
||||
!Help=
|
||||
Help=Laguntza
|
||||
|
||||
#: Preferences.java:99
|
||||
!Hindi=
|
||||
Hindi=Indiera
|
||||
|
||||
#: ../../../../../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?=
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=sketcha hura izendatzen saiatu baino lehen \nlehenik eta behin ez duzulako gordetzen
|
||||
|
||||
#: Sketch.java:882
|
||||
!How\ very\ Borges\ of\ you=
|
||||
How\ very\ Borges\ of\ you=Hor konpon, Marianton\!
|
||||
|
||||
#: Preferences.java:100
|
||||
!Hungarian=
|
||||
Hungarian=Hungariera
|
||||
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
Ignore\ Case=Ezikusi Maiuskula/minuskula
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
Ignoring\ bad\ library\ name=Liburutegi izen txarra ez ikusi egin
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
Ignoring\ sketch\ with\ bad\ name=Ez ikusi egin izen txarrarekiko esketcha
|
||||
|
||||
#: ../../../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?=
|
||||
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?=1.0 Arduinon, ez-betetzeko fitxategiko luzapena aldatu da\n.pde-tatik .ino.-etatik sketch berriak (sortutako horiek barne\n"Save-As-en") erabiliko du luzapena berria. Luzapena\noraingo sketchen eguneratuko da gorde, baina ahal zara\nhau desgaitu ezazu Lehentasun-elkarrizketan.\n\nSketcha gordetzen duzu eta bere luzapena eguneratzen duzu?
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:778
|
||||
!Include\ Library=
|
||||
@ -790,10 +794,10 @@
|
||||
!Incorrect\ IDE\ installation\ folder=
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
!Increase\ Indent=
|
||||
Increase\ Indent=Handitu koska
|
||||
|
||||
#: Preferences.java:101
|
||||
!Indonesian=
|
||||
Indonesian=Indonesiera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
!Initializing\ packages...=
|
||||
@ -829,19 +833,19 @@
|
||||
|
||||
#: ../../../processing/app/Base.java:1204
|
||||
#, java-format
|
||||
!Invalid\ library\ found\ in\ {0}\:\ {1}=
|
||||
Invalid\ library\ found\ in\ {0}\:\ {1}=\ {0}\: {1}-etan aurkitutako liburutegi okerra
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
Italian=Italiera
|
||||
|
||||
#: Preferences.java:103
|
||||
!Japanese=
|
||||
Japanese=Japoniera
|
||||
|
||||
#: Preferences.java:104
|
||||
!Korean=
|
||||
Korean=Koreera
|
||||
|
||||
#: Preferences.java:105
|
||||
!Latvian=
|
||||
Latvian=Letoniera
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
!Library\ Manager=
|
||||
@ -854,7 +858,7 @@
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
Lithuaninan=Lituaniera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
@ -872,13 +876,13 @@
|
||||
!Manual\ proxy\ configuration=
|
||||
|
||||
#: Preferences.java:107
|
||||
!Marathi=
|
||||
Marathi=Marathiera
|
||||
|
||||
#: Base.java:2112
|
||||
!Message=
|
||||
Message=Mezua
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=\ /* Iruzkina */ aren amaierako */ galdu da
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
!Mode\ not\ supported=
|
||||
@ -887,10 +891,10 @@
|
||||
!More=
|
||||
|
||||
#: Preferences.java:449
|
||||
!More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=Zuzenean fitxategian lehentasun gehiago editatu ahal dituzte
|
||||
|
||||
#: Editor.java:2156
|
||||
!Moving=
|
||||
Moving=Mugitzen
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
!Multiple\ files\ not\ supported=
|
||||
@ -900,16 +904,16 @@
|
||||
!Multiple\ libraries\ were\ found\ for\ "{0}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:395
|
||||
!Must\ specify\ exactly\ one\ sketch\ file=
|
||||
Must\ specify\ exactly\ one\ sketch\ file=Zehaztu behar du sketch-fitxategi zehazki bat
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
N'Ko=N\u00b4koniera
|
||||
|
||||
#: Sketch.java:282
|
||||
!Name\ for\ new\ file\:=
|
||||
Name\ for\ new\ file\:=Fitxategi berriaren izena
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Nepali=
|
||||
Nepali=Nepalera
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
!Network=
|
||||
@ -918,31 +922,31 @@
|
||||
!Network\ ports=
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:51
|
||||
!Network\ upload\ using\ programmer\ not\ supported=
|
||||
Network\ upload\ using\ programmer\ not\ supported=Laguntzarik ez dago artxibo-kargarako sarean programagailua erabiliz
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
!New=
|
||||
New=Berria
|
||||
|
||||
#: EditorHeader.java:292
|
||||
!New\ Tab=
|
||||
New\ Tab=Fitxa berri
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!Newline=
|
||||
Newline=Lerro-amaiera
|
||||
|
||||
#: EditorHeader.java:340
|
||||
!Next\ Tab=
|
||||
Next\ Tab=Hurrengo fitxa
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
!No=
|
||||
No=Ez
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
!No\ authorization\ data\ found=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=Aukeratutako inongo plakarik. Mesedez plaka bat aukeratzen du Erremintetatik >Plaka-menua
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
!No\ changes\ necessary\ for\ Auto\ Format.=
|
||||
No\ changes\ necessary\ for\ Auto\ Format.=Aldaketa bat ere beharrezko Auto Formaturako.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
!No\ command\ line\ parameters\ found=
|
||||
@ -951,13 +955,13 @@
|
||||
!No\ compiled\ sketch\ found=
|
||||
|
||||
#: Editor.java:373
|
||||
!No\ files\ were\ added\ to\ the\ sketch.=
|
||||
No\ files\ were\ added\ to\ the\ sketch.=Fitxategi bat ere ez zioten sketchari gehitu.
|
||||
|
||||
#: Platform.java:167
|
||||
!No\ launcher\ available=
|
||||
No\ launcher\ available=Inongo jaurtitzailerik-Launcher ez dago
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!No\ line\ ending=
|
||||
No\ line\ ending=Ez lerro-bukaera
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
!No\ parameters=
|
||||
@ -966,11 +970,11 @@
|
||||
!No\ proxy=
|
||||
|
||||
#: Base.java:541
|
||||
!No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=Ez benetan, zuretzako aire freskoren baterako denbora.
|
||||
|
||||
#: Editor.java:1872
|
||||
#, java-format
|
||||
!No\ reference\ available\ for\ "{0}"=
|
||||
No\ reference\ available\ for\ "{0}"=Aipamen erabilgarri bat ere {0}
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:504
|
||||
#: ../../../processing/app/BaseNoGui.java:549
|
||||
@ -980,11 +984,11 @@
|
||||
!No\ sketchbook=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:204
|
||||
!No\ valid\ code\ files\ found=
|
||||
No\ valid\ code\ files\ found=Aurkitutako baliozko kode-fitxategi bat ere
|
||||
|
||||
#: ../../../processing/app/debug/TargetPackage.java:63
|
||||
#, java-format
|
||||
!No\ valid\ hardware\ definitions\ found\ in\ folder\ {0}.=
|
||||
No\ valid\ hardware\ definitions\ found\ in\ folder\ {0}.=Karpetan {0} aurkitutako baliozko hardware-definizio bat ere.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
|
||||
!None=
|
||||
@ -993,53 +997,53 @@
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
Norwegian\ Bokm\u00e5l=\ Norvegiera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1656
|
||||
!Not\ enough\ memory;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ your\ footprint.=
|
||||
Not\ enough\ memory;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ your\ footprint.=Memoria nahikorik ez dago ; bisita http\://www.arduino.cc/en/Guide/Troubleshooting\#size bere erabilera txikiagotzea bezala ikasteko.
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
!OK=
|
||||
OK=OK
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
!One\ file\ added\ to\ the\ sketch.=
|
||||
One\ file\ added\ to\ the\ sketch.=Sketcherako fitxategi bat gehitu da.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
!Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
!Open=
|
||||
Open=Ireki
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
!Open\ Recent=
|
||||
|
||||
#: Editor.java:2688
|
||||
!Open\ URL=
|
||||
Open\ URL=Ireki URLa.
|
||||
|
||||
#: Base.java:636
|
||||
!Open\ an\ Arduino\ sketch...=
|
||||
Open\ an\ Arduino\ sketch...=Arduino sketcha ireki ezazu
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
!Open...=
|
||||
Open...=Ireki
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
Page\ Setup=Prestatu orrialdea
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
Password\:=Pasahitza\:
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
!Paste=
|
||||
Paste=Itsatsi
|
||||
|
||||
#: Preferences.java:109
|
||||
!Persian=
|
||||
Persian=Persiera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:161
|
||||
!Persian\ (Iran)=
|
||||
Persian\ (Iran)=Persiera (Iran)
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
!Please\ confirm\ boards\ deletion=
|
||||
@ -1048,96 +1052,96 @@
|
||||
!Please\ confirm\ library\ deletion=
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
!Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Mesedez SPI-liburutegia Sketchetik inportatu ezazu > Inportazioko Liburutegiko menua.
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Mesedez Wire liburutegia sketch > Import Library menutik inportatu ezazu.
|
||||
|
||||
#: ../../../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=
|
||||
Polish=Poloniera
|
||||
|
||||
#: ../../../processing/app/Editor.java:718
|
||||
!Port=
|
||||
Port=Ataka
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
!Portugese=
|
||||
Portugese=Portugalera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:127
|
||||
!Portuguese\ (Brazil)=
|
||||
Portuguese\ (Brazil)=Portugalera (Brazil)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:128
|
||||
!Portuguese\ (Portugal)=
|
||||
Portuguese\ (Portugal)=Portugalera (Portugal)
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
!Preferences=
|
||||
Preferences=Hobespenak
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
!Preparing\ boards...=
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
!Previous=
|
||||
Previous=Aurrekoa
|
||||
|
||||
#: EditorHeader.java:326
|
||||
!Previous\ Tab=
|
||||
Previous\ Tab=Aurreko fitxa
|
||||
|
||||
#: Editor.java:571
|
||||
!Print=
|
||||
Print=Inprimatu
|
||||
|
||||
#: Editor.java:2571
|
||||
!Printing\ canceled.=
|
||||
Printing\ canceled.=Utzi inprimaketa.
|
||||
|
||||
#: Editor.java:2547
|
||||
!Printing...=
|
||||
Printing...=Inprimatzen...
|
||||
|
||||
#: Base.java:1957
|
||||
!Problem\ Opening\ Folder=
|
||||
Problem\ Opening\ Folder=Arazoko Irekierako Karpeta
|
||||
|
||||
#: Base.java:1933
|
||||
!Problem\ Opening\ URL=
|
||||
Problem\ Opening\ URL=Arazoak URLa irekitzerakoan
|
||||
|
||||
#: Base.java:227
|
||||
!Problem\ Setting\ the\ Platform=
|
||||
Problem\ Setting\ the\ Platform=Plataformaren Konfigurazio Arazoa
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:136
|
||||
!Problem\ accessing\ board\ folder\ /www/sd=
|
||||
Problem\ accessing\ board\ folder\ /www/sd=Arazoa plakako karpeta sartzerakoan dago /www/sd
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:132
|
||||
!Problem\ accessing\ files\ in\ folder\ =
|
||||
Problem\ accessing\ files\ in\ folder\ =Fitxategiak karpetan atzituz arazoa
|
||||
|
||||
#: Base.java:1673
|
||||
!Problem\ getting\ data\ folder=
|
||||
Problem\ getting\ data\ folder=Arazoak karpetaren datuak irakurtzerakoan
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ folder=
|
||||
Problem\ moving\ {0}\ to\ the\ build\ folder=Konpilazio-karpetara mugituz {0} arazoa
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
!Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=Plakaratzeko upload arazoa. http\://www.arduino.cc/en/Guide/Troubleshooting\#upload ikusi ezazu iradokizunetarako.
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
!Problem\ with\ rename=
|
||||
Problem\ with\ rename=Izen-aldaketarekiko arazoa
|
||||
|
||||
#: ../../../processing/app/I18n.java:86
|
||||
!Processor=
|
||||
Processor=Prozesadorea
|
||||
|
||||
#: Editor.java:704
|
||||
!Programmer=
|
||||
Programmer=Programatzaile
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
Quit=kentzea
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
Redo=Berregin
|
||||
|
||||
#: Editor.java:1078
|
||||
!Reference=
|
||||
Reference=Aipamen
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
@ -1151,77 +1155,77 @@
|
||||
!Removing...=
|
||||
|
||||
#: EditorHeader.java:300
|
||||
!Rename=
|
||||
Rename=Izena aldatu
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
!Replace=
|
||||
Replace=Ordeztu
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
!Replace\ &\ Find=
|
||||
Replace\ &\ Find=Bilatu & Ordeztu
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
!Replace\ All=
|
||||
Replace\ All=Ordeztu guztiak
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
!Replace\ the\ existing\ version\ of\ {0}?=
|
||||
Replace\ the\ existing\ version\ of\ {0}?={0}-aren oraingo bertsioa ordeztu ezazu ?
|
||||
|
||||
#: FindReplace.java:81
|
||||
!Replace\ with\:=
|
||||
Replace\ with\:=Ordeztu honekin
|
||||
|
||||
#: Preferences.java:113
|
||||
!Romanian=
|
||||
Romanian=Erromaniko
|
||||
|
||||
#: Preferences.java:114
|
||||
!Russian=
|
||||
Russian=Errusiera
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
!Save=
|
||||
Save=Gorde
|
||||
|
||||
#: Editor.java:537
|
||||
!Save\ As...=
|
||||
Save\ As...=Gorde honela...
|
||||
|
||||
#: Editor.java:2317
|
||||
!Save\ Canceled.=
|
||||
Save\ Canceled.=Utzi gordeatzea
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
!Save\ changes\ to\ "{0}"?\ \ =
|
||||
Save\ changes\ to\ "{0}"?\ \ =Gorde aldaketak "{0}"an ?
|
||||
|
||||
#: Sketch.java:825
|
||||
!Save\ sketch\ folder\ as...=
|
||||
Save\ sketch\ folder\ as...=Gorde sketch-karpeta honela
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:425
|
||||
!Save\ when\ verifying\ or\ uploading=
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
!Saving...=
|
||||
Saving...=Gordetzen
|
||||
|
||||
#: ../../../processing/app/FindReplace.java:131
|
||||
!Search\ all\ Sketch\ Tabs=
|
||||
|
||||
#: Base.java:1909
|
||||
!Select\ (or\ create\ new)\ folder\ for\ sketches...=
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=Hautatu (edo sortu berri) esketcharako karpeta...
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
!Select\ All=
|
||||
Select\ All=Hautatu dena
|
||||
|
||||
#: Base.java:2636
|
||||
!Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=
|
||||
Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=Hautatu ezazu zip-fitxategi bat edo gehitzea nahi izango zenukeen liburutegia edukiz karpeta bat
|
||||
|
||||
#: Sketch.java:975
|
||||
!Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=
|
||||
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=Irudi edo fitxategi bat aukera ezazu zure schetchean kopiatzeko
|
||||
|
||||
#: Preferences.java:330
|
||||
!Select\ new\ sketchbook\ location=
|
||||
Select\ new\ sketchbook\ location=Lokalizazio berria aukeratzen du sketchbookerako
|
||||
|
||||
#: ../../../../../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).=
|
||||
Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Aukeratutako plaka '{0}' nukleoaren mendean dago (ez dago instalatuta).
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:374
|
||||
!Selected\ board\ is\ not\ available=
|
||||
@ -1230,21 +1234,21 @@
|
||||
!Selected\ library\ is\ not\ available=
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
Send=Bidali
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
Serial\ Monitor=Serieko monitorea
|
||||
|
||||
#: ../../../../../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?=
|
||||
Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=Serieko ataka ''{0}'' ez aurkituta. Ongi aukeratu duzu era zuzenean menutik Erremintetatik > Serieko Ataka ?
|
||||
|
||||
#: Editor.java:2343
|
||||
#, java-format
|
||||
!Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=
|
||||
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=Ez aurkitutako serieko ataka {0}.\nBirsaioa beste serieko ataka batekin kargatu?
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
!Serial\ ports=
|
||||
@ -1253,50 +1257,50 @@
|
||||
!Settings=
|
||||
|
||||
#: Base.java:1681
|
||||
!Settings\ issues=
|
||||
Settings\ issues=konfigurazioaren kontuak
|
||||
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
Show\ Sketch\ Folder=Erakustaldiko Sketcheko Karpeta
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:468
|
||||
!Show\ verbose\ output\ during\ compilation=
|
||||
Show\ verbose\ output\ during\ compilation=Emaitza zehatzak konpilazioan zehar erakustea
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
Show\ verbose\ output\ during\:\ =Irteera luzea erakusten duzu zehar\:
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
Sketch=Sketch
|
||||
|
||||
#: Sketch.java:1754
|
||||
!Sketch\ Disappeared=
|
||||
Sketch\ Disappeared=Sketcha desagertu zen
|
||||
|
||||
#: Base.java:1411
|
||||
!Sketch\ Does\ Not\ Exist=
|
||||
Sketch\ Does\ Not\ Exist=Sketcha ez da existitzen
|
||||
|
||||
#: Sketch.java:274 Sketch.java:303 Sketch.java:577 Sketch.java:966
|
||||
!Sketch\ is\ Read-Only=
|
||||
Sketch\ is\ Read-Only=Irakurtzeko soilik Sketch
|
||||
|
||||
#: Sketch.java:294
|
||||
!Sketch\ is\ Untitled=
|
||||
Sketch\ is\ Untitled=Sketcha ez du izenik
|
||||
|
||||
#: Sketch.java:720
|
||||
!Sketch\ is\ read-only=
|
||||
Sketch\ is\ read-only=Sketcha Irakurtzeko soilik\tda\n
|
||||
|
||||
#: Sketch.java:1653
|
||||
!Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=
|
||||
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=Sketcha handiegi; bisitatu http\://www.arduino.cc/en/Guide/Troubleshooting\#size tamaina txikiagotzea bezala jakiteko
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1639
|
||||
#, java-format
|
||||
!Sketch\ uses\ {0}\ bytes\ ({2}%%)\ of\ program\ storage\ space.\ Maximum\ is\ {1}\ bytes.=
|
||||
Sketch\ uses\ {0}\ bytes\ ({2}%%)\ of\ program\ storage\ space.\ Maximum\ is\ {1}\ bytes.=Sketchak byteak darabiltza {0} ({2}%%-a) programako biltegiratzeko espazioaren. Maximoa byteak da {1}.
|
||||
|
||||
#: Editor.java:510
|
||||
!Sketchbook=
|
||||
Sketchbook=Sketchbook
|
||||
|
||||
#: Base.java:258
|
||||
!Sketchbook\ folder\ disappeared=
|
||||
Sketchbook\ folder\ disappeared=Sketchbook karpeta desagertu da
|
||||
|
||||
#: Preferences.java:315
|
||||
!Sketchbook\ location\:=
|
||||
Sketchbook\ location\:=Sketchbook kokalekua
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:428
|
||||
!Sketchbook\ path\ not\ defined=
|
||||
@ -1305,20 +1309,20 @@
|
||||
!Slovak=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:152
|
||||
!Slovenian=
|
||||
Slovenian=Esloveniera
|
||||
|
||||
#: 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.=
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=Fitxategi batzuk markatzen dituzte "Irakurtzeko-soilik ", hala egingo duzu\nsketch beste lokalizazio batean gorde behar izan ezazu,\neta berriro probatu ezazu.
|
||||
|
||||
#: Sketch.java:721
|
||||
!Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=Fitxategi batzuk markatzen dituzte "irakurtzeko soilik", hala egingo duzu\nbeste lokalizazio baterako sketch hau gorde behar izan ezazu.
|
||||
|
||||
#: Sketch.java:457
|
||||
#, java-format
|
||||
!Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=
|
||||
Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=Barkatu, dagoeneko izendatutako "{0}" sketch bat (edo karpeta) existitzen da.
|
||||
|
||||
#: Preferences.java:115
|
||||
!Spanish=
|
||||
Spanish=Espainiera
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
!Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=
|
||||
@ -1327,71 +1331,71 @@
|
||||
!Starting...=
|
||||
|
||||
#: Base.java:540
|
||||
!Sunshine=
|
||||
Sunshine=Eguzkia
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:153
|
||||
!Swedish=
|
||||
Swedish=Suediera
|
||||
|
||||
#: Preferences.java:84
|
||||
!System\ Default=
|
||||
System\ Default=Sistemako lehenetsia
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:188
|
||||
!Talossan=
|
||||
|
||||
#: Preferences.java:116
|
||||
!Tamil=
|
||||
Tamil=Tamilera
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
!The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=Jada 'BYTE' gako-hitza ez dute sostengatzen.
|
||||
|
||||
#: ../../../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.=
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=Client klasea berrizendatu dute 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.=
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=Server klasea berrizendatu dute EthernetServer.
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
!The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=
|
||||
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp klasea berrizendatu dute 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?=
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Fitxategiak {0} barruan egon behar du\n{1} izendatutako sketch-karpeta bat.\nKarpeta hau sortzen duzu, fitxategia mugitzen duzu, eta jarraitzen duzu?
|
||||
|
||||
#: 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)=
|
||||
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)=Liburutegia {0} ezin dute erabili. Liburutegi-izenek bakarrik oinarrizko gutunak eta numbers. eduki behar dituzte. (ASCII-a bakarrik eta espazio bat ere, eta ezin da zenbaki batekin hasi)
|
||||
|
||||
#: 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)=
|
||||
The\ main\ file\ can't\ use\ an\ extension.\n(It\ may\ be\ time\ for\ your\ to\ graduate\ to\ a\n"real"\ programming\ environment)=Fitxategi nagusiak ezin du luzapena bat erabili.\n(Denbora izan daiteke zuen graduatu\n"benetako" programazio-ingurumena)
|
||||
|
||||
#: Sketch.java:356
|
||||
!The\ name\ cannot\ start\ with\ a\ period.=
|
||||
The\ name\ cannot\ start\ with\ a\ period.=Izena ezin da hasi puntuarekin.
|
||||
|
||||
#: Base.java:1412
|
||||
!The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=
|
||||
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=Jada hautatutako skettcha ez da existitzen.\nSketchbook-menua eguneratzeko Arduino berriz hasi behar dezakezu.
|
||||
|
||||
#: 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}=
|
||||
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 {0} ezin dute erabili.\nSketch-izenek bakarrik oinarrizko gutunak eta zenbakiak eduki behar dituzte\n(Espazio batekin erko ASCII-a, eta ezin da zenbaki batekin hasi).\nMezu honetaz libratzeko, eskema|esketxa kentzen duzu {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.=
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Sketch-karpeta desagertu da.\nSaiatuko da lokalizazio berean gorde,\nbaina kodeaz gain edozer galduko dute.
|
||||
|
||||
#: ../../../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.=
|
||||
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.=Sketch-izena aldatu behar izan zuten. Bakarrik sketch-izenak izan daitezke\nASCII-karaktereen eta zenbakien (baina ezin da zenbaki batekin hasi).\n64 luzera-karaktere baino gutxiago izan behar ditu ere.
|
||||
|
||||
#: 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.=
|
||||
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.=Ez du sketchbook karpeta aurkitzen. Arduinok lokalizazioari aldatuko dio lehenetsi, eta beharrezkoa bada, karpeta berria sor zezan. Arduinok bere burua buruz hitz egiten utziko du hirugarren pertsonarengan
|
||||
|
||||
#: ../../../../../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.=
|
||||
@ -1400,58 +1404,58 @@
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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'.=
|
||||
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=Dagoeneko fitxategi hau kopiatu dute lokalizaziora zeinetatik \nnon hura gehitzen saiatzen ari zara.\nEz dut ezer egiten
|
||||
|
||||
#: ../../../../../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=
|
||||
This\ report\ would\ have\ more\ information\ with=Txosten honek informazio gehiago izango luke
|
||||
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
Time\ for\ a\ Break=Atsedenerako denbora
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
|
||||
#: Editor.java:663
|
||||
!Tools=
|
||||
Tools=Tresnak
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
!Topic=
|
||||
|
||||
#: Editor.java:1070
|
||||
!Troubleshooting=
|
||||
Troubleshooting=Arazoak konpontzen
|
||||
|
||||
#: ../../../processing/app/Preferences.java:117
|
||||
!Turkish=
|
||||
Turkish=Turkiera
|
||||
|
||||
#: ../../../../../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=
|
||||
Type\ board\ password\ to\ access\ its\ console=Plakaren pasahitza idatz ezazu bere kontsolara sartzeko
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1673
|
||||
!Type\ board\ password\ to\ upload\ a\ new\ sketch=
|
||||
Type\ board\ password\ to\ upload\ a\ new\ sketch=Plakaren pasahitza idatz ezazu sketch berri bat kargatzeko
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
!Ukrainian=
|
||||
Ukrainian=Ukrainera
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
!Unable\ to\ connect\:\ is\ the\ sketch\ using\ the\ bridge?=
|
||||
Unable\ to\ connect\:\ is\ the\ sketch\ using\ the\ bridge?=Konektatu ezinezkoa da\: sketcha zubia erabiltzen ari da?
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:130
|
||||
!Unable\ to\ connect\:\ retrying=
|
||||
Unable\ to\ connect\:\ retrying=Konektatu ezinezkoa da\: Saiatzen
|
||||
|
||||
#: ../../../processing/app/Editor.java:2526
|
||||
!Unable\ to\ connect\:\ wrong\ password?=
|
||||
Unable\ to\ connect\:\ wrong\ password?=Konektatu ezinezkoa da\: pasahitz okerra?
|
||||
|
||||
#: ../../../processing/app/Editor.java:2512
|
||||
!Unable\ to\ open\ serial\ monitor=
|
||||
Unable\ to\ open\ serial\ monitor=Serial-monitorea ireki ezinezkoa da.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2709
|
||||
!Unable\ to\ open\ serial\ plotter=
|
||||
@ -1462,53 +1466,53 @@
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
Uncaught\ exception\ type\:\ {0}=Uncaught exception type\: {0}
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
Undo=Desegin
|
||||
|
||||
#: 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=
|
||||
Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\ folders,\ add\ a\ \n"launcher\=/path/to/app"\ line\ to\ preferences.txt=Plataforma ezezaguna, Inongo jaurtitzailerik-Launcher ez dago.\nURLs-ak edo karpetak irekiz ahalbidetzeko, gaineratzen zara\n"launcher\=/path/to/app"-lerroa preferences.txt-etara
|
||||
|
||||
#: ../../../../../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=
|
||||
Update=Eguneratu
|
||||
|
||||
#: Preferences.java:428
|
||||
!Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=
|
||||
Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=Eguneratze-sketchak hedadura berrira artxibatzen du gordetzen duenean (.pde -> .ino)
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
|
||||
!Updating\ list\ of\ installed\ libraries=
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
!Upload=
|
||||
Upload=Kargatu
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
!Upload\ Using\ Programmer=
|
||||
Upload\ Using\ Programmer=Programagailu erabiliz kargatu
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
!Upload\ canceled.=
|
||||
Upload\ canceled.=Datu-karga bertan behera utzi da.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1678
|
||||
!Upload\ cancelled=
|
||||
Upload\ cancelled=Utxi Kargaketa
|
||||
|
||||
#: Editor.java:2378
|
||||
!Uploading\ to\ I/O\ Board...=
|
||||
Uploading\ to\ I/O\ Board...=S/I Plakak Kargatzen ...
|
||||
|
||||
#: Sketch.java:1622
|
||||
!Uploading...=
|
||||
Uploading...=Kargatzen...
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: Editor.java:1269
|
||||
!Use\ Selection\ For\ Find=
|
||||
Use\ Selection\ For\ Find=Aurkikuntzarako Erabilera-Hautaketa
|
||||
|
||||
#: Preferences.java:409
|
||||
!Use\ external\ editor=
|
||||
Use\ external\ editor=Kanpoko editorea erabili ezazu
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
@ -1520,17 +1524,17 @@
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:94
|
||||
#, java-format
|
||||
!Using\ library\ {0}\ in\ folder\:\ {1}\ {2}=
|
||||
Using\ library\ {0}\ in\ folder\:\ {1}\ {2}={0} liburu-denda {1} {2} karpetan erabiliz\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:320
|
||||
#, java-format
|
||||
!Using\ previously\ compiled\ file\:\ {0}=
|
||||
Using\ previously\ compiled\ file\:\ {0}=Erabili lehenago bildutako fitxategia\: {0}
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
!Verify=
|
||||
Verify=Egiaztatu
|
||||
|
||||
#: Preferences.java:400
|
||||
!Verify\ code\ after\ upload=
|
||||
Verify\ code\ after\ upload=Kodea egiaztatzen duzu geroago kargatu
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
!Verify/Compile=
|
||||
@ -1556,17 +1560,17 @@
|
||||
!Version\ {0}=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
!Vietnamese=
|
||||
Vietnamese=Vietnamera
|
||||
|
||||
#: Editor.java:1105
|
||||
!Visit\ Arduino.cc=
|
||||
Visit\ Arduino.cc=Arduino.cc bisita
|
||||
|
||||
#: ../../../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).=
|
||||
WARNING\:\ library\ {0}\ claims\ to\ run\ on\ {1}\ architecture(s)\ and\ may\ be\ incompatible\ with\ your\ current\ board\ which\ runs\ on\ {2}\ architecture(s).=OHARTARAZPENA\: {0} liburutegia {1} arkitekturan() funtzionatzen saiatzen da eta zure plakarekin, zeinek {2} arkitekturarekin() funtzionatzen duen, bateraezina izan liteke
|
||||
|
||||
#: Base.java:2128
|
||||
!Warning=
|
||||
Warning=Abisua
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1295
|
||||
!Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=
|
||||
@ -1598,46 +1602,46 @@
|
||||
!Western\ Frisian=
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
!Wire.receive()\ has\ been\ renamed\ Wire.read().=
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=Wire.receive() berrizendatu dute Wire.read().
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
!Wire.send()\ has\ been\ renamed\ Wire.write().=
|
||||
Wire.send()\ has\ been\ renamed\ Wire.write().=Wire.send() berrizendatu dute Wire.write().
|
||||
|
||||
#: FindReplace.java:105
|
||||
!Wrap\ Around=
|
||||
Wrap\ Around=Egokitu
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
!Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=Mikrokontrolatzaile okerra. Plaka aukeratu duzu era zuzenean menutik Erremintetatik > Plaka ?
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
!Yes=
|
||||
Yes=Bai
|
||||
|
||||
#: Sketch.java:1074
|
||||
!You\ can't\ fool\ me=
|
||||
You\ can't\ fool\ me=Ezin nauzu engainatu
|
||||
|
||||
#: Sketch.java:411
|
||||
!You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=
|
||||
You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=Ezin duzu izan izen bera sketcha bezain .cpp-fitxategi bat.
|
||||
|
||||
#: ../../../../../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.=
|
||||
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Ezin duzu Sketcha berrizendatu "{0}"\ndagoeneko Sketchak .cpp-fitxategi bat du izen horrekin eta.
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=
|
||||
You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Ezin duzu sketcha gorde "{0}"-a bezala\ndagoeneko Sketchak .cpp-fitxategi bat du izen horrekin eta.
|
||||
|
||||
#: Sketch.java:883
|
||||
!You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=
|
||||
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=Ezin duzu sketcha gorde bere burua \nbarruan karpeta batean. Honek betiko jarraituko luke.
|
||||
|
||||
#: Base.java:1888
|
||||
!You\ forgot\ your\ sketchbook=
|
||||
You\ forgot\ your\ sketchbook=Zure sketchbooka ahaztu zenuen
|
||||
|
||||
#: ../../../processing/app/AbstractMonitor.java:92
|
||||
!You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ ending?=
|
||||
You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ ending?={0} zapaldu duzu baina ezer ez zuten bidali. Lerro-bukaera bat hautatu behar izango zenuke?
|
||||
|
||||
#: Base.java:536
|
||||
!You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=Programa-mugara heldu zara gaur era automatikoan esleitutako izenarekin. Paseo bat ematen baduzu iruditzen zaizula?
|
||||
|
||||
#: ../../../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.=
|
||||
@ -1646,84 +1650,84 @@
|
||||
!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=
|
||||
ZIP\ files\ or\ folders=ZIP-fitxategiak edo karpetak
|
||||
|
||||
#: Base.java:2661
|
||||
!Zip\ doesn't\ contain\ a\ library=
|
||||
Zip\ doesn't\ contain\ a\ library=ZIP ez dauka liburutegi bat
|
||||
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
!".{0}"\ is\ not\ a\ valid\ extension.=
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=".{0}" ez da balio izandako luzapena.
|
||||
|
||||
#: 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=
|
||||
\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=\n0019 Arduinotik aurrera, Ethernet-liburutegia SPI-liburutegiaren esku dago.\nHura erabiltzen ari izan iruditzen zara edo SPI-liburutegiaren esku dagoen beste liburutegi bat.\n
|
||||
|
||||
#: debug/Compiler.java:415
|
||||
!\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\n1.0 Arduino-tik aurrera, 'BYTE' gako-hitza ez da supported.\njada mesedez Serial.write() erabili ezazu.\n
|
||||
|
||||
#: debug/Compiler.java:427
|
||||
!\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\n1.0 Arduino-tik aurrera, Ethernet-liburutegiko Client klasea berrizendatu dute EthernetClient.\n
|
||||
|
||||
#: debug/Compiler.java:421
|
||||
!\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\n1.0 Arduino-tik aurrera, Ethernet-liburutegiko Server klasea berrizendatu dute EthernetServer .\n
|
||||
|
||||
#: debug/Compiler.java:433
|
||||
!\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetUdp.\n\n=
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetUdp.\n\n=\n1.0 Arduinotik aurrera, Ethernet-liburutegiko Udp klasea berrizendatu dute EthernetUdp.\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=
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\n 1.0 Arduino-tik aurrera, Wire.receive() funtzioa, beste libraries batzuekiko funtserako Wire.read() etara berrizendatu zuten.\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=
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=\n1.0 Arduinotik aurrera, Wire.send()-funtzioa, beste liburutegi batzuekiko funtserako Wire.write() -etara berrizendatu zuten\n
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
!baud=
|
||||
baud=baud
|
||||
|
||||
#: Preferences.java:389
|
||||
!compilation\ =
|
||||
compilation\ =konpilazio
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:111
|
||||
!connected\!=
|
||||
connected\!=Konektatu \!
|
||||
|
||||
#: Sketch.java:540
|
||||
!createNewFile()\ returned\ false=
|
||||
createNewFile()\ returned\ false=createNewFile() itzuli faltsu
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:469
|
||||
!enabled\ in\ File\ >\ Preferences.=
|
||||
enabled\ in\ File\ >\ Preferences.=Gaitu File > Preferences
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1352
|
||||
!http\://www.arduino.cc/=
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
!http\://www.arduino.cc/en/Main/Software=
|
||||
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
!http\://www.arduino.cc/latest.txt=
|
||||
http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
|
||||
#: Preferences.java:625
|
||||
#, java-format
|
||||
!ignoring\ invalid\ font\ size\ {0}=
|
||||
ignoring\ invalid\ font\ size\ {0}=Letra-tamaina elbarria {0} ez ikusi egin
|
||||
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
name\ is\ null=Izen nulu
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
serialMenu\ is\ null=serialMenu-a nulua da
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#, java-format
|
||||
!the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=
|
||||
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=hautatutako serieko ataka {0} ez da existitzen edo zure plaka ez dago konektatuta
|
||||
|
||||
#: ../../../processing/app/Base.java:389
|
||||
#, java-format
|
||||
!unknown\ option\:\ {0}=
|
||||
unknown\ option\:\ {0}=Aukera ezezaguna\: {0}
|
||||
|
||||
#: Preferences.java:391
|
||||
!upload=
|
||||
upload=Kargatu
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
||||
@ -1744,7 +1748,7 @@
|
||||
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
!{0}\ files\ added\ to\ the\ sketch.=
|
||||
{0}\ files\ added\ to\ the\ sketch.={0} sketchari gehitutako fitxategiak.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1201
|
||||
#, java-format
|
||||
@ -1752,40 +1756,40 @@
|
||||
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
!{0}\ returned\ {1}=
|
||||
{0}\ returned\ {1}={0} itzuli {1}
|
||||
|
||||
#: Editor.java:2213
|
||||
#, java-format
|
||||
!{0}\ |\ Arduino\ {1}=
|
||||
{0}\ |\ Arduino\ {1}={0} | Arduino {1}
|
||||
|
||||
#: ../../../processing/app/Base.java:519
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ argument\ to\ --pref,\ should\ be\ of\ the\ form\ "pref\=value"=
|
||||
{0}\:\ Invalid\ argument\ to\ --pref,\ should\ be\ of\ the\ form\ "pref\=value"={0}\: Argumentu elbarria --pref, "pref\=value" formaren izan behar izango litzateke
|
||||
|
||||
#: ../../../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"=
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Plaka-izen elbarria, "package\:arch\:board" edo "package\:arch\:board\:options" izan behar izango litzateke formaren.
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Aukera elbarria {1} plakarako {2} aukera
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Plakarako {1} aukera elbarria
|
||||
|
||||
#: ../../../processing/app/Base.java:502
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Aukera elbarria, "name\=value" formaren izan behar izango litzateke.
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
{0}\:\ Unknown\ architecture={0}\: Arkitektura ezezaguna
|
||||
|
||||
#: ../../../processing/app/Base.java:491
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ board=
|
||||
{0}\:\ Unknown\ board={0}\: Plaka ezezaguna
|
||||
|
||||
#: ../../../processing/app/Base.java:481
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ package=
|
||||
{0}\:\ Unknown\ package={0}\: Pakete ezezaguna
|
@ -6,7 +6,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dicky Ho <me@ckho.info>, 2012
|
||||
# Ali Mirjamali <ali.mirjamali@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Arduino IDE 1.5\n"
|
||||
@ -14,11 +14,11 @@ msgstr ""
|
||||
"POT-Creation-Date: 2012-03-29 10:24-0400\n"
|
||||
"PO-Revision-Date: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/mbanzi/arduino-ide-15/language/zh_HK/)\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/mbanzi/arduino-ide-15/language/fa_IR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_HK\n"
|
||||
"Language: fa_IR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
@ -37,11 +37,11 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
msgstr "کیبرد فقط در آردوینو لئوناردو پشتیبانی میشود"
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
msgstr "ماوس فقط در آردوینو لئوناردو پشتیبانی میشود"
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
@ -117,7 +117,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1116
|
||||
msgid "About Arduino"
|
||||
msgstr ""
|
||||
msgstr "در مورد آردوینو"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
msgid "Add .ZIP Library..."
|
||||
@ -125,7 +125,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:650
|
||||
msgid "Add File..."
|
||||
msgstr ""
|
||||
msgstr "اضافه کردن فایل..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
|
||||
msgid "Additional Boards Manager URLs"
|
||||
@ -182,7 +182,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:85
|
||||
msgid "Arabic"
|
||||
msgstr ""
|
||||
msgstr "عربی"
|
||||
|
||||
#: Preferences.java:86
|
||||
msgid "Aragonese"
|
||||
@ -208,11 +208,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
msgstr "بردهای (۳۲ بیتی) ARM آردوینو"
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
msgid "Arduino AVR Boards"
|
||||
msgstr ""
|
||||
msgstr "بردهای AVR آردوینو"
|
||||
|
||||
#: Editor.java:2137
|
||||
msgid ""
|
||||
@ -234,12 +234,12 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:471
|
||||
msgid "Arduino: "
|
||||
msgstr ""
|
||||
msgstr "آردوینو:"
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
msgid "Are you sure you want to delete \"{0}\"?"
|
||||
msgstr ""
|
||||
msgstr "اطمینان دارید که میخواهید \"{0}\" را حذف کنید؟"
|
||||
|
||||
#: Sketch.java:587
|
||||
msgid "Are you sure you want to delete this sketch?"
|
||||
@ -269,7 +269,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
msgstr "ارمنی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:138
|
||||
msgid "Asturian"
|
||||
@ -306,7 +306,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2136
|
||||
msgid "Bad file selected"
|
||||
msgstr ""
|
||||
msgstr "فایل اشتباه انتخاب شده"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
msgstr "بلاروسی"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
@ -327,7 +327,7 @@ msgstr ""
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
msgstr "بُرد"
|
||||
|
||||
#: ../../../processing/app/debug/TargetBoard.java:42
|
||||
#, java-format
|
||||
@ -338,7 +338,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:472
|
||||
msgid "Board: "
|
||||
msgstr ""
|
||||
msgstr "بُرد:"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
msgid "Boards Manager"
|
||||
@ -359,11 +359,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
msgid "Bosnian"
|
||||
msgstr ""
|
||||
msgstr "بوسنی"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Both NL & CR"
|
||||
msgstr ""
|
||||
msgstr "هم خط جدید و هم سر خط"
|
||||
|
||||
#: Preferences.java:81
|
||||
msgid "Browse"
|
||||
@ -379,7 +379,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
msgstr "بلغاری"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:141
|
||||
msgid "Burmese (Myanmar)"
|
||||
@ -387,7 +387,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:708
|
||||
msgid "Burn Bootloader"
|
||||
msgstr ""
|
||||
msgstr "Bootloader را ذخیره کن"
|
||||
|
||||
#: Editor.java:2504
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
@ -409,7 +409,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:92
|
||||
msgid "Canadian French"
|
||||
msgstr ""
|
||||
msgstr "فرانسوی (کانادا)"
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
@ -418,7 +418,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:455
|
||||
msgid "Cannot Rename"
|
||||
msgstr ""
|
||||
msgstr "تغییر نام ممکن نیست"
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
msgid "Cannot specify any sketch files"
|
||||
@ -426,11 +426,11 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Carriage return"
|
||||
msgstr ""
|
||||
msgstr "سر خط"
|
||||
|
||||
#: Preferences.java:87
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
msgstr "کاتالان"
|
||||
|
||||
#: Preferences.java:419
|
||||
msgid "Check for updates on startup"
|
||||
@ -438,15 +438,15 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
msgid "Chinese (China)"
|
||||
msgstr ""
|
||||
msgstr "چینی (کشور چین)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
msgstr "چینی (هنگ کنگ)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
msgstr "چینی (تایوان)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
@ -454,11 +454,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
msgstr "چینی Simplified"
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
msgstr ""
|
||||
msgstr "چینی Traditional"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
|
||||
msgid "Click for a list of unofficial boards support URLs"
|
||||
@ -466,7 +466,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "بستن"
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
msgid "Comment/Uncomment"
|
||||
@ -482,15 +482,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
msgstr "کپی"
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
msgid "Copy as HTML"
|
||||
msgstr ""
|
||||
msgstr "کپی کردن با فرمت HTML"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:455
|
||||
msgid "Copy error messages"
|
||||
msgstr ""
|
||||
msgstr "پیغامهای خطا را کپی کن"
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
msgid "Copy for Forum"
|
||||
@ -516,12 +516,12 @@ msgstr ""
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
msgid "Could not delete \"{0}\"."
|
||||
msgstr ""
|
||||
msgstr "حذف ''{0}'' ممکن نشد."
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
msgid "Could not delete the existing ''{0}'' file."
|
||||
msgstr ""
|
||||
msgstr "حذف فایل ''{0}'' ممکن نشد."
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
@ -624,7 +624,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:616
|
||||
msgid "Couldn't do it"
|
||||
msgstr ""
|
||||
msgstr "این کار ممکن نیست"
|
||||
|
||||
#: debug/BasicUploader.java:209
|
||||
msgid ""
|
||||
@ -643,7 +643,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
msgstr "چِک"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
@ -651,7 +651,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
msgstr "دانمارکی"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
@ -667,7 +667,7 @@ msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "حذف"
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
@ -681,7 +681,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
msgstr "شماره خطوط را نشان بده"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
#, java-format
|
||||
@ -692,15 +692,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2064
|
||||
msgid "Don't Save"
|
||||
msgstr ""
|
||||
msgstr "ذخیره نشود"
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
msgid "Done Saving."
|
||||
msgstr ""
|
||||
msgstr "ذخیره شد."
|
||||
|
||||
#: Editor.java:2510
|
||||
msgid "Done burning bootloader."
|
||||
msgstr ""
|
||||
msgstr "ذخیره Bootloader انجام گردید."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
@ -709,11 +709,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
msgid "Done compiling."
|
||||
msgstr ""
|
||||
msgstr "کامپایل شد."
|
||||
|
||||
#: Editor.java:2564
|
||||
msgid "Done printing."
|
||||
msgstr ""
|
||||
msgstr "پایان چاپ."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:514
|
||||
msgid "Done uploading"
|
||||
@ -721,7 +721,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
msgid "Done uploading."
|
||||
msgstr ""
|
||||
msgstr "آپلود شد."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
@ -752,11 +752,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:91
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
msgstr "هلندی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Dutch (Netherlands)"
|
||||
msgstr ""
|
||||
msgstr "هلندی"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
msgid "Edison Help"
|
||||
@ -764,15 +764,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1130
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "ویرایش"
|
||||
|
||||
#: Preferences.java:370
|
||||
msgid "Editor font size: "
|
||||
msgstr ""
|
||||
msgstr "اندازه فونت ویرایشگر:"
|
||||
|
||||
#: Preferences.java:353
|
||||
msgid "Editor language: "
|
||||
msgstr ""
|
||||
msgstr "زبان ویرایشگر:"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
|
||||
msgid "Enable Code Folding"
|
||||
@ -780,11 +780,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:92
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
msgstr "انگلیسی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:145
|
||||
msgid "English (United Kingdom)"
|
||||
msgstr ""
|
||||
msgstr "انگلیسی (انگلستان)"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
|
||||
@ -797,21 +797,21 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1062
|
||||
msgid "Environment"
|
||||
msgstr ""
|
||||
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 ""
|
||||
msgstr "خطا"
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
msgid "Error adding file"
|
||||
msgstr ""
|
||||
msgstr "خطا در اضافه کردن فایل"
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
msgid "Error compiling."
|
||||
msgstr ""
|
||||
msgstr "خطای کامپایل."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
@ -832,12 +832,12 @@ msgstr ""
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
#, java-format
|
||||
msgid "Error loading {0}"
|
||||
msgstr ""
|
||||
msgstr "خطای بارگذاری {0}"
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
msgid "Error opening serial port ''{0}''."
|
||||
msgstr ""
|
||||
msgstr "خطا در بازکردن پورت سریال \"{0}\"."
|
||||
|
||||
#: ../../../processing/app/Serial.java:119
|
||||
#, java-format
|
||||
@ -848,7 +848,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
msgstr "خطا در خواندن تنظیمات برنامه"
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
@ -870,7 +870,7 @@ msgstr ""
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
msgid "Error touching serial port ''{0}''."
|
||||
msgstr ""
|
||||
msgstr "خطا در دسترسی به پورت سریال ''{0}''."
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
msgid "Error while burning bootloader."
|
||||
@ -891,7 +891,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2567
|
||||
msgid "Error while printing."
|
||||
msgstr ""
|
||||
msgstr "خطا در هنگام چاپ."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
msgid "Error while uploading"
|
||||
@ -922,7 +922,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
msgstr "مثالها"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
msgid "Export compiled Binary"
|
||||
@ -935,11 +935,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:491
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
msgstr "فایل"
|
||||
|
||||
#: Preferences.java:94
|
||||
msgid "Filipino"
|
||||
msgstr ""
|
||||
msgstr "فلیپینی"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
msgid "Filter your search..."
|
||||
@ -947,15 +947,15 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
msgid "Find"
|
||||
msgstr ""
|
||||
msgstr "جستجو"
|
||||
|
||||
#: Editor.java:1249
|
||||
msgid "Find Next"
|
||||
msgstr ""
|
||||
msgstr "جستجو مورد بعدی"
|
||||
|
||||
#: Editor.java:1259
|
||||
msgid "Find Previous"
|
||||
msgstr ""
|
||||
msgstr "جستجو مورد قبلی"
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
msgid "Find in Reference"
|
||||
@ -963,15 +963,15 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1234
|
||||
msgid "Find..."
|
||||
msgstr ""
|
||||
msgstr "جستجو..."
|
||||
|
||||
#: FindReplace.java:80
|
||||
msgid "Find:"
|
||||
msgstr ""
|
||||
msgstr "جستجو:"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:147
|
||||
msgid "Finnish"
|
||||
msgstr ""
|
||||
msgstr "فنلاندی"
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
@ -991,11 +991,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:95
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
msgstr "فرانسوی"
|
||||
|
||||
#: Editor.java:1097
|
||||
msgid "Frequently Asked Questions"
|
||||
msgstr ""
|
||||
msgstr "سوالات متداول"
|
||||
|
||||
#: Preferences.java:96
|
||||
msgid "Galician"
|
||||
@ -1011,15 +1011,15 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
msgid "Georgian"
|
||||
msgstr ""
|
||||
msgstr "گرجی"
|
||||
|
||||
#: Preferences.java:97
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
msgstr "آلمانی"
|
||||
|
||||
#: Editor.java:1054
|
||||
msgid "Getting Started"
|
||||
msgstr ""
|
||||
msgstr "شروع به کار"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1646
|
||||
#, java-format
|
||||
@ -1035,19 +1035,19 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:98
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "یونانی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:95
|
||||
msgid "Hebrew"
|
||||
msgstr ""
|
||||
msgstr "عبری"
|
||||
|
||||
#: Editor.java:1015
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "راهنما"
|
||||
|
||||
#: Preferences.java:99
|
||||
msgid "Hindi"
|
||||
msgstr ""
|
||||
msgstr "هندی"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
msgid "Host name:"
|
||||
@ -1105,7 +1105,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:101
|
||||
msgid "Indonesian"
|
||||
msgstr ""
|
||||
msgstr "اندونزایی"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
msgid "Initializing packages..."
|
||||
@ -1154,15 +1154,15 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
msgstr "ایتالیایی"
|
||||
|
||||
#: Preferences.java:103
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
msgstr "ژاپنی"
|
||||
|
||||
#: Preferences.java:104
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "کرهای"
|
||||
|
||||
#: Preferences.java:105
|
||||
msgid "Latvian"
|
||||
@ -1211,7 +1211,7 @@ msgstr ""
|
||||
|
||||
#: Base.java:2112
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
msgstr "پیغام"
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
@ -1252,11 +1252,11 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:282
|
||||
msgid "Name for new file:"
|
||||
msgstr ""
|
||||
msgstr "اسم فایل جدید:"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Nepali"
|
||||
msgstr ""
|
||||
msgstr "نپالی"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
msgid "Network"
|
||||
@ -1272,7 +1272,7 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
msgstr "جدید"
|
||||
|
||||
#: EditorHeader.java:292
|
||||
msgid "New Tab"
|
||||
@ -1280,7 +1280,7 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Newline"
|
||||
msgstr ""
|
||||
msgstr "خط جدید"
|
||||
|
||||
#: EditorHeader.java:340
|
||||
msgid "Next Tab"
|
||||
@ -1288,7 +1288,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "خیر"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
msgid "No authorization data found"
|
||||
@ -1394,7 +1394,7 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
msgstr "باز کردن"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
msgid "Open Recent"
|
||||
@ -1410,15 +1410,15 @@ msgstr ""
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
msgid "Open..."
|
||||
msgstr "開啟..."
|
||||
msgstr "باز کردن..."
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
msgstr "تنظیم صفحه"
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
msgstr "کلمه عبور:"
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
msgid "Paste"
|
||||
@ -1426,7 +1426,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:109
|
||||
msgid "Persian"
|
||||
msgstr ""
|
||||
msgstr "فارسی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:161
|
||||
msgid "Persian (Iran)"
|
||||
@ -1455,11 +1455,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:110
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "لهستانی"
|
||||
|
||||
#: ../../../processing/app/Editor.java:718
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
msgstr "پورت"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
msgid "Port number:"
|
||||
@ -1467,19 +1467,19 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
msgid "Portugese"
|
||||
msgstr ""
|
||||
msgstr "پرتغالی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:127
|
||||
msgid "Portuguese (Brazil)"
|
||||
msgstr ""
|
||||
msgstr "پرتغالی (برزیل)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:128
|
||||
msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
msgstr "پرتغالی (کشور پرتغال)"
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
msgstr "تنظیمات برنامه"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
msgid "Preparing boards..."
|
||||
@ -1487,7 +1487,7 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "قبلی"
|
||||
|
||||
#: EditorHeader.java:326
|
||||
msgid "Previous Tab"
|
||||
@ -1495,19 +1495,19 @@ msgstr ""
|
||||
|
||||
#: Editor.java:571
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
msgstr "چاپ"
|
||||
|
||||
#: Editor.java:2571
|
||||
msgid "Printing canceled."
|
||||
msgstr ""
|
||||
msgstr "پرینت کنسل شد."
|
||||
|
||||
#: Editor.java:2547
|
||||
msgid "Printing..."
|
||||
msgstr ""
|
||||
msgstr "در حال چاپ..."
|
||||
|
||||
#: Base.java:1957
|
||||
msgid "Problem Opening Folder"
|
||||
msgstr ""
|
||||
msgstr "خطا در بازکردن پوشه"
|
||||
|
||||
#: Base.java:1933
|
||||
msgid "Problem Opening URL"
|
||||
@ -1523,7 +1523,7 @@ msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:132
|
||||
msgid "Problem accessing files in folder "
|
||||
msgstr ""
|
||||
msgstr "خطا در دسترسی به فایلهای پوشه"
|
||||
|
||||
#: Base.java:1673
|
||||
msgid "Problem getting data folder"
|
||||
@ -1542,11 +1542,11 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
msgid "Problem with rename"
|
||||
msgstr ""
|
||||
msgstr "خطا در تغییر نام"
|
||||
|
||||
#: ../../../processing/app/I18n.java:86
|
||||
msgid "Processor"
|
||||
msgstr ""
|
||||
msgstr "پردازنده"
|
||||
|
||||
#: Editor.java:704
|
||||
msgid "Programmer"
|
||||
@ -1554,7 +1554,7 @@ msgstr ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
msgstr "關閉"
|
||||
msgstr "خروج"
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
@ -1580,19 +1580,19 @@ msgstr ""
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
msgstr "تغییر نام"
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
msgid "Replace"
|
||||
msgstr ""
|
||||
msgstr "جایگزینی"
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
msgid "Replace & Find"
|
||||
msgstr ""
|
||||
msgstr "جستجو و جایگزینی"
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
msgid "Replace All"
|
||||
msgstr ""
|
||||
msgstr "جایگزینی همه"
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
@ -1601,7 +1601,7 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr ""
|
||||
msgstr "جایگزینی با:"
|
||||
|
||||
#: Preferences.java:113
|
||||
msgid "Romanian"
|
||||
@ -1609,7 +1609,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:114
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
msgstr "روسی"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
@ -1618,16 +1618,16 @@ msgstr ""
|
||||
|
||||
#: Editor.java:537
|
||||
msgid "Save As..."
|
||||
msgstr ""
|
||||
msgstr "ذخیره کردن به عنوان..."
|
||||
|
||||
#: Editor.java:2317
|
||||
msgid "Save Canceled."
|
||||
msgstr ""
|
||||
msgstr "ذخیره سازی کنسل شد."
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
msgid "Save changes to \"{0}\"? "
|
||||
msgstr ""
|
||||
msgstr "تغییرات \"{0}\" را ذخیره میکنید؟"
|
||||
|
||||
#: Sketch.java:825
|
||||
msgid "Save sketch folder as..."
|
||||
@ -1639,7 +1639,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
msgstr "در حال ذخیره کردن..."
|
||||
|
||||
#: ../../../processing/app/FindReplace.java:131
|
||||
msgid "Search all Sketch Tabs"
|
||||
@ -1651,7 +1651,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
msgid "Select All"
|
||||
msgstr ""
|
||||
msgstr "انتخاب همه"
|
||||
|
||||
#: Base.java:2636
|
||||
msgid "Select a zip file or a folder containing the library you'd like to add"
|
||||
@ -1684,7 +1684,7 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
msgstr "ارسال"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
@ -1813,7 +1813,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:115
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
msgstr "اسپانیایی"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
msgid "Specified folder/zip file does not contain a valid library"
|
||||
@ -1833,7 +1833,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:153
|
||||
msgid "Swedish"
|
||||
msgstr ""
|
||||
msgstr "سوئدی"
|
||||
|
||||
#: Preferences.java:84
|
||||
msgid "System Default"
|
||||
@ -1845,11 +1845,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:116
|
||||
msgid "Tamil"
|
||||
msgstr ""
|
||||
msgstr "تامیل"
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
msgid "The 'BYTE' keyword is no longer supported."
|
||||
msgstr ""
|
||||
msgstr "عبارت BYTE دیگر پشیبانی نمیشود."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
msgid "The --upload option supports only one file at a time"
|
||||
@ -1857,7 +1857,7 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
msgid "The Client class has been renamed EthernetClient."
|
||||
msgstr ""
|
||||
msgstr "The Client به EthernetClient تغییر نام یافته."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
@ -1868,7 +1868,7 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
msgid "The Server class has been renamed EthernetServer."
|
||||
msgstr ""
|
||||
msgstr "The Server به EthernetServer تغییر نام یافته."
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
msgid "The Udp class has been renamed EthernetUdp."
|
||||
@ -1981,7 +1981,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:663
|
||||
msgid "Tools"
|
||||
msgstr ""
|
||||
msgstr "ابزار"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
msgid "Topic"
|
||||
@ -1989,11 +1989,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1070
|
||||
msgid "Troubleshooting"
|
||||
msgstr ""
|
||||
msgstr "خطا یابی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:117
|
||||
msgid "Turkish"
|
||||
msgstr ""
|
||||
msgstr "ترکی"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
@ -2010,7 +2010,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
msgstr "اکراینی"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
@ -2061,7 +2061,7 @@ msgstr ""
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
msgstr "به روز رسانی"
|
||||
|
||||
#: Preferences.java:428
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
@ -2073,7 +2073,7 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
msgstr "آپلود"
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
msgid "Upload Using Programmer"
|
||||
@ -2081,11 +2081,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
msgid "Upload canceled."
|
||||
msgstr ""
|
||||
msgstr "آپلود کنسل شد."
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1678
|
||||
msgid "Upload cancelled"
|
||||
msgstr ""
|
||||
msgstr "آپلود کنسل شد"
|
||||
|
||||
#: Editor.java:2378
|
||||
msgid "Uploading to I/O Board..."
|
||||
@ -2093,7 +2093,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:1622
|
||||
msgid "Uploading..."
|
||||
msgstr ""
|
||||
msgstr "در حال آپلود..."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
@ -2101,11 +2101,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:1269
|
||||
msgid "Use Selection For Find"
|
||||
msgstr ""
|
||||
msgstr "متن انتخاب شده را جستجو کن"
|
||||
|
||||
#: Preferences.java:409
|
||||
msgid "Use external editor"
|
||||
msgstr ""
|
||||
msgstr "استفاده از ویرایشگر متفرقه"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
@ -2133,7 +2133,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:400
|
||||
msgid "Verify code after upload"
|
||||
msgstr ""
|
||||
msgstr "کد را پس از آپلود، مجدد چک کن"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
msgid "Verify/Compile"
|
||||
@ -2167,11 +2167,11 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "ویتنامی"
|
||||
|
||||
#: Editor.java:1105
|
||||
msgid "Visit Arduino.cc"
|
||||
msgstr ""
|
||||
msgstr "سایت Arduino.cc را بازدید کنید."
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:115
|
||||
#, java-format
|
||||
@ -2182,7 +2182,7 @@ msgstr ""
|
||||
|
||||
#: Base.java:2128
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
msgstr "اخطار"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1295
|
||||
msgid ""
|
||||
@ -2233,7 +2233,7 @@ msgstr ""
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
msgid "Wire.send() has been renamed Wire.write()."
|
||||
msgstr ""
|
||||
msgstr "Wire.send با Wire.write تغییر نام یافته."
|
||||
|
||||
#: FindReplace.java:105
|
||||
msgid "Wrap Around"
|
||||
@ -2247,11 +2247,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "بله"
|
||||
|
||||
#: Sketch.java:1074
|
||||
msgid "You can't fool me"
|
||||
msgstr ""
|
||||
msgstr "نمیتوانی من را سر کار بگذاری"
|
||||
|
||||
#: Sketch.java:411
|
||||
msgid "You can't have a .cpp file with the same name as the sketch."
|
||||
@ -2308,7 +2308,7 @@ msgstr ""
|
||||
|
||||
#: Base.java:2638
|
||||
msgid "ZIP files or folders"
|
||||
msgstr ""
|
||||
msgstr "فایلهای ZIP و پوشهها"
|
||||
|
||||
#: Base.java:2661
|
||||
msgid "Zip doesn't contain a library"
|
||||
@ -2317,7 +2317,7 @@ msgstr ""
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
msgid "\".{0}\" is not a valid extension."
|
||||
msgstr ""
|
||||
msgstr "''{0}'' یک پسوند فایل صحیح نیست."
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
@ -2385,11 +2385,11 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:389
|
||||
msgid "compilation "
|
||||
msgstr ""
|
||||
msgstr "در حال کامپایل"
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:111
|
||||
msgid "connected!"
|
||||
msgstr ""
|
||||
msgstr "متصل شد!"
|
||||
|
||||
#: Sketch.java:540
|
||||
msgid "createNewFile() returned false"
|
||||
@ -2428,7 +2428,7 @@ msgstr ""
|
||||
#, java-format
|
||||
msgid ""
|
||||
"the selected serial port {0} does not exist or your board is not connected"
|
||||
msgstr ""
|
||||
msgstr "پورت سریال {0} وجود ندارد یا این که بورد شما به آن وصل نیست"
|
||||
|
||||
#: ../../../processing/app/Base.java:389
|
||||
#, java-format
|
||||
@ -2437,7 +2437,7 @@ msgstr ""
|
||||
|
||||
#: Preferences.java:391
|
||||
msgid "upload"
|
||||
msgstr ""
|
||||
msgstr "آپلود"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
@ -6,7 +6,8 @@
|
||||
# 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\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Norwegian Nynorsk (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nn/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nn\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
# Ali Mirjamali <ali.mirjamali@gmail.com>, 2013
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Persian (Iran) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fa_IR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fa_IR\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -20,10 +21,10 @@
|
||||
!\ Used\:\ {0}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=\u06a9\u06cc\u200c\u0628\u0631\u062f \u0641\u0642\u0637 \u062f\u0631 \u0622\u0631\u062f\u0648\u06cc\u0646\u0648 \u0644\u0626\u0648\u0646\u0627\u0631\u062f\u0648 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0645\u06cc\u200c\u0634\u0648\u062f
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=\u0645\u0627\u0648\u0633 \u0641\u0642\u0637 \u062f\u0631 \u0622\u0631\u062f\u0648\u06cc\u0646\u0648 \u0644\u0626\u0648\u0646\u0627\u0631\u062f\u0648 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0645\u06cc\u200c\u0634\u0648\u062f
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
@ -75,13 +76,13 @@
|
||||
!A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=
|
||||
|
||||
#: Editor.java:1116
|
||||
!About\ Arduino=
|
||||
About\ Arduino=\u062f\u0631 \u0645\u0648\u0631\u062f \u0622\u0631\u062f\u0648\u06cc\u0646\u0648
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
!Add\ .ZIP\ Library...=
|
||||
|
||||
#: Editor.java:650
|
||||
!Add\ File...=
|
||||
Add\ File...=\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06cc\u0644...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
|
||||
!Additional\ Boards\ Manager\ URLs=
|
||||
@ -121,7 +122,7 @@
|
||||
!An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=
|
||||
|
||||
#: Preferences.java:85
|
||||
!Arabic=
|
||||
Arabic=\u0639\u0631\u0628\u06cc
|
||||
|
||||
#: Preferences.java:86
|
||||
!Aragonese=
|
||||
@ -139,10 +140,10 @@
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u0628\u0631\u062f\u0647\u0627\u06cc (\u06f3\u06f2 \u0628\u06cc\u062a\u06cc) ARM \u0622\u0631\u062f\u0648\u06cc\u0646\u0648
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
!Arduino\ AVR\ Boards=
|
||||
Arduino\ AVR\ Boards=\u0628\u0631\u062f\u0647\u0627\u06cc AVR \u0622\u0631\u062f\u0648\u06cc\u0646\u0648
|
||||
|
||||
#: Editor.java:2137
|
||||
!Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
|
||||
@ -154,11 +155,11 @@
|
||||
!Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:471
|
||||
!Arduino\:\ =
|
||||
Arduino\:\ =\u0622\u0631\u062f\u0648\u06cc\u0646\u0648\:
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
!Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=\u0627\u0637\u0645\u06cc\u0646\u0627\u0646 \u062f\u0627\u0631\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f "{0}" \u0631\u0627 \u062d\u0630\u0641 \u06a9\u0646\u06cc\u062f\u061f
|
||||
|
||||
#: Sketch.java:587
|
||||
!Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=
|
||||
@ -181,7 +182,7 @@
|
||||
!Argument\ required\ for\ {0}=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
!Armenian=
|
||||
Armenian=\u0627\u0631\u0645\u0646\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:138
|
||||
!Asturian=
|
||||
@ -209,7 +210,7 @@
|
||||
!Bad\ error\ line\:\ {0}=
|
||||
|
||||
#: Editor.java:2136
|
||||
!Bad\ file\ selected=
|
||||
Bad\ file\ selected=\u0641\u0627\u06cc\u0644 \u0627\u0634\u062a\u0628\u0627\u0647 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
@ -218,21 +219,21 @@
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
Belarusian=\u0628\u0644\u0627\u0631\u0648\u0633\u06cc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
Board=\u0628\u064f\u0631\u062f
|
||||
|
||||
#: ../../../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\:\ =
|
||||
Board\:\ =\u0628\u064f\u0631\u062f\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Boards\ Manager=
|
||||
@ -248,10 +249,10 @@
|
||||
!Bootloader\ file\ specified\ but\ missing\:\ {0}=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
!Bosnian=
|
||||
Bosnian=\u0628\u0648\u0633\u0646\u06cc
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!Both\ NL\ &\ CR=
|
||||
Both\ NL\ &\ CR=\u0647\u0645 \u062e\u0637 \u062c\u062f\u06cc\u062f \u0648 \u0647\u0645 \u0633\u0631 \u062e\u0637
|
||||
|
||||
#: Preferences.java:81
|
||||
!Browse=
|
||||
@ -263,13 +264,13 @@
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
!Bulgarian=
|
||||
Bulgarian=\u0628\u0644\u063a\u0627\u0631\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:141
|
||||
!Burmese\ (Myanmar)=
|
||||
|
||||
#: Editor.java:708
|
||||
!Burn\ Bootloader=
|
||||
Burn\ Bootloader=Bootloader \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u06a9\u0646
|
||||
|
||||
#: Editor.java:2504
|
||||
!Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=
|
||||
@ -286,50 +287,50 @@
|
||||
!Can't\ find\ the\ sketch\ in\ the\ specified\ path=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:92
|
||||
!Canadian\ French=
|
||||
Canadian\ French=\u0641\u0631\u0627\u0646\u0633\u0648\u06cc (\u06a9\u0627\u0646\u0627\u062f\u0627)
|
||||
|
||||
#: 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=
|
||||
Cannot\ Rename=\u062a\u063a\u06cc\u06cc\u0631 \u0646\u0627\u0645 \u0645\u0645\u06a9\u0646 \u0646\u06cc\u0633\u062a
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
!Cannot\ specify\ any\ sketch\ files=
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!Carriage\ return=
|
||||
Carriage\ return=\u0633\u0631 \u062e\u0637
|
||||
|
||||
#: Preferences.java:87
|
||||
!Catalan=
|
||||
Catalan=\u06a9\u0627\u062a\u0627\u0644\u0627\u0646
|
||||
|
||||
#: Preferences.java:419
|
||||
!Check\ for\ updates\ on\ startup=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
!Chinese\ (China)=
|
||||
Chinese\ (China)=\u0686\u06cc\u0646\u06cc (\u06a9\u0634\u0648\u0631 \u0686\u06cc\u0646)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
Chinese\ (Hong\ Kong)=\u0686\u06cc\u0646\u06cc (\u0647\u0646\u06af \u06a9\u0646\u06af)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
Chinese\ (Taiwan)=\u0686\u06cc\u0646\u06cc (\u062a\u0627\u06cc\u0648\u0627\u0646)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
Chinese\ Simplified=\u0686\u06cc\u0646\u06cc Simplified
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
Chinese\ Traditional=\u0686\u06cc\u0646\u06cc Traditional
|
||||
|
||||
#: ../../../../../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=
|
||||
Close=\u0628\u0633\u062a\u0646
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
@ -341,13 +342,13 @@
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
!Copy=
|
||||
Copy=\u06a9\u067e\u06cc
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
!Copy\ as\ HTML=
|
||||
Copy\ as\ HTML=\u06a9\u067e\u06cc \u06a9\u0631\u062f\u0646 \u0628\u0627 \u0641\u0631\u0645\u062a HTML
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:455
|
||||
!Copy\ error\ messages=
|
||||
Copy\ error\ messages=\u067e\u06cc\u063a\u0627\u0645\u0647\u0627\u06cc \u062e\u0637\u0627 \u0631\u0627 \u06a9\u067e\u06cc \u06a9\u0646
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
!Copy\ for\ Forum=
|
||||
@ -367,11 +368,11 @@
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
!Could\ not\ delete\ "{0}".=
|
||||
Could\ not\ delete\ "{0}".=\u062d\u0630\u0641 ''{0}'' \u0645\u0645\u06a9\u0646 \u0646\u0634\u062f.
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
!Could\ not\ delete\ the\ existing\ ''{0}''\ file.=
|
||||
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u062d\u0630\u0641 \u0641\u0627\u06cc\u0644 ''{0}'' \u0645\u0645\u06a9\u0646 \u0646\u0634\u062f.
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
@ -443,7 +444,7 @@
|
||||
!Couldn't\ determine\ program\ size\:\ {0}=
|
||||
|
||||
#: Sketch.java:616
|
||||
!Couldn't\ do\ it=
|
||||
Couldn't\ do\ it=\u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0645\u0645\u06a9\u0646 \u0646\u06cc\u0633\u062a
|
||||
|
||||
#: 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.=
|
||||
@ -455,13 +456,13 @@
|
||||
!Cut=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
Czech=\u0686\u0650\u06a9
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
Danish=\u062f\u0627\u0646\u0645\u0627\u0631\u06a9\u06cc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
@ -473,7 +474,7 @@
|
||||
!Default=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
@ -482,36 +483,36 @@
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
Display\ line\ numbers=\u0634\u0645\u0627\u0631\u0647 \u062e\u0637\u0648\u0637 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0628\u062f\u0647
|
||||
|
||||
#: ../../../../../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=
|
||||
Don't\ Save=\u0630\u062e\u06cc\u0631\u0647 \u0646\u0634\u0648\u062f
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
!Done\ Saving.=
|
||||
Done\ Saving.=\u0630\u062e\u06cc\u0631\u0647 \u0634\u062f.
|
||||
|
||||
#: Editor.java:2510
|
||||
!Done\ burning\ bootloader.=
|
||||
Done\ burning\ bootloader.=\u0630\u062e\u06cc\u0631\u0647 Bootloader \u0627\u0646\u062c\u0627\u0645 \u06af\u0631\u062f\u06cc\u062f.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
!Done\ compiling=
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
!Done\ compiling.=
|
||||
Done\ compiling.=\u06a9\u0627\u0645\u067e\u0627\u06cc\u0644 \u0634\u062f.
|
||||
|
||||
#: Editor.java:2564
|
||||
!Done\ printing.=
|
||||
Done\ printing.=\u067e\u0627\u06cc\u0627\u0646 \u0686\u0627\u067e.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:514
|
||||
!Done\ uploading=
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
!Done\ uploading.=
|
||||
Done\ uploading.=\u0622\u067e\u0644\u0648\u062f \u0634\u062f.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
@ -535,31 +536,31 @@
|
||||
!Downloading\ tools\ ({0}/{1}).=
|
||||
|
||||
#: Preferences.java:91
|
||||
!Dutch=
|
||||
Dutch=\u0647\u0644\u0646\u062f\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Dutch\ (Netherlands)=
|
||||
Dutch\ (Netherlands)=\u0647\u0644\u0646\u062f\u06cc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
!Edison\ Help=
|
||||
|
||||
#: Editor.java:1130
|
||||
!Edit=
|
||||
Edit=\u0648\u06cc\u0631\u0627\u06cc\u0634
|
||||
|
||||
#: Preferences.java:370
|
||||
!Editor\ font\ size\:\ =
|
||||
Editor\ font\ size\:\ =\u0627\u0646\u062f\u0627\u0632\u0647 \u0641\u0648\u0646\u062a \u0648\u06cc\u0631\u0627\u06cc\u0634\u06af\u0631\:
|
||||
|
||||
#: Preferences.java:353
|
||||
!Editor\ language\:\ =
|
||||
Editor\ language\:\ =\u0632\u0628\u0627\u0646 \u0648\u06cc\u0631\u0627\u06cc\u0634\u06af\u0631\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
|
||||
!Enable\ Code\ Folding=
|
||||
|
||||
#: Preferences.java:92
|
||||
!English=
|
||||
English=\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:145
|
||||
!English\ (United\ Kingdom)=
|
||||
English\ (United\ Kingdom)=\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc (\u0627\u0646\u06af\u0644\u0633\u062a\u0627\u0646)
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
|
||||
@ -569,18 +570,18 @@
|
||||
!Enter\ additional\ URLs,\ one\ for\ each\ row=
|
||||
|
||||
#: Editor.java:1062
|
||||
!Environment=
|
||||
Environment=\u0645\u062d\u06cc\u0637 \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06cc\u0633\u06cc
|
||||
|
||||
#: 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=
|
||||
Error=\u062e\u0637\u0627
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
!Error\ adding\ file=
|
||||
Error\ adding\ file=\u062e\u0637\u0627 \u062f\u0631 \u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06cc\u0644
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
!Error\ compiling.=
|
||||
Error\ compiling.=\u062e\u0637\u0627\u06cc \u06a9\u0627\u0645\u067e\u0627\u06cc\u0644.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
@ -597,18 +598,18 @@
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
#, java-format
|
||||
!Error\ loading\ {0}=
|
||||
Error\ loading\ {0}=\u062e\u0637\u0627\u06cc \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc {0}
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.=
|
||||
Error\ opening\ serial\ port\ ''{0}''.=\u062e\u0637\u0627 \u062f\u0631 \u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u067e\u0648\u0631\u062a \u0633\u0631\u06cc\u0627\u0644 "{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=
|
||||
Error\ reading\ preferences=\u062e\u0637\u0627 \u062f\u0631 \u062e\u0648\u0627\u0646\u062f\u0646 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0628\u0631\u0646\u0627\u0645\u0647
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
@ -624,7 +625,7 @@
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
!Error\ touching\ serial\ port\ ''{0}''.=
|
||||
Error\ touching\ serial\ port\ ''{0}''.=\u062e\u0637\u0627 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u067e\u0648\u0631\u062a \u0633\u0631\u06cc\u0627\u0644 ''{0}''.
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
!Error\ while\ burning\ bootloader.=
|
||||
@ -640,7 +641,7 @@
|
||||
!Error\ while\ loading\ code\ {0}=
|
||||
|
||||
#: Editor.java:2567
|
||||
!Error\ while\ printing.=
|
||||
Error\ while\ printing.=\u062e\u0637\u0627 \u062f\u0631 \u0647\u0646\u06af\u0627\u0645 \u0686\u0627\u067e.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
!Error\ while\ uploading=
|
||||
@ -664,7 +665,7 @@
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
Examples=\u0645\u062b\u0627\u0644\u200c\u0647\u0627
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
!Export\ compiled\ Binary=
|
||||
@ -674,34 +675,34 @@
|
||||
!Failed\ to\ open\ sketch\:\ "{0}"=
|
||||
|
||||
#: Editor.java:491
|
||||
!File=
|
||||
File=\u0641\u0627\u06cc\u0644
|
||||
|
||||
#: Preferences.java:94
|
||||
!Filipino=
|
||||
Filipino=\u0641\u0644\u06cc\u067e\u06cc\u0646\u06cc
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
!Filter\ your\ search...=
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
!Find=
|
||||
Find=\u062c\u0633\u062a\u062c\u0648
|
||||
|
||||
#: Editor.java:1249
|
||||
!Find\ Next=
|
||||
Find\ Next=\u062c\u0633\u062a\u062c\u0648 \u0645\u0648\u0631\u062f \u0628\u0639\u062f\u06cc
|
||||
|
||||
#: Editor.java:1259
|
||||
!Find\ Previous=
|
||||
Find\ Previous=\u062c\u0633\u062a\u062c\u0648 \u0645\u0648\u0631\u062f \u0642\u0628\u0644\u06cc
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
!Find\ in\ Reference=
|
||||
|
||||
#: Editor.java:1234
|
||||
!Find...=
|
||||
Find...=\u062c\u0633\u062a\u062c\u0648...
|
||||
|
||||
#: FindReplace.java:80
|
||||
!Find\:=
|
||||
Find\:=\u062c\u0633\u062a\u062c\u0648\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:147
|
||||
!Finnish=
|
||||
Finnish=\u0641\u0646\u0644\u0627\u0646\u062f\u06cc
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
@ -715,10 +716,10 @@
|
||||
!Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ {0}=
|
||||
|
||||
#: Preferences.java:95
|
||||
!French=
|
||||
French=\u0641\u0631\u0627\u0646\u0633\u0648\u06cc
|
||||
|
||||
#: Editor.java:1097
|
||||
!Frequently\ Asked\ Questions=
|
||||
Frequently\ Asked\ Questions=\u0633\u0648\u0627\u0644\u0627\u062a \u0645\u062a\u062f\u0627\u0648\u0644
|
||||
|
||||
#: Preferences.java:96
|
||||
!Galician=
|
||||
@ -730,13 +731,13 @@
|
||||
!Galileo\ Help=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
!Georgian=
|
||||
Georgian=\u06af\u0631\u062c\u06cc
|
||||
|
||||
#: Preferences.java:97
|
||||
!German=
|
||||
German=\u0622\u0644\u0645\u0627\u0646\u06cc
|
||||
|
||||
#: Editor.java:1054
|
||||
!Getting\ Started=
|
||||
Getting\ Started=\u0634\u0631\u0648\u0639 \u0628\u0647 \u06a9\u0627\u0631
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1646
|
||||
#, java-format
|
||||
@ -747,16 +748,16 @@
|
||||
!Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=
|
||||
|
||||
#: Preferences.java:98
|
||||
!Greek=
|
||||
Greek=\u06cc\u0648\u0646\u0627\u0646\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:95
|
||||
!Hebrew=
|
||||
Hebrew=\u0639\u0628\u0631\u06cc
|
||||
|
||||
#: Editor.java:1015
|
||||
!Help=
|
||||
Help=\u0631\u0627\u0647\u0646\u0645\u0627
|
||||
|
||||
#: Preferences.java:99
|
||||
!Hindi=
|
||||
Hindi=\u0647\u0646\u062f\u06cc
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
!Host\ name\:=
|
||||
@ -793,7 +794,7 @@
|
||||
!Increase\ Indent=
|
||||
|
||||
#: Preferences.java:101
|
||||
!Indonesian=
|
||||
Indonesian=\u0627\u0646\u062f\u0648\u0646\u0632\u0627\u06cc\u06cc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
!Initializing\ packages...=
|
||||
@ -832,13 +833,13 @@
|
||||
!Invalid\ library\ found\ in\ {0}\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
Italian=\u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc
|
||||
|
||||
#: Preferences.java:103
|
||||
!Japanese=
|
||||
Japanese=\u0698\u0627\u067e\u0646\u06cc
|
||||
|
||||
#: Preferences.java:104
|
||||
!Korean=
|
||||
Korean=\u06a9\u0631\u0647\u200c\u0627\u06cc
|
||||
|
||||
#: Preferences.java:105
|
||||
!Latvian=
|
||||
@ -875,7 +876,7 @@
|
||||
!Marathi=
|
||||
|
||||
#: Base.java:2112
|
||||
!Message=
|
||||
Message=\u067e\u06cc\u063a\u0627\u0645
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
@ -906,10 +907,10 @@
|
||||
!N'Ko=
|
||||
|
||||
#: Sketch.java:282
|
||||
!Name\ for\ new\ file\:=
|
||||
Name\ for\ new\ file\:=\u0627\u0633\u0645 \u0641\u0627\u06cc\u0644 \u062c\u062f\u06cc\u062f\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Nepali=
|
||||
Nepali=\u0646\u067e\u0627\u0644\u06cc
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
!Network=
|
||||
@ -921,19 +922,19 @@
|
||||
!Network\ upload\ using\ programmer\ not\ supported=
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
!New=
|
||||
New=\u062c\u062f\u06cc\u062f
|
||||
|
||||
#: EditorHeader.java:292
|
||||
!New\ Tab=
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!Newline=
|
||||
Newline=\u062e\u0637 \u062c\u062f\u06cc\u062f
|
||||
|
||||
#: EditorHeader.java:340
|
||||
!Next\ Tab=
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
!No=
|
||||
No=\u062e\u06cc\u0631
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
!No\ authorization\ data\ found=
|
||||
@ -1012,7 +1013,7 @@
|
||||
!Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
!Open=
|
||||
Open=\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
!Open\ Recent=
|
||||
@ -1024,19 +1025,19 @@
|
||||
!Open\ an\ Arduino\ sketch...=
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
!Open...=
|
||||
Open...=\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646...
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
Page\ Setup=\u062a\u0646\u0638\u06cc\u0645 \u0635\u0641\u062d\u0647
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
Password\:=\u06a9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631\:
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
!Paste=
|
||||
|
||||
#: Preferences.java:109
|
||||
!Persian=
|
||||
Persian=\u0641\u0627\u0631\u0633\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:161
|
||||
!Persian\ (Iran)=
|
||||
@ -1058,46 +1059,46 @@
|
||||
!Please\ select\ a\ programmer\ from\ Tools->Programmer\ menu=
|
||||
|
||||
#: Preferences.java:110
|
||||
!Polish=
|
||||
Polish=\u0644\u0647\u0633\u062a\u0627\u0646\u06cc
|
||||
|
||||
#: ../../../processing/app/Editor.java:718
|
||||
!Port=
|
||||
Port=\u067e\u0648\u0631\u062a
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
!Portugese=
|
||||
Portugese=\u067e\u0631\u062a\u063a\u0627\u0644\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:127
|
||||
!Portuguese\ (Brazil)=
|
||||
Portuguese\ (Brazil)=\u067e\u0631\u062a\u063a\u0627\u0644\u06cc (\u0628\u0631\u0632\u06cc\u0644)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:128
|
||||
!Portuguese\ (Portugal)=
|
||||
Portuguese\ (Portugal)=\u067e\u0631\u062a\u063a\u0627\u0644\u06cc (\u06a9\u0634\u0648\u0631 \u067e\u0631\u062a\u063a\u0627\u0644)
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
!Preferences=
|
||||
Preferences=\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0628\u0631\u0646\u0627\u0645\u0647
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
!Preparing\ boards...=
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
!Previous=
|
||||
Previous=\u0642\u0628\u0644\u06cc
|
||||
|
||||
#: EditorHeader.java:326
|
||||
!Previous\ Tab=
|
||||
|
||||
#: Editor.java:571
|
||||
!Print=
|
||||
Print=\u0686\u0627\u067e
|
||||
|
||||
#: Editor.java:2571
|
||||
!Printing\ canceled.=
|
||||
Printing\ canceled.=\u067e\u0631\u06cc\u0646\u062a \u06a9\u0646\u0633\u0644 \u0634\u062f.
|
||||
|
||||
#: Editor.java:2547
|
||||
!Printing...=
|
||||
Printing...=\u062f\u0631 \u062d\u0627\u0644 \u0686\u0627\u067e...
|
||||
|
||||
#: Base.java:1957
|
||||
!Problem\ Opening\ Folder=
|
||||
Problem\ Opening\ Folder=\u062e\u0637\u0627 \u062f\u0631 \u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u067e\u0648\u0634\u0647
|
||||
|
||||
#: Base.java:1933
|
||||
!Problem\ Opening\ URL=
|
||||
@ -1109,7 +1110,7 @@
|
||||
!Problem\ accessing\ board\ folder\ /www/sd=
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:132
|
||||
!Problem\ accessing\ files\ in\ folder\ =
|
||||
Problem\ accessing\ files\ in\ folder\ =\u062e\u0637\u0627 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0641\u0627\u06cc\u0644\u0647\u0627\u06cc \u067e\u0648\u0634\u0647
|
||||
|
||||
#: Base.java:1673
|
||||
!Problem\ getting\ data\ folder=
|
||||
@ -1122,16 +1123,16 @@
|
||||
!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=
|
||||
Problem\ with\ rename=\u062e\u0637\u0627 \u062f\u0631 \u062a\u063a\u06cc\u06cc\u0631 \u0646\u0627\u0645
|
||||
|
||||
#: ../../../processing/app/I18n.java:86
|
||||
!Processor=
|
||||
Processor=\u067e\u0631\u062f\u0627\u0632\u0646\u062f\u0647
|
||||
|
||||
#: Editor.java:704
|
||||
!Programmer=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
Quit=\u062e\u0631\u0648\u062c
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
@ -1151,43 +1152,43 @@
|
||||
!Removing...=
|
||||
|
||||
#: EditorHeader.java:300
|
||||
!Rename=
|
||||
Rename=\u062a\u063a\u06cc\u06cc\u0631 \u0646\u0627\u0645
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
!Replace=
|
||||
Replace=\u062c\u0627\u06cc\u06af\u0632\u06cc\u0646\u06cc
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
!Replace\ &\ Find=
|
||||
Replace\ &\ Find=\u062c\u0633\u062a\u062c\u0648 \u0648 \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646\u06cc
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
!Replace\ All=
|
||||
Replace\ All=\u062c\u0627\u06cc\u06af\u0632\u06cc\u0646\u06cc \u0647\u0645\u0647
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
!Replace\ the\ existing\ version\ of\ {0}?=
|
||||
|
||||
#: FindReplace.java:81
|
||||
!Replace\ with\:=
|
||||
Replace\ with\:=\u062c\u0627\u06cc\u06af\u0632\u06cc\u0646\u06cc \u0628\u0627\:
|
||||
|
||||
#: Preferences.java:113
|
||||
!Romanian=
|
||||
|
||||
#: Preferences.java:114
|
||||
!Russian=
|
||||
Russian=\u0631\u0648\u0633\u06cc
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
!Save=
|
||||
|
||||
#: Editor.java:537
|
||||
!Save\ As...=
|
||||
Save\ As...=\u0630\u062e\u06cc\u0631\u0647 \u06a9\u0631\u062f\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646...
|
||||
|
||||
#: Editor.java:2317
|
||||
!Save\ Canceled.=
|
||||
Save\ Canceled.=\u0630\u062e\u06cc\u0631\u0647 \u0633\u0627\u0632\u06cc \u06a9\u0646\u0633\u0644 \u0634\u062f.
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
!Save\ changes\ to\ "{0}"?\ \ =
|
||||
Save\ changes\ to\ "{0}"?\ \ =\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a "{0}" \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f\u061f
|
||||
|
||||
#: Sketch.java:825
|
||||
!Save\ sketch\ folder\ as...=
|
||||
@ -1196,7 +1197,7 @@
|
||||
!Save\ when\ verifying\ or\ uploading=
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
!Saving...=
|
||||
Saving...=\u062f\u0631 \u062d\u0627\u0644 \u0630\u062e\u06cc\u0631\u0647 \u06a9\u0631\u062f\u0646...
|
||||
|
||||
#: ../../../processing/app/FindReplace.java:131
|
||||
!Search\ all\ Sketch\ Tabs=
|
||||
@ -1205,7 +1206,7 @@
|
||||
!Select\ (or\ create\ new)\ folder\ for\ sketches...=
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
!Select\ All=
|
||||
Select\ All=\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647
|
||||
|
||||
#: Base.java:2636
|
||||
!Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=
|
||||
@ -1230,7 +1231,7 @@
|
||||
!Selected\ library\ is\ not\ available=
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
Send=\u0627\u0631\u0633\u0627\u0644
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
@ -1318,7 +1319,7 @@
|
||||
!Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=
|
||||
|
||||
#: Preferences.java:115
|
||||
!Spanish=
|
||||
Spanish=\u0627\u0633\u067e\u0627\u0646\u06cc\u0627\u06cc\u06cc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
!Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=
|
||||
@ -1333,7 +1334,7 @@
|
||||
!Swahili=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:153
|
||||
!Swedish=
|
||||
Swedish=\u0633\u0648\u0626\u062f\u06cc
|
||||
|
||||
#: Preferences.java:84
|
||||
!System\ Default=
|
||||
@ -1342,23 +1343,23 @@
|
||||
!Talossan=
|
||||
|
||||
#: Preferences.java:116
|
||||
!Tamil=
|
||||
Tamil=\u062a\u0627\u0645\u06cc\u0644
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
!The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=\u0639\u0628\u0627\u0631\u062a BYTE \u062f\u06cc\u06af\u0631 \u067e\u0634\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f.
|
||||
|
||||
#: ../../../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.=
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=The Client \u0628\u0647 EthernetClient \u062a\u063a\u06cc\u06cc\u0631 \u0646\u0627\u0645 \u06cc\u0627\u0641\u062a\u0647.
|
||||
|
||||
#: ../../../../../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.=
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=The Server \u0628\u0647 EthernetServer \u062a\u063a\u06cc\u06cc\u0631 \u0646\u0627\u0645 \u06cc\u0627\u0641\u062a\u0647.
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
!The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=
|
||||
@ -1416,16 +1417,16 @@
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
|
||||
#: Editor.java:663
|
||||
!Tools=
|
||||
Tools=\u0627\u0628\u0632\u0627\u0631
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
!Topic=
|
||||
|
||||
#: Editor.java:1070
|
||||
!Troubleshooting=
|
||||
Troubleshooting=\u062e\u0637\u0627 \u06cc\u0627\u0628\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:117
|
||||
!Turkish=
|
||||
Turkish=\u062a\u0631\u06a9\u06cc
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
@ -1438,7 +1439,7 @@
|
||||
!Type\ board\ password\ to\ upload\ a\ new\ sketch=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
!Ukrainian=
|
||||
Ukrainian=\u0627\u06a9\u0631\u0627\u06cc\u0646\u06cc
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
@ -1475,7 +1476,7 @@
|
||||
!Updatable=
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
!Update=
|
||||
Update=\u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc
|
||||
|
||||
#: Preferences.java:428
|
||||
!Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=
|
||||
@ -1484,31 +1485,31 @@
|
||||
!Updating\ list\ of\ installed\ libraries=
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
!Upload=
|
||||
Upload=\u0622\u067e\u0644\u0648\u062f
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
!Upload\ Using\ Programmer=
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
!Upload\ canceled.=
|
||||
Upload\ canceled.=\u0622\u067e\u0644\u0648\u062f \u06a9\u0646\u0633\u0644 \u0634\u062f.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1678
|
||||
!Upload\ cancelled=
|
||||
Upload\ cancelled=\u0622\u067e\u0644\u0648\u062f \u06a9\u0646\u0633\u0644 \u0634\u062f
|
||||
|
||||
#: Editor.java:2378
|
||||
!Uploading\ to\ I/O\ Board...=
|
||||
|
||||
#: Sketch.java:1622
|
||||
!Uploading...=
|
||||
Uploading...=\u062f\u0631 \u062d\u0627\u0644 \u0622\u067e\u0644\u0648\u062f...
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: Editor.java:1269
|
||||
!Use\ Selection\ For\ Find=
|
||||
Use\ Selection\ For\ Find=\u0645\u062a\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0631\u0627 \u062c\u0633\u062a\u062c\u0648 \u06a9\u0646
|
||||
|
||||
#: Preferences.java:409
|
||||
!Use\ external\ editor=
|
||||
Use\ external\ editor=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0648\u06cc\u0631\u0627\u06cc\u0634\u06af\u0631 \u0645\u062a\u0641\u0631\u0642\u0647
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
@ -1530,7 +1531,7 @@
|
||||
!Verify=
|
||||
|
||||
#: Preferences.java:400
|
||||
!Verify\ code\ after\ upload=
|
||||
Verify\ code\ after\ upload=\u06a9\u062f \u0631\u0627 \u067e\u0633 \u0627\u0632 \u0622\u067e\u0644\u0648\u062f\u060c \u0645\u062c\u062f\u062f \u0686\u06a9 \u06a9\u0646
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
!Verify/Compile=
|
||||
@ -1556,17 +1557,17 @@
|
||||
!Version\ {0}=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
!Vietnamese=
|
||||
Vietnamese=\u0648\u06cc\u062a\u0646\u0627\u0645\u06cc
|
||||
|
||||
#: Editor.java:1105
|
||||
!Visit\ Arduino.cc=
|
||||
Visit\ Arduino.cc=\u0633\u0627\u06cc\u062a Arduino.cc \u0631\u0627 \u0628\u0627\u0632\u062f\u06cc\u062f \u06a9\u0646\u06cc\u062f.
|
||||
|
||||
#: ../../../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=
|
||||
Warning=\u0627\u062e\u0637\u0627\u0631
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1295
|
||||
!Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=
|
||||
@ -1601,7 +1602,7 @@
|
||||
!Wire.receive()\ has\ been\ renamed\ Wire.read().=
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
!Wire.send()\ has\ been\ renamed\ Wire.write().=
|
||||
Wire.send()\ has\ been\ renamed\ Wire.write().=Wire.send \u0628\u0627 Wire.write \u062a\u063a\u06cc\u06cc\u0631 \u0646\u0627\u0645 \u06cc\u0627\u0641\u062a\u0647.
|
||||
|
||||
#: FindReplace.java:105
|
||||
!Wrap\ Around=
|
||||
@ -1610,10 +1611,10 @@
|
||||
!Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
!Yes=
|
||||
Yes=\u0628\u0644\u0647
|
||||
|
||||
#: Sketch.java:1074
|
||||
!You\ can't\ fool\ me=
|
||||
You\ can't\ fool\ me=\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc \u0645\u0646 \u0631\u0627 \u0633\u0631 \u06a9\u0627\u0631 \u0628\u06af\u0630\u0627\u0631\u06cc
|
||||
|
||||
#: Sketch.java:411
|
||||
!You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=
|
||||
@ -1646,14 +1647,14 @@
|
||||
!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=
|
||||
ZIP\ files\ or\ folders=\u0641\u0627\u06cc\u0644\u0647\u0627\u06cc ZIP \u0648 \u067e\u0648\u0634\u0647\u200c\u0647\u0627
|
||||
|
||||
#: Base.java:2661
|
||||
!Zip\ doesn't\ contain\ a\ library=
|
||||
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
!".{0}"\ is\ not\ a\ valid\ extension.=
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=''{0}'' \u06cc\u06a9 \u067e\u0633\u0648\u0646\u062f \u0641\u0627\u06cc\u0644 \u0635\u062d\u06cc\u062d \u0646\u06cc\u0633\u062a.
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
@ -1684,10 +1685,10 @@
|
||||
!baud=
|
||||
|
||||
#: Preferences.java:389
|
||||
!compilation\ =
|
||||
compilation\ =\u062f\u0631 \u062d\u0627\u0644 \u06a9\u0627\u0645\u067e\u0627\u06cc\u0644
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:111
|
||||
!connected\!=
|
||||
connected\!=\u0645\u062a\u0635\u0644 \u0634\u062f\!
|
||||
|
||||
#: Sketch.java:540
|
||||
!createNewFile()\ returned\ false=
|
||||
@ -1716,14 +1717,14 @@
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#, java-format
|
||||
!the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=
|
||||
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=\u067e\u0648\u0631\u062a \u0633\u0631\u06cc\u0627\u0644 {0} \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f \u06cc\u0627 \u0627\u06cc\u0646 \u06a9\u0647 \u0628\u0648\u0631\u062f \u0634\u0645\u0627 \u0628\u0647 \u0622\u0646 \u0648\u0635\u0644 \u0646\u06cc\u0633\u062a
|
||||
|
||||
#: ../../../processing/app/Base.java:389
|
||||
#, java-format
|
||||
!unknown\ option\:\ {0}=
|
||||
|
||||
#: Preferences.java:391
|
||||
!upload=
|
||||
upload=\u0622\u067e\u0644\u0648\u062f
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Malay (Malaysia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ms_MY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ms_MY\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -1,1791 +0,0 @@
|
||||
# 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:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Malay (Malaysia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ms_MY/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ms_MY\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/mbanzi/arduino-ide-15/language/nn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Norwegian (http://www.transifex.com/mbanzi/arduino-ide-15/language/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -1,1791 +0,0 @@
|
||||
# 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:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Norwegian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/no/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: no\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
@ -18,7 +18,7 @@ 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: 2015-09-13 20:46+0000\n"
|
||||
"PO-Revision-Date: 2015-09-19 21:40+0000\n"
|
||||
"Last-Translator: Pop Gheorghe <office@roroid.ro>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/mbanzi/arduino-ide-15/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -70,18 +70,18 @@ msgstr ".pde -> .ino"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
msgid "<br/>Update available for some of your {0}boards{1}"
|
||||
msgstr ""
|
||||
msgstr "<br/>Actualizări disponibile pentru o parte din {0}plăci{1}"
|
||||
|
||||
#: ../../../../../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 ""
|
||||
msgstr "<br/>Actualizări disponibile pentru o parte din {0}plăci{1} și {2}librării{3}"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
|
||||
#, java-format
|
||||
msgid "<br/>Update available for some of your {0}libraries{1}"
|
||||
msgstr ""
|
||||
msgstr "<br/>Actualizări disponibile pentru o parte din {0}librării{1}"
|
||||
|
||||
#: Editor.java:2053
|
||||
msgid ""
|
||||
@ -295,11 +295,11 @@ msgstr "Auto formatare terminată"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
msgid "Auto-detect proxy settings"
|
||||
msgstr ""
|
||||
msgstr "Auto detectare setări proxy"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
msgid "Automatic proxy configuration URL:"
|
||||
msgstr ""
|
||||
msgstr "URL de configurare proxy automată:"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
@ -1057,7 +1057,7 @@ msgstr "Hindusă"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
msgid "Host name:"
|
||||
msgstr ""
|
||||
msgstr "Nume gazda:"
|
||||
|
||||
#: Sketch.java:295
|
||||
msgid ""
|
||||
@ -1176,7 +1176,7 @@ msgstr "Letonă"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
msgid "Library Manager"
|
||||
msgstr ""
|
||||
msgstr "Manager Librari"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
@ -1209,7 +1209,7 @@ msgstr "Gestionare blibioteci..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
msgid "Manual proxy configuration"
|
||||
msgstr ""
|
||||
msgstr "Configurare proxy manuală"
|
||||
|
||||
#: Preferences.java:107
|
||||
msgid "Marathi"
|
||||
@ -1266,7 +1266,7 @@ msgstr "Nepaleză"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
msgstr "Rețea"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
msgid "Network ports"
|
||||
@ -1334,7 +1334,7 @@ msgstr "Paramettrii lipsă"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
msgid "No proxy"
|
||||
msgstr ""
|
||||
msgstr "Fara proxy"
|
||||
|
||||
#: Base.java:541
|
||||
msgid "No really, time for some fresh air for you."
|
||||
@ -1469,7 +1469,7 @@ msgstr "Port"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
msgid "Port number:"
|
||||
msgstr ""
|
||||
msgstr "Număr port:"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
msgid "Portugese"
|
||||
@ -1720,7 +1720,7 @@ msgstr "Porturi seriale"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
msgstr "Setări"
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
@ -2063,7 +2063,7 @@ msgstr "Platformă nespecificată, lansator indisponibil.\nPentru a permite desc
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
msgid "Updatable"
|
||||
msgstr ""
|
||||
msgstr "Actualizabil"
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
@ -2116,7 +2116,7 @@ msgstr "Foloseşte un editor extern"
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
msgid "Username:"
|
||||
msgstr ""
|
||||
msgstr "Nume utilizator:"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
@ -2143,7 +2143,7 @@ msgstr "Verifică codul după încarcare"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
msgid "Verify/Compile"
|
||||
msgstr ""
|
||||
msgstr "Verifica/Compilează"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
msgid "Verifying and uploading..."
|
||||
@ -2203,17 +2203,17 @@ msgstr "Avertizare: fișier {0} legat către o cale absolută {1}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
msgid "Warning: forced trusting untrusted contributions"
|
||||
msgstr ""
|
||||
msgstr "Atenție: forțați încrederea în contribuții care nu prezintă încredere"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
msgid "Warning: forced untrusted script execution ({0})"
|
||||
msgstr ""
|
||||
msgstr "Atenție: forțați execuția unui script care nu prezintă încredere ({0})"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
msgid "Warning: non trusted contribution, skipping script execution ({0})"
|
||||
msgstr ""
|
||||
msgstr "Atenție: contribuție care nu prezintă încredere, scriptul nu v-a fi executat ({0})"
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
|
||||
#, java-format
|
||||
|
@ -13,7 +13,7 @@
|
||||
# Pop Gheorghe <office@roroid.ro>, 2013
|
||||
# Pop Gheorghe <office@roroid.ro>, 2013-2015
|
||||
# Vl\u0103du\u0163 Ilie <vladilie94@gmail.com>, 2015
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-09-13 20\:46+0000\nLast-Translator\: Pop Gheorghe <office@roroid.ro>\nLanguage-Team\: Romanian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ro/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ro\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1?0\:(((n%100>19)||((n%100\=\=0)&&(n\!\=0)))?2\:1));\n
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-09-19 21\:40+0000\nLast-Translator\: Pop Gheorghe <office@roroid.ro>\nLanguage-Team\: Romanian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ro/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ro\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1?0\:(((n%100>19)||((n%100\=\=0)&&(n\!\=0)))?2\:1));\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(este necesar\u0103 repornirea editorului Arduino)
|
||||
@ -46,15 +46,15 @@
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
!<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=<br/>Actualiz\u0103ri disponibile pentru o parte din {0}pl\u0103ci{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}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}\ and\ {2}libraries{3}=<br/>Actualiz\u0103ri disponibile pentru o parte din {0}pl\u0103ci{1} \u0219i {2}libr\u0103rii{3}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
|
||||
#, java-format
|
||||
!<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=<br/>Actualiz\u0103ri disponibile pentru o parte din {0}libr\u0103rii{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.=<html> <head> <style type\=\\"text/css\\">b { font\: 13pt \\"Lucida Grande\\" }p { font\: 11pt \\"Lucida Grande\\"; margin-top\: 8px }</style> </head><b>Dore\u015fti s\u0103 salvezi modific\u0103rile aduse acestei schi\u0163e<BR> \u00eenainte de a \u00eenchide?</b><p>Dac\u0103 nu salvezi, modific\u0103rile vor fi pierdute.
|
||||
@ -203,10 +203,10 @@ Auto\ Format=Auto formatare
|
||||
Auto\ Format\ finished.=Auto formatare terminat\u0103
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
!Auto-detect\ proxy\ settings=
|
||||
Auto-detect\ proxy\ settings=Auto detectare set\u0103ri proxy
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
!Automatic\ proxy\ configuration\ URL\:=
|
||||
Automatic\ proxy\ configuration\ URL\:=URL de configurare proxy automat\u0103\:
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=Parcurgere automat\u0103
|
||||
@ -766,7 +766,7 @@ Help=Ajutor
|
||||
Hindi=Hindus\u0103
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
!Host\ name\:=
|
||||
Host\ name\:=Nume gazda\:
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Ce zici dac\u0103 ai salva \u00eent\u00e2i schi\u0163a\n\u015fi pe urma s\u0103 \u00eencerci s\u0103 o redenume\u015fti?
|
||||
@ -851,7 +851,7 @@ Korean=Corean\u0103
|
||||
Latvian=Leton\u0103
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
!Library\ Manager=
|
||||
Library\ Manager=Manager Librari
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Fi\u0219ier ad\u0103ugat \u00een bibliotec\u0103. Verific\u0103 meniul "Include biblioteca"
|
||||
@ -876,7 +876,7 @@ Malay\ (Malaysia)=Malaeziana (Malaezia)
|
||||
Manage\ Libraries...=Gestionare blibioteci...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
!Manual\ proxy\ configuration=
|
||||
Manual\ proxy\ configuration=Configurare proxy manual\u0103
|
||||
|
||||
#: Preferences.java:107
|
||||
Marathi=Marathi
|
||||
@ -919,7 +919,7 @@ Name\ for\ new\ file\:=Numele noului fi\u015fier
|
||||
Nepali=Nepalez\u0103
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
!Network=
|
||||
Network=Re\u021bea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
Network\ ports=Porturi de re\u0163ea
|
||||
@ -970,7 +970,7 @@ No\ line\ ending=F\u0103r\u0103 editarea liniei
|
||||
No\ parameters=Paramettrii lips\u0103
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
!No\ proxy=
|
||||
No\ proxy=Fara proxy
|
||||
|
||||
#: Base.java:541
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=Pe bune, e timpul sa ie\u015fi la aer.
|
||||
@ -1071,7 +1071,7 @@ Polish=Polonez\u0103
|
||||
Port=Port
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
Port\ number\:=Num\u0103r port\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
Portugese=Portughez\u0103
|
||||
@ -1257,7 +1257,7 @@ Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?
|
||||
Serial\ ports=Porturi seriale
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
!Settings=
|
||||
Settings=Set\u0103ri
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=Probleme la set\u0103ri
|
||||
@ -1479,7 +1479,7 @@ Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
!Updatable=
|
||||
Updatable=Actualizabil
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
Update=Actualizeaz\u0103
|
||||
@ -1519,7 +1519,7 @@ Use\ external\ editor=Folose\u015fte un editor extern
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
!Username\:=
|
||||
Username\:=Nume utilizator\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
@ -1540,7 +1540,7 @@ Verify=Verific\u0103
|
||||
Verify\ code\ after\ upload=Verific\u0103 codul dup\u0103 \u00eencarcare
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
!Verify/Compile=
|
||||
Verify/Compile=Verifica/Compileaz\u0103
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
Verifying\ and\ uploading...=Verificare si \u00eenc\u0103rcare...
|
||||
@ -1583,15 +1583,15 @@ Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ conside
|
||||
Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=Avertizare\: fi\u0219ier {0} legat c\u0103tre o cale absolut\u0103 {1}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
!Warning\:\ forced\ trusting\ untrusted\ contributions=
|
||||
Warning\:\ forced\ trusting\ untrusted\ contributions=Aten\u021bie\: for\u021ba\u021bi \u00eencrederea \u00een contribu\u021bii care nu prezint\u0103 \u00eencredere
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
!Warning\:\ forced\ untrusted\ script\ execution\ ({0})=
|
||||
Warning\:\ forced\ untrusted\ script\ execution\ ({0})=Aten\u021bie\: for\u021ba\u021bi execu\u021bia unui script care nu prezint\u0103 \u00eencredere ({0})
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
!Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=
|
||||
Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Aten\u021bie\: contribu\u021bie care nu prezint\u0103 \u00eencredere, scriptul nu v-a fi executat ({0})
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
|
||||
#, java-format
|
||||
|
@ -12,8 +12,8 @@ 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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"PO-Revision-Date: 2015-09-15 19:41+0000\n"
|
||||
"Last-Translator: Zdeno Sekerák <etrsek@gmail.com>\n"
|
||||
"Language-Team: Slovak (http://www.transifex.com/mbanzi/arduino-ide-15/language/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -64,18 +64,18 @@ msgstr ".pde -> .ino"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
msgid "<br/>Update available for some of your {0}boards{1}"
|
||||
msgstr ""
|
||||
msgstr "<br/>Dostupná aktualizácia pre niektorú z tvojích {0}dosiek{1}"
|
||||
|
||||
#: ../../../../../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 ""
|
||||
msgstr "<br/>Dostupná aktualizácia pre niektorú z tvojích {0}dosiek{1} a {2}knižníc{3}"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
|
||||
#, java-format
|
||||
msgid "<br/>Update available for some of your {0}libraries{1}"
|
||||
msgstr ""
|
||||
msgstr "<br/>Dostupná aktualizácia pre niektorú z tvojích {0}knižníc{1}"
|
||||
|
||||
#: Editor.java:2053
|
||||
msgid ""
|
||||
@ -289,11 +289,11 @@ msgstr "Automatické Formátovanie ukončené."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
msgid "Auto-detect proxy settings"
|
||||
msgstr ""
|
||||
msgstr "Autodetekcia nastavenia proxy"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
msgid "Automatic proxy configuration URL:"
|
||||
msgstr ""
|
||||
msgstr "Automatická konfigurácia proxy URL:"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
@ -1051,7 +1051,7 @@ msgstr "Hindština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
msgid "Host name:"
|
||||
msgstr ""
|
||||
msgstr "Host name:"
|
||||
|
||||
#: Sketch.java:295
|
||||
msgid ""
|
||||
@ -1170,11 +1170,11 @@ msgstr "Lotyština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
msgid "Library Manager"
|
||||
msgstr ""
|
||||
msgstr "Správca knižníc"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Knižnica pridaná do zoznamu knižníc. Skontrolujte menu \"Includnuté knižnice\""
|
||||
msgstr "Knižnica pridaná do zoznamu knižníc. Skontrolujte menu \"Pridané knižnice\""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1203,7 +1203,7 @@ msgstr "Spravovať Knižnice..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
msgid "Manual proxy configuration"
|
||||
msgstr ""
|
||||
msgstr "Ručné nastavenie proxy"
|
||||
|
||||
#: Preferences.java:107
|
||||
msgid "Marathi"
|
||||
@ -1260,7 +1260,7 @@ msgstr "Nepálština"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
msgstr "Sieť"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
msgid "Network ports"
|
||||
@ -1328,7 +1328,7 @@ msgstr "Žiadne parametre"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
msgid "No proxy"
|
||||
msgstr ""
|
||||
msgstr "Bez proxy"
|
||||
|
||||
#: Base.java:541
|
||||
msgid "No really, time for some fresh air for you."
|
||||
@ -1463,7 +1463,7 @@ msgstr "Port"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
msgid "Port number:"
|
||||
msgstr ""
|
||||
msgstr "Číslo portu:"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
msgid "Portugese"
|
||||
@ -1714,7 +1714,7 @@ msgstr "Sériový port"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
msgstr "Nastavenia"
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
@ -2110,7 +2110,7 @@ msgstr "Použiť externý editor"
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
msgid "Username:"
|
||||
msgstr ""
|
||||
msgstr "Uživateľské meno:"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
@ -2137,7 +2137,7 @@ msgstr "Verifikovať kód po nahratí"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
msgid "Verify/Compile"
|
||||
msgstr ""
|
||||
msgstr "Kontrola/Kompilácia"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
msgid "Verifying and uploading..."
|
||||
@ -2197,7 +2197,7 @@ msgstr "Varovanie: súbor {0} odkazuje na absolútnu cestu {1}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
msgid "Warning: forced trusting untrusted contributions"
|
||||
msgstr "Varovanie: vynútená dôvera v nedôveryhodné príspevky"
|
||||
msgstr "Varovanie: vypnutá bezpečnostná kontrola"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
@ -2207,7 +2207,7 @@ msgstr "Varovanie: vynútené spustenie neovereného skriptu ({0})"
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
msgid "Warning: non trusted contribution, skipping script execution ({0})"
|
||||
msgstr "Varovanie: nedôveryhodný príspevok, spustenie skriptu zastavené ({0})"
|
||||
msgstr "Varovanie: neoverený skript, spustenie skriptu zastavené ({0})"
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
|
||||
#, java-format
|
||||
@ -2221,7 +2221,7 @@ msgstr "Varovanie: platform.txt z jadra '{0}' obsahuje zastaralý {1}, automatic
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {2}. Consider upgrading this core."
|
||||
msgstr "Varovanie: platform.txt z jadra '{0}' chýbajúce nastavenie {1}, automatický nastavujem na {2}. Zvážte aktualizáciu tohto jadra."
|
||||
msgstr "Varovanie: platform.txt z jadra '{0}' chýbajúce nastavenie {1}, automaticky nastavujem na {2}. Zvážte aktualizáciu tohoto jadra."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Zdeno Seker\u00e1k <etrsek@gmail.com>, 2015
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Slovak (http\://www.transifex.com/mbanzi/arduino-ide-15/language/sk/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: sk\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1) ? 0 \: (n>\=2 && n<\=4) ? 1 \: 2;\n
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-09-15 19\:41+0000\nLast-Translator\: Zdeno Seker\u00e1k <etrsek@gmail.com>\nLanguage-Team\: Slovak (http\://www.transifex.com/mbanzi/arduino-ide-15/language/sk/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: sk\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1) ? 0 \: (n>\=2 && n<\=4) ? 1 \: 2;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (vy\u017eaduje restart programu Arduino)
|
||||
@ -40,15 +40,15 @@
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
|
||||
#, java-format
|
||||
!<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=<br/>Dostupn\u00e1 aktualiz\u00e1cia pre niektor\u00fa z tvoj\u00edch {0}dosiek{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}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}\ and\ {2}libraries{3}=<br/>Dostupn\u00e1 aktualiz\u00e1cia pre niektor\u00fa z tvoj\u00edch {0}dosiek{1} a {2}kni\u017en\u00edc{3}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
|
||||
#, java-format
|
||||
!<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=
|
||||
<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=<br/>Dostupn\u00e1 aktualiz\u00e1cia pre niektor\u00fa z tvoj\u00edch {0}kni\u017en\u00edc{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.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Chce\u0161 ulo\u017ei\u0165 zmeny do tohoto projektu<BR> pred zatvoren\u00edm?</b><p>Ak ich neulo\u017e\u00ed\u0161 tvoje zmeny bud\u00fa straten\u00e9.
|
||||
@ -197,10 +197,10 @@ Auto\ Format=Automatick\u00e9 Form\u00e1tovanie
|
||||
Auto\ Format\ finished.=Automatick\u00e9 Form\u00e1tovanie ukon\u010den\u00e9.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
!Auto-detect\ proxy\ settings=
|
||||
Auto-detect\ proxy\ settings=Autodetekcia nastavenia proxy
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
!Automatic\ proxy\ configuration\ URL\:=
|
||||
Automatic\ proxy\ configuration\ URL\:=Automatick\u00e1 konfigur\u00e1cia proxy URL\:
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=Automatick\u00e9 rolovanie
|
||||
@ -760,7 +760,7 @@ Help=Pomoc
|
||||
Hindi=Hind\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
!Host\ name\:=
|
||||
Host\ name\:=Host name\:
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Asi by bylo vhodn\u00e9 projekt najprv ulo\u017ei\u0165\nne\u017e mu budeme meni\u0165 meno?
|
||||
@ -845,10 +845,10 @@ Korean=Korej\u010dina
|
||||
Latvian=Loty\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
!Library\ Manager=
|
||||
Library\ Manager=Spr\u00e1vca kni\u017en\u00edc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Kni\u017enica pridan\u00e1 do zoznamu kni\u017en\u00edc. Skontrolujte menu "Includnut\u00e9 kni\u017enice"
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Kni\u017enica pridan\u00e1 do zoznamu kni\u017en\u00edc. Skontrolujte menu "Pridan\u00e9 kni\u017enice"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -870,7 +870,7 @@ Malay\ (Malaysia)=Malaj\u0161tina (Malajzia)
|
||||
Manage\ Libraries...=Spravova\u0165 Kni\u017enice...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
!Manual\ proxy\ configuration=
|
||||
Manual\ proxy\ configuration=Ru\u010dn\u00e9 nastavenie proxy
|
||||
|
||||
#: Preferences.java:107
|
||||
Marathi=Mar\u00e1th\u0161tina
|
||||
@ -913,7 +913,7 @@ Name\ for\ new\ file\:=N\u00e1zov pre nov\u00fd s\u00fabor\:
|
||||
Nepali=Nep\u00e1l\u0161tina
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
!Network=
|
||||
Network=Sie\u0165
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
Network\ ports=Sie\u0165ov\u00fd port
|
||||
@ -964,7 +964,7 @@ No\ line\ ending=Riadok nem\u00e1 ukon\u010dovac\u00ed znak
|
||||
No\ parameters=\u017diadne parametre
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
!No\ proxy=
|
||||
No\ proxy=Bez proxy
|
||||
|
||||
#: Base.java:541
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=Teraz v\u00e1\u017ene, je \u010das na tro\u0161ku \u010derstv\u00e9ho vzduchu.
|
||||
@ -1065,7 +1065,7 @@ Polish=Pol\u0161tina
|
||||
Port=Port
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
Port\ number\:=\u010c\u00edslo portu\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
Portugese=Portugal\u0161tina
|
||||
@ -1251,7 +1251,7 @@ Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?
|
||||
Serial\ ports=S\u00e9riov\u00fd port
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
!Settings=
|
||||
Settings=Nastavenia
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=Probl\u00e9m s nastaven\u00edm
|
||||
@ -1513,7 +1513,7 @@ Use\ external\ editor=Pou\u017ei\u0165 extern\u00fd editor
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
!Username\:=
|
||||
Username\:=U\u017eivate\u013esk\u00e9 meno\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
@ -1534,7 +1534,7 @@ Verify=Verifikova\u0165
|
||||
Verify\ code\ after\ upload=Verifikova\u0165 k\u00f3d po nahrat\u00ed
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:725
|
||||
!Verify/Compile=
|
||||
Verify/Compile=Kontrola/Kompil\u00e1cia
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
Verifying\ and\ uploading...=Overovanie a nahr\u00e1vanie ...
|
||||
@ -1577,7 +1577,7 @@ Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ conside
|
||||
Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=Varovanie\: s\u00fabor {0} odkazuje na absol\u00fatnu cestu {1}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
Warning\:\ forced\ trusting\ untrusted\ contributions=Varovanie\: vyn\u00faten\u00e1 d\u00f4vera v ned\u00f4veryhodn\u00e9 pr\u00edspevky
|
||||
Warning\:\ forced\ trusting\ untrusted\ contributions=Varovanie\: vypnut\u00e1 bezpe\u010dnostn\u00e1 kontrola
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
@ -1585,7 +1585,7 @@ Warning\:\ forced\ untrusted\ script\ execution\ ({0})=Varovanie\: vyn\u00faten\
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Varovanie\: ned\u00f4veryhodn\u00fd pr\u00edspevok, spustenie skriptu zastaven\u00e9 ({0})
|
||||
Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Varovanie\: neoveren\u00fd skript, spustenie skriptu zastaven\u00e9 ({0})
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
|
||||
#, java-format
|
||||
@ -1593,7 +1593,7 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {2}.\ Consider\ upgrading\ this\ core.=Varovanie\: platform.txt z jadra '{0}' ch\u00fdbaj\u00face nastavenie {1}, automatick\u00fd nastavujem na {2}. Zv\u00e1\u017ete aktualiz\u00e1ciu tohto jadra.
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {2}.\ Consider\ upgrading\ this\ core.=Varovanie\: platform.txt z jadra '{0}' ch\u00fdbaj\u00face nastavenie {1}, automaticky nastavujem na {2}. Zv\u00e1\u017ete aktualiz\u00e1ciu tohoto jadra.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Z\u00e1padn\u00e1 Fri\u0161tina
|
||||
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Swahili (http://www.transifex.com/mbanzi/arduino-ide-15/language/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -1,1791 +0,0 @@
|
||||
# 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:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Swahili (http\://www.transifex.com/mbanzi/arduino-ide-15/language/sw/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: sw\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
@ -1,2522 +0,0 @@
|
||||
# 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:
|
||||
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: 2015-08-24 14:35+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ur_PK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ur_PK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
msgid "Bad sketch primary file or bad sketch directory structure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
msgid "Belarusian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
msgid "Bengali (India)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
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 ""
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
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:142
|
||||
msgid "Chinese (Hong Kong)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
msgid "Chinese (Taiwan)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
msgid "Chinese (Taiwan) (Big5)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:89
|
||||
msgid "Chinese Traditional"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
msgid "Could not read prevous build preferences file, rebuilding all"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
msgid "Could not write build preferences file"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
msgid "Czech (Czech Republic)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
msgid "Danish (Denmark)"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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/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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
msgid "Low memory available, stability problems may occur."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
msgid "Malay (Malaysia)"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
msgid "N'Ko"
|
||||
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 ""
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
msgid "Norwegian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
msgid "Norwegian Nynorsk"
|
||||
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 ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build 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 ""
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
msgid "Swahili"
|
||||
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 ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
msgid ""
|
||||
"Third-party platform.txt does not define compiler.path. Please report this "
|
||||
"to the third-party hardware maintainer."
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
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 ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
msgid "Urdu (Pakistan)"
|
||||
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 ""
|
||||
|
||||
#: ../../../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 ""
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Warning: platform.txt from core '{0}' misses property {1}, automatically set"
|
||||
" to {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 ""
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp 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 ""
|
||||
|
||||
#: 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 ""
|
@ -1,1791 +0,0 @@
|
||||
# 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:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Urdu (Pakistan) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ur_PK/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ur_PK\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
!Quit=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
@ -1,1792 +0,0 @@
|
||||
# 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:
|
||||
# Dicky Ho <me@ckho.info>, 2012
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-08-24 14\:35+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Chinese (Hong Kong) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/zh_HK/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: zh_HK\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}=
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
!'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
!'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=
|
||||
|
||||
#: Preferences.java:478
|
||||
!(edit\ only\ when\ Arduino\ is\ not\ running)=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/debug/Compiler.java:89
|
||||
!Bad\ sketch\ primary\ file\ or\ bad\ sketch\ directory\ structure=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
!Basque=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:139
|
||||
!Belarusian=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:165
|
||||
!Bengali\ (India)=
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
!Build\ folder\ disappeared\ or\ could\ not\ be\ written=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../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:142
|
||||
!Chinese\ (Hong\ Kong)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
!Chinese\ (Taiwan)=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
!Chinese\ (Taiwan)\ (Big5)=
|
||||
|
||||
#: Preferences.java:88
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:89
|
||||
!Chinese\ Traditional=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: 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.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1525
|
||||
!Could\ not\ read\ prevous\ build\ preferences\ file,\ rebuilding\ all=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1579
|
||||
!Could\ not\ write\ build\ preferences\ file=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:119
|
||||
!Czech\ (Czech\ Republic)=
|
||||
|
||||
#: Preferences.java:90
|
||||
!Danish=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../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/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.=
|
||||
|
||||
#: 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}=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: Preferences.java:106
|
||||
!Lithuaninan=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:180
|
||||
!Malay\ (Malaysia)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: ../../../processing/app/preproc/PdePreprocessor.java:412
|
||||
!Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:158
|
||||
!N'Ko=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
!No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:181
|
||||
!Norwegian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:182
|
||||
!Norwegian\ Nynorsk=
|
||||
|
||||
#: ../../../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...=\u958b\u555f...
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../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)=
|
||||
|
||||
#: ../../../../../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=
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
!Problem\ moving\ {0}\ to\ the\ build\ 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=
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
Quit=\u95dc\u9589
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../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\:\ =
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:187
|
||||
!Swahili=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:201
|
||||
!Third-party\ platform.txt\ does\ not\ define\ compiler.path.\ Please\ report\ this\ to\ the\ third-party\ hardware\ maintainer.=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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?=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
!Uncaught\ exception\ type\:\ {0}=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
#: 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...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:189
|
||||
!Urdu\ (Pakistan)=
|
||||
|
||||
#: 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=
|
||||
|
||||
#: ../../../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.=
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:170
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ {1},\ automatically\ set\ to\ {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.=
|
||||
|
||||
#: Sketch.java:861
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ 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=
|
||||
|
||||
#: 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=
|
Loading…
x
Reference in New Issue
Block a user