mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Updated translations
This commit is contained in:
parent
b450a2743e
commit
20ddeb0fe3
@ -35,27 +35,30 @@ public class Languages {
|
||||
|
||||
public static final Language[] languages;
|
||||
|
||||
// Languages that are not translated at least to 65% are
|
||||
// kept in the "missingLanguages" array until they have enough
|
||||
// translated strings.
|
||||
public static final Language[] missingLanguages;
|
||||
|
||||
static {
|
||||
languages = new Language[]{
|
||||
new Language(tr("System Default"), "", ""),
|
||||
new Language(tr("Afrikaans"), "Afrikaans", "af"),
|
||||
new Language(tr("Albanian"), "shqip", "sq"),
|
||||
new Language(tr("Arabic"), "العربية", "ar"),
|
||||
new Language(tr("Aragonese"), "Aragonés", "an"),
|
||||
new Language(tr("Armenian"), "Հայերեն", "hy"),
|
||||
new Language(tr("Asturian"), "Asturianu", "ast"),
|
||||
new Language(tr("Basque"), "Euskara", "eu"),
|
||||
new Language(tr("Belarusian"), "Беларуская мова", "be"),
|
||||
new Language(tr("Bosnian"), "Bosanski", "bs"),
|
||||
new Language(tr("Bulgarian"), "български", "bg"),
|
||||
new Language(tr("Burmese (Myanmar)"), "ဗမာစကား", "my_MM"),
|
||||
new Language(tr("Canadian French"), "Canadienne-français", "fr_CA"),
|
||||
new Language(tr("Catalan"), "Català", "ca"),
|
||||
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("Dutch (Netherlands)"), "Nederlands", "nl_NL"),
|
||||
new Language(tr("English"), "English", "en"),
|
||||
new Language(tr("English (United Kingdom)"), "English (United Kingdom)", "en_GB"),
|
||||
new Language(tr("Estonian"), "Eesti", "et"),
|
||||
@ -67,14 +70,20 @@ public class Languages {
|
||||
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("Marathi"), "मराठी", "mr"),
|
||||
new Language(tr("Nepali"), "नेपाली", "ne"),
|
||||
new Language(tr("Norwegian Bokmål"), "Norsk bokmål", "nb_NO"),
|
||||
new Language(tr("Persian (Iran)"), "فارسی (Iran)", "fa_IR"),
|
||||
new Language(tr("Persian"), "فارسی", "fa"),
|
||||
new Language(tr("Polish"), "Język Polski", "pl"),
|
||||
new Language(tr("Portugese"), "Português", "pt"),
|
||||
@ -86,28 +95,11 @@ public class Languages {
|
||||
new Language(tr("Slovenian"), "Slovenščina", "sl_SI"),
|
||||
new Language(tr("Spanish"), "Español", "es"),
|
||||
new Language(tr("Swedish"), "Svenska", "sv"),
|
||||
new Language(tr("Talossan"), "Talossan", "tzl"),
|
||||
new Language(tr("Tamil"), "தமிழ்", "ta"),
|
||||
new Language(tr("Turkish"), "Türk", "tr"),
|
||||
new Language(tr("Ukrainian"), "Український", "uk"),
|
||||
new Language(tr("Vietnamese"), "Tiếng Việt", "vi"),
|
||||
};
|
||||
|
||||
missingLanguages = new Language[]{
|
||||
new Language(tr("Afrikaans"), "Afrikaans", "af"),
|
||||
new Language(tr("Armenian"), "Հայերեն", "hy"),
|
||||
new Language(tr("Asturian"), "Asturianu", "ast"),
|
||||
new Language(tr("Bosnian"), "Bosanski", "bs"),
|
||||
new Language(tr("Burmese (Myanmar)"), "ဗမာစကား", "my_MM"),
|
||||
new Language(tr("Chinese (Taiwan) (Big5)"), "", "zh_TW.Big5"),
|
||||
new Language(tr("Danish (Denmark)"), "Dansk (Denmark)", "da_DK"),
|
||||
new Language(tr("Dutch (Netherlands)"), "Nederlands", "nl_NL"),
|
||||
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("Nepali"), "नेपाली", "ne"),
|
||||
new Language(tr("Persian (Iran)"), "فارسی (Iran)", "fa_IR"),
|
||||
new Language(tr("Talossan"), "Talossan", "tzl"),
|
||||
new Language(tr("Western Frisian"), "Western Frisian", "fy")
|
||||
};
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Edrean Ernst <edrean@allesbeste.com>, 2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/mbanzi/arduino-ide-15/language/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr ""
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr ""
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Edrean Ernst <edrean@allesbeste.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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Afrikaans (http\://www.transifex.com/mbanzi/arduino-ide-15/language/af/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: af\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Afrikaans (http\://www.transifex.com/mbanzi/arduino-ide-15/language/af/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: af\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -148,6 +149,9 @@ Arabic=Arabies
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ Arduino\:\ =Arduino\:
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
!Copy=
|
||||
|
||||
@ -453,6 +463,12 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Arduino\:\ =Arduino\:
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Arduino\:\ =Arduino\:
|
||||
#: Base.java:903 Editor.java:501
|
||||
!Open...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Arduino\:\ =Arduino\:
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Arduino\:\ =Arduino\:
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1430,6 +1467,9 @@ System\ Default=Stelsel Verstek
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ System\ Default=Stelsel Verstek
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Waarskuwing
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Daniel Martinez <entaltoaragon@gmail.com>, 2014-2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Aragonese (http://www.transifex.com/mbanzi/arduino-ide-15/language/an/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "O fichero d'o programa s'ha cancelau porque\nno se podió alzar o propio programa."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino ARM (32 bits)"
|
||||
@ -473,6 +478,10 @@ msgstr "Zarrar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar/Descomentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilando programa..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Disminuir sangría"
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr "O dispositivo no ye respondendo, compreba que o puerto ye bien seleccion
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Descartar totz os cambeos y recargar o programa?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Amostrar numeros de linia"
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Ubrir un sketch d'Arduino"
|
||||
msgid "Open..."
|
||||
msgstr "Ubrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configurar pachina"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Clau:"
|
||||
@ -1574,6 +1611,10 @@ msgstr "Salir"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refer"
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Ninviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor serie"
|
||||
@ -1765,6 +1810,10 @@ msgstr "Amostrar salida detallada en compilar"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Amostrar salida detallada mientres:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Programa"
|
||||
@ -1997,6 +2046,10 @@ msgstr "Iste informe tendría más información"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Ye momento ta un descanso"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Desfer"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Daniel Martinez <entaltoaragon@gmail.com>, 2014-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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Aragonese (http\://www.transifex.com/mbanzi/arduino-ide-15/language/an/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: an\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Aragonese (http\://www.transifex.com/mbanzi/arduino-ide-15/language/an/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: an\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(requiere reiniciar Arduino)
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ canceled.=Archivaci\u00f3n de programa cancelada.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=O fichero d'o programa s'ha cancelau porque\nno se podi\u00f3 alzar o propio programa.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino ARM (32 bits)
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Zarrar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar/Descomentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilando programa...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -453,6 +463,12 @@ Cut=Tallar
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Disminuir sangr\u00eda
|
||||
|
||||
@ -462,12 +478,18 @@ Decrease\ Indent=Disminuir sangr\u00eda
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Borrar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=O dispositivo no ye respondendo, compreba que o puerto ye bien seleccionau u RESETEA a placa antes d'exportar.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Descartar totz os cambeos y recargar o programa?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Amostrar numeros de linia
|
||||
|
||||
@ -859,8 +881,8 @@ Latvian=Let\u00f3n
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=Ubrir un sketch d'Arduino
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Ubrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configurar pachina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Clau\:
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=Salir
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Refer
|
||||
|
||||
@ -1253,6 +1284,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=A placa seleccionad
|
||||
#: SerialMonitor.java:93
|
||||
Send=Ninviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor serie
|
||||
|
||||
@ -1289,6 +1323,9 @@ Show\ verbose\ output\ during\ compilation=Amostrar salida detallada en compilar
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Amostrar salida detallada mientres\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Programa
|
||||
|
||||
@ -1430,6 +1467,9 @@ This\ report\ would\ have\ more\ information\ with=Iste informe tendr\u00eda m\u
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Ye momento ta un descanso
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Unable\ to\ open\ serial\ monitor=Imposible ubrir o monitor serie
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Desfer
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Warning
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# alsadi <alsadi@gmail.com>, 2012
|
||||
# amas89 <amas89@gmail.com>, 2012
|
||||
# belal affouri <belal@eshtre.com>, 2015
|
||||
@ -22,7 +23,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-11-06 15:54+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/mbanzi/arduino-ide-15/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -49,12 +50,12 @@ msgstr " مستخدم : {0}"
|
||||
msgid ""
|
||||
"'Keyboard' not found. Does your sketch include the line '#include "
|
||||
"<Keyboard.h>'?"
|
||||
msgstr ""
|
||||
msgstr "لم يتم العثور على'لوحة مفاتيح'. هل شيفرتك البرمجية تحتوي على السطر '#include <Keyboard.h>' ؟"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
|
||||
msgid ""
|
||||
"'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||
msgstr ""
|
||||
msgstr "لم يتم العثور على 'ماوس'. هل شيفرتك البرمجية تحتوي على السطر '#include <Mouse.h>' ؟"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
|
||||
msgid ""
|
||||
@ -229,6 +230,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "ارشفة الشيفرة البرمجية الغيت لأنه\n الشيفرة البرمجية لا يمكن حفظها بشكل مناسب"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "ألواح الأردوينو معمارية (32 بت)"
|
||||
@ -480,6 +485,10 @@ msgstr "إغلاق"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "ملاحظة \\ الغاء الملاحظة"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "تحذيرات المترجم:"
|
||||
@ -488,6 +497,10 @@ msgstr "تحذيرات المترجم:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "ترجمة الشيفرة البرمجية..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "نسخ"
|
||||
@ -649,6 +662,14 @@ msgstr "التشيكية (جمهورية التشيك)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "الدنماركية (الدنمارك)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "تقليل البادئة"
|
||||
@ -661,6 +682,10 @@ msgstr "إفتراضي"
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -671,6 +696,10 @@ msgstr "الجهاز لا يستجيب, تأكد من المنفذ port او ق
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "تجاهل كل التغييرات واعد تحميل الشيفرة البرمجية"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "عرض أرقام السطور "
|
||||
@ -1198,9 +1227,9 @@ msgstr "إدارة المكتبات"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "مكتبة أضيفت إلى مكتباتك. تحقق من \"إدراج مكتبة\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "المكتبة لا تستطيع استخدام مجلدي 'src' و 'utility' معا."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1428,10 +1457,18 @@ msgstr "فتح شيفرة \"سكتش\" أردوينو برمجية"
|
||||
msgid "Open..."
|
||||
msgstr "افتح..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "اعدادات الصفحة"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "كلمة المرور"
|
||||
@ -1581,6 +1618,10 @@ msgstr "خروج"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "اعادة"
|
||||
@ -1721,6 +1762,10 @@ msgstr "المكتبة المحددة غير متوفرة"
|
||||
msgid "Send"
|
||||
msgstr "ارسل"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "مراقب المنفذ التسلسلي \"سيريال بورت\""
|
||||
@ -1772,6 +1817,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "عرض المخرجات خلال:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "الشيفرة البرمجية"
|
||||
@ -2004,6 +2053,10 @@ msgstr "هذا التقرير قد يحتوي على معلومات أكثر"
|
||||
msgid "Time for a Break"
|
||||
msgstr "حان وقت الاستراحة "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2073,6 +2126,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "غير قادر على الوصول إلى Arduino.cc لاحتمالية مشاكل في الشبكة."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "تراجع"
|
||||
@ -2268,13 +2325,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# alsadi <alsadi@gmail.com>, 2012
|
||||
# amas89 <amas89@gmail.com>, 2012
|
||||
# belal affouri <belal@eshtre.com>, 2015
|
||||
@ -17,7 +18,7 @@
|
||||
# JAMAL ELMERABETE <jmerabet@procyonst.com>, 2014-2015
|
||||
# Khaled Saleem Baleesh <Kbaleesh@gmail.com>, 2015
|
||||
# Mubarak Qahtani <abu-q76@hotmail.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-11-06 15\:54+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Arabic (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ar/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ar\nPlural-Forms\: nplurals\=6; plural\=n\=\=0 ? 0 \: n\=\=1 ? 1 \: n\=\=2 ? 2 \: n%100>\=3 && n%100<\=10 ? 3 \: n%100>\=11 && n%100<\=99 ? 4 \: 5;\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Arabic (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ar/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ar\nPlural-Forms\: nplurals\=6; plural\=n\=\=0 ? 0 \: n\=\=1 ? 1 \: n\=\=2 ? 2 \: n%100>\=3 && n%100<\=10 ? 3 \: n%100>\=11 && n%100<\=99 ? 4 \: 5;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u064a\u062a\u0637\u0644\u0628 \u0627\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0644\u0644\u0623\u0631\u062f\u0648\u064a\u0646\u0648)
|
||||
@ -31,10 +32,10 @@
|
||||
\ Used\:\ {0}=\ \u0645\u0633\u062a\u062e\u062f\u0645 \: {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
|
||||
!'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?=
|
||||
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?=\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649'\u0644\u0648\u062d\u0629 \u0645\u0641\u0627\u062a\u064a\u062d'. \u0647\u0644 \u0634\u064a\u0641\u0631\u062a\u0643 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u0644\u0633\u0637\u0631 '\#include <Keyboard.h>' \u061f
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
|
||||
!'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?=
|
||||
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?=\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 '\u0645\u0627\u0648\u0633'. \u0647\u0644 \u0634\u064a\u0641\u0631\u062a\u0643 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u0644\u0633\u0637\u0631 '\#include <Mouse.h>' \u061f
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
|
||||
'arch'\ folder\ is\ no\ longer\ supported\!\ See\ http\://goo.gl/gfFJzU\ for\ more\ information=\u0645\u062c\u0644\u062f 'arch' \u0644\u0645 \u064a\u0639\u062f \u0645\u062f\u0639\u0648\u0645\u0627\! \u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a http\://goo.gl/gfFJzU
|
||||
@ -155,6 +156,9 @@ Archive\ sketch\ canceled.=\u0627\u0644\u063a\u0627\u0621 \u0627\u0631\u0634\u06
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u063a\u064a\u062a \u0644\u0623\u0646\u0647\n \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0644\u0627 \u064a\u0645\u0643\u0646 \u062d\u0641\u0638\u0647\u0627 \u0628\u0634\u0643\u0644 \u0645\u0646\u0627\u0633\u0628
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u0623\u0631\u062f\u0648\u064a\u0646\u0648 \u0645\u0639\u0645\u0627\u0631\u064a\u0629 (32 \u0628\u062a)
|
||||
|
||||
@ -340,12 +344,18 @@ Close=\u0625\u063a\u0644\u0627\u0642
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u0645\u0644\u0627\u062d\u0638\u0629 \\ \u0627\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0629
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =\u062a\u062d\u0630\u064a\u0631\u0627\u062a \u0627\u0644\u0645\u062a\u0631\u062c\u0645\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u0646\u0633\u062e
|
||||
|
||||
@ -460,6 +470,12 @@ Czech\ (Czech\ Republic)=\u0627\u0644\u062a\u0634\u064a\u0643\u064a\u0629 (\u062
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=\u0627\u0644\u062f\u0646\u0645\u0627\u0631\u0643\u064a\u0629 (\u0627\u0644\u062f\u0646\u0645\u0627\u0631\u0643)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0628\u0627\u062f\u0626\u0629
|
||||
|
||||
@ -469,12 +485,18 @@ Default=\u0625\u0641\u062a\u0631\u0627\u0636\u064a
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u0627\u0644\u062c\u0647\u0627\u0632 \u0644\u0627 \u064a\u0633\u062a\u062c\u064a\u0628, \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u0645\u0646\u0641\u0630 port \u0627\u0648 \u0642\u0645 \u0628\u0627\u0639\u062f\u0627\u062a \u0627\u0644\u062a\u0634\u063a\u064a\u0644 RESET \u0644\u0644\u0628\u0648\u0631\u062f \u0642\u0628\u0644 \u0627\u0644\u0631\u0641\u0639
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u062a\u062c\u0627\u0647\u0644 \u0643\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0648\u0627\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u0639\u0631\u0636 \u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0633\u0637\u0648\u0631
|
||||
|
||||
@ -866,8 +888,8 @@ Library\ Manager=\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0643\u062a\u
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0645\u0643\u062a\u0628\u0629 \u0623\u0636\u064a\u0641\u062a \u0625\u0644\u0649 \u0645\u0643\u062a\u0628\u0627\u062a\u0643. \u062a\u062d\u0642\u0642 \u0645\u0646 "\u0625\u062f\u0631\u0627\u062c \u0645\u0643\u062a\u0628\u0629"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=\u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0644\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u062c\u0644\u062f\u064a 'src' \u0648 'utility' \u0645\u0639\u0627.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1039,9 +1061,15 @@ Open\ an\ Arduino\ sketch...=\u0641\u062a\u062d \u0634\u064a\u0641\u0631\u0629
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0627\u0641\u062a\u062d...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0635\u0641\u062d\u0629
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631
|
||||
|
||||
@ -1153,6 +1181,9 @@ Quit=\u062e\u0631\u0648\u062c
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u0627\u0639\u0627\u062f\u0629
|
||||
|
||||
@ -1260,6 +1291,9 @@ Selected\ library\ is\ not\ available=\u0627\u0644\u0645\u0643\u062a\u0628\u0629
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0627\u0631\u0633\u0644
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u0645\u0631\u0627\u0642\u0628 \u0627\u0644\u0645\u0646\u0641\u0630 \u0627\u0644\u062a\u0633\u0644\u0633\u0644\u064a "\u0633\u064a\u0631\u064a\u0627\u0644 \u0628\u0648\u0631\u062a"
|
||||
|
||||
@ -1296,6 +1330,9 @@ Show\ Sketch\ Folder=\u0627\u0639\u0631\u0636 \u0645\u062c\u0644\u062f \u0627\u0
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0639\u0631\u0636 \u0627\u0644\u0645\u062e\u0631\u062c\u0627\u062a \u062e\u0644\u0627\u0644\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629
|
||||
|
||||
@ -1437,6 +1474,9 @@ This\ report\ would\ have\ more\ information\ with=\u0647\u0630\u0627 \u0627\u06
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u062d\u0627\u0646 \u0648\u0642\u062a \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062d\u0629
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=\u0627\u0644\u0623\u062f\u0627\u0629 {0} \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0631\u0629 \u0644\u0646\u0638\u0627\u0645 \u062a\u0634\u063a\u064a\u0644\u0643.
|
||||
@ -1490,6 +1530,9 @@ Unable\ to\ open\ serial\ monitor=\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 Arduino.cc \u0644\u0627\u062d\u062a\u0645\u0627\u0644\u064a\u0629 \u0645\u0634\u0627\u0643\u0644 \u0641\u064a \u0627\u0644\u0634\u0628\u0643\u0629.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u062a\u0631\u0627\u062c\u0639
|
||||
|
||||
@ -1632,10 +1675,6 @@ Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=\u062
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Xuacu Saturio <xuacusk8@gmail.com>, 2013
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/mbanzi/arduino-ide-15/language/ast/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr ""
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Abrir un bocetu d'Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr "Colar"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Tiempu pa un descansu"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Xuacu Saturio <xuacusk8@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Asturian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ast/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ast\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Asturian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ast/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ast\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -148,6 +149,9 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
!Copy=
|
||||
|
||||
@ -453,6 +463,12 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Ignoring\ bad\ library\ name=Inorando un mal nome de biblioteca
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=Abrir un bocetu d'Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=Colar
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Quit=Colar
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Quit=Colar
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1430,6 +1467,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Tiempu pa un descansu
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Time\ for\ a\ Break=Tiempu pa un descansu
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
@ -1625,10 +1668,6 @@ Time\ for\ a\ Break=Tiempu pa un descansu
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# debconf <prach.by@gmail.com>, 2013-2014
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/mbanzi/arduino-ide-15/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Архіваванне скетчу было скасавана, бо скетч\nне быў адпаведна захаваны."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Платы Arduino ARM (32-біт)"
|
||||
@ -473,6 +478,10 @@ msgstr "Зачыніць"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Закаментаваць/Раскаментаваць"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Кампіляцыя скетчу..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Капіяваць"
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Паменьшыць водступ"
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Выдаліць"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr "Прылада не адклікаецца, праверце ці абр
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Акінуць усе змены і перазагрузіць скетч?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Паказваць нумары радкоў"
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Адчыніць скетч Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Адчыніць..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Наладкі Старонкі"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Пароль:"
|
||||
@ -1574,6 +1611,10 @@ msgstr "Выйсці"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Перарабіць"
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Даслаць"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serial-манітор"
|
||||
@ -1765,6 +1810,10 @@ msgstr "Паказаць падрабязны вывад падчас кампі
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Паказваць падрабязны вывад падчас:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Скетч"
|
||||
@ -1997,6 +2046,10 @@ msgstr "Гэты рапарт мае быць больш інфарматыўн
|
||||
msgid "Time for a Break"
|
||||
msgstr "Час зрабіць перапынак"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Адмяніць"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# debconf <prach.by@gmail.com>, 2013-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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Belarusian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/be/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: be\nPlural-Forms\: nplurals\=4; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<12 || n%100>14) ? 1 \: n%10\=\=0 || (n%10>\=5 && n%10<\=9) || (n%100>\=11 && n%100<\=14)? 2 \: 3);\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Belarusian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/be/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: be\nPlural-Forms\: nplurals\=4; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<12 || n%100>14) ? 1 \: n%10\=\=0 || (n%10>\=5 && n%10<\=9) || (n%100>\=11 && n%100<\=14)? 2 \: 3);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u043f\u0430\u0442\u0440\u0430\u0431\u0443\u0435 \u043f\u0435\u0440\u0430\u0437\u0430\u043f\u0443\u0441\u043a Arduino)
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ canceled.=\u0410\u0440\u0445\u0456\u0432\u0430\u0432\u0430\u043
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0410\u0440\u0445\u0456\u0432\u0430\u0432\u0430\u043d\u043d\u0435 \u0441\u043a\u0435\u0442\u0447\u0443 \u0431\u044b\u043b\u043e \u0441\u043a\u0430\u0441\u0430\u0432\u0430\u043d\u0430, \u0431\u043e \u0441\u043a\u0435\u0442\u0447\n\u043d\u0435 \u0431\u044b\u045e \u0430\u0434\u043f\u0430\u0432\u0435\u0434\u043d\u0430 \u0437\u0430\u0445\u0430\u0432\u0430\u043d\u044b.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u041f\u043b\u0430\u0442\u044b Arduino ARM (32-\u0431\u0456\u0442)
|
||||
|
||||
@ -333,12 +337,18 @@ Close=\u0417\u0430\u0447\u044b\u043d\u0456\u0446\u044c
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u0417\u0430\u043a\u0430\u043c\u0435\u043d\u0442\u0430\u0432\u0430\u0446\u044c/\u0420\u0430\u0441\u043a\u0430\u043c\u0435\u043d\u0442\u0430\u0432\u0430\u0446\u044c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u041a\u0430\u043c\u043f\u0456\u043b\u044f\u0446\u044b\u044f \u0441\u043a\u0435\u0442\u0447\u0443...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u041a\u0430\u043f\u0456\u044f\u0432\u0430\u0446\u044c
|
||||
|
||||
@ -453,6 +463,12 @@ Cut=\u0412\u044b\u0440\u0430\u0437\u0430\u0446\u044c
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u041f\u0430\u043c\u0435\u043d\u044c\u0448\u044b\u0446\u044c \u0432\u043e\u0434\u0441\u0442\u0443\u043f
|
||||
|
||||
@ -462,12 +478,18 @@ Decrease\ Indent=\u041f\u0430\u043c\u0435\u043d\u044c\u0448\u044b\u0446\u044c \u
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0412\u044b\u0434\u0430\u043b\u0456\u0446\u044c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u041f\u0440\u044b\u043b\u0430\u0434\u0430 \u043d\u0435 \u0430\u0434\u043a\u043b\u0456\u043a\u0430\u0435\u0446\u0446\u0430, \u043f\u0440\u0430\u0432\u0435\u0440\u0446\u0435 \u0446\u0456 \u0430\u0431\u0440\u0430\u043d\u044b \u043f\u0440\u0430\u0432\u0456\u043b\u044c\u043d\u044b \u043f\u043e\u0440\u0442, \u0430\u043b\u044c\u0431\u043e \u043d\u0430\u0446\u0456\u0441\u043d\u0456\u0446\u0435 RESET \u043d\u0430 \u043f\u043b\u0430\u0446\u0435 \u043f\u0435\u0440\u0430\u0434 \u044d\u043a\u0441\u043f\u0430\u0440\u0442\u0430\u0432\u0430\u043d\u043d\u0435\u043c
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u0410\u043a\u0456\u043d\u0443\u0446\u044c \u0443\u0441\u0435 \u0437\u043c\u0435\u043d\u044b \u0456 \u043f\u0435\u0440\u0430\u0437\u0430\u0433\u0440\u0443\u0437\u0456\u0446\u044c \u0441\u043a\u0435\u0442\u0447?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u041f\u0430\u043a\u0430\u0437\u0432\u0430\u0446\u044c \u043d\u0443\u043c\u0430\u0440\u044b \u0440\u0430\u0434\u043a\u043e\u045e
|
||||
|
||||
@ -859,8 +881,8 @@ Latvian=\u041b\u0430\u0442\u0432\u0456\u0441\u043a\u0430\u044f
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=\u0410\u0434\u0447\u044b\u043d\u0456\u0446\u044c \u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0410\u0434\u0447\u044b\u043d\u0456\u0446\u044c...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u041d\u0430\u043b\u0430\u0434\u043a\u0456 \u0421\u0442\u0430\u0440\u043e\u043d\u043a\u0456
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u041f\u0430\u0440\u043e\u043b\u044c\:
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=\u0412\u044b\u0439\u0441\u0446\u0456
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u041f\u0435\u0440\u0430\u0440\u0430\u0431\u0456\u0446\u044c
|
||||
|
||||
@ -1253,6 +1284,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=\u0410\u0431\u0440\
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0414\u0430\u0441\u043b\u0430\u0446\u044c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serial-\u043c\u0430\u043d\u0456\u0442\u043e\u0440
|
||||
|
||||
@ -1289,6 +1323,9 @@ Show\ verbose\ output\ during\ compilation=\u041f\u0430\u043a\u0430\u0437\u0430\
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u041f\u0430\u043a\u0430\u0437\u0432\u0430\u0446\u044c \u043f\u0430\u0434\u0440\u0430\u0431\u044f\u0437\u043d\u044b \u0432\u044b\u0432\u0430\u0434 \u043f\u0430\u0434\u0447\u0430\u0441\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0421\u043a\u0435\u0442\u0447
|
||||
|
||||
@ -1430,6 +1467,9 @@ This\ report\ would\ have\ more\ information\ with=\u0413\u044d\u0442\u044b \u04
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u0427\u0430\u0441 \u0437\u0440\u0430\u0431\u0456\u0446\u044c \u043f\u0435\u0440\u0430\u043f\u044b\u043d\u0430\u043a
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Unable\ to\ open\ serial\ monitor=\u041d\u0435\u043c\u0430\u0433\u0447\u044b\u04
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u0410\u0434\u043c\u044f\u043d\u0456\u0446\u044c
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=\u0423\u0432\u0430\u0433\u0430
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Anton Stoychev <antitoxic@gmail.com>, 2013
|
||||
# Valentin Laskov <laskov@festa.bg>, 2012-2015
|
||||
msgid ""
|
||||
@ -16,8 +17,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-11-03 14:37+0000\n"
|
||||
"Last-Translator: Valentin Laskov <laskov@festa.bg>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/mbanzi/arduino-ide-15/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Архивирането на скицата беше прекратено понеже\nскицата не можа да бъде записана правилно."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-битови) платки"
|
||||
@ -474,6 +479,10 @@ msgstr "Затвори"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Коментирай/Откоментирай"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -482,6 +491,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Компилиране на скицата..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Копиране"
|
||||
@ -643,6 +656,14 @@ msgstr "Czech (Czech Republic)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danish (Denmark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Намали отстъпа"
|
||||
@ -655,6 +676,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Изтрий"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr "Устройството не отговаря, проверете да
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Отхвърли всички промени и презареди скицата?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Покажи номерата на редовете"
|
||||
@ -1192,8 +1221,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1451,18 @@ msgstr "Отваряне на Ардуино скица..."
|
||||
msgid "Open..."
|
||||
msgstr "Отваряне..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Настройка на страницата"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Парола:"
|
||||
@ -1575,6 +1612,10 @@ msgstr "Изход"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Повторение"
|
||||
@ -1715,6 +1756,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Изпрати"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Сериен монитор"
|
||||
@ -1766,6 +1811,10 @@ msgstr "Показвай подробна информация при компи
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Показвай подробна информация при:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Скица"
|
||||
@ -1998,6 +2047,10 @@ msgstr "Този доклад ще има повече информация с"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Време за почивка"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Отмяна"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{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 "Western Frisian"
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Anton Stoychev <antitoxic@gmail.com>, 2013
|
||||
# Valentin Laskov <laskov@festa.bg>, 2012-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-11-03 14\:37+0000\nLast-Translator\: Valentin Laskov <laskov@festa.bg>\nLanguage-Team\: Bulgarian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/bg/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: bg\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Bulgarian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/bg/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: bg\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (\u0438\u0437\u0438\u0441\u043a\u0432\u0430 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0410\u0440\u0434\u0443\u0438\u043d\u043e)
|
||||
@ -149,6 +150,9 @@ Archive\ sketch\ canceled.=\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0441\u043a\u0438\u0446\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0435\u043d\u043e \u043f\u043e\u043d\u0435\u0436\u0435\n\u0441\u043a\u0438\u0446\u0430\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0430 \u0434\u0430 \u0431\u044a\u0434\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-\u0431\u0438\u0442\u043e\u0432\u0438) \u043f\u043b\u0430\u0442\u043a\u0438
|
||||
|
||||
@ -334,12 +338,18 @@ Close=\u0417\u0430\u0442\u0432\u043e\u0440\u0438
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u041a\u043e\u043c\u0435\u043d\u0442\u0438\u0440\u0430\u0439/\u041e\u0442\u043a\u043e\u043c\u0435\u043d\u0442\u0438\u0440\u0430\u0439
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u041a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u043a\u0438\u0446\u0430\u0442\u0430...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435
|
||||
|
||||
@ -454,6 +464,12 @@ Czech\ (Czech\ Republic)=Czech (Czech Republic)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danish (Denmark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u041d\u0430\u043c\u0430\u043b\u0438 \u043e\u0442\u0441\u0442\u044a\u043f\u0430
|
||||
|
||||
@ -463,12 +479,18 @@ Decrease\ Indent=\u041d\u0430\u043c\u0430\u043b\u0438 \u043e\u0442\u0441\u0442\u
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0418\u0437\u0442\u0440\u0438\u0439
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0435 \u043e\u0442\u0433\u043e\u0432\u0430\u0440\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u043b\u0438 \u0441\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043b\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0438\u044f \u0441\u0435\u0440\u0438\u0435\u043d \u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 RESET \u043d\u0430 \u043f\u043b\u0430\u0442\u043a\u0430\u0442\u0430 \u043f\u0440\u0435\u0434\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u0438 \u043f\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0438 \u0441\u043a\u0438\u0446\u0430\u0442\u0430?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u041f\u043e\u043a\u0430\u0436\u0438 \u043d\u043e\u043c\u0435\u0440\u0430\u0442\u0430 \u043d\u0430 \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435
|
||||
|
||||
@ -860,8 +882,8 @@ Latvian=\u041b\u0430\u0442\u0432\u0438\u0439\u0441\u043a\u0438
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u041f\u0430\u0440\u043e\u043b\u0430\:
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=\u0418\u0437\u0445\u043e\u0434
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u041f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u0438\u0435
|
||||
|
||||
@ -1254,6 +1285,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=\u0418\u0437\u0431\
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0418\u0437\u043f\u0440\u0430\u0442\u0438
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u0421\u0435\u0440\u0438\u0435\u043d \u043c\u043e\u043d\u0438\u0442\u043e\u0440
|
||||
|
||||
@ -1290,6 +1324,9 @@ Show\ verbose\ output\ during\ compilation=\u041f\u043e\u043a\u0430\u0437\u0432\
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043f\u0440\u0438\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0421\u043a\u0438\u0446\u0430
|
||||
|
||||
@ -1431,6 +1468,9 @@ This\ report\ would\ have\ more\ information\ with=\u0422\u043e\u0437\u0438 \u04
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u0412\u0440\u0435\u043c\u0435 \u0437\u0430 \u043f\u043e\u0447\u0438\u0432\u043a\u0430
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1524,9 @@ Unable\ to\ open\ serial\ monitor=\u041d\u0435\u0432\u044a\u0437\u043c\u043e\u04
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u041e\u0442\u043c\u044f\u043d\u0430
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=Western Frisian
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Kenan Dervišević, 2013-2014
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/mbanzi/arduino-ide-15/language/bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bita) ploče"
|
||||
@ -473,6 +478,10 @@ msgstr "Zatvori"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Komentar/Ukloni komentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiraj"
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Smanji uvlaku"
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Postavke stranice"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr ""
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Naprijed"
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Skica"
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Nazad"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Kenan Dervi\u0161evi\u0107, 2013-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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Bosnian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/bs/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: bs\nPlural-Forms\: nplurals\=3; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<10 || n%100>\=20) ? 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Bosnian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/bs/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: bs\nPlural-Forms\: nplurals\=3; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<10 || n%100>\=20) ? 1 \: 2);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(zahtjeva ponovno pokretanje Arduina)
|
||||
@ -148,6 +149,9 @@ Aragonese=aragonski
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bita) plo\u010de
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Zatvori
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Komentar/Ukloni komentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopiraj
|
||||
|
||||
@ -453,6 +463,12 @@ Cut=Izre\u017ei
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Smanji uvlaku
|
||||
|
||||
@ -462,12 +478,18 @@ Decrease\ Indent=Smanji uvlaku
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Obri\u0161i
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Latvian=latvijski
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ URL=Otvori URL
|
||||
#: Base.java:903 Editor.java:501
|
||||
!Open...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Postavke stranice
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Programmer=Programer
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Naprijed
|
||||
|
||||
@ -1253,6 +1284,9 @@ Select\ All=Ozna\u010di sve
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Show\ Sketch\ Folder=Prika\u017ei folder skice
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Skica
|
||||
|
||||
@ -1430,6 +1467,9 @@ Tamil=tamilski
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Ukrainian=ukrajinski
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Nazad
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Upozorenje
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Francesc <kiski97@gmail.com>, 2015
|
||||
# Moritz Werner Casero <moritzwernercasero@gmail.com>, 2015
|
||||
# Sergi Pérez Labernia <rndrnd@gmail.com>, 2014
|
||||
@ -19,7 +20,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/mbanzi/arduino-ide-15/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -226,6 +227,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "L'arxivament del programari ha estat cancel·lat per què\nel programari no s´ha pogut desar adequadament."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Plaques Arduino ARM (32-bits)"
|
||||
@ -477,6 +482,10 @@ msgstr "Tanca"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comenta/Descomenta"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -485,6 +494,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilant el programàri..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copia"
|
||||
@ -646,6 +659,14 @@ msgstr "Txèqui (República Txeca)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danès (Dinamàrca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Disminuir el sagnat"
|
||||
@ -658,6 +679,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Suprimeix"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -668,6 +693,10 @@ msgstr "El dispositiu no respon, comprova que el port sèrie corresponent esta s
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Desfer tots els canvis i recarregar el sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Mostra números de línia."
|
||||
@ -1195,8 +1224,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1425,10 +1454,18 @@ msgstr "Obre un sketch d'Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Obrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuració de la pàgina"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Contrasenya:"
|
||||
@ -1578,6 +1615,10 @@ msgstr "Tancar"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refér"
|
||||
@ -1718,6 +1759,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Envia"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor sèrie"
|
||||
@ -1769,6 +1814,10 @@ msgstr "Mostra resultats detallats durant la compilació"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostra la sortida detallada durant: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -2001,6 +2050,10 @@ msgstr "Aquest informe podria tenir més informació amb"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Hora de descansar."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2070,6 +2123,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Desfér"
|
||||
@ -2265,13 +2322,6 @@ msgid ""
|
||||
"value '{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 "Frisó de l'Oest"
|
||||
|
@ -9,12 +9,13 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Francesc <kiski97@gmail.com>, 2015
|
||||
# Moritz Werner Casero <moritzwernercasero@gmail.com>, 2015
|
||||
# Sergi P\u00e9rez Labernia <rndrnd@gmail.com>, 2014
|
||||
# shacawine <shacawine@gmail.com>, 2012
|
||||
# Xavier Romero Aguad\u00e9 <xromeva@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Catalan (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ca/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ca\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Catalan (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ca/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ca\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u00e9s necessari reiniciar l'Arduino)
|
||||
@ -152,6 +153,9 @@ Archive\ sketch\ canceled.=Arxivat del programari cancel\u00b7lat.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'arxivament del programari ha estat cancel\u00b7lat per qu\u00e8\nel programari no s\u00b4ha pogut desar adequadament.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Plaques Arduino ARM (32-bits)
|
||||
|
||||
@ -337,12 +341,18 @@ Close=Tanca
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comenta/Descomenta
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilant el program\u00e0ri...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copia
|
||||
|
||||
@ -457,6 +467,12 @@ Czech\ (Czech\ Republic)=Tx\u00e8qui (Rep\u00fablica Txeca)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Dan\u00e8s (Dinam\u00e0rca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Disminuir el sagnat
|
||||
|
||||
@ -466,12 +482,18 @@ Decrease\ Indent=Disminuir el sagnat
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Suprimeix
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=El dispositiu no respon, comprova que el port s\u00e8rie corresponent esta seleccionat o fes-li un RESET a la placa just abans d'exportar
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Desfer tots els canvis i recarregar el sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Mostra n\u00fameros de l\u00ednia.
|
||||
|
||||
@ -863,8 +885,8 @@ Latvian=Let\u00f3
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1036,9 +1058,15 @@ Open\ an\ Arduino\ sketch...=Obre un sketch d'Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Obrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configuraci\u00f3 de la p\u00e0gina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Contrasenya\:
|
||||
|
||||
@ -1150,6 +1178,9 @@ Quit=Tancar
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Ref\u00e9r
|
||||
|
||||
@ -1257,6 +1288,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Tarja seleccionada
|
||||
#: SerialMonitor.java:93
|
||||
Send=Envia
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor s\u00e8rie
|
||||
|
||||
@ -1293,6 +1327,9 @@ Show\ verbose\ output\ during\ compilation=Mostra resultats detallats durant la
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostra la sortida detallada durant\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1434,6 +1471,9 @@ This\ report\ would\ have\ more\ information\ with=Aquest informe podria tenir m
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Hora de descansar.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1487,6 +1527,9 @@ Unable\ to\ open\ serial\ monitor=No es pot obrir el monitor s\u00e8rie
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Desf\u00e9r
|
||||
|
||||
@ -1629,10 +1672,6 @@ Warning=Advert\u00e8ncia
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=Fris\u00f3 de l'Oest
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# horcicaa <horcicaa@gmail.com>, 2012
|
||||
# fatalwir <fatalwir@seznam.cz>, 2014
|
||||
# Michal Kočer <mcha@4makers.cz>, 2012
|
||||
@ -21,7 +22,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/mbanzi/arduino-ide-15/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -228,6 +229,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Archivování projektu bylo ukončeno, protože\nprojekt nešlo uložit."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Desky Arduino ARM (32-bits)"
|
||||
@ -479,6 +484,10 @@ msgstr "Zavřít"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Zakomentovat/Odkomentovat"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Varování překladače:"
|
||||
@ -487,6 +496,10 @@ msgstr "Varování překladače:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Kompiluji projekt..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopírovat"
|
||||
@ -648,6 +661,14 @@ msgstr "Česky (Česká Republika)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dánština (Dánsko)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Zmenšit odsazení"
|
||||
@ -660,6 +681,10 @@ msgstr "Default"
|
||||
msgid "Delete"
|
||||
msgstr "Smazat"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -670,6 +695,10 @@ msgstr "Zařízení neodpovídá, zkontrolujte zda je připojen seriový port a
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Zapomenout všechny změny a projekt znovu nahrát?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Zobrazit čísla řádků"
|
||||
@ -1197,8 +1226,8 @@ msgstr "Manažér Knihoven"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Knihovna přidána do tvých knihoven. Zkontroluj menu \"Zahrnuté knihovny\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1427,10 +1456,18 @@ msgstr "Otevři Arduino projekt..."
|
||||
msgid "Open..."
|
||||
msgstr "Otevřít..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Nastavení stránky"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Heslo"
|
||||
@ -1580,6 +1617,10 @@ msgstr "Ukončit"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Znovu"
|
||||
@ -1720,6 +1761,10 @@ msgstr "Vybraná knihovna není dostupná"
|
||||
msgid "Send"
|
||||
msgstr "Pošli"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Seriový monitor"
|
||||
@ -1771,6 +1816,10 @@ msgstr "Zobrazit více informací během kompilace"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Zobrazit více informací výstupu během: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Projekt"
|
||||
@ -2003,6 +2052,10 @@ msgstr "Tento výpis by měl více informací s"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Čas na přestávku (Break)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2072,6 +2125,10 @@ msgstr "Nemohu otevřít sériový ploter"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Nemůžu nalézt Arduino.cc pravdepodobne problém se sítí."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Zpět"
|
||||
@ -2267,13 +2324,6 @@ msgid ""
|
||||
"value '{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 "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"
|
||||
msgstr "Západní Fríština"
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# horcicaa <horcicaa@gmail.com>, 2012
|
||||
# fatalwir <fatalwir@seznam.cz>, 2014
|
||||
# Michal Ko\u010der <mcha@4makers.cz>, 2012
|
||||
@ -16,7 +17,7 @@
|
||||
# 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-11-02 12\:05+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-11-18 16\:15+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
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (vy\u017eaduje restart programu Arduino)
|
||||
@ -154,6 +155,9 @@ Archive\ sketch\ canceled.=Archivov\u00e1n\u00ed projektu bylo p\u0159eru\u0161e
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Archivov\u00e1n\u00ed projektu bylo ukon\u010deno, proto\u017ee\nprojekt ne\u0161lo ulo\u017eit.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Desky Arduino ARM (32-bits)
|
||||
|
||||
@ -339,12 +343,18 @@ Close=Zav\u0159\u00edt
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Zakomentovat/Odkomentovat
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Varov\u00e1n\u00ed p\u0159eklada\u010de\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Kompiluji projekt...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kop\u00edrovat
|
||||
|
||||
@ -459,6 +469,12 @@ Czech\ (Czech\ Republic)=\u010cesky (\u010cesk\u00e1 Republika)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=D\u00e1n\u0161tina (D\u00e1nsko)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Zmen\u0161it odsazen\u00ed
|
||||
|
||||
@ -468,12 +484,18 @@ Default=Default
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Smazat
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Za\u0159\u00edzen\u00ed neodpov\u00edd\u00e1, zkontrolujte zda je p\u0159ipojen seriov\u00fd port a nebo RESETujte v\u00fdvojovou desku (board) p\u0159ed exportem
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Zapomenout v\u0161echny zm\u011bny a projekt znovu nahr\u00e1t?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Zobrazit \u010d\u00edsla \u0159\u00e1dk\u016f
|
||||
|
||||
@ -865,8 +887,8 @@ Library\ Manager=Mana\u017e\u00e9r Knihoven
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Knihovna p\u0159id\u00e1na do tv\u00fdch knihoven. Zkontroluj menu "Zahrnut\u00e9 knihovny"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1038,9 +1060,15 @@ Open\ an\ Arduino\ sketch...=Otev\u0159i Arduino projekt...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Otev\u0159\u00edt...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Nastaven\u00ed str\u00e1nky
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Heslo
|
||||
|
||||
@ -1152,6 +1180,9 @@ Quit=Ukon\u010dit
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Znovu
|
||||
|
||||
@ -1259,6 +1290,9 @@ Selected\ library\ is\ not\ available=Vybran\u00e1 knihovna nen\u00ed dostupn\u0
|
||||
#: SerialMonitor.java:93
|
||||
Send=Po\u0161li
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Seriov\u00fd monitor
|
||||
|
||||
@ -1295,6 +1329,9 @@ Show\ verbose\ output\ during\ compilation=Zobrazit v\u00edce informac\u00ed b\u
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Zobrazit v\u00edce informac\u00ed v\u00fdstupu b\u011bhem\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Projekt
|
||||
|
||||
@ -1436,6 +1473,9 @@ This\ report\ would\ have\ more\ information\ with=Tento v\u00fdpis by m\u011bl
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u010cas na p\u0159est\u00e1vku (Break)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=N\u00e1stroj {0} nen\u00ed dostupn\u00fd pro tv\u016fj opera\u010dn\u00fd syst\u00e9m.
|
||||
@ -1489,6 +1529,9 @@ Unable\ to\ open\ serial\ plotter=Nemohu otev\u0159\u00edt s\u00e9riov\u00fd plo
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Nem\u016f\u017eu nal\u00e9zt Arduino.cc pravdepodobne probl\u00e9m se s\u00edt\u00ed.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Zp\u011bt
|
||||
|
||||
@ -1631,10 +1674,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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.=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
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jakob Enevoldsen <enevoldsen.jakob@gmail.com>, 2014
|
||||
# Torben Løkke Leth <sshadows@sshadows.dk>, 2012
|
||||
# Torben Løkke Leth <sshadows@sshadows.dk>, 2012
|
||||
@ -18,7 +19,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/mbanzi/arduino-ide-15/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -476,6 +481,10 @@ msgstr "Luk"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -484,6 +493,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopier"
|
||||
@ -645,6 +658,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -657,6 +678,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1194,8 +1223,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1424,10 +1453,18 @@ msgstr "Åbn en Arduino skitse..."
|
||||
msgid "Open..."
|
||||
msgstr "Åbn..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Sideopsætning"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Adgangskode:"
|
||||
@ -1577,6 +1614,10 @@ msgstr "Afslut"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Annuller fortryd"
|
||||
@ -1717,6 +1758,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1768,6 +1813,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -2000,6 +2049,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Tid til en pause"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Fortryd"
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,11 +9,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jakob Enevoldsen <enevoldsen.jakob@gmail.com>, 2014
|
||||
# Torben L\u00f8kke Leth <sshadows@sshadows.dk>, 2012
|
||||
# Torben L\u00f8kke Leth <sshadows@sshadows.dk>, 2012
|
||||
# Torben L\u00f8kke Leth <sshadows@sshadows.dk>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Danish (Denmark) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/da_DK/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: da_DK\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Danish (Denmark) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/da_DK/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: da_DK\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -151,6 +152,9 @@ Archive\ sketch\ canceled.=Arkivering af skitsen annulleret.
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -336,12 +340,18 @@ Close=Luk
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopier
|
||||
|
||||
@ -456,6 +466,12 @@ Cut=Klip
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -465,12 +481,18 @@ Cut=Klip
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Slet
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -862,8 +884,8 @@ Latvian=Lettisk
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1035,9 +1057,15 @@ Open\ an\ Arduino\ sketch...=\u00c5bn en Arduino skitse...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u00c5bn...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Sideops\u00e6tning
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Adgangskode\:
|
||||
|
||||
@ -1149,6 +1177,9 @@ Quit=Afslut
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Annuller fortryd
|
||||
|
||||
@ -1256,6 +1287,9 @@ Select\ All=V\u00e6lg alt
|
||||
#: SerialMonitor.java:93
|
||||
Send=Send
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1292,6 +1326,9 @@ Send=Send
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1433,6 +1470,9 @@ The\ name\ cannot\ start\ with\ a\ period.=Navnet kan ikke starte med et punktum
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Tid til en pause
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1486,6 +1526,9 @@ Turkish=Tyrkisk
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Fortryd
|
||||
|
||||
@ -1628,10 +1671,6 @@ Warning=Advarsel
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015
|
||||
# Lukas Bestle <lukas@lu-x.me>, 2013,2015
|
||||
# Dr. Mathias Wilhelm <mathias.wilhelm@freenet.de>, 2012
|
||||
@ -17,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-11-02 18:41+0000\n"
|
||||
"Last-Translator: Lukas Bestle <lukas@lu-x.me>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/mbanzi/arduino-ide-15/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -224,6 +225,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Die Archivierung des Sketches wurde abgebrochen, da der\nSketch nicht korrekt gespeichert werden konnte."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bit)-Boards"
|
||||
@ -475,6 +480,10 @@ msgstr "Schließen"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Kommentieren/Kommentar aufheben"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr " Compiler-Warnungen: "
|
||||
@ -483,6 +492,10 @@ msgstr " Compiler-Warnungen: "
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Sketch wird kompiliert..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopieren"
|
||||
@ -644,6 +657,14 @@ msgstr "Tschechisch (Tschechische Republik)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dänisch (Dänemark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Ausrücken"
|
||||
@ -656,6 +677,10 @@ msgstr "Standard"
|
||||
msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -666,6 +691,10 @@ msgstr "Das Gerät reagiert nicht. Entweder ist der falsche Port ausgewählt, od
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Alle Änderungen verwerfen und den Sketch neu laden?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Zeilennummern anzeigen"
|
||||
@ -1193,9 +1222,9 @@ msgstr "Bibliotheksverwalter"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Bibliothek wurde zu Ihren Bibliotheken hinzugefügt. Bitte im Menü \"Bibliothek einbinden\" nachprüfen"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Eine Bibliothek kann nicht sowohl 'src'- als auch 'utility'-Ordner verwenden."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1423,10 +1452,18 @@ msgstr "Arduino-Sketch öffnen..."
|
||||
msgid "Open..."
|
||||
msgstr "Öffnen..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Seite einrichten"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Passwort:"
|
||||
@ -1576,6 +1613,10 @@ msgstr "Beenden"
|
||||
msgid "RETIRED"
|
||||
msgstr "ABGESCHALTET"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Wiederholen"
|
||||
@ -1716,6 +1757,10 @@ msgstr "Ausgewählte Bibliothek ist nicht verfügbar"
|
||||
msgid "Send"
|
||||
msgstr "Senden"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serieller Monitor"
|
||||
@ -1767,6 +1812,10 @@ msgstr "Ausführliche Ausgabe während der Kompilierung"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Ausführliche Ausgabe während:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -1999,6 +2048,10 @@ msgstr "Dieser Report hätte mehr Informationen mit"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Zeit für eine Pause"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2068,6 +2121,10 @@ msgstr "Fehler beim Öffnen des seriellen Plotters"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Arduino.cc kann wegen möglicher Netzwerkprobleme nicht erreicht werden."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Rückgängig"
|
||||
@ -2263,13 +2320,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Warnung: Der platform.txt aus dem Kern '{0}' fehlt die Eigenschaft '{1}', sie wurde deshalb auf den Standardwert '{2}' gesetzt. Erwägen Sie eine Aktualisierung dieses Kerns."
|
||||
|
||||
#: ../../../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 "Warnung: Der platform.txt aus dem Kern '{0}' fehlt die Eigenschaft '{1}', sie wurde deshalb automatisch auf '{2}' gesetzt. Erwägen Sie eine Aktualisierung dieses Kerns."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Westfriesisch"
|
||||
|
@ -9,10 +9,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015
|
||||
# Lukas Bestle <lukas@lu-x.me>, 2013,2015
|
||||
# Dr. Mathias Wilhelm <mathias.wilhelm@freenet.de>, 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-11-02 18\:41+0000\nLast-Translator\: Lukas Bestle <lukas@lu-x.me>\nLanguage-Team\: German (Germany) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/de_DE/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: de_DE\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: German (Germany) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/de_DE/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: de_DE\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (erfordert Neustart von Arduino)
|
||||
@ -150,6 +151,9 @@ Archive\ sketch\ canceled.=Archivierung des Sketches abgebrochen.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Die Archivierung des Sketches wurde abgebrochen, da der\nSketch nicht korrekt gespeichert werden konnte.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bit)-Boards
|
||||
|
||||
@ -335,12 +339,18 @@ Close=Schlie\u00dfen
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Kommentieren/Kommentar aufheben
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =\ Compiler-Warnungen\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Sketch wird kompiliert...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopieren
|
||||
|
||||
@ -455,6 +465,12 @@ Czech\ (Czech\ Republic)=Tschechisch (Tschechische Republik)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=D\u00e4nisch (D\u00e4nemark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Ausr\u00fccken
|
||||
|
||||
@ -464,12 +480,18 @@ Default=Standard
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=L\u00f6schen
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Das Ger\u00e4t reagiert nicht. Entweder ist der falsche Port ausgew\u00e4hlt, oder das Board muss vor dem Export mit RESET neu gestartet werden
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Alle \u00c4nderungen verwerfen und den Sketch neu laden?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Zeilennummern anzeigen
|
||||
|
||||
@ -861,8 +883,8 @@ Library\ Manager=Bibliotheksverwalter
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Bibliothek wurde zu Ihren Bibliotheken hinzugef\u00fcgt. Bitte im Men\u00fc "Bibliothek einbinden" nachpr\u00fcfen
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Eine Bibliothek kann nicht sowohl 'src'- als auch 'utility'-Ordner verwenden.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1034,9 +1056,15 @@ Open\ an\ Arduino\ sketch...=Arduino-Sketch \u00f6ffnen...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u00d6ffnen...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Seite einrichten
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Passwort\:
|
||||
|
||||
@ -1148,6 +1176,9 @@ Quit=Beenden
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=ABGESCHALTET
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Wiederholen
|
||||
|
||||
@ -1255,6 +1286,9 @@ Selected\ library\ is\ not\ available=Ausgew\u00e4hlte Bibliothek ist nicht verf
|
||||
#: SerialMonitor.java:93
|
||||
Send=Senden
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serieller Monitor
|
||||
|
||||
@ -1291,6 +1325,9 @@ Show\ verbose\ output\ during\ compilation=Ausf\u00fchrliche Ausgabe w\u00e4hren
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Ausf\u00fchrliche Ausgabe w\u00e4hrend\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1432,6 +1469,9 @@ This\ report\ would\ have\ more\ information\ with=Dieser Report h\u00e4tte mehr
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Zeit f\u00fcr eine Pause
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Werkzeug {0} ist f\u00fcr Ihr Betriebssystem nicht verf\u00fcgbar.
|
||||
@ -1485,6 +1525,9 @@ Unable\ to\ open\ serial\ plotter=Fehler beim \u00d6ffnen des seriellen Plotters
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Arduino.cc kann wegen m\u00f6glicher Netzwerkprobleme nicht erreicht werden.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=R\u00fcckg\u00e4ngig
|
||||
|
||||
@ -1627,10 +1670,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Warnung\: Der platform.txt aus dem Kern '{0}' fehlt die Eigenschaft '{1}', sie wurde deshalb auf den Standardwert '{2}' gesetzt. Erw\u00e4gen Sie eine Aktualisierung dieses Kerns.
|
||||
|
||||
#: ../../../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.=Warnung\: Der platform.txt aus dem Kern '{0}' fehlt die Eigenschaft '{1}', sie wurde deshalb automatisch auf '{2}' gesetzt. Erw\u00e4gen Sie eine Aktualisierung dieses Kerns.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Westfriesisch
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dimitris Zervas <01ttouch@gmail.com>, 2012
|
||||
# firewalker <firew4lker@gmail.com>, 2015
|
||||
# Spyridon Papanastasiou <spyridon.papanastasiou@gmail.com>, 2015
|
||||
@ -18,8 +19,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-11-03 09:13+0000\n"
|
||||
"Last-Translator: firewalker <firew4lker@gmail.com>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Greek (Greece) (http://www.transifex.com/mbanzi/arduino-ide-15/language/el_GR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Η αρχειοθέτηση του σχεδίου ακυρώθηκε επειδή\nτο σχέδιο δεν μπορούσε να αποθηκευτεί σωστά."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Πλακέτες Arduino ARM (32-bits)"
|
||||
@ -476,6 +481,10 @@ msgstr "Κλείσιμο"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Σχολιασμός/Αποσχολιασμός"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Προειδοποιήσεις Μεταγλωττιστή:"
|
||||
@ -484,6 +493,10 @@ msgstr "Προειδοποιήσεις Μεταγλωττιστή:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Μεταγλώττιση σχεδίου..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Αντιγραφή"
|
||||
@ -645,6 +658,14 @@ msgstr "Τσέχικα (Δημοκρατία της Τσεχίας)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Δανικά (Δανία)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Μείωση Εσοχής"
|
||||
@ -657,6 +678,10 @@ msgstr "Προεπιλογή"
|
||||
msgid "Delete"
|
||||
msgstr "Διαγραφή"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr "Η συσκευή δεν αποκρίνεται, ελέγξτε πως
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Απόρριψη όλων των αλλαγών και επαναφόρτωση του σχεδίου;"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Προβολή αριθμών γραμμής"
|
||||
@ -1194,9 +1223,9 @@ msgstr "Διαχειριστής Βιβλιοθήκης"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Η Βιβλιοθήκη προστέθηκε στις βιβλιοθήκες σας. Ελέγξτε το μενού \"Συμπερίληψη Βιβλιοθήκης\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Η Βιβλιοθήκη δεν μπορεί να χρησιμοποιεί αμφότερα τους φακέλους 'src' και 'utility'."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1424,10 +1453,18 @@ msgstr "Άνοιξε ένα σχέδιο Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Άνοιγμα..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Εγκατάσταση Σελίδας"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Συνθηματικό:"
|
||||
@ -1577,6 +1614,10 @@ msgstr "Έξοδος"
|
||||
msgid "RETIRED"
|
||||
msgstr "ΠΑΡΟΠΛΙΣΜΕΝΟ"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Επανάληψη"
|
||||
@ -1717,6 +1758,10 @@ msgstr "Η επιλεγμένη βιβλιοθήκη δεν είναι διαθ
|
||||
msgid "Send"
|
||||
msgstr "Αποστολή"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Σειριακή Οθόνη"
|
||||
@ -1768,6 +1813,10 @@ msgstr "Εμφάνιση διεξοδικής εξόδου κατά την με
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Εμφάνιση διεξοδικής εξόδου κατά την:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Σχέδιο"
|
||||
@ -2000,6 +2049,10 @@ msgstr "Αυτή η αναφορά θα είχε περισσότερες πλη
|
||||
msgid "Time for a Break"
|
||||
msgstr "Ώρα για δειάλειμα"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr "Αδυναμία ανοίγματος του σειριακού plotter"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Αδυναμία εύρεσης του Arduino.cc λόγο πιθανού προβλήματος στο δίκτυο."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Αναίρεση"
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Προειδοποίηση: Στο platform.txt από τον πυρήνα '{0}' λείπει η ιδιότητα '{1}', χρήση της προκαθορισμένης τιμής '{2}'. Σκεφτείτε την ενημέρωση αυτού του πυρήνα."
|
||||
|
||||
#: ../../../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 "Προειδοποίηση: Στο platform.txt από τον πυρήνα '{0}' λείπει η ιδιότητα '{1}', αυτόματη ρύθμιση στην τιμή '{2}'. Σκεφτείτε την ενημέρωση αυτού του πυρήνα."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Western Frisian"
|
||||
|
@ -9,11 +9,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dimitris Zervas <01ttouch@gmail.com>, 2012
|
||||
# firewalker <firew4lker@gmail.com>, 2015
|
||||
# Spyridon Papanastasiou <spyridon.papanastasiou@gmail.com>, 2015
|
||||
# \u0393\u03b9\u03ac\u03bd\u03bd\u03b7\u03c2 \u03a3\u03c6\u03b1\u03ba\u03b9\u03b1\u03bd\u03ac\u03ba\u03b7\u03c2 <ysfakianakis@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-11-03 09\:13+0000\nLast-Translator\: firewalker <firew4lker@gmail.com>\nLanguage-Team\: Greek (Greece) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/el_GR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: el_GR\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Greek (Greece) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/el_GR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: el_GR\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b5\u03c0\u03b1\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 Arduino)
|
||||
@ -151,6 +152,9 @@ Archive\ sketch\ canceled.=\u0391\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0397 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5 \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5 \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae\n\u03c4\u03bf \u03c3\u03c7\u03ad\u03b4\u03b9\u03bf \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03c3\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af \u03c3\u03c9\u03c3\u03c4\u03ac.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u03a0\u03bb\u03b1\u03ba\u03ad\u03c4\u03b5\u03c2 Arduino ARM (32-bits)
|
||||
|
||||
@ -336,12 +340,18 @@ Close=\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u03a3\u03c7\u03bf\u03bb\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2/\u0391\u03c0\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u039c\u03b5\u03c4\u03b1\u03b3\u03bb\u03c9\u03c4\u03c4\u03b9\u03c3\u03c4\u03ae\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u039c\u03b5\u03c4\u03b1\u03b3\u03bb\u03ce\u03c4\u03c4\u03b9\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae
|
||||
|
||||
@ -456,6 +466,12 @@ Czech\ (Czech\ Republic)=\u03a4\u03c3\u03ad\u03c7\u03b9\u03ba\u03b1 (\u0394\u03b
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=\u0394\u03b1\u03bd\u03b9\u03ba\u03ac (\u0394\u03b1\u03bd\u03af\u03b1)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u039c\u03b5\u03af\u03c9\u03c3\u03b7 \u0395\u03c3\u03bf\u03c7\u03ae\u03c2
|
||||
|
||||
@ -465,12 +481,18 @@ Default=\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03b4\u03b5\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9, \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c0\u03c9\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03b8\u03cd\u03c1\u03b1 \u03ae \u03b3\u03af\u03bd\u03b5\u03c4\u03b5 \u03c3\u03c9\u03c3\u03c4\u03cc RESET \u03c4\u03b7\u03c2 \u03c0\u03bb\u03b1\u03ba\u03ad\u03c4\u03b1\u03c2 \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5;
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2
|
||||
|
||||
@ -862,8 +884,8 @@ Library\ Manager=\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u0
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0397 \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b5\u03c2 \u03c3\u03b1\u03c2. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=\u0397 \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03b1\u03bc\u03c6\u03cc\u03c4\u03b5\u03c1\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 'src' \u03ba\u03b1\u03b9 'utility'.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1035,9 +1057,15 @@ Open\ an\ Arduino\ sketch...=\u0386\u03bd\u03bf\u03b9\u03be\u03b5 \u03ad\u03bd\u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u03a3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\:
|
||||
|
||||
@ -1149,6 +1177,9 @@ Quit=\u0388\u03be\u03bf\u03b4\u03bf\u03c2
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=\u03a0\u0391\u03a1\u039f\u03a0\u039b\u0399\u03a3\u039c\u0395\u039d\u039f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7
|
||||
|
||||
@ -1256,6 +1287,9 @@ Selected\ library\ is\ not\ available=\u0397 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u03a3\u03b5\u03b9\u03c1\u03b9\u03b1\u03ba\u03ae \u039f\u03b8\u03cc\u03bd\u03b7
|
||||
|
||||
@ -1292,6 +1326,9 @@ Show\ verbose\ output\ during\ compilation=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b9\u03b5\u03be\u03bf\u03b4\u03b9\u03ba\u03ae\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf
|
||||
|
||||
@ -1433,6 +1470,9 @@ This\ report\ would\ have\ more\ information\ with=\u0391\u03c5\u03c4\u03ae \u03
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u038f\u03c1\u03b1 \u03b3\u03b9\u03b1 \u03b4\u03b5\u03b9\u03ac\u03bb\u03b5\u03b9\u03bc\u03b1
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=\u03a4\u03bf \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf {0} \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1.
|
||||
@ -1486,6 +1526,9 @@ Unable\ to\ open\ serial\ plotter=\u0391\u03b4\u03c5\u03bd\u03b1\u03bc\u03af\u03
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=\u0391\u03b4\u03c5\u03bd\u03b1\u03bc\u03af\u03b1 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 Arduino.cc \u03bb\u03cc\u03b3\u03bf \u03c0\u03b9\u03b8\u03b1\u03bd\u03bf\u03cd \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7
|
||||
|
||||
@ -1628,10 +1671,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\: \u03a3\u03c4\u03bf platform.txt \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03c5\u03c1\u03ae\u03bd\u03b1 '{0}' \u03bb\u03b5\u03af\u03c0\u03b5\u03b9 \u03b7 \u03b9\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 '{1}', \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7\u03c2 \u03c4\u03b9\u03bc\u03ae\u03c2 '{2}'. \u03a3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c0\u03c5\u03c1\u03ae\u03bd\u03b1.
|
||||
|
||||
#: ../../../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.=\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\: \u03a3\u03c4\u03bf platform.txt \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03c5\u03c1\u03ae\u03bd\u03b1 '{0}' \u03bb\u03b5\u03af\u03c0\u03b5\u03b9 \u03b7 \u03b9\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 '{1}', \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03c4\u03b9\u03bc\u03ae '{2}'. \u03a3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c0\u03c5\u03c1\u03ae\u03bd\u03b1.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Western Frisian
|
||||
|
||||
|
@ -9,12 +9,13 @@
|
||||
# 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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: English (http://www.transifex.com/mbanzi/arduino-ide-15/language/en/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -221,6 +222,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Archiving the sketch has been canceled because\nthe sketch couldn't save properly."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr "Arduino"
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bits) Boards"
|
||||
@ -472,6 +477,10 @@ msgstr "Close"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comment/Uncomment"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr "Communication"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Compiler warnings: "
|
||||
@ -480,6 +489,10 @@ msgstr "Compiler warnings: "
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compiling sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr "Contributed"
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copy"
|
||||
@ -641,6 +654,14 @@ msgstr "Czech (Czech Republic)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danish (Denmark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr "Data Processing"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr "Data Storage"
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Decrease Indent"
|
||||
@ -653,6 +674,10 @@ msgstr "Default"
|
||||
msgid "Delete"
|
||||
msgstr "Delete"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr "Device Control"
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -663,6 +688,10 @@ msgstr "Device is not responding, check the right serial port is selected or RES
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Discard all changes and reload sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr "Display"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Display line numbers"
|
||||
@ -1190,9 +1219,9 @@ msgstr "Library Manager"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Library added to your libraries. Check \"Include library\" menu"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1420,10 +1449,18 @@ msgstr "Open an Arduino sketch..."
|
||||
msgid "Open..."
|
||||
msgstr "Open..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Page Setup"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Password:"
|
||||
@ -1573,6 +1610,10 @@ msgstr "Quit"
|
||||
msgid "RETIRED"
|
||||
msgstr "RETIRED"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr "Recommended"
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Redo"
|
||||
@ -1713,6 +1754,10 @@ msgstr "Selected library is not available"
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr "Sensors"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serial Monitor"
|
||||
@ -1764,6 +1809,10 @@ msgstr "Show verbose output during compilation"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Show verbose output during: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr "Signal Input/Output"
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -1996,6 +2045,10 @@ msgstr "This report would have more information with"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Time for a Break"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr "Timing"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2065,6 +2118,10 @@ msgstr "Unable to open serial plotter"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Unable to reach Arduino.cc due to possible network issues."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr "Uncategorized"
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Undo"
|
||||
@ -2260,13 +2317,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Warning: platform.txt from core '{0}' misses property '{1}', using default value '{2}'. Consider upgrading this core."
|
||||
|
||||
#: ../../../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 "Warning: platform.txt from core '{0}' misses property {1}, automatically set to {2}. Consider upgrading this core."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Western Frisian"
|
||||
|
@ -9,7 +9,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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: English (http\://www.transifex.com/mbanzi/arduino-ide-15/language/en/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: en\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
# 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: English (http\://www.transifex.com/mbanzi/arduino-ide-15/language/en/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: en\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (requires restart of Arduino)
|
||||
@ -147,6 +148,9 @@ Archive\ sketch\ canceled.=Archive sketch canceled.
|
||||
#: 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.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
Arduino=Arduino
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bits) Boards
|
||||
|
||||
@ -332,12 +336,18 @@ Close=Close
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comment/Uncomment
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
Communication=Communication
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Compiler warnings\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compiling sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
Contributed=Contributed
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copy
|
||||
|
||||
@ -452,6 +462,12 @@ Czech\ (Czech\ Republic)=Czech (Czech Republic)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danish (Denmark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
Data\ Processing=Data Processing
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
Data\ Storage=Data Storage
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Decrease Indent
|
||||
|
||||
@ -461,12 +477,18 @@ Default=Default
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Delete
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
Device\ Control=Device Control
|
||||
|
||||
#: 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
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Discard all changes and reload sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
Display=Display
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Display line numbers
|
||||
|
||||
@ -858,8 +880,8 @@ Library\ Manager=Library Manager
|
||||
#: ../../../../../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
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Library can't use both 'src' and 'utility' folders.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Library can't use both 'src' and 'utility' folders. Double check {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1031,9 +1053,15 @@ Open\ an\ Arduino\ sketch...=Open an Arduino sketch...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Open...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
Other=Other
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Page Setup
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
Partner=Partner
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Password\:
|
||||
|
||||
@ -1145,6 +1173,9 @@ Quit=Quit
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=RETIRED
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
Recommended=Recommended
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Redo
|
||||
|
||||
@ -1252,6 +1283,9 @@ Selected\ library\ is\ not\ available=Selected library is not available
|
||||
#: SerialMonitor.java:93
|
||||
Send=Send
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
Sensors=Sensors
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serial Monitor
|
||||
|
||||
@ -1288,6 +1322,9 @@ Show\ verbose\ output\ during\ compilation=Show verbose output during compilatio
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Show verbose output during\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
Signal\ Input/Output=Signal Input/Output
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1429,6 +1466,9 @@ This\ report\ would\ have\ more\ information\ with=This report would have more i
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Time for a Break
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
Timing=Timing
|
||||
|
||||
#: ../../../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.
|
||||
@ -1482,6 +1522,9 @@ Unable\ to\ open\ serial\ plotter=Unable to open serial plotter
|
||||
#: ../../../../../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.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
Uncategorized=Uncategorized
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Undo
|
||||
|
||||
@ -1624,10 +1667,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Warning\: platform.txt from core '{0}' misses property '{1}', using default value '{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.=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=Western Frisian
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Andi Chandler <andi@gowling.com>, 2013-2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/mbanzi/arduino-ide-15/language/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Archiving the sketch has been canceled because\nthe sketch couldn't save properly."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bits) Boards"
|
||||
@ -473,6 +478,10 @@ msgstr "Close"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comment/Uncomment"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Compiler warnings: "
|
||||
@ -481,6 +490,10 @@ msgstr "Compiler warnings: "
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compiling sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copy"
|
||||
@ -642,6 +655,14 @@ msgstr "Czech (Czech Republic)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danish (Denmark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Decrease Indent"
|
||||
@ -654,6 +675,10 @@ msgstr "Default"
|
||||
msgid "Delete"
|
||||
msgstr "Delete"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr "Device is not responding, check the right serial port is selected or RES
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Discard all changes and reload sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Display line numbers"
|
||||
@ -1191,8 +1220,8 @@ msgstr "Library Manager"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Library added to your libraries. Check \"Include library\" menu"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Open an Arduino sketch..."
|
||||
msgid "Open..."
|
||||
msgstr "Open..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Page Setup"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Password:"
|
||||
@ -1574,6 +1611,10 @@ msgstr "Quit"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Redo"
|
||||
@ -1714,6 +1755,10 @@ msgstr "Selected library is not available"
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serial Monitor"
|
||||
@ -1765,6 +1810,10 @@ msgstr "Show verbose output during compilation"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Show verbose output during: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -1997,6 +2046,10 @@ msgstr "This report would have more information with"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Time for a Break"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr "Unable to open serial plotter"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Unable to reach Arduino.cc due to possible network issues."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Undo"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 "Warning: platform.txt from core '{0}' misses property {1}, automatically set to {2}. Consider upgrading this core."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Western Frisian"
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Andi Chandler <andi@gowling.com>, 2013-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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: English (United Kingdom) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/en_GB/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: en_GB\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: English (United Kingdom) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/en_GB/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: en_GB\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (requires restart of Arduino)
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ canceled.=Archive sketch canceled.
|
||||
#: 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.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bits) Boards
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Close
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comment/Uncomment
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Compiler warnings\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compiling sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copy
|
||||
|
||||
@ -453,6 +463,12 @@ Czech\ (Czech\ Republic)=Czech (Czech Republic)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danish (Denmark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Decrease Indent
|
||||
|
||||
@ -462,12 +478,18 @@ Default=Default
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Delete
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=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?=Discard all changes and reload sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Display line numbers
|
||||
|
||||
@ -859,8 +881,8 @@ Library\ Manager=Library Manager
|
||||
#: ../../../../../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
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=Open an Arduino sketch...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Open...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Page Setup
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Password\:
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=Quit
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Redo
|
||||
|
||||
@ -1253,6 +1284,9 @@ Selected\ library\ is\ not\ available=Selected library is not available
|
||||
#: SerialMonitor.java:93
|
||||
Send=Send
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serial Monitor
|
||||
|
||||
@ -1289,6 +1323,9 @@ Show\ verbose\ output\ during\ compilation=Show verbose output during compilatio
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Show verbose output during\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1430,6 +1467,9 @@ This\ report\ would\ have\ more\ information\ with=This report would have more i
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Time for a Break
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Tool {0} is not available for your operating system.
|
||||
@ -1483,6 +1523,9 @@ Unable\ to\ open\ serial\ plotter=Unable to open serial plotter
|
||||
#: ../../../../../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.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Undo
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Western Frisian
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# David Martin Garcia <base.dks@gmail.com>, 2012
|
||||
# Miguel Ángel Barrio Vázquez <descartex1@gmail.com>, 2012
|
||||
# Erik Fargas <efargaspro@gmail.com>, 2015
|
||||
@ -23,7 +24,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/mbanzi/arduino-ide-15/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -230,6 +231,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "El archivo del programa se ha cancelado porque\nno se pudo guardar el propio programa."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino AR; (32 bits)"
|
||||
@ -481,6 +486,10 @@ msgstr "Cerrar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar / Descomentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Adevertencias del compilador:"
|
||||
@ -489,6 +498,10 @@ msgstr "Adevertencias del compilador:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilando programa..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -650,6 +663,14 @@ msgstr "Czech (Czech Republic)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danish (Denmark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Disminuir Sangría"
|
||||
@ -662,6 +683,10 @@ msgstr "Por defecto"
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -672,6 +697,10 @@ msgstr "El dispositivo no está respondiendo, comprueba que el puerto está bien
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "¿Descartar todos los cambios y recargar el programa?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Mostrar números de línea"
|
||||
@ -1199,8 +1228,8 @@ msgstr "Gestor de Liberías"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Librería añadida a sus librerías. Revise el menú \"Incluir Librería\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1429,10 +1458,18 @@ msgstr "Abrir un sketch de Arduino"
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configurar Página"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Contraseña:"
|
||||
@ -1582,6 +1619,10 @@ msgstr "Salir"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Rehacer"
|
||||
@ -1722,6 +1763,10 @@ msgstr "La librería seleccionada no está disponible"
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor Serie"
|
||||
@ -1773,6 +1818,10 @@ msgstr "Mostrar salida detallada durante la compilación"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar salida detallada mientras:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Programa"
|
||||
@ -2005,6 +2054,10 @@ msgstr "Este informe podría tener más información con"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Es momento para un descanso."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2074,6 +2127,10 @@ msgstr "Incapaz de abrir el plotter serie"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Incapaz de alcanzar Arduino.cc por posibles problemas de red."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Deshacer"
|
||||
@ -2269,13 +2326,6 @@ msgid ""
|
||||
"value '{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 "Atención: platform.txt del núcleo '{0}' pierde la propiedad {1}, automáticamente fijada a {2}. Considera el actualizar este núcleo."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Western Frisian"
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# David Martin Garcia <base.dks@gmail.com>, 2012
|
||||
# Miguel \u00c1ngel Barrio V\u00e1zquez <descartex1@gmail.com>, 2012
|
||||
# Erik Fargas <efargaspro@gmail.com>, 2015
|
||||
@ -18,7 +19,7 @@
|
||||
# Moritz Werner Casero <moritzwernercasero@gmail.com>, 2015
|
||||
# Pedro Luis <plizze@gmail.com>, 2015
|
||||
# Salvador Parra Camacho <sparrac@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Spanish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/es/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: es\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Spanish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/es/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: es\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(requiere reiniciar Arduino)
|
||||
@ -156,6 +157,9 @@ Archive\ sketch\ canceled.=Archivaci\u00f3n de programa cancelada.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=El archivo del programa se ha cancelado porque\nno se pudo guardar el propio programa.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino AR; (32 bits)
|
||||
|
||||
@ -341,12 +345,18 @@ Close=Cerrar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar / Descomentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Adevertencias del compilador\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilando programa...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -461,6 +471,12 @@ Czech\ (Czech\ Republic)=Czech (Czech Republic)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danish (Denmark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Disminuir Sangr\u00eda
|
||||
|
||||
@ -470,12 +486,18 @@ Default=Por defecto
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Borrar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=El dispositivo no est\u00e1 respondiendo, comprueba que el puerto est\u00e1 bien seleccionado o RESETEA la placa antes de exportar.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u00bfDescartar todos los cambios y recargar el programa?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Mostrar n\u00fameros de l\u00ednea
|
||||
|
||||
@ -867,8 +889,8 @@ Library\ Manager=Gestor de Liber\u00edas
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Librer\u00eda a\u00f1adida a sus librer\u00edas. Revise el men\u00fa "Incluir Librer\u00eda"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1040,9 +1062,15 @@ Open\ an\ Arduino\ sketch...=Abrir un sketch de Arduino
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configurar P\u00e1gina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Contrase\u00f1a\:
|
||||
|
||||
@ -1154,6 +1182,9 @@ Quit=Salir
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Rehacer
|
||||
|
||||
@ -1261,6 +1292,9 @@ Selected\ library\ is\ not\ available=La librer\u00eda seleccionada no est\u00e1
|
||||
#: SerialMonitor.java:93
|
||||
Send=Enviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor Serie
|
||||
|
||||
@ -1297,6 +1331,9 @@ Show\ verbose\ output\ during\ compilation=Mostrar salida detallada durante la c
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar salida detallada mientras\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Programa
|
||||
|
||||
@ -1438,6 +1475,9 @@ This\ report\ would\ have\ more\ information\ with=Este informe podr\u00eda tene
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Es momento para un descanso.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Herramienta {0} no est\u00e1 disponible para su sistema operativo.
|
||||
@ -1491,6 +1531,9 @@ Unable\ to\ open\ serial\ plotter=Incapaz de abrir el plotter serie
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Incapaz de alcanzar Arduino.cc por posibles problemas de red.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Deshacer
|
||||
|
||||
@ -1633,10 +1676,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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.=Atenci\u00f3n\: platform.txt del n\u00facleo '{0}' pierde la propiedad {1}, autom\u00e1ticamente fijada a {2}. Considera el actualizar este n\u00facleo.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Western Frisian
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cougar <transifex@lost.data.ee>, 2013
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/mbanzi/arduino-ide-15/language/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Visandi arhiveerimine ebaõnnestus kuna seda\nei saanud korralikult salvestada."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr "Sulge"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Kommentaari lisamine/eemaldamine"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Visandi kompileerimine…"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopeeri"
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Vähenda taanet"
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Kustuta"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr "Seade ei vasta. Kontrolli, et valitud oleks õige jadaport või vajuta e
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Unusta kõik muudatused ning laadi uuesti?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Ava Arduino visand…"
|
||||
msgid "Open..."
|
||||
msgstr "Ava…"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Lehekülje sätted"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr "Välju"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Tee uuesti"
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Saada"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Jadapordi monitor"
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Näita detailsemat väljundit: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Visand"
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Aeg puhata"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Võta tagasi"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cougar <transifex@lost.data.ee>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Estonian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/et/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: et\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Estonian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/et/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: et\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(vajab Arduino taask\u00e4ivitamist)
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ canceled.=Visandi arhiveerimine katkestatud.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Visandi arhiveerimine eba\u00f5nnestus kuna seda\nei saanud korralikult salvestada.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Sulge
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Kommentaari lisamine/eemaldamine
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Visandi kompileerimine\u2026
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopeeri
|
||||
|
||||
@ -453,6 +463,12 @@ Cut=L\u00f5ika
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=V\u00e4henda taanet
|
||||
|
||||
@ -462,12 +478,18 @@ Decrease\ Indent=V\u00e4henda taanet
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Kustuta
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Seade ei vasta. Kontrolli, et valitud oleks \u00f5ige jadaport v\u00f5i vajuta enne eksportimist RESET nuppu
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Unusta k\u00f5ik muudatused ning laadi uuesti?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Latvian=L\u00e4ti
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=Ava Arduino visand\u2026
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Ava\u2026
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Lehek\u00fclje s\u00e4tted
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=V\u00e4lju
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Tee uuesti
|
||||
|
||||
@ -1253,6 +1284,9 @@ Select\ new\ sketchbook\ location=Vali uus visandite kaust
|
||||
#: SerialMonitor.java:93
|
||||
Send=Saada
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Jadapordi monitor
|
||||
|
||||
@ -1289,6 +1323,9 @@ Show\ Sketch\ Folder=N\u00e4ita visandite kausta
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =N\u00e4ita detailsemat v\u00e4ljundit\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Visand
|
||||
|
||||
@ -1430,6 +1467,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Aeg puhata
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Troubleshooting=Probleemide lahendamine
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=V\u00f5ta tagasi
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Hoiatus
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,14 +9,16 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cougar <cougar@random.ee>, 2012
|
||||
# Georg, 2014
|
||||
# Lauri Võsandi <lauri.vosandi@gmail.com>, 2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Estonian (Estonia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/et_EE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +225,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Visandi arhiveerimine ebaõnnestus kuna seda\nei saanud korralikult salvestada."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32 bit) plaadid"
|
||||
@ -401,11 +407,11 @@ msgstr ""
|
||||
|
||||
#: Editor.java:708
|
||||
msgid "Burn Bootloader"
|
||||
msgstr "Kirjuta buudilaadur"
|
||||
msgstr "Kirjuta alglaadur"
|
||||
|
||||
#: Editor.java:2504
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr "Buudilaaduri I/O plaadile kirjutamine (see võib kesta mõni minut)..."
|
||||
msgstr "Alglaaduri I/O plaadile kirjutamine (see võib kesta mõni minut)..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
msgid "CRC doesn't match. File is corrupted."
|
||||
@ -474,6 +480,10 @@ msgstr "Sulge"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Kommentaari lisamine/eemaldamine"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -482,6 +492,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Visandi kompileerimine..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopeeri"
|
||||
@ -643,6 +657,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Vähenda taanet"
|
||||
@ -655,6 +677,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Kustuta"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +691,10 @@ msgstr "Seade ei vasta. Kontrolli, et valitud oleks õige jadaport või vajuta e
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Unusta kõik muudatused ning laadi uuesti?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -686,7 +716,7 @@ msgstr "Salvestatud."
|
||||
|
||||
#: Editor.java:2510
|
||||
msgid "Done burning bootloader."
|
||||
msgstr "Buudilaadur edukalt kirjutatud."
|
||||
msgstr "Alglaadur edukalt kirjutatud."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
@ -860,7 +890,7 @@ msgstr "Viga jadapordi {0} avamisel"
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
msgid "Error while burning bootloader."
|
||||
msgstr "Buudilaaduri kirjutamisel tekkis viga."
|
||||
msgstr "Alglaaduri kirjutamisel tekkis viga."
|
||||
|
||||
#: ../../../processing/app/Editor.java:2555
|
||||
msgid "Error while burning bootloader: missing '{0}' configuration parameter"
|
||||
@ -1192,8 +1222,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1452,18 @@ msgstr "Ava Arduino visand..."
|
||||
msgid "Open..."
|
||||
msgstr "Ava..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Lehekülje sätted"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1560,7 +1598,7 @@ msgstr "Processor"
|
||||
|
||||
#: Editor.java:704
|
||||
msgid "Programmer"
|
||||
msgstr "Pogrammaator"
|
||||
msgstr "Programmaator"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
|
||||
#, java-format
|
||||
@ -1575,6 +1613,10 @@ msgstr "Välju"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Tee uuesti"
|
||||
@ -1715,6 +1757,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Saada"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Jadapordi monitor"
|
||||
@ -1766,6 +1812,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Näita detailsemat väljundit:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Visand"
|
||||
@ -1998,6 +2048,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Aeg puhata"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2121,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Võta tagasi"
|
||||
@ -2262,13 +2320,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,9 +9,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cougar <cougar@random.ee>, 2012
|
||||
# Georg, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Estonian (Estonia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/et_EE/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: et_EE\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
# Lauri V\u00f5sandi <lauri.vosandi@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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Estonian (Estonia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/et_EE/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: et_EE\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (vajab Arduino taask\u00e4ivitamist)
|
||||
@ -149,6 +151,9 @@ Archive\ sketch\ canceled.=Visandi arhiveerimine katkestatud.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Visandi arhiveerimine eba\u00f5nnestus kuna seda\nei saanud korralikult salvestada.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32 bit) plaadid
|
||||
|
||||
@ -278,10 +283,10 @@ Bulgarian=Bulgaaria
|
||||
!Burmese\ (Myanmar)=
|
||||
|
||||
#: Editor.java:708
|
||||
Burn\ Bootloader=Kirjuta buudilaadur
|
||||
Burn\ Bootloader=Kirjuta alglaadur
|
||||
|
||||
#: Editor.java:2504
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Buudilaaduri I/O plaadile kirjutamine (see v\u00f5ib kesta m\u00f5ni minut)...
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Alglaaduri I/O plaadile kirjutamine (see v\u00f5ib kesta m\u00f5ni minut)...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
!CRC\ doesn't\ match.\ File\ is\ corrupted.=
|
||||
@ -334,12 +339,18 @@ Close=Sulge
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Kommentaari lisamine/eemaldamine
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Visandi kompileerimine...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopeeri
|
||||
|
||||
@ -454,6 +465,12 @@ Cut=L\u00f5ika
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=V\u00e4henda taanet
|
||||
|
||||
@ -463,12 +480,18 @@ Decrease\ Indent=V\u00e4henda taanet
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Kustuta
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Seade ei vasta. Kontrolli, et valitud oleks \u00f5ige jadaport v\u00f5i vajuta enne eksportimist RESET nuppu
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Unusta k\u00f5ik muudatused ning laadi uuesti?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -483,7 +506,7 @@ Don't\ Save=\u00c4ra salvesta
|
||||
Done\ Saving.=Salvestatud.
|
||||
|
||||
#: Editor.java:2510
|
||||
Done\ burning\ bootloader.=Buudilaadur edukalt kirjutatud.
|
||||
Done\ burning\ bootloader.=Alglaadur edukalt kirjutatud.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
@ -615,7 +638,7 @@ Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ r
|
||||
Error\ touching\ serial\ port\ ''{0}''.=Viga jadapordi {0} avamisel
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
Error\ while\ burning\ bootloader.=Buudilaaduri kirjutamisel tekkis viga.
|
||||
Error\ while\ burning\ bootloader.=Alglaaduri kirjutamisel tekkis viga.
|
||||
|
||||
#: ../../../processing/app/Editor.java:2555
|
||||
!Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=
|
||||
@ -860,8 +883,8 @@ Latvian=L\u00e4ti
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1056,15 @@ Open\ an\ Arduino\ sketch...=Ava Arduino visand...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Ava...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Lehek\u00fclje s\u00e4tted
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1135,7 +1164,7 @@ Problem\ with\ rename=Probleem nime muutmisega
|
||||
Processor=Processor
|
||||
|
||||
#: Editor.java:704
|
||||
Programmer=Pogrammaator
|
||||
Programmer=Programmaator
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
|
||||
#, java-format
|
||||
@ -1147,6 +1176,9 @@ Quit=V\u00e4lju
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Tee uuesti
|
||||
|
||||
@ -1254,6 +1286,9 @@ Select\ new\ sketchbook\ location=Vali uus visandite kaust
|
||||
#: SerialMonitor.java:93
|
||||
Send=Saada
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Jadapordi monitor
|
||||
|
||||
@ -1290,6 +1325,9 @@ Show\ Sketch\ Folder=N\u00e4ita visandite kausta
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =N\u00e4ita detailsemat v\u00e4ljundit\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Visand
|
||||
|
||||
@ -1431,6 +1469,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Aeg puhata
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1525,9 @@ Ukrainian=Ukraina
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=V\u00f5ta tagasi
|
||||
|
||||
@ -1626,10 +1670,6 @@ Warning=Hoiatus
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# @atzerritik, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
@ -18,7 +19,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/mbanzi/arduino-ide-15/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Sketch-aren gordetzea bertan behera utzi da\nsketch-a ezin bait da ondo gorde."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bit) Plakak"
|
||||
@ -476,6 +481,10 @@ msgstr "Itxi"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Iruzkina / iruzkina desegitea"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -484,6 +493,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Sketch konpilatzen"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiatu"
|
||||
@ -645,6 +658,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Txikitu koska"
|
||||
@ -657,6 +678,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Ezabatu"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr "Gailuak ez du erantzuten, egiaztatzen du serieko ataka zuzena hau aukera
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Aldaketa guztiak baztertzen dituzu eta sketcha kargatzen duzu?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Lerro-zenbakiak erakusten ditu"
|
||||
@ -1194,8 +1223,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1424,10 +1453,18 @@ msgstr "Arduino sketcha ireki ezazu"
|
||||
msgid "Open..."
|
||||
msgstr "Ireki"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Prestatu orrialdea"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Pasahitza:"
|
||||
@ -1577,6 +1614,10 @@ msgstr "kentzea"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Berregin"
|
||||
@ -1717,6 +1758,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Bidali"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serieko monitorea"
|
||||
@ -1768,6 +1813,10 @@ msgstr "Emaitza zehatzak konpilazioan zehar erakustea"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Irteera luzea erakusten duzu zehar:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -2000,6 +2049,10 @@ msgstr "Txosten honek informazio gehiago izango luke"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Atsedenerako denbora"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Desegin"
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,11 +9,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# @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-11-02 12\:05+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
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-11-18 16\:15+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)=(Arduinoa berabiarazi behar da)
|
||||
@ -151,6 +152,9 @@ 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.=Sketch-aren gordetzea bertan behera utzi da\nsketch-a ezin bait da ondo gorde.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bit) Plakak
|
||||
|
||||
@ -336,12 +340,18 @@ Close=Itxi
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Iruzkina / iruzkina desegitea
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Sketch konpilatzen
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopiatu
|
||||
|
||||
@ -456,6 +466,12 @@ Cut=Ebaki
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Txikitu koska
|
||||
|
||||
@ -465,12 +481,18 @@ Decrease\ Indent=Txikitu koska
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Ezabatu
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=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?=Aldaketa guztiak baztertzen dituzu eta sketcha kargatzen duzu?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Lerro-zenbakiak erakusten ditu
|
||||
|
||||
@ -862,8 +884,8 @@ Latvian=Letoniera
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1035,9 +1057,15 @@ Open\ an\ Arduino\ sketch...=Arduino sketcha ireki ezazu
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Ireki
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Prestatu orrialdea
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Pasahitza\:
|
||||
|
||||
@ -1149,6 +1177,9 @@ Quit=kentzea
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Berregin
|
||||
|
||||
@ -1256,6 +1287,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Aukeratutako plaka
|
||||
#: SerialMonitor.java:93
|
||||
Send=Bidali
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serieko monitorea
|
||||
|
||||
@ -1292,6 +1326,9 @@ Show\ verbose\ output\ during\ compilation=Emaitza zehatzak konpilazioan zehar e
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Irteera luzea erakusten duzu zehar\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1433,6 +1470,9 @@ This\ report\ would\ have\ more\ information\ with=Txosten honek informazio gehi
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Atsedenerako denbora
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1486,6 +1526,9 @@ Unable\ to\ open\ serial\ monitor=Serial-monitorea ireki ezinezkoa da.
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Desegin
|
||||
|
||||
@ -1628,10 +1671,6 @@ Warning=Abisua
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# arminjavan <armin_javan@yahoo.com>, 2014
|
||||
# Ebrahim Byagowi <ebrahim@byagowi.com>, 2012
|
||||
msgid ""
|
||||
@ -16,7 +17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/mbanzi/arduino-ide-15/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "بایگانیکردن طرح فسخگردید به این دلیل که\nنمیتوان طرح را به درستی ذخیره نمود."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "برد آردئینو آرم (32 بایتی)"
|
||||
@ -474,6 +479,10 @@ msgstr "یستن"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "توضیحکردن/از توضیح در آوردن"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -482,6 +491,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "کامپایلکردن طرح..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "رونوشت"
|
||||
@ -643,6 +656,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "کاهش تورفتگی"
|
||||
@ -655,6 +676,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr "دستگاه پاسخگو نیست، درگاه سریال انتخا
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "دورانداختن همهٔ تغییرات و بارگیری مجدد طرح؟"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "شماره خط را نمایش بده"
|
||||
@ -1192,8 +1221,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1451,18 @@ msgstr "یک طرح آردئینو را باز کن..."
|
||||
msgid "Open..."
|
||||
msgstr "باز کردن...."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "تنظیم صفحه"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "رمز ورود"
|
||||
@ -1575,6 +1612,10 @@ msgstr "خروج"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "انجام دوباره"
|
||||
@ -1715,6 +1756,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "ارسال"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "نمایشگر سریال"
|
||||
@ -1766,6 +1811,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "نمایش خروجی پرگو به هنگام:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "طرح"
|
||||
@ -1998,6 +2047,10 @@ msgstr "این گزارش می تواند شامل اطلاعات بیشتری
|
||||
msgid "Time for a Break"
|
||||
msgstr "وقت برای استراحت"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "بازگردانی"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# arminjavan <armin_javan@yahoo.com>, 2014
|
||||
# Ebrahim Byagowi <ebrahim@byagowi.com>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Persian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fa/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fa\nPlural-Forms\: nplurals\=1; plural\=0;\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Persian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fa/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fa\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (\u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u0628\u0627\u0632\u06af\u0634\u0627\u06cc\u06cc \u0645\u062c\u062f\u062f \u0646\u0645\u0648\u062f\u0646 \u0622\u0631\u062f\u0626\u06cc\u0646\u0648)
|
||||
@ -149,6 +150,9 @@ Archive\ sketch\ canceled.=\u0628\u0627\u06cc\u06af\u0627\u0646\u06cc\u200c\u06a
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0628\u0627\u06cc\u06af\u0627\u0646\u06cc\u200c\u06a9\u0631\u062f\u0646 \u0637\u0631\u062d \u0641\u0633\u062e\u200c\u06af\u0631\u062f\u06cc\u062f \u0628\u0647 \u0627\u06cc\u0646 \u062f\u0644\u06cc\u0644 \u06a9\u0647\n\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0637\u0631\u062d \u0631\u0627 \u0628\u0647 \u062f\u0631\u0633\u062a\u06cc \u0630\u062e\u06cc\u0631\u0647 \u0646\u0645\u0648\u062f.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u0628\u0631\u062f \u0622\u0631\u062f\u0626\u06cc\u0646\u0648 \u0622\u0631\u0645 (32 \u0628\u0627\u06cc\u062a\u06cc)
|
||||
|
||||
@ -334,12 +338,18 @@ Close=\u06cc\u0633\u062a\u0646
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u062a\u0648\u0636\u06cc\u062d\u200c\u06a9\u0631\u062f\u0646/\u0627\u0632 \u062a\u0648\u0636\u06cc\u062d \u062f\u0631 \u0622\u0648\u0631\u062f\u0646
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u06a9\u0627\u0645\u067e\u0627\u06cc\u0644\u200c\u06a9\u0631\u062f\u0646 \u0637\u0631\u062d...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u0631\u0648\u0646\u0648\u0634\u062a
|
||||
|
||||
@ -454,6 +464,12 @@ Cut=\u0628\u0631\u06cc\u062f\u0646
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u06a9\u0627\u0647\u0634 \u062a\u0648\u0631\u0641\u062a\u06af\u06cc
|
||||
|
||||
@ -463,12 +479,18 @@ Decrease\ Indent=\u06a9\u0627\u0647\u0634 \u062a\u0648\u0631\u0641\u062a\u06af\u
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u062f\u0633\u062a\u06af\u0627\u0647 \u067e\u0627\u0633\u062e\u200c\u06af\u0648 \u0646\u06cc\u0633\u062a\u060c \u062f\u0631\u06af\u0627\u0647 \u0633\u0631\u06cc\u0627\u0644 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u0628\u0631\u062f \u062f\u0631\u0633\u062a \u0642\u0628\u0644 \u0627\u0632 \u062e\u0627\u0631\u062c\u200c\u0633\u0627\u0632\u06cc RESET \u06a9\u0646\u06cc\u062f
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u062f\u0648\u0631\u0627\u0646\u062f\u0627\u062e\u062a\u0646 \u0647\u0645\u0647\u0654 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0648 \u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u0645\u062c\u062f\u062f \u0637\u0631\u062d\u061f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u0634\u0645\u0627\u0631\u0647 \u062e\u0637 \u0631\u0627 \u0646\u0645\u0627\u06cc\u0634 \u0628\u062f\u0647
|
||||
|
||||
@ -860,8 +882,8 @@ Latvian=\u0644\u062a\u0648\u0627\u0646\u06cc\u0627\u06cc\u06cc
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=\u06cc\u06a9 \u0637\u0631\u062d \u0622\u0631\u062f\
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646....
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u062a\u0646\u0638\u06cc\u0645 \u0635\u0641\u062d\u0647
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u0631\u0645\u0632 \u0648\u0631\u0648\u062f
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=\u062e\u0631\u0648\u062c
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u0627\u0646\u062c\u0627\u0645 \u062f\u0648\u0628\u0627\u0631\u0647
|
||||
|
||||
@ -1254,6 +1285,9 @@ Select\ new\ sketchbook\ location=\u0645\u0648\u0642\u0639\u06cc\u062a \u062c\u0
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0627\u0631\u0633\u0627\u0644
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u0646\u0645\u0627\u06cc\u0634\u06af\u0631 \u0633\u0631\u06cc\u0627\u0644
|
||||
|
||||
@ -1290,6 +1324,9 @@ Show\ Sketch\ Folder=\u0646\u0645\u0627\u06cc\u0634 \u067e\u0648\u0634\u0647\u06
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0646\u0645\u0627\u06cc\u0634 \u062e\u0631\u0648\u062c\u06cc \u067e\u0631\u06af\u0648 \u0628\u0647 \u0647\u0646\u06af\u0627\u0645\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0637\u0631\u062d
|
||||
|
||||
@ -1431,6 +1468,9 @@ This\ report\ would\ have\ more\ information\ with=\u0627\u06cc\u0646 \u06af\u06
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u0648\u0642\u062a \u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0631\u0627\u062d\u062a
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1524,9 @@ Unable\ to\ open\ serial\ monitor=\u0646\u0627\u062a\u0648\u0627\u0646 \u0627\u0
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u0628\u0627\u0632\u06af\u0631\u062f\u0627\u0646\u06cc
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning=\u0627\u062e\u0637\u0627\u0631
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ali Mirjamali <ali.mirjamali@gmail.com>, 2013
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/mbanzi/arduino-ide-15/language/fa_IR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "بردهای (۳۲ بیتی) ARM آردوینو"
|
||||
@ -473,6 +478,10 @@ msgstr "بستن"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "کپی"
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "شماره خطوط را نشان بده"
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr "باز کردن..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "تنظیم صفحه"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "کلمه عبور:"
|
||||
@ -1574,6 +1611,10 @@ msgstr "خروج"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "ارسال"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# 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-11-02 12\:05+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
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2015-11-18 16\:15+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)=
|
||||
@ -148,6 +149,9 @@ Arabic=\u0639\u0631\u0628\u06cc
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u0628\u0631\u062f\u0647\u0627\u06cc (\u06f3\u06f2 \u0628\u06cc\u062a\u06cc) ARM \u0622\u0631\u062f\u0648\u06cc\u0646\u0648
|
||||
|
||||
@ -333,12 +337,18 @@ Close=\u0628\u0633\u062a\u0646
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u06a9\u067e\u06cc
|
||||
|
||||
@ -453,6 +463,12 @@ Couldn't\ do\ it=\u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0645\u0645\u06a9\u0646
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Couldn't\ do\ it=\u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0645\u0645\u06a9\u0646
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u0634\u0645\u0627\u0631\u0647 \u062e\u0637\u0648\u0637 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0628\u062f\u0647
|
||||
|
||||
@ -859,8 +881,8 @@ Korean=\u06a9\u0631\u0647\u200c\u0627\u06cc
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open=\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u062a\u0646\u0638\u06cc\u0645 \u0635\u0641\u062d\u0647
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u06a9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631\:
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=\u062e\u0631\u0648\u062c
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Select\ All=\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0627\u0631\u0633\u0627\u0644
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Send=\u0627\u0631\u0633\u0627\u0644
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1430,6 +1467,9 @@ The\ Server\ class\ has\ been\ renamed\ EthernetServer.=The Server \u0628\u0647
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Ukrainian=\u0627\u06a9\u0631\u0627\u06cc\u0646\u06cc
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=\u0627\u062e\u0637\u0627\u0631
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jaakko Fagerlund <jaakko.s.fagerlund@gmail.com>, 2013
|
||||
# lotof <leevi.tornblom@hotmail.com>, 2014
|
||||
msgid ""
|
||||
@ -16,7 +17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/mbanzi/arduino-ide-15/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Sketsin arkistointi peruttu, koska sketsiä\nei voitu tallentaa kunnolla."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32 bittinen) kortit"
|
||||
@ -474,6 +479,10 @@ msgstr "Sulje"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Kommentointi päälle/pois"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -482,6 +491,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Käännetään sketsiä..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopioi"
|
||||
@ -643,6 +656,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Vähennä sisennystä"
|
||||
@ -655,6 +676,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Poista"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr "Laite ei vastaa, tarkista sarjaportin oikeellisuus tai resetoi levysi ju
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Hylkää muutokset ja avaa sketsi uudelleen?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Näytä rivinumerot"
|
||||
@ -1192,8 +1221,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1451,18 @@ msgstr "Avaa Arduino-ohjelma..."
|
||||
msgid "Open..."
|
||||
msgstr "Avaa..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Sivun asetukset"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Salasana:"
|
||||
@ -1575,6 +1612,10 @@ msgstr "Lopeta"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Tee uudelleen"
|
||||
@ -1715,6 +1756,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Lähetä"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Sarjamonitori"
|
||||
@ -1766,6 +1811,10 @@ msgstr "Näytä yksityiskohtaiset tiedot käännettäessä"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Näytä tarkemmat tiedot: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketsi"
|
||||
@ -1998,6 +2047,10 @@ msgstr "Tässä raportissa olisi enemmän tietoa"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Tauon aika"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Kumoa"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jaakko Fagerlund <jaakko.s.fagerlund@gmail.com>, 2013
|
||||
# lotof <leevi.tornblom@hotmail.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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Finnish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fi/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fi\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Finnish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fi/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fi\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (vaatii Arduinon k\u00e4ynnist\u00e4misen uudelleen)s
|
||||
@ -149,6 +150,9 @@ Archive\ sketch\ canceled.=Sketsin arkistointi peruttu.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Sketsin arkistointi peruttu, koska sketsi\u00e4\nei voitu tallentaa kunnolla.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32 bittinen) kortit
|
||||
|
||||
@ -334,12 +338,18 @@ Close=Sulje
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Kommentointi p\u00e4\u00e4lle/pois
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=K\u00e4\u00e4nnet\u00e4\u00e4n sketsi\u00e4...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopioi
|
||||
|
||||
@ -454,6 +464,12 @@ Cut=Leikkaa
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=V\u00e4henn\u00e4 sisennyst\u00e4
|
||||
|
||||
@ -463,12 +479,18 @@ Decrease\ Indent=V\u00e4henn\u00e4 sisennyst\u00e4
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Poista
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Laite ei vastaa, tarkista sarjaportin oikeellisuus tai resetoi levysi juuriennen l\u00e4hetyst\u00e4
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Hylk\u00e4\u00e4 muutokset ja avaa sketsi uudelleen?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=N\u00e4yt\u00e4 rivinumerot
|
||||
|
||||
@ -860,8 +882,8 @@ Latvian=latvia
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=Avaa Arduino-ohjelma...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Avaa...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Sivun asetukset
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Salasana\:
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=Lopeta
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Tee uudelleen
|
||||
|
||||
@ -1254,6 +1285,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Valittu kortti vaat
|
||||
#: SerialMonitor.java:93
|
||||
Send=L\u00e4het\u00e4
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Sarjamonitori
|
||||
|
||||
@ -1290,6 +1324,9 @@ Show\ verbose\ output\ during\ compilation=N\u00e4yt\u00e4 yksityiskohtaiset tie
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =N\u00e4yt\u00e4 tarkemmat tiedot\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketsi
|
||||
|
||||
@ -1431,6 +1468,9 @@ This\ report\ would\ have\ more\ information\ with=T\u00e4ss\u00e4 raportissa ol
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Tauon aika
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1524,9 @@ Unable\ to\ open\ serial\ monitor=Sarjamonitorin avaus ei onnistu
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Kumoa
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning=Varoitus
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# David A. Mellis <>, 2012
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Filipino (http://www.transifex.com/mbanzi/arduino-ide-15/language/fil/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Nakansela ang pag archive ng sketch sapagkat\nhindi ito mai-save ng tama."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr "Isara"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "I-Comment/I-Uncomment"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Kinokompile ang Sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopyahin"
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Bawasan ang Indent"
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Alisin"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr "Hindi tumutugon ang device, siguraduhing tama ang napiling serial port o
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Alisin ang lahat ng nagawa at i-reload ang sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Magbukas ng Arduino sketch..."
|
||||
msgid "Open..."
|
||||
msgstr "Buksan..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Kompigurasyon ng Pahina"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr "Quit"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Ulitin Muli"
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Ipadala"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serial Monitor"
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Ipakita ang verbose na output: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Oras na para magpahinga"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Ipawalang Bisa"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# David A. Mellis <>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Filipino (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fil/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fil\nPlural-Forms\: nplurals\=2; plural\=(n > 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Filipino (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fil/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fil\nPlural-Forms\: nplurals\=2; plural\=(n > 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (kinakailangang i-restart ang Arduino)
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ canceled.=Nakansela ang pag-archive ng sketch
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Nakansela ang pag archive ng sketch sapagkat\nhindi ito mai-save ng tama.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Isara
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=I-Comment/I-Uncomment
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Kinokompile ang Sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopyahin
|
||||
|
||||
@ -453,6 +463,12 @@ Cut=I-Cut
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Bawasan ang Indent
|
||||
|
||||
@ -462,12 +478,18 @@ Decrease\ Indent=Bawasan ang Indent
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Alisin
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Hindi tumutugon ang device, siguraduhing tama ang napiling serial port o kaya ay pindutin ang RESET bago mag export
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Alisin ang lahat ng nagawa at i-reload ang sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Latvian=Latvian
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=Magbukas ng Arduino sketch...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Buksan...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Kompigurasyon ng Pahina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=Quit
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Ulitin Muli
|
||||
|
||||
@ -1253,6 +1284,9 @@ Select\ new\ sketchbook\ location=Pumili ng bagong lokasyon ng sketchbook
|
||||
#: SerialMonitor.java:93
|
||||
Send=Ipadala
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serial Monitor
|
||||
|
||||
@ -1289,6 +1323,9 @@ Show\ Sketch\ Folder=Ipakita ang Sketch Folder
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Ipakita ang verbose na output\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1430,6 +1467,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Oras na para magpahinga
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Troubleshooting=Mga Sagot sa Problema
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Ipawalang Bisa
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Warning
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <mail@alexismorin.com>, 2012
|
||||
# AntoineM <antoine.meillet+transifex@gmail.com>, 2012
|
||||
# BlueskyFR <hugo.cartigny@gmail.com>, 2015
|
||||
@ -27,7 +28,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: French (http://www.transifex.com/mbanzi/arduino-ide-15/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -234,6 +235,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "L'archivage du croquis a été annulé car\nle croquis n'a pu s'enregistrer correctement."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Cartes Arduino ARM (32-bits)"
|
||||
@ -485,6 +490,10 @@ msgstr "Fermer"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Commenter/Décommenter"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Avertissement du compilateur:"
|
||||
@ -493,6 +502,10 @@ msgstr "Avertissement du compilateur:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilation du croquis..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copier"
|
||||
@ -654,6 +667,14 @@ msgstr "Tchèque (République Tchèque)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danois (Danemark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Réduire l'indentation"
|
||||
@ -666,6 +687,10 @@ msgstr "Défaut"
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -676,6 +701,10 @@ msgstr "L'appareil ne répond pas, vérifiez que le bon port série est sélecti
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Laisser tomber les changements et recharger le croquis ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Afficher les numéros de ligne"
|
||||
@ -1203,9 +1232,9 @@ msgstr "Gestionnaire de bibliothèque"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "La bibliothèque a été ajoutée à votre dossier de bibliothèques. Veuillez regarder le menu « Importer bibliothèque »"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Une librairie ne peut pas utiliser les dossiers 'src' et 'utility' ensemble."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1433,10 +1462,18 @@ msgstr "Ouvrir un croquis Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Ouvrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Mise en page"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Mot de passe :"
|
||||
@ -1586,6 +1623,10 @@ msgstr "Quitter"
|
||||
msgid "RETIRED"
|
||||
msgstr "Retiré"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Rétablir"
|
||||
@ -1726,6 +1767,10 @@ msgstr "La bibliothèque choisie n'est pas disponible"
|
||||
msgid "Send"
|
||||
msgstr "Envoyer"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Moniteur série"
|
||||
@ -1777,6 +1822,10 @@ msgstr "Montrer les informations de sortie pendant la compilation"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Afficher les résultats détaillés pendant : "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Croquis"
|
||||
@ -2009,6 +2058,10 @@ msgstr "Ce rapport contiendrait plus d'informations si l'option"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Il est temps de prendre une pause"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2078,6 +2131,10 @@ msgstr "Impossible d'ouvrir le traceur série"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Impossible de se connecter à Arduino.cc a cause d'un possible problème de réseau."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Annuler"
|
||||
@ -2273,13 +2330,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Attention : platform.txt du noyau '{0}' ne contient pas la propriété '{1}', utilisation de la valeur par défaut '{2}'. Pensez à mettre à jour ce noyau."
|
||||
|
||||
#: ../../../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 "Attention: platform.txt du cœur '{0}' ne contiens pas la propriété {1}, réglé automatiquement sur {2}. La mise a niveau de ce cœur est conseillée."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Frison occidental"
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <mail@alexismorin.com>, 2012
|
||||
# AntoineM <antoine.meillet+transifex@gmail.com>, 2012
|
||||
# BlueskyFR <hugo.cartigny@gmail.com>, 2015
|
||||
@ -22,7 +23,7 @@
|
||||
# R D <rdoume@gmail.com>, 2012
|
||||
# Simon <eskimon@outlook.com>, 2015
|
||||
# Vincent Moulin <contact@nilux.org>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: French (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fr/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fr\nPlural-Forms\: nplurals\=2; plural\=(n > 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: French (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fr/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fr\nPlural-Forms\: nplurals\=2; plural\=(n > 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (n\u00e9cessite un red\u00e9marrage d'Arduino)
|
||||
@ -160,6 +161,9 @@ Archive\ sketch\ canceled.=Archivage du croquis annul\u00e9
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'archivage du croquis a \u00e9t\u00e9 annul\u00e9 car\nle croquis n'a pu s'enregistrer correctement.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Cartes Arduino ARM (32-bits)
|
||||
|
||||
@ -345,12 +349,18 @@ Close=Fermer
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Commenter/D\u00e9commenter
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Avertissement du compilateur\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilation du croquis...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copier
|
||||
|
||||
@ -465,6 +475,12 @@ Czech\ (Czech\ Republic)=Tch\u00e8que (R\u00e9publique Tch\u00e8que)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danois (Danemark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=R\u00e9duire l'indentation
|
||||
|
||||
@ -474,12 +490,18 @@ Default=D\u00e9faut
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Supprimer
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=L'appareil ne r\u00e9pond pas, v\u00e9rifiez que le bon port s\u00e9rie est s\u00e9lectionn\u00e9 ou r\u00e9initialisez (RESET) l'Arduino avant d'exporter
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Laisser tomber les changements et recharger le croquis\u00a0?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Afficher les num\u00e9ros de ligne
|
||||
|
||||
@ -871,8 +893,8 @@ Library\ Manager=Gestionnaire de biblioth\u00e8que
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=La biblioth\u00e8que a \u00e9t\u00e9 ajout\u00e9e \u00e0 votre dossier de biblioth\u00e8ques. Veuillez regarder le menu \u00ab\u00a0Importer biblioth\u00e8que\u00a0\u00bb
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Une librairie ne peut pas utiliser les dossiers 'src' et 'utility' ensemble.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1044,9 +1066,15 @@ Open\ an\ Arduino\ sketch...=Ouvrir un croquis Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Ouvrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Mise en page
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Mot de passe \:
|
||||
|
||||
@ -1158,6 +1186,9 @@ Quit=Quitter
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=Retir\u00e9
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=R\u00e9tablir
|
||||
|
||||
@ -1265,6 +1296,9 @@ Selected\ library\ is\ not\ available=La biblioth\u00e8que choisie n'est pas dis
|
||||
#: SerialMonitor.java:93
|
||||
Send=Envoyer
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Moniteur s\u00e9rie
|
||||
|
||||
@ -1301,6 +1335,9 @@ Show\ verbose\ output\ during\ compilation=Montrer les informations de sortie pe
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Afficher les r\u00e9sultats d\u00e9taill\u00e9s pendant\u00a0\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Croquis
|
||||
|
||||
@ -1442,6 +1479,9 @@ This\ report\ would\ have\ more\ information\ with=Ce rapport contiendrait plus
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Il est temps de prendre une pause
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=L'outil {0} n'est pas disponible pour votre systeme d'exploitation.
|
||||
@ -1495,6 +1535,9 @@ Unable\ to\ open\ serial\ plotter=Impossible d'ouvrir le traceur s\u00e9rie
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Impossible de se connecter \u00e0 Arduino.cc a cause d'un possible probl\u00e8me de r\u00e9seau.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Annuler
|
||||
|
||||
@ -1637,10 +1680,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Attention \: platform.txt du noyau '{0}' ne contient pas la propri\u00e9t\u00e9 '{1}', utilisation de la valeur par d\u00e9faut '{2}'. Pensez \u00e0 mettre \u00e0 jour ce noyau.
|
||||
|
||||
#: ../../../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.=Attention\: platform.txt du c\u0153ur '{0}' ne contiens pas la propri\u00e9t\u00e9 {1}, r\u00e9gl\u00e9 automatiquement sur {2}. La mise a niveau de ce c\u0153ur est conseill\u00e9e.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Frison occidental
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <carignan.boy@gmail.com>, 2015
|
||||
# Alexis Morin <carignan.boy@gmail.com>, 2012
|
||||
msgid ""
|
||||
@ -16,7 +17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/mbanzi/arduino-ide-15/language/fr_CA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "L'archivage du croquis a été annulé car\nle croquis n'a pu s'enregistrer correctement."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Cartes Arduino ARM (32-bits)"
|
||||
@ -474,6 +479,10 @@ msgstr "Fermer"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Commenter/Décommenter"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -482,6 +491,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilation du croquis..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copier"
|
||||
@ -643,6 +656,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Réduire l'indentation"
|
||||
@ -655,6 +676,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr "L'appareil ne répond pas, vérifiez que le bon port série est sélecti
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Laisser tomber les changements et recharger le croquis ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1192,8 +1221,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1451,18 @@ msgstr "Ouvrir un croquis Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Ouvrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Mise en page"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1575,6 +1612,10 @@ msgstr "Quitter"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Rétablir"
|
||||
@ -1715,6 +1756,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Envoyer"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Moniteur série"
|
||||
@ -1766,6 +1811,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Afficher les résultats détaillés pendant: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Croquis"
|
||||
@ -1998,6 +2047,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "C'est l'heure d'une pause"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Annuler"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <carignan.boy@gmail.com>, 2015
|
||||
# Alexis Morin <carignan.boy@gmail.com>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: French (Canada) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fr_CA/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fr_CA\nPlural-Forms\: nplurals\=2; plural\=(n > 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: French (Canada) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fr_CA/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fr_CA\nPlural-Forms\: nplurals\=2; plural\=(n > 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (n\u00e9cessite un red\u00e9marrage d'Arduino)
|
||||
@ -149,6 +150,9 @@ Archive\ sketch\ canceled.=Archivage du croquis annul\u00e9
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'archivage du croquis a \u00e9t\u00e9 annul\u00e9 car\nle croquis n'a pu s'enregistrer correctement.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Cartes Arduino ARM (32-bits)
|
||||
|
||||
@ -334,12 +338,18 @@ Close=Fermer
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Commenter/D\u00e9commenter
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilation du croquis...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copier
|
||||
|
||||
@ -454,6 +464,12 @@ Cut=Couper
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=R\u00e9duire l'indentation
|
||||
|
||||
@ -463,12 +479,18 @@ Decrease\ Indent=R\u00e9duire l'indentation
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Supprimer
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=L'appareil ne r\u00e9pond pas, v\u00e9rifiez que le bon port s\u00e9rie est s\u00e9lectionn\u00e9 ou \nr\u00e9initialisez (RESET) l'Arduino avant d'exporter
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Laisser tomber les changements et recharger le croquis ?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -860,8 +882,8 @@ Latvian=Letton
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=Ouvrir un croquis Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Ouvrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Mise en page
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=Quitter
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=R\u00e9tablir
|
||||
|
||||
@ -1254,6 +1285,9 @@ Select\ new\ sketchbook\ location=S\u00e9lectionner nouvel emplacement du carnet
|
||||
#: SerialMonitor.java:93
|
||||
Send=Envoyer
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Moniteur s\u00e9rie
|
||||
|
||||
@ -1290,6 +1324,9 @@ Show\ Sketch\ Folder=Afficher le dossier des croquis
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Afficher les r\u00e9sultats d\u00e9taill\u00e9s pendant\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Croquis
|
||||
|
||||
@ -1431,6 +1468,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=C'est l'heure d'une pause
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1524,9 @@ Troubleshooting=D\u00e9pannage
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Annuler
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning=Avertissement
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Robin van der Vliet <info@robinvandervliet.nl>, 2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Western Frisian (http://www.transifex.com/mbanzi/arduino-ide-15/language/fy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr "Slute"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiearje"
|
||||
@ -642,6 +655,14 @@ msgstr "Tsjechysk (Tsjechje)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Deensk (Denemark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Fuortsmite"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr "Iepenje..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Wachtwurd:"
|
||||
@ -1574,6 +1611,10 @@ msgstr ""
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Ferstjoere"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Seriële monitor"
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Skets"
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 "Frysk"
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Robin van der Vliet <info@robinvandervliet.nl>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Western Frisian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fy/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fy\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Western Frisian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fy/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fy\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ as\:=Skets argivearje as\:
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Slute
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopiearje
|
||||
|
||||
@ -453,6 +463,12 @@ Czech\ (Czech\ Republic)=Tsjechysk (Tsjechje)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Deensk (Denemark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Danish\ (Denmark)=Deensk (Denemark)
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Fuortsmite
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Latvian=Letsk
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ URL=URL iepenje
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Iepenje...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Wachtwurd\:
|
||||
|
||||
@ -1146,6 +1174,9 @@ Processor=Prosessor
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Russian=Russysk
|
||||
#: SerialMonitor.java:93
|
||||
Send=Ferstjoere
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Seri\u00eble monitor
|
||||
|
||||
@ -1289,6 +1323,9 @@ Serial\ ports=Seri\u00eble poarten
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Skets
|
||||
|
||||
@ -1430,6 +1467,9 @@ Talossan=Talossaansk
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Ukrainian=Ukraynsk
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Warsk\u00f4ging
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=Frysk
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# ccpr1l <csdpe0810-tf@yahoo.es>, 2014
|
||||
# Diego Prado Gesto <>, 2012
|
||||
# Marce Villarino <mvillarino@gmail.com>, 2013
|
||||
@ -18,7 +19,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/mbanzi/arduino-ide-15/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Cancelouse o arquivado do sketch porque\nnon foi posíbel gardalo correctamente."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino ARM (32-bits)"
|
||||
@ -476,6 +481,10 @@ msgstr "Pechar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar/Descomentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -484,6 +493,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Estase a compilar o sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -645,6 +658,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Diminuír o sangrado"
|
||||
@ -657,6 +678,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr "O dispositivo non responde, revisa que esté seleccionado o porto serie
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Descartar tódolos cambios e recargar sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1194,8 +1223,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1424,10 +1453,18 @@ msgstr "Abrir un sketch de Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuración de páxina"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1577,6 +1614,10 @@ msgstr "Saír"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refacer"
|
||||
@ -1717,6 +1758,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor o porto serie"
|
||||
@ -1768,6 +1813,10 @@ msgstr "Mostrar saída detallada durante a compilación"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar resultado detallado durante: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -2000,6 +2049,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Hora de descansar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Desfacer"
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,11 +9,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# ccpr1l <csdpe0810-tf@yahoo.es>, 2014
|
||||
# Diego Prado Gesto <>, 2012
|
||||
# Marce Villarino <mvillarino@gmail.com>, 2013
|
||||
# Marce Villarino <mvillarino@kde-espana.es>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Galician (http\://www.transifex.com/mbanzi/arduino-ide-15/language/gl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: gl\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Galician (http\://www.transifex.com/mbanzi/arduino-ide-15/language/gl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: gl\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (require reiniciar Arduino)
|
||||
@ -151,6 +152,9 @@ Archive\ sketch\ canceled.=Cancelouse o archivado do sketch.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Cancelouse o arquivado do sketch porque\nnon foi pos\u00edbel gardalo correctamente.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino ARM (32-bits)
|
||||
|
||||
@ -336,12 +340,18 @@ Close=Pechar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar/Descomentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Estase a compilar o sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -456,6 +466,12 @@ Cut=Cortar
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Diminu\u00edr o sangrado
|
||||
|
||||
@ -465,12 +481,18 @@ Decrease\ Indent=Diminu\u00edr o sangrado
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Borrar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=O dispositivo non responde, revisa que est\u00e9 seleccionado o porto serie correcto ou REINICIA a tarxeta xusto antes de exportar
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Descartar t\u00f3dolos cambios e recargar sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -862,8 +884,8 @@ Latvian=Let\u00f3n
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1035,9 +1057,15 @@ Open\ an\ Arduino\ sketch...=Abrir un sketch de Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configuraci\u00f3n de p\u00e1xina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1149,6 +1177,9 @@ Quit=Sa\u00edr
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Refacer
|
||||
|
||||
@ -1256,6 +1287,9 @@ Select\ new\ sketchbook\ location=Selecciona a nova ubicaci\u00f3n do Sketchbook
|
||||
#: SerialMonitor.java:93
|
||||
Send=Enviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor o porto serie
|
||||
|
||||
@ -1292,6 +1326,9 @@ Show\ verbose\ output\ during\ compilation=Mostrar sa\u00edda detallada durante
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar resultado detallado durante\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1433,6 +1470,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Hora de descansar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1486,6 +1526,9 @@ Ukrainian=Ucraniano
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Desfacer
|
||||
|
||||
@ -1628,10 +1671,6 @@ Warning=Alerta
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Xurxo Guerra Perez <xguerrap@gmail.com>, 2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Galician (Spain) (http://www.transifex.com/mbanzi/arduino-ide-15/language/gl_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Cancelouse o arquivado do sketch porque\nnon se puido gardar correctamente."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino ARM (32-bits)"
|
||||
@ -473,6 +478,10 @@ msgstr "Pechar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar/Descomentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilando o sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -642,6 +655,14 @@ msgstr "Checo (República Checa) "
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danés (Dinamarca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr "Predefinido"
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Desbotar todos os cambios e volver cargar o sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Amosar os números de liña"
|
||||
@ -1191,8 +1220,8 @@ msgstr "Xestor da biblioteca"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "Abrir un sketch de Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuración da páxina"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Contrasinal:"
|
||||
@ -1574,6 +1611,10 @@ msgstr "Saír"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refacer"
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "É tempo dun descanso"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Desfacer"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Xurxo Guerra Perez <xguerrap@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Galician (Spain) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/gl_ES/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: gl_ES\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Galician (Spain) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/gl_ES/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: gl_ES\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(requ\u00edrese o reinicio de Arduino)
|
||||
@ -148,6 +149,9 @@ Archive\ sketch\ as\:=Arquivar o sketch como\:
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Cancelouse o arquivado do sketch porque\nnon se puido gardar correctamente.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino ARM (32-bits)
|
||||
|
||||
@ -333,12 +337,18 @@ Close=Pechar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar/Descomentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilando o sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -453,6 +463,12 @@ Czech\ (Czech\ Republic)=Checo (Rep\u00fablica Checa)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Dan\u00e9s (Dinamarca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Default=Predefinido
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Eliminar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Desbotar todos os cambios e volver cargar o sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Amosar os n\u00fameros de li\u00f1a
|
||||
|
||||
@ -859,8 +881,8 @@ Library\ Manager=Xestor da biblioteca
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=Abrir un sketch de Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configuraci\u00f3n da p\u00e1xina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Contrasinal\:
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=Sa\u00edr
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Refacer
|
||||
|
||||
@ -1253,6 +1284,9 @@ Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\
|
||||
#: SerialMonitor.java:93
|
||||
Send=Enviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Serial\ ports=Portos serie
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1430,6 +1467,9 @@ The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ bas
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u00c9 tempo dun descanso
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Unable\ to\ connect\:\ wrong\ password?=Non foi pos\u00edbel conectar\: contrasi
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Desfacer
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=Atenci\u00f3n
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
# Gaurav Waghmare <gauravwaghmare30@gmail.com>, 2015
|
||||
# Nishant Sood <nishant@winacro.com>, 2012
|
||||
@ -18,7 +19,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-11-06 15:57+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/mbanzi/arduino-ide-15/language/hi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "स्केच संग्रह कारण रद्द कर दिया गया\nस्केच ठीक से नहीं save हुआ "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "अर्दुइनो ARM (32 - बिट्स) बोर्ड "
|
||||
@ -476,6 +481,10 @@ msgstr "बंद करें"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "कमेन्ट/अनकमेन्ट"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -484,6 +493,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "स्केच को कम्पाइल किया जा रहा है ...."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "कॉपी "
|
||||
@ -645,6 +658,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "इन्डेन्ट कम कीजिये"
|
||||
@ -657,6 +678,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "रद्द करें "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr "डिवाइस जवाब नही दे रहा है, ज
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "सभ बदलाव रद्द करे और फिर से स्केत्च चलायें "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "लाइन नंबर दिखाएँ "
|
||||
@ -1194,8 +1223,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1424,10 +1453,18 @@ msgstr "आर्दुइनो स्केच खोलिए "
|
||||
msgid "Open..."
|
||||
msgstr "खोलिए..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "पृष्ठ सेटअप"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1577,6 +1614,10 @@ msgstr "छोडिये"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "रीडू"
|
||||
@ -1717,6 +1758,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "भेजें"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "सीरियल मोनिटर"
|
||||
@ -1768,6 +1813,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "वाचाल आउट पुट दिखाएं:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "स्केच"
|
||||
@ -2000,6 +2049,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "ब्रेक का समय"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "अन्डू"
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,11 +9,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
# Gaurav Waghmare <gauravwaghmare30@gmail.com>, 2015
|
||||
# Nishant Sood <nishant@winacro.com>, 2012
|
||||
# Parimal Naigaonkar <parimal.86@gmail.com>, 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-11-06 15\:57+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Hindi (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hi/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hi\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Hindi (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hi/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hi\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u0905\u0930\u094d\u0926\u0941\u0907\u0928\u094b \u0915\u094b \u092b\u093f\u0930 \u0938\u0947 \u091a\u093e\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915)
|
||||
@ -151,6 +152,9 @@ Archive\ sketch\ canceled.=\u0938\u0902\u0917\u094d\u0930\u0939 \u0938\u094d\u09
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0938\u094d\u0915\u0947\u091a \u0938\u0902\u0917\u094d\u0930\u0939 \u0915\u093e\u0930\u0923 \u0930\u0926\u094d\u0926 \u0915\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e\n\u0938\u094d\u0915\u0947\u091a \u0920\u0940\u0915 \u0938\u0947 \u0928\u0939\u0940\u0902 save \u0939\u0941\u0906
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u0905\u0930\u094d\u0926\u0941\u0907\u0928\u094b ARM (32 - \u092c\u093f\u091f\u094d\u0938) \u092c\u094b\u0930\u094d\u0921
|
||||
|
||||
@ -336,12 +340,18 @@ Close=\u092c\u0902\u0926 \u0915\u0930\u0947\u0902
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u0915\u092e\u0947\u0928\u094d\u091f/\u0905\u0928\u0915\u092e\u0947\u0928\u094d\u091f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u0938\u094d\u0915\u0947\u091a \u0915\u094b \u0915\u092e\u094d\u092a\u093e\u0907\u0932 \u0915\u093f\u092f\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948 ....
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u0915\u0949\u092a\u0940
|
||||
|
||||
@ -456,6 +466,12 @@ Cut=\u0915\u091f
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u0907\u0928\u094d\u0921\u0947\u0928\u094d\u091f \u0915\u092e \u0915\u0940\u091c\u093f\u092f\u0947
|
||||
|
||||
@ -465,12 +481,18 @@ Decrease\ Indent=\u0907\u0928\u094d\u0921\u0947\u0928\u094d\u091f \u0915\u092e \
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u0921\u093f\u0935\u093e\u0907\u0938 \u091c\u0935\u093e\u092c \u0928\u0939\u0940 \u0926\u0947 \u0930\u0939\u093e \u0939\u0948, \u091c\u093e\u0902\u091a \u0932\u0940\u091c\u093f\u092f\u0947 \u0915\u093f \u0938\u0939\u0940 \u0938\u0940\u0930\u093f\u092f\u0932 \u092a\u094b\u0930\u094d\u091f \u0915\u093e \u091a\u092f\u0928 \u0915\u093f\u092f\u093e \u0939\u0948 \u092f\u093e \u092c\u094b\u0930\u094d\u0921 \u0915\u094b \u090f\u0915\u094d\u0938\u092a\u094b\u0930\u094d\u091f \u0915\u0930\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947 \u0930\u0940\u0938\u0947\u091f \u0915\u0940\u091c\u093f\u092f\u0947
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u0938\u092d \u092c\u0926\u0932\u093e\u0935 \u0930\u0926\u094d\u0926 \u0915\u0930\u0947 \u0914\u0930 \u092b\u093f\u0930 \u0938\u0947 \u0938\u094d\u0915\u0947\u0924\u094d\u091a \u091a\u0932\u093e\u092f\u0947\u0902
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u0932\u093e\u0907\u0928 \u0928\u0902\u092c\u0930 \u0926\u093f\u0916\u093e\u090f\u0901
|
||||
|
||||
@ -862,8 +884,8 @@ Japanese=\u091c\u093e\u092a\u093e\u0928\u0940
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1035,9 +1057,15 @@ Open\ an\ Arduino\ sketch...=\u0906\u0930\u094d\u0926\u0941\u0907\u0928\u094b \u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0916\u094b\u0932\u093f\u090f...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u092a\u0943\u0937\u094d\u0920 \u0938\u0947\u091f\u0905\u092a
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1149,6 +1177,9 @@ Quit=\u091b\u094b\u0921\u093f\u092f\u0947
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u0930\u0940\u0921\u0942
|
||||
|
||||
@ -1256,6 +1287,9 @@ Select\ new\ sketchbook\ location=\u0938\u094d\u0915\u0947\u0924\u094d\u091a \u0
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u092d\u0947\u091c\u0947\u0902
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u0938\u0940\u0930\u093f\u092f\u0932 \u092e\u094b\u0928\u093f\u091f\u0930
|
||||
|
||||
@ -1292,6 +1326,9 @@ Show\ Sketch\ Folder=\u0938\u094d\u0915\u0947\u091a \u092b\u094b\u0932\u094d\u09
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0935\u093e\u091a\u093e\u0932 \u0906\u0909\u091f \u092a\u0941\u091f \u0926\u093f\u0916\u093e\u090f\u0902\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0938\u094d\u0915\u0947\u091a
|
||||
|
||||
@ -1433,6 +1470,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u092c\u094d\u0930\u0947\u0915 \u0915\u093e \u0938\u092e\u092f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1486,6 +1526,9 @@ Troubleshooting=\u0938\u092e\u0938\u094d\u092f\u093e \u0928\u093f\u0935\u093e\u0
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u0905\u0928\u094d\u0921\u0942
|
||||
|
||||
@ -1628,10 +1671,6 @@ Warning=\u091a\u0947\u0924\u093e\u0935\u0928\u0940
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dubravko Penezic <dpenezic@gmail.com>, 2012
|
||||
# Dubravko Penezic <dpenezic@gmail.com>, 2013
|
||||
# mbruck <mladen.bruck@gmail.com>, 2014
|
||||
@ -17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/hr_HR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -224,6 +225,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Arhiviranje skice je prekinuto zbog⏎ nemogučnosti ispravnog pohranjivanja skice."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bitna) Pločica"
|
||||
@ -475,6 +480,10 @@ msgstr "Zatvori"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Komentiraj/odkomentiraj"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -483,6 +492,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Prevođenje skice..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiraj"
|
||||
@ -644,6 +657,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Smanji razmak"
|
||||
@ -656,6 +677,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -666,6 +691,10 @@ msgstr "Uređaj ne odgovara. provjerite da li je odabran ispravan serijski port
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Odbaci sve promjene i ponovno učitaj skicu ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Prikaži brojeve linija"
|
||||
@ -1193,8 +1222,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1423,10 +1452,18 @@ msgstr "Otvaranje Arduino skice..."
|
||||
msgid "Open..."
|
||||
msgstr "Otvaranje..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Postavke stranice"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Lozinka:"
|
||||
@ -1576,6 +1613,10 @@ msgstr "Kraj"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Ponovi"
|
||||
@ -1716,6 +1757,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Pošalji"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Serial Monitor"
|
||||
@ -1767,6 +1812,10 @@ msgstr "Prikaži opširne poruke prilikom prevođenja"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Prikaži detaljan ispis pri:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Skica"
|
||||
@ -1999,6 +2048,10 @@ msgstr "Ovo izvješće imaće više informacija sa"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Vrijeme za pauzu"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2068,6 +2121,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Vrati"
|
||||
@ -2263,13 +2320,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,10 +9,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dubravko Penezic <dpenezic@gmail.com>, 2012
|
||||
# Dubravko Penezic <dpenezic@gmail.com>, 2013
|
||||
# mbruck <mladen.bruck@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Croatian (Croatia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hr_HR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hr_HR\nPlural-Forms\: nplurals\=3; plural\=n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<10 || n%100>\=20) ? 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Croatian (Croatia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hr_HR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hr_HR\nPlural-Forms\: nplurals\=3; plural\=n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<10 || n%100>\=20) ? 1 \: 2;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (potrebno ponovno pokretanje Arduina)
|
||||
@ -150,6 +151,9 @@ Archive\ sketch\ canceled.=Arhiviranje skice prekinuto.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Arhiviranje skice je prekinuto zbog\u23ce nemogu\u010dnosti ispravnog pohranjivanja skice.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bitna) Plo\u010dica
|
||||
|
||||
@ -335,12 +339,18 @@ Close=Zatvori
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Komentiraj/odkomentiraj
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Prevo\u0111enje skice...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopiraj
|
||||
|
||||
@ -455,6 +465,12 @@ Cut=Izre\u017ei
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Smanji razmak
|
||||
|
||||
@ -464,12 +480,18 @@ Decrease\ Indent=Smanji razmak
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Obri\u0161i
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Ure\u0111aj ne odgovara. provjerite da li je odabran ispravan serijski port ili RESET plo\u010dice prije prijenosa.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Odbaci sve promjene i ponovno u\u010ditaj skicu ?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Prika\u017ei brojeve linija
|
||||
|
||||
@ -861,8 +883,8 @@ Latvian=Latvian
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1034,9 +1056,15 @@ Open\ an\ Arduino\ sketch...=Otvaranje Arduino skice...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Otvaranje...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Postavke stranice
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Lozinka\:
|
||||
|
||||
@ -1148,6 +1176,9 @@ Quit=Kraj
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Ponovi
|
||||
|
||||
@ -1255,6 +1286,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Izabrana plo\u010da
|
||||
#: SerialMonitor.java:93
|
||||
Send=Po\u0161alji
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Serial Monitor
|
||||
|
||||
@ -1291,6 +1325,9 @@ Show\ verbose\ output\ during\ compilation=Prika\u017ei op\u0161irne poruke pril
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Prika\u017ei detaljan ispis pri\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Skica
|
||||
|
||||
@ -1432,6 +1469,9 @@ This\ report\ would\ have\ more\ information\ with=Ovo izvje\u0161\u0107e ima\u0
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Vrijeme za pauzu
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1485,6 +1525,9 @@ Unable\ to\ open\ serial\ monitor=Ne mo\u017ee se otvoriti prozor serijske komun
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Vrati
|
||||
|
||||
@ -1627,10 +1670,6 @@ Warning=Upozorenje
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# benewfy <benewfy@gmail.com>, 2015
|
||||
# Melinda <ghostgirl1983@gmail.com>, 2014
|
||||
# Cseh Robert <tavir@tavir.hu>, 2012
|
||||
@ -17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/mbanzi/arduino-ide-15/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -63,7 +64,7 @@ msgstr "(csak akkor szerkeszthető, ha az Arduino nem fut)"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
|
||||
msgid "(legacy)"
|
||||
msgstr ""
|
||||
msgstr "(örökség)"
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
msgid "--curdir no longer supported"
|
||||
@ -216,7 +217,7 @@ msgstr "Vázlat archiválása másként:"
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
msgid "Archive sketch canceled."
|
||||
msgstr ""
|
||||
msgstr "Vázlat archiválása megszakítva."
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
msgid ""
|
||||
@ -224,19 +225,23 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
msgstr "Arduino ARM (32-bit) Alaplapok"
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
msgid "Arduino AVR Boards"
|
||||
msgstr ""
|
||||
msgstr "Arduino AVR Alaplapok"
|
||||
|
||||
#: Editor.java:2137
|
||||
msgid ""
|
||||
"Arduino can only open its own sketches\n"
|
||||
"and other files ending in .ino or .pde"
|
||||
msgstr ""
|
||||
msgstr "Az Arduino csak a saját vázlatait és egyéb .ino-ra\nvagy .pde-re végződő fájlokat tudja megnyitni."
|
||||
|
||||
#: Base.java:1682
|
||||
msgid ""
|
||||
@ -257,33 +262,33 @@ msgstr "Arduino: "
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
msgid "Are you sure you want to delete \"{0}\"?"
|
||||
msgstr ""
|
||||
msgstr "Biztosan törölni akarod a(z) \"{0}\"-t?"
|
||||
|
||||
#: Sketch.java:587
|
||||
msgid "Are you sure you want to delete this sketch?"
|
||||
msgstr ""
|
||||
msgstr "Biztosan törölni akarod ezt a vázlatot?"
|
||||
|
||||
#: ../../../processing/app/Base.java:356
|
||||
msgid "Argument required for --board"
|
||||
msgstr ""
|
||||
msgstr "Paraméter szükséges ehhez: --board"
|
||||
|
||||
#: ../../../processing/app/Base.java:363
|
||||
msgid "Argument required for --port"
|
||||
msgstr ""
|
||||
msgstr "Paraméter szükséges ehhez: --port"
|
||||
|
||||
#: ../../../processing/app/Base.java:377
|
||||
msgid "Argument required for --pref"
|
||||
msgstr ""
|
||||
msgstr "Paraméter szükséges ehhez: --pref"
|
||||
|
||||
#: ../../../processing/app/Base.java:384
|
||||
msgid "Argument required for --preferences-file"
|
||||
msgstr ""
|
||||
msgstr "Paraméter szükséges ehhez: --preferences-file"
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:76
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:83
|
||||
#, java-format
|
||||
msgid "Argument required for {0}"
|
||||
msgstr ""
|
||||
msgstr "Paraméter szükséges ehhez {0}"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
msgid "Armenian"
|
||||
@ -295,27 +300,27 @@ msgstr "Asztúriai"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:145
|
||||
msgid "Authorization required"
|
||||
msgstr ""
|
||||
msgstr "Jogosultság szükséges"
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
msgid "Auto Format"
|
||||
msgstr ""
|
||||
msgstr "Automatikus Formázás"
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
msgid "Auto Format finished."
|
||||
msgstr ""
|
||||
msgstr "Automatikus Formázás befejeződött."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
msgid "Auto-detect proxy settings"
|
||||
msgstr ""
|
||||
msgstr "Proxy beállítások automatikus észlelése"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
msgid "Automatic proxy configuration URL:"
|
||||
msgstr ""
|
||||
msgstr "Automatikus proxy konfiguráció URL:"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
msgstr ""
|
||||
msgstr "Automatikus görgetés"
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
@ -324,7 +329,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2136
|
||||
msgid "Bad file selected"
|
||||
msgstr ""
|
||||
msgstr "Rossz fájl kiválasztva"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
msgid "Basque"
|
||||
@ -337,7 +342,7 @@ msgstr "Fehérorosz"
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
msgstr "Alaplap"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
|
||||
#, java-format
|
||||
@ -353,7 +358,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:472
|
||||
msgid "Board: "
|
||||
msgstr ""
|
||||
msgstr "Alaplap:"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
msgid "Boards Manager"
|
||||
@ -382,7 +387,7 @@ msgstr "Soremelés és kocsivissza"
|
||||
|
||||
#: Preferences.java:81
|
||||
msgid "Browse"
|
||||
msgstr ""
|
||||
msgstr "Böngészés"
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
msgid "Build options changed, rebuilding all"
|
||||
@ -390,7 +395,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1210
|
||||
msgid "Built-in Examples"
|
||||
msgstr ""
|
||||
msgstr "Beépített Példák"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
msgid "Bulgarian"
|
||||
@ -406,7 +411,7 @@ msgstr "Bootloader égetése"
|
||||
|
||||
#: Editor.java:2504
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr ""
|
||||
msgstr "Bootloader égetése I/O Alaplapra (ez eltarthat egy percig)..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
msgid "CRC doesn't match. File is corrupted."
|
||||
@ -433,11 +438,11 @@ msgstr "Mégse"
|
||||
|
||||
#: Sketch.java:455
|
||||
msgid "Cannot Rename"
|
||||
msgstr ""
|
||||
msgstr "Nem lehet Átnevezni"
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
msgid "Cannot specify any sketch files"
|
||||
msgstr ""
|
||||
msgstr "Nem lehet meghatározni egyetlen vázlat fájlt sem"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Carriage return"
|
||||
@ -469,18 +474,26 @@ msgstr ""
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Bezárás"
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
msgstr "Fordítóprogram figyelmeztetések:"
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Vázlat fordítása..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
@ -493,72 +506,72 @@ msgstr "Másolás HTML-ként"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:455
|
||||
msgid "Copy error messages"
|
||||
msgstr ""
|
||||
msgstr "Hibaüzenetek másolása"
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
msgid "Copy for Forum"
|
||||
msgstr ""
|
||||
msgstr "Másolás Fórumra"
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
msgid "Could not add ''{0}'' to the sketch."
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült hozzáadni ''{0}''-t a vázlathoz."
|
||||
|
||||
#: Editor.java:2188
|
||||
msgid "Could not copy to a proper location."
|
||||
msgstr "Nem másolható a megfelelő helyre."
|
||||
msgstr "Nem sikerült másolni a megfelelő helyre."
|
||||
|
||||
#: Editor.java:2179
|
||||
msgid "Could not create the sketch folder."
|
||||
msgstr "A vázlat mappa nem hozható létre."
|
||||
msgstr "Nem sikerült létrehozni a vázlat mappát."
|
||||
|
||||
#: Editor.java:2206
|
||||
msgid "Could not create the sketch."
|
||||
msgstr "A vázlat nem hozható létre."
|
||||
msgstr "Nem sikerült létrehozni a vázlatot."
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
msgid "Could not delete \"{0}\"."
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült törölni \"{0}\"-t."
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
msgid "Could not delete the existing ''{0}'' file."
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült törölni a létező ''{0}'' fájlt."
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
msgid "Could not delete {0}"
|
||||
msgstr "Nem törölhető: {0}"
|
||||
msgstr "Nem sikerült törölni: {0}"
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:74
|
||||
#, java-format
|
||||
msgid "Could not find boards.txt in {0}. Is it pre-1.5?"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült megtalálni a boards.txt-t ebben: {0}. 1.5 előtti?"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
|
||||
#, java-format
|
||||
msgid "Could not find tool {0}"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült megtalálni a(z) {0} eszközt"
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
|
||||
#, java-format
|
||||
msgid "Could not find tool {0} from package {1}"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült megtalálni a(z) {0} eszközt a(z) {1} csomagból"
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the URL\n"
|
||||
"{0}"
|
||||
msgstr "Nem nyitható meg az URL:\\n{0}"
|
||||
msgstr "Nem sikerült megnyitni az URL-t:\n{0}"
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the folder\n"
|
||||
"{0}"
|
||||
msgstr "Nem nyitható meg a mappa:\\n{0}"
|
||||
msgstr "Nem sikerült megnyitni a mappát:\n{0}"
|
||||
|
||||
#: Sketch.java:1769
|
||||
msgid ""
|
||||
@ -568,7 +581,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:1768
|
||||
msgid "Could not re-save sketch"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült újra-menteni vázlatot"
|
||||
|
||||
#: Theme.java:52
|
||||
msgid ""
|
||||
@ -590,36 +603,36 @@ msgstr "Nem törölhető a {0} régi verziója"
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
msgid "Could not rename \"{0}\" to \"{1}\""
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült átnevezni a(z) \"{0}\"-t erre: \"{1}\""
|
||||
|
||||
#: Sketch.java:475
|
||||
msgid "Could not rename the sketch. (0)"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült átnevezni a vázlatot. (0)"
|
||||
|
||||
#: Sketch.java:496
|
||||
msgid "Could not rename the sketch. (1)"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült átnevezni a vázlatot. (1)"
|
||||
|
||||
#: Sketch.java:503
|
||||
msgid "Could not rename the sketch. (2)"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült átnevezni a vázlatot. (2)"
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Nem cserélhető: {0}"
|
||||
msgstr "Nem sikerült lecserélni: {0}"
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült archiválni vázlatot"
|
||||
|
||||
#: Sketch.java:1647
|
||||
msgid "Couldn't determine program size: {0}"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült meghatározni program méretet: {0}"
|
||||
|
||||
#: Sketch.java:616
|
||||
msgid "Couldn't do it"
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült megcsinálni"
|
||||
|
||||
#: debug/BasicUploader.java:209
|
||||
msgid ""
|
||||
@ -644,9 +657,17 @@ msgstr "Cseh (Cseh Köztársaság)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dán (Dánia)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
msgstr "Behúzás Csökkentése"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
msgid "Default"
|
||||
@ -656,6 +677,10 @@ msgstr "Alapértelmezett"
|
||||
msgid "Delete"
|
||||
msgstr "Törlés"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,11 +689,15 @@ msgstr "Eszköz nem válaszol: talán hibás port lett kiválasztva, vagy a pane
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Az összes változás elvetése és vázlat újratöltése?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
msgstr "Sor számok megjelenítése"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
#, java-format
|
||||
@ -679,7 +708,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:2064
|
||||
msgid "Don't Save"
|
||||
msgstr ""
|
||||
msgstr "Ne Mentse"
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
msgid "Done Saving."
|
||||
@ -687,33 +716,33 @@ msgstr "Mentés kész."
|
||||
|
||||
#: Editor.java:2510
|
||||
msgid "Done burning bootloader."
|
||||
msgstr ""
|
||||
msgstr "Bootloader égetése kész."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
msgid "Done compiling"
|
||||
msgstr ""
|
||||
msgstr "Fordítás kész"
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
msgid "Done compiling."
|
||||
msgstr ""
|
||||
msgstr "Fordítás kész."
|
||||
|
||||
#: Editor.java:2564
|
||||
msgid "Done printing."
|
||||
msgstr ""
|
||||
msgstr "Nyomtatás kész."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:514
|
||||
msgid "Done uploading"
|
||||
msgstr ""
|
||||
msgstr "Felöltés kész"
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
msgid "Done uploading."
|
||||
msgstr ""
|
||||
msgstr "Felöltés kész."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
msgid "Downloaded {0}kb of {1}kb."
|
||||
msgstr ""
|
||||
msgstr "Letöltve {0}kb ebből: {1}kb."
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
|
||||
msgid "Downloading boards definitions."
|
||||
@ -726,7 +755,7 @@ msgstr ""
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
|
||||
#, java-format
|
||||
msgid "Downloading library: {0}"
|
||||
msgstr ""
|
||||
msgstr "Könyvtár letöltése: {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
|
||||
msgid "Downloading platforms index..."
|
||||
@ -735,7 +764,7 @@ msgstr ""
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
|
||||
#, java-format
|
||||
msgid "Downloading tools ({0}/{1})."
|
||||
msgstr ""
|
||||
msgstr "Eszközök letöltése ({0}/{1})."
|
||||
|
||||
#: Preferences.java:91
|
||||
msgid "Dutch"
|
||||
@ -747,7 +776,7 @@ msgstr "Holland (Hollandia)"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
msgid "Edison Help"
|
||||
msgstr ""
|
||||
msgstr "Edison Súgó"
|
||||
|
||||
#: Editor.java:1130
|
||||
msgid "Edit"
|
||||
@ -794,16 +823,16 @@ msgstr "Hiba"
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
msgid "Error adding file"
|
||||
msgstr ""
|
||||
msgstr "Hiba fájl hozzáadásakor"
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
msgid "Error compiling."
|
||||
msgstr "Hiba a fordítás során."
|
||||
msgstr "Hiba fordításkor."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
msgid "Error downloading {0}"
|
||||
msgstr ""
|
||||
msgstr "Hiba a(z) {0} letöltésekor"
|
||||
|
||||
#: Base.java:1674
|
||||
msgid "Error getting the Arduino data folder."
|
||||
@ -819,7 +848,7 @@ msgstr ""
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
#, java-format
|
||||
msgid "Error loading {0}"
|
||||
msgstr ""
|
||||
msgstr "Hiba a(z) {0} betöltésekor"
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
@ -874,7 +903,7 @@ msgstr ""
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
msgid "Error while loading code {0}"
|
||||
msgstr ""
|
||||
msgstr "Hiba a(z) {0} kód betöltésekor"
|
||||
|
||||
#: Editor.java:2567
|
||||
msgid "Error while printing."
|
||||
@ -887,12 +916,12 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
msgid "Error while uploading"
|
||||
msgstr ""
|
||||
msgstr "Hiba feltöltéskor"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2409
|
||||
#: ../../../processing/app/Editor.java:2449
|
||||
msgid "Error while uploading: missing '{0}' configuration parameter"
|
||||
msgstr ""
|
||||
msgstr "Hiba feltöltéskor: hiányzó '{0}' konfigurációs paraméter"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:506
|
||||
#: ../../../processing/app/BaseNoGui.java:551
|
||||
@ -918,11 +947,11 @@ msgstr "Példák"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1244
|
||||
msgid "Examples from Custom Libraries"
|
||||
msgstr ""
|
||||
msgstr "Példák Egyéni Könyvtárakból"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1222
|
||||
msgid "Examples from Libraries"
|
||||
msgstr ""
|
||||
msgstr "Példák Könyvtárakból"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:753
|
||||
msgid "Export canceled, changes must first be saved."
|
||||
@ -935,7 +964,7 @@ msgstr ""
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
msgid "Failed to open sketch: \"{0}\""
|
||||
msgstr ""
|
||||
msgstr "Nem sikerült megnyitni vázlatot: \"{0}\""
|
||||
|
||||
#: Editor.java:491
|
||||
msgid "File"
|
||||
@ -980,7 +1009,7 @@ msgstr "Finn"
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
msgid "Fix Encoding & Reload"
|
||||
msgstr ""
|
||||
msgstr "Kódolás Javítása & Újratöltés"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:318
|
||||
msgid ""
|
||||
@ -1011,7 +1040,7 @@ msgstr "Galíciai (Spanyolország)"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1288
|
||||
msgid "Galileo Help"
|
||||
msgstr ""
|
||||
msgstr "Galileo Súgó"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
msgid "Georgian"
|
||||
@ -1039,11 +1068,11 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
|
||||
msgid "Go to line"
|
||||
msgstr ""
|
||||
msgstr "Ugrás a sorhoz"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1460
|
||||
msgid "Go to line..."
|
||||
msgstr ""
|
||||
msgstr "Ugrás a sorhoz..."
|
||||
|
||||
#: Preferences.java:98
|
||||
msgid "Greek"
|
||||
@ -1063,7 +1092,7 @@ msgstr "Hindi"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
msgid "Host name:"
|
||||
msgstr ""
|
||||
msgstr "Hosztnév:"
|
||||
|
||||
#: Sketch.java:295
|
||||
msgid ""
|
||||
@ -1109,11 +1138,11 @@ msgstr ""
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
msgid "Incorrect IDE installation folder"
|
||||
msgstr ""
|
||||
msgstr "Helytelen IDE telepítési mappa"
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
msgid "Increase Indent"
|
||||
msgstr ""
|
||||
msgstr "Behúzás Növelése"
|
||||
|
||||
#: Preferences.java:101
|
||||
msgid "Indonesian"
|
||||
@ -1121,7 +1150,7 @@ msgstr "Indonéz"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
msgid "Initializing packages..."
|
||||
msgstr ""
|
||||
msgstr "Csomagok inicializálása..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
|
||||
@ -1142,17 +1171,17 @@ msgstr "Telepítve"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
msgstr "Alaplapok telepítése..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr ""
|
||||
msgstr "Könyvtár telepítése: {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
msgid "Installing tools ({0}/{1})..."
|
||||
msgstr ""
|
||||
msgstr "Eszközök telepítése ({0}/{1})..."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
|
||||
@ -1193,8 +1222,8 @@ msgstr "Könyvtár kezelő"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1204,7 +1233,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
msgstr ""
|
||||
msgstr "Sor szám:"
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
@ -1212,7 +1241,7 @@ msgstr "Litván"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
msgid "Loading configuration..."
|
||||
msgstr ""
|
||||
msgstr "Konfiguráció betöltése..."
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
#, java-format
|
||||
@ -1246,7 +1275,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
msgid "Mode not supported"
|
||||
msgstr ""
|
||||
msgstr "Mód nem támogatott"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
|
||||
msgid "More"
|
||||
@ -1327,7 +1356,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:200
|
||||
msgid "No compiled sketch found"
|
||||
msgstr ""
|
||||
msgstr "Nem található fordított vázlat"
|
||||
|
||||
#: Editor.java:373
|
||||
msgid "No files were added to the sketch."
|
||||
@ -1339,11 +1368,11 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "No line ending"
|
||||
msgstr ""
|
||||
msgstr "Nincs sorvég"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
msgid "No parameters"
|
||||
msgstr ""
|
||||
msgstr "Nincsenek paraméterek"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
msgid "No proxy"
|
||||
@ -1397,23 +1426,23 @@ msgstr "OK"
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
msgid "One file added to the sketch."
|
||||
msgstr ""
|
||||
msgstr "Egy fájl hozzáadva a vázlathoz."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
msgid "Only --verify, --upload or --get-pref are supported"
|
||||
msgstr ""
|
||||
msgstr "Csak --verify, --upload vagy --get-pref támogatott"
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
msgstr "Megnyitás"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
msgid "Open Recent"
|
||||
msgstr ""
|
||||
msgstr "Legújabb Megnyitása"
|
||||
|
||||
#: Editor.java:2688
|
||||
msgid "Open URL"
|
||||
msgstr ""
|
||||
msgstr "URL Megnyitása"
|
||||
|
||||
#: Base.java:636
|
||||
msgid "Open an Arduino sketch..."
|
||||
@ -1421,19 +1450,27 @@ msgstr "Arduino vázlat megnyitása..."
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
msgid "Open..."
|
||||
msgstr "Megnyit..."
|
||||
msgstr "Megnyitás..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
msgstr "Jelszó:"
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
msgid "Paste"
|
||||
msgstr ""
|
||||
msgstr "Beillesztés"
|
||||
|
||||
#: Preferences.java:109
|
||||
msgid "Persian"
|
||||
@ -1441,7 +1478,7 @@ msgstr "Perzsa"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:161
|
||||
msgid "Persian (Iran)"
|
||||
msgstr ""
|
||||
msgstr "Perzsa (Irán)"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:79
|
||||
#, java-format
|
||||
@ -1475,23 +1512,23 @@ msgstr "Lengyel"
|
||||
|
||||
#: ../../../processing/app/Editor.java:718
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
msgstr "Port"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
msgid "Port number:"
|
||||
msgstr ""
|
||||
msgstr "Port szám:"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
msgid "Portugese"
|
||||
msgstr ""
|
||||
msgstr "Portugál"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:127
|
||||
msgid "Portuguese (Brazil)"
|
||||
msgstr ""
|
||||
msgstr "Portugál (Brazília)"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:128
|
||||
msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
msgstr "Portugál (Portugália)"
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
msgid "Preferences"
|
||||
@ -1499,11 +1536,11 @@ msgstr "Beállítások"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
msgid "Preparing boards..."
|
||||
msgstr ""
|
||||
msgstr "Alaplapok előkészítése..."
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Előző"
|
||||
|
||||
#: EditorHeader.java:326
|
||||
msgid "Previous Tab"
|
||||
@ -1511,15 +1548,15 @@ msgstr "Előző fül"
|
||||
|
||||
#: Editor.java:571
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
msgstr "Nyomtatás"
|
||||
|
||||
#: Editor.java:2571
|
||||
msgid "Printing canceled."
|
||||
msgstr ""
|
||||
msgstr "Nyomtatás megszakítva."
|
||||
|
||||
#: Editor.java:2547
|
||||
msgid "Printing..."
|
||||
msgstr ""
|
||||
msgstr "Nyomtatás..."
|
||||
|
||||
#: Base.java:1957
|
||||
msgid "Problem Opening Folder"
|
||||
@ -1557,16 +1594,16 @@ msgstr "Hiba az átnevezés során"
|
||||
|
||||
#: ../../../processing/app/I18n.java:86
|
||||
msgid "Processor"
|
||||
msgstr ""
|
||||
msgstr "Processzor"
|
||||
|
||||
#: Editor.java:704
|
||||
msgid "Programmer"
|
||||
msgstr ""
|
||||
msgstr "Programozó"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
|
||||
#, java-format
|
||||
msgid "Progress {0}"
|
||||
msgstr ""
|
||||
msgstr "Folyamat {0}"
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
@ -1576,6 +1613,10 @@ msgstr "Kilépés"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1586,17 +1627,17 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "Eltávolítás"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr ""
|
||||
msgstr "Könyvtár eltávolítása: {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 "Eltávolítás..."
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
@ -1604,7 +1645,7 @@ msgstr "Átnevezés"
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
msgid "Replace"
|
||||
msgstr ""
|
||||
msgstr "Lecserélés"
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
msgid "Replace & Find"
|
||||
@ -1612,7 +1653,7 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
msgid "Replace All"
|
||||
msgstr ""
|
||||
msgstr "Összes Lecserélése"
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
@ -1621,7 +1662,7 @@ msgstr ""
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr ""
|
||||
msgstr "Lecserélés ezzel:"
|
||||
|
||||
#: Preferences.java:113
|
||||
msgid "Romanian"
|
||||
@ -1644,11 +1685,11 @@ msgstr "Orosz"
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
msgstr "Mentés"
|
||||
|
||||
#: Editor.java:537
|
||||
msgid "Save As..."
|
||||
msgstr ""
|
||||
msgstr "Mentés Másként..."
|
||||
|
||||
#: Editor.java:2317
|
||||
msgid "Save Canceled."
|
||||
@ -1661,7 +1702,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:825
|
||||
msgid "Save sketch folder as..."
|
||||
msgstr ""
|
||||
msgstr "Vázlat mappa mentés mint..."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:425
|
||||
msgid "Save when verifying or uploading"
|
||||
@ -1681,7 +1722,7 @@ msgstr "Válasszon (vagy hozzon létre) mappát a vázlatoknak..."
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
msgid "Select All"
|
||||
msgstr ""
|
||||
msgstr "Összes Kiválasztása"
|
||||
|
||||
#: Base.java:2636
|
||||
msgid "Select a zip file or a folder containing the library you'd like to add"
|
||||
@ -1698,7 +1739,7 @@ msgstr "Válasszon új vázlatfüzet helyet"
|
||||
#: ../../../../../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 "Verzió kiválasztása"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:146
|
||||
msgid "Selected board depends on '{0}' core (not installed)."
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
msgstr "Küldés"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
@ -1740,7 +1785,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
msgid "Serial ports"
|
||||
msgstr ""
|
||||
msgstr "Soros portok"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:84
|
||||
#, java-format
|
||||
@ -1749,7 +1794,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
msgstr "Beállítások"
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
@ -1757,7 +1802,7 @@ msgstr "Kimenetek beállítása"
|
||||
|
||||
#: Editor.java:641
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
msgstr "Vázlat Mappa Mutatása"
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:468
|
||||
msgid "Show verbose output during compilation"
|
||||
@ -1767,13 +1812,17 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Log mutatása:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
msgstr "Vázlat"
|
||||
|
||||
#: Sketch.java:1754
|
||||
msgid "Sketch Disappeared"
|
||||
msgstr ""
|
||||
msgstr "A vázlat eltűnt"
|
||||
|
||||
#: Base.java:1411
|
||||
msgid "Sketch Does Not Exist"
|
||||
@ -1785,11 +1834,11 @@ msgstr "A vázlat csak olvasható"
|
||||
|
||||
#: Sketch.java:294
|
||||
msgid "Sketch is Untitled"
|
||||
msgstr "A vázlat Névtelen"
|
||||
msgstr "A vázlat névtelen"
|
||||
|
||||
#: Sketch.java:720
|
||||
msgid "Sketch is read-only"
|
||||
msgstr ""
|
||||
msgstr "A vázlat csak olvasható"
|
||||
|
||||
#: Sketch.java:1653
|
||||
msgid ""
|
||||
@ -1806,7 +1855,7 @@ msgstr ""
|
||||
|
||||
#: Editor.java:510
|
||||
msgid "Sketchbook"
|
||||
msgstr ""
|
||||
msgstr "Vázlatfüzet"
|
||||
|
||||
#: Base.java:258
|
||||
msgid "Sketchbook folder disappeared"
|
||||
@ -1822,11 +1871,11 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:185
|
||||
msgid "Slovak"
|
||||
msgstr ""
|
||||
msgstr "Szlovák"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:152
|
||||
msgid "Slovenian"
|
||||
msgstr ""
|
||||
msgstr "Szlovén"
|
||||
|
||||
#: Sketch.java:275 Sketch.java:304 Sketch.java:578 Sketch.java:967
|
||||
msgid ""
|
||||
@ -1864,11 +1913,11 @@ msgstr "Napfény"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:153
|
||||
msgid "Swedish"
|
||||
msgstr ""
|
||||
msgstr "Svéd"
|
||||
|
||||
#: Preferences.java:84
|
||||
msgid "System Default"
|
||||
msgstr ""
|
||||
msgstr "Rendszer Alapértelmezett"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:188
|
||||
msgid "Talossan"
|
||||
@ -1884,7 +1933,7 @@ msgstr "A 'BYTE' kulcsszó nem támogatott."
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
msgid "The --upload option supports only one file at a time"
|
||||
msgstr ""
|
||||
msgstr "Az --upload opció egyszerre csak egy fájlt támogat"
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
msgid "The Client class has been renamed EthernetClient."
|
||||
@ -1999,31 +2048,35 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Itt az idő szünetet tartani"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
msgstr ""
|
||||
msgstr "A(z) {0} eszköz nem elérhető az operációs rendszeredre."
|
||||
|
||||
#: Editor.java:663
|
||||
msgid "Tools"
|
||||
msgstr ""
|
||||
msgstr "Eszközök"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
msgid "Topic"
|
||||
msgstr ""
|
||||
msgstr "Téma"
|
||||
|
||||
#: Editor.java:1070
|
||||
msgid "Troubleshooting"
|
||||
msgstr ""
|
||||
msgstr "Hibaelhárítás"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:117
|
||||
msgid "Turkish"
|
||||
msgstr ""
|
||||
msgstr "Török"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
msgstr "Típus"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2507
|
||||
msgid "Type board password to access its console"
|
||||
@ -2035,7 +2088,7 @@ msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
msgstr "Ukrán"
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
@ -2068,9 +2121,13 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
msgstr "Visszavonás"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:85
|
||||
#, java-format
|
||||
@ -2092,11 +2149,11 @@ msgstr ""
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
msgid "Updatable"
|
||||
msgstr ""
|
||||
msgstr "Frissíthető"
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
msgstr "Frissítés"
|
||||
|
||||
#: Preferences.java:428
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
@ -2108,27 +2165,27 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
msgstr "Feltöltés"
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
msgid "Upload Using Programmer"
|
||||
msgstr ""
|
||||
msgstr "Feltöltés Programozót Használva"
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
msgid "Upload canceled."
|
||||
msgstr ""
|
||||
msgstr "Feltöltés megszakítva."
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1678
|
||||
msgid "Upload cancelled"
|
||||
msgstr ""
|
||||
msgstr "Feltöltés megszakítva"
|
||||
|
||||
#: Editor.java:2378
|
||||
msgid "Uploading to I/O Board..."
|
||||
msgstr ""
|
||||
msgstr "Feltöltés I/O Alaplapra..."
|
||||
|
||||
#: Sketch.java:1622
|
||||
msgid "Uploading..."
|
||||
msgstr ""
|
||||
msgstr "Feltöltés..."
|
||||
|
||||
#: Editor.java:1269
|
||||
msgid "Use Selection For Find"
|
||||
@ -2141,7 +2198,7 @@ msgstr "Külső szerkesztő használata"
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
msgid "Username:"
|
||||
msgstr ""
|
||||
msgstr "Felhasználónév:"
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
@ -2160,7 +2217,7 @@ msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
msgstr "Ellenőrzés"
|
||||
|
||||
#: Preferences.java:400
|
||||
msgid "Verify code after upload"
|
||||
@ -2172,7 +2229,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
msgid "Verifying and uploading..."
|
||||
msgstr ""
|
||||
msgstr "Ellenőrzés és feltöltés..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
|
||||
msgid "Verifying archive integrity..."
|
||||
@ -2180,29 +2237,29 @@ msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:454
|
||||
msgid "Verifying..."
|
||||
msgstr ""
|
||||
msgstr "Ellenőrzés"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
|
||||
#, java-format
|
||||
msgid "Version <b>{0}</b>"
|
||||
msgstr ""
|
||||
msgstr "Verzió <b>{0}</b>"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
|
||||
msgid "Version unknown"
|
||||
msgstr ""
|
||||
msgstr "Verzió ismeretlen"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
|
||||
#, java-format
|
||||
msgid "Version {0}"
|
||||
msgstr ""
|
||||
msgstr "Verzió {0}"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "Vietnami"
|
||||
|
||||
#: Editor.java:1105
|
||||
msgid "Visit Arduino.cc"
|
||||
msgstr ""
|
||||
msgstr "Arduino.cc meglátogatása"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:90
|
||||
#, java-format
|
||||
@ -2263,16 +2320,9 @@ msgid ""
|
||||
"value '{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 ""
|
||||
msgstr "Nyugati-Fríz"
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
msgid "Wire.receive() has been renamed Wire.read()."
|
||||
@ -2294,7 +2344,7 @@ msgstr "Nem megfelelő mikrokontroller lett kiválasztva. Pontosítani az Eszkö
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "Igen"
|
||||
|
||||
#: Sketch.java:1074
|
||||
msgid "You can't fool me"
|
||||
@ -2328,7 +2378,7 @@ msgstr ""
|
||||
|
||||
#: Base.java:1888
|
||||
msgid "You forgot your sketchbook"
|
||||
msgstr "Felejtse el a vázlatfüzetét"
|
||||
msgstr "Elfelejtetted a vázlatfüzeted"
|
||||
|
||||
#: ../../../processing/app/AbstractMonitor.java:92
|
||||
msgid ""
|
||||
@ -2339,7 +2389,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"You've reached the limit for auto naming of new sketches\n"
|
||||
"for the day. How about going for a walk instead?"
|
||||
msgstr "Meghaladta a napi korlátot az új vázlatok automatikus\nnévadásához. Mi lenne, ha inkább sétálna egyet?"
|
||||
msgstr "Meghaladtad a napi korlátot az új vázlatok automatikus\nnévadásához. Mi lenne, ha inkább sétálnál egyet?"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
msgid ""
|
||||
@ -2432,11 +2482,11 @@ msgstr "baud"
|
||||
|
||||
#: Preferences.java:389
|
||||
msgid "compilation "
|
||||
msgstr "fordításkor"
|
||||
msgstr "fordítás"
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:111
|
||||
msgid "connected!"
|
||||
msgstr ""
|
||||
msgstr "csatlakoztatva!"
|
||||
|
||||
#: Sketch.java:540
|
||||
msgid "createNewFile() returned false"
|
||||
@ -2448,15 +2498,15 @@ msgstr ""
|
||||
|
||||
#: ../../../../../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"
|
||||
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
|
||||
@ -2465,7 +2515,7 @@ msgstr "hibás fontméret kihagyása: {0}"
|
||||
|
||||
#: Editor.java:936 Editor.java:943
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
msgstr "a név nulla"
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
@ -2480,7 +2530,7 @@ msgstr "kiválasztott {0} port nem elérhető vagy az alappanel nincs csatlakozt
|
||||
#: ../../../processing/app/Base.java:389
|
||||
#, java-format
|
||||
msgid "unknown option: {0}"
|
||||
msgstr ""
|
||||
msgstr "ismeretlen opció: {0}"
|
||||
|
||||
#: Preferences.java:391
|
||||
msgid "upload"
|
||||
@ -2489,12 +2539,12 @@ msgstr "feltöltéskor"
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
||||
msgid "version <b>{0}</b>"
|
||||
msgstr ""
|
||||
msgstr "verzió <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
|
||||
@ -2515,7 +2565,7 @@ msgstr "{0} fájl hozzáadva a vázlathoz."
|
||||
#: ../../../../../app/src/processing/app/Base.java:1201
|
||||
#, java-format
|
||||
msgid "{0} libraries"
|
||||
msgstr ""
|
||||
msgstr "{0} könyvtár"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:76
|
||||
#, java-format
|
||||
@ -2567,14 +2617,14 @@ msgstr ""
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
msgstr ""
|
||||
msgstr "{0}: Ismeretlen architektúra"
|
||||
|
||||
#: ../../../processing/app/Base.java:491
|
||||
#, java-format
|
||||
msgid "{0}: Unknown board"
|
||||
msgstr ""
|
||||
msgstr "{0}: Ismeretlen alaplap"
|
||||
|
||||
#: ../../../processing/app/Base.java:481
|
||||
#, java-format
|
||||
msgid "{0}: Unknown package"
|
||||
msgstr ""
|
||||
msgstr "{0}: Ismeretlen csomag"
|
||||
|
@ -9,10 +9,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# benewfy <benewfy@gmail.com>, 2015
|
||||
# Melinda <ghostgirl1983@gmail.com>, 2014
|
||||
# Cseh Robert <tavir@tavir.hu>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Hungarian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hu/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hu\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Hungarian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hu/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hu\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(Arduino \u00fajraind\u00edt\u00e1sa sz\u00fcks\u00e9ges)
|
||||
@ -38,7 +39,7 @@
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(csak akkor szerkeszthet\u0151, ha az Arduino nem fut)
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
|
||||
!(legacy)=
|
||||
(legacy)=(\u00f6r\u00f6ks\u00e9g)
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
--curdir\ no\ longer\ supported=--curdir tov\u00e1bbiakban nem t\u00e1mogatott
|
||||
@ -145,19 +146,22 @@ Archive\ Sketch=V\u00e1zlat arhiv\u00e1l\u00e1sa
|
||||
Archive\ sketch\ as\:=V\u00e1zlat archiv\u00e1l\u00e1sa m\u00e1sk\u00e9nt\:
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
!Archive\ sketch\ canceled.=
|
||||
Archive\ sketch\ canceled.=V\u00e1zlat archiv\u00e1l\u00e1sa megszak\u00edtva.
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bit) Alaplapok
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
!Arduino\ AVR\ Boards=
|
||||
Arduino\ AVR\ Boards=Arduino AVR Alaplapok
|
||||
|
||||
#: Editor.java:2137
|
||||
!Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
|
||||
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Az Arduino csak a saj\u00e1t v\u00e1zlatait \u00e9s egy\u00e9b .ino-ra\nvagy .pde-re v\u00e9gz\u0151d\u0151 f\u00e1jlokat tudja megnyitni.
|
||||
|
||||
#: Base.java:1682
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino nem futtathat\u00f3, mert nem hozhat\u00f3 l\u00e9tre\\na felhaszn\u00e1l\u00f3i be\u00e1ll\u00edt\u00e1sok mapp\u00e1ja.
|
||||
@ -170,27 +174,27 @@ Arduino\:\ =Arduino\:
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
!Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=Biztosan t\u00f6r\u00f6lni akarod a(z) "{0}"-t?
|
||||
|
||||
#: Sketch.java:587
|
||||
!Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=Biztosan t\u00f6r\u00f6lni akarod ezt a v\u00e1zlatot?
|
||||
|
||||
#: ../../../processing/app/Base.java:356
|
||||
!Argument\ required\ for\ --board=
|
||||
Argument\ required\ for\ --board=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --board
|
||||
|
||||
#: ../../../processing/app/Base.java:363
|
||||
!Argument\ required\ for\ --port=
|
||||
Argument\ required\ for\ --port=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --port
|
||||
|
||||
#: ../../../processing/app/Base.java:377
|
||||
!Argument\ required\ for\ --pref=
|
||||
Argument\ required\ for\ --pref=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --pref
|
||||
|
||||
#: ../../../processing/app/Base.java:384
|
||||
!Argument\ required\ for\ --preferences-file=
|
||||
Argument\ required\ for\ --preferences-file=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --preferences-file
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:76
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:83
|
||||
#, java-format
|
||||
!Argument\ required\ for\ {0}=
|
||||
Argument\ required\ for\ {0}=Param\u00e9ter sz\u00fcks\u00e9ges ehhez {0}
|
||||
|
||||
#: ../../../processing/app/Preferences.java:137
|
||||
Armenian=\u00d6rm\u00e9ny
|
||||
@ -199,29 +203,29 @@ Armenian=\u00d6rm\u00e9ny
|
||||
Asturian=Aszt\u00fariai
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:145
|
||||
!Authorization\ required=
|
||||
Authorization\ required=Jogosults\u00e1g sz\u00fcks\u00e9ges
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
!Auto\ Format=
|
||||
Auto\ Format=Automatikus Form\u00e1z\u00e1s
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
!Auto\ Format\ finished.=
|
||||
Auto\ Format\ finished.=Automatikus Form\u00e1z\u00e1s befejez\u0151d\u00f6tt.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
!Auto-detect\ proxy\ settings=
|
||||
Auto-detect\ proxy\ settings=Proxy be\u00e1ll\u00edt\u00e1sok automatikus \u00e9szlel\u00e9se
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
!Automatic\ proxy\ configuration\ URL\:=
|
||||
Automatic\ proxy\ configuration\ URL\:=Automatikus proxy konfigur\u00e1ci\u00f3 URL\:
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
!Autoscroll=
|
||||
Autoscroll=Automatikus g\u00f6rget\u00e9s
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
!Bad\ error\ line\:\ {0}=
|
||||
|
||||
#: Editor.java:2136
|
||||
!Bad\ file\ selected=
|
||||
Bad\ file\ selected=Rossz f\u00e1jl kiv\u00e1lasztva
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
Basque=Baszk
|
||||
@ -231,7 +235,7 @@ Belarusian=Feh\u00e9rorosz
|
||||
|
||||
#: ../../../processing/app/Base.java:1433
|
||||
#: ../../../processing/app/Editor.java:707
|
||||
!Board=
|
||||
Board=Alaplap
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
|
||||
#, java-format
|
||||
@ -242,7 +246,7 @@ Belarusian=Feh\u00e9rorosz
|
||||
!Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:472
|
||||
!Board\:\ =
|
||||
Board\:\ =Alaplap\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Boards\ Manager=
|
||||
@ -264,13 +268,13 @@ Bosnian=Bosny\u00e1k
|
||||
Both\ NL\ &\ CR=Soremel\u00e9s \u00e9s kocsivissza
|
||||
|
||||
#: Preferences.java:81
|
||||
!Browse=
|
||||
Browse=B\u00f6ng\u00e9sz\u00e9s
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1530
|
||||
!Build\ options\ changed,\ rebuilding\ all=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1210
|
||||
!Built-in\ Examples=
|
||||
Built-in\ Examples=Be\u00e9p\u00edtett P\u00e9ld\u00e1k
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
Bulgarian=Bolg\u00e1r
|
||||
@ -282,7 +286,7 @@ Burmese\ (Myanmar)=Burmai (Mianmar)
|
||||
Burn\ Bootloader=Bootloader \u00e9get\u00e9se
|
||||
|
||||
#: 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 \u00e9get\u00e9se I/O Alaplapra (ez eltarthat egy percig)...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
|
||||
CRC\ doesn't\ match.\ File\ is\ corrupted.=CRC nem egyezik. A f\u00e1jl s\u00e9r\u00fclt.
|
||||
@ -303,10 +307,10 @@ Canadian\ French=Kanadai francia
|
||||
Cancel=M\u00e9gse
|
||||
|
||||
#: Sketch.java:455
|
||||
!Cannot\ Rename=
|
||||
Cannot\ Rename=Nem lehet \u00c1tnevezni
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
!Cannot\ specify\ any\ sketch\ files=
|
||||
Cannot\ specify\ any\ sketch\ files=Nem lehet meghat\u00e1rozni egyetlen v\u00e1zlat f\u00e1jlt sem
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Carriage\ return=Soremel\u00e9s
|
||||
@ -330,16 +334,22 @@ Chinese\ (Taiwan)\ (Big5)=K\u00ednai (Tajvan) (Big5)
|
||||
!Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
!Close=
|
||||
Close=Bez\u00e1r\u00e1s
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
Compiler\ warnings\:\ =Ford\u00edt\u00f3program figyelmeztet\u00e9sek\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
Compiling\ sketch...=V\u00e1zlat ford\u00edt\u00e1sa...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=M\u00e1sol\u00e1s
|
||||
@ -348,61 +358,61 @@ Copy=M\u00e1sol\u00e1s
|
||||
Copy\ as\ HTML=M\u00e1sol\u00e1s HTML-k\u00e9nt
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:455
|
||||
!Copy\ error\ messages=
|
||||
Copy\ error\ messages=Hiba\u00fczenetek m\u00e1sol\u00e1sa
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
!Copy\ for\ Forum=
|
||||
Copy\ for\ Forum=M\u00e1sol\u00e1s F\u00f3rumra
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
!Could\ not\ add\ ''{0}''\ to\ the\ sketch.=
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=Nem siker\u00fclt hozz\u00e1adni ''{0}''-t a v\u00e1zlathoz.
|
||||
|
||||
#: Editor.java:2188
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=Nem m\u00e1solhat\u00f3 a megfelel\u0151 helyre.
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=Nem siker\u00fclt m\u00e1solni a megfelel\u0151 helyre.
|
||||
|
||||
#: Editor.java:2179
|
||||
Could\ not\ create\ the\ sketch\ folder.=A v\u00e1zlat mappa nem hozhat\u00f3 l\u00e9tre.
|
||||
Could\ not\ create\ the\ sketch\ folder.=Nem siker\u00fclt l\u00e9trehozni a v\u00e1zlat mapp\u00e1t.
|
||||
|
||||
#: Editor.java:2206
|
||||
Could\ not\ create\ the\ sketch.=A v\u00e1zlat nem hozhat\u00f3 l\u00e9tre.
|
||||
Could\ not\ create\ the\ sketch.=Nem siker\u00fclt l\u00e9trehozni a v\u00e1zlatot.
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
!Could\ not\ delete\ "{0}".=
|
||||
Could\ not\ delete\ "{0}".=Nem siker\u00fclt t\u00f6r\u00f6lni "{0}"-t.
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
!Could\ not\ delete\ the\ existing\ ''{0}''\ file.=
|
||||
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=Nem siker\u00fclt t\u00f6r\u00f6lni a l\u00e9tez\u0151 ''{0}'' f\u00e1jlt.
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
Could\ not\ delete\ {0}=Nem t\u00f6r\u00f6lhet\u0151\: {0}
|
||||
Could\ not\ delete\ {0}=Nem siker\u00fclt t\u00f6r\u00f6lni\: {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?=Nem siker\u00fclt megtal\u00e1lni a boards.txt-t ebben\: {0}. 1.5 el\u0151tti?
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
|
||||
#, java-format
|
||||
!Could\ not\ find\ tool\ {0}=
|
||||
Could\ not\ find\ tool\ {0}=Nem siker\u00fclt megtal\u00e1lni a(z) {0} eszk\u00f6zt
|
||||
|
||||
#: ../../../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}=Nem siker\u00fclt megtal\u00e1lni a(z) {0} eszk\u00f6zt a(z) {1} csomagb\u00f3l
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ URL\n{0}=Nem nyithat\u00f3 meg az URL\:\\n{0}
|
||||
Could\ not\ open\ the\ URL\n{0}=Nem siker\u00fclt megnyitni az URL-t\:\n{0}
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ folder\n{0}=Nem nyithat\u00f3 meg a mappa\:\\n{0}
|
||||
Could\ not\ open\ the\ folder\n{0}=Nem siker\u00fclt megnyitni a mapp\u00e1t\:\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=
|
||||
Could\ not\ re-save\ sketch=Nem siker\u00fclt \u00fajra-menteni v\u00e1zlatot
|
||||
|
||||
#: Theme.java:52
|
||||
!Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
|
||||
@ -416,29 +426,29 @@ Could\ not\ remove\ old\ version\ of\ {0}=Nem t\u00f6r\u00f6lhet\u0151 a {0} r\u
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
!Could\ not\ rename\ "{0}"\ to\ "{1}"=
|
||||
Could\ not\ rename\ "{0}"\ to\ "{1}"=Nem siker\u00fclt \u00e1tnevezni a(z) "{0}"-t erre\: "{1}"
|
||||
|
||||
#: Sketch.java:475
|
||||
!Could\ not\ rename\ the\ sketch.\ (0)=
|
||||
Could\ not\ rename\ the\ sketch.\ (0)=Nem siker\u00fclt \u00e1tnevezni a v\u00e1zlatot. (0)
|
||||
|
||||
#: Sketch.java:496
|
||||
!Could\ not\ rename\ the\ sketch.\ (1)=
|
||||
Could\ not\ rename\ the\ sketch.\ (1)=Nem siker\u00fclt \u00e1tnevezni a v\u00e1zlatot. (1)
|
||||
|
||||
#: Sketch.java:503
|
||||
!Could\ not\ rename\ the\ sketch.\ (2)=
|
||||
Could\ not\ rename\ the\ sketch.\ (2)=Nem siker\u00fclt \u00e1tnevezni a v\u00e1zlatot. (2)
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Nem cser\u00e9lhet\u0151\: {0}
|
||||
Could\ not\ replace\ {0}=Nem siker\u00fclt lecser\u00e9lni\: {0}
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
Couldn't\ archive\ sketch=Nem siker\u00fclt archiv\u00e1lni v\u00e1zlatot
|
||||
|
||||
#: Sketch.java:1647
|
||||
!Couldn't\ determine\ program\ size\:\ {0}=
|
||||
Couldn't\ determine\ program\ size\:\ {0}=Nem siker\u00fclt meghat\u00e1rozni program m\u00e9retet\: {0}
|
||||
|
||||
#: Sketch.java:616
|
||||
!Couldn't\ do\ it=
|
||||
Couldn't\ do\ it=Nem siker\u00fclt megcsin\u00e1lni
|
||||
|
||||
#: 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,8 +465,14 @@ Czech\ (Czech\ Republic)=Cseh (Cseh K\u00f6zt\u00e1rsas\u00e1g)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=D\u00e1n (D\u00e1nia)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
Decrease\ Indent=Beh\u00faz\u00e1s Cs\u00f6kkent\u00e9se
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Alap\u00e9rtelmezett
|
||||
@ -464,47 +480,53 @@ Default=Alap\u00e9rtelmezett
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=T\u00f6rl\u00e9s
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Eszk\u00f6z nem v\u00e1laszol\: tal\u00e1n hib\u00e1s port lett kiv\u00e1lasztva, vagy a panel \u00fajraind\u00edt\u00e1sa sz\u00fcks\u00e9ges export\u00e1l\u00e1s el\u0151tt
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Az \u00f6sszes v\u00e1ltoz\u00e1s elvet\u00e9se \u00e9s v\u00e1zlat \u00fajrat\u00f6lt\u00e9se?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
Display\ line\ numbers=Sor sz\u00e1mok megjelen\u00edt\u00e9se
|
||||
|
||||
#: ../../../../../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=Ne Mentse
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
Done\ Saving.=Ment\u00e9s k\u00e9sz.
|
||||
|
||||
#: Editor.java:2510
|
||||
!Done\ burning\ bootloader.=
|
||||
Done\ burning\ bootloader.=Bootloader \u00e9get\u00e9se k\u00e9sz.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:507
|
||||
#: ../../../processing/app/BaseNoGui.java:552
|
||||
!Done\ compiling=
|
||||
Done\ compiling=Ford\u00edt\u00e1s k\u00e9sz
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
!Done\ compiling.=
|
||||
Done\ compiling.=Ford\u00edt\u00e1s k\u00e9sz.
|
||||
|
||||
#: Editor.java:2564
|
||||
!Done\ printing.=
|
||||
Done\ printing.=Nyomtat\u00e1s k\u00e9sz.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:514
|
||||
!Done\ uploading=
|
||||
Done\ uploading=Fel\u00f6lt\u00e9s k\u00e9sz
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
!Done\ uploading.=
|
||||
Done\ uploading.=Fel\u00f6lt\u00e9s k\u00e9sz.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
!Downloaded\ {0}kb\ of\ {1}kb.=
|
||||
Downloaded\ {0}kb\ of\ {1}kb.=Let\u00f6ltve {0}kb ebb\u0151l\: {1}kb.
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
|
||||
!Downloading\ boards\ definitions.=
|
||||
@ -514,14 +536,14 @@ Done\ Saving.=Ment\u00e9s k\u00e9sz.
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
|
||||
#, java-format
|
||||
!Downloading\ library\:\ {0}=
|
||||
Downloading\ library\:\ {0}=K\u00f6nyvt\u00e1r let\u00f6lt\u00e9se\: {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
|
||||
!Downloading\ platforms\ index...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
|
||||
#, java-format
|
||||
!Downloading\ tools\ ({0}/{1}).=
|
||||
Downloading\ tools\ ({0}/{1}).=Eszk\u00f6z\u00f6k let\u00f6lt\u00e9se ({0}/{1}).
|
||||
|
||||
#: Preferences.java:91
|
||||
Dutch=Holland
|
||||
@ -530,7 +552,7 @@ Dutch=Holland
|
||||
Dutch\ (Netherlands)=Holland (Hollandia)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
!Edison\ Help=
|
||||
Edison\ Help=Edison S\u00fag\u00f3
|
||||
|
||||
#: Editor.java:1130
|
||||
Edit=Szerkeszt\u00e9s
|
||||
@ -566,14 +588,14 @@ Environment=K\u00f6rnyezet
|
||||
Error=Hiba
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
!Error\ adding\ file=
|
||||
Error\ adding\ file=Hiba f\u00e1jl hozz\u00e1ad\u00e1sakor
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
Error\ compiling.=Hiba a ford\u00edt\u00e1s sor\u00e1n.
|
||||
Error\ compiling.=Hiba ford\u00edt\u00e1skor.
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
|
||||
#, java-format
|
||||
!Error\ downloading\ {0}=
|
||||
Error\ downloading\ {0}=Hiba a(z) {0} let\u00f6lt\u00e9sekor
|
||||
|
||||
#: Base.java:1674
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=Hiba az Arduino data k\u00f6nyvt\u00e1r el\u00e9r\u00e9sekor.
|
||||
@ -586,7 +608,7 @@ Error\ getting\ the\ Arduino\ data\ folder.=Hiba az Arduino data k\u00f6nyvt\u00
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
#, java-format
|
||||
!Error\ loading\ {0}=
|
||||
Error\ loading\ {0}=Hiba a(z) {0} bet\u00f6lt\u00e9sekor
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
@ -626,7 +648,7 @@ Error\ while\ burning\ bootloader.=Hiba a bootloader \u00e9get\u00e9se k\u00f6zb
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
!Error\ while\ loading\ code\ {0}=
|
||||
Error\ while\ loading\ code\ {0}=Hiba a(z) {0} k\u00f3d bet\u00f6lt\u00e9sekor
|
||||
|
||||
#: Editor.java:2567
|
||||
Error\ while\ printing.=Hiba a nyomtat\u00e1s k\u00f6zben.
|
||||
@ -636,11 +658,11 @@ Error\ while\ printing.=Hiba a nyomtat\u00e1s k\u00f6zben.
|
||||
!Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
!Error\ while\ uploading=
|
||||
Error\ while\ uploading=Hiba felt\u00f6lt\u00e9skor
|
||||
|
||||
#: ../../../processing/app/Editor.java:2409
|
||||
#: ../../../processing/app/Editor.java:2449
|
||||
!Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=
|
||||
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Hiba felt\u00f6lt\u00e9skor\: hi\u00e1nyz\u00f3 '{0}' konfigur\u00e1ci\u00f3s param\u00e9ter
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:506
|
||||
#: ../../../processing/app/BaseNoGui.java:551
|
||||
@ -660,10 +682,10 @@ Estonian\ (Estonia)=\u00c9szt (\u00c9sztorsz\u00e1g)
|
||||
Examples=P\u00e9ld\u00e1k
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1244
|
||||
!Examples\ from\ Custom\ Libraries=
|
||||
Examples\ from\ Custom\ Libraries=P\u00e9ld\u00e1k Egy\u00e9ni K\u00f6nyvt\u00e1rakb\u00f3l
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1222
|
||||
!Examples\ from\ Libraries=
|
||||
Examples\ from\ Libraries=P\u00e9ld\u00e1k K\u00f6nyvt\u00e1rakb\u00f3l
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:753
|
||||
!Export\ canceled,\ changes\ must\ first\ be\ saved.=
|
||||
@ -673,7 +695,7 @@ Examples=P\u00e9ld\u00e1k
|
||||
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
!Failed\ to\ open\ sketch\:\ "{0}"=
|
||||
Failed\ to\ open\ sketch\:\ "{0}"=Nem siker\u00fclt megnyitni v\u00e1zlatot\: "{0}"
|
||||
|
||||
#: Editor.java:491
|
||||
File=F\u00e1jl
|
||||
@ -707,7 +729,7 @@ Finnish=Finn
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
!Fix\ Encoding\ &\ Reload=
|
||||
Fix\ Encoding\ &\ Reload=K\u00f3dol\u00e1s Jav\u00edt\u00e1sa & \u00dajrat\u00f6lt\u00e9s
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:318
|
||||
!For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=
|
||||
@ -729,7 +751,7 @@ Galician=Gal\u00edciai
|
||||
Galician\ (Spain)=Gal\u00edciai (Spanyolorsz\u00e1g)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1288
|
||||
!Galileo\ Help=
|
||||
Galileo\ Help=Galileo S\u00fag\u00f3
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
Georgian=Gr\u00faz
|
||||
@ -749,10 +771,10 @@ German=N\u00e9met
|
||||
!Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
|
||||
!Go\ to\ line=
|
||||
Go\ to\ line=Ugr\u00e1s a sorhoz
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1460
|
||||
!Go\ to\ line...=
|
||||
Go\ to\ line...=Ugr\u00e1s a sorhoz...
|
||||
|
||||
#: Preferences.java:98
|
||||
Greek=G\u00f6r\u00f6g
|
||||
@ -767,7 +789,7 @@ Help=S\u00fag\u00f3
|
||||
Hindi=Hindi
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
!Host\ name\:=
|
||||
Host\ name\:=Hosztn\u00e9v\:
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Mi lenne, ha menten\u00e9 a v\u00e1zlatot, \nmiel\u0151tt megpr\u00f3b\u00e1lja \u00e1tnevezni?
|
||||
@ -795,16 +817,16 @@ Ignoring\ sketch\ with\ bad\ name=Hib\u00e1s nev\u0171 v\u00e1zlat kihagy\u00e1s
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
!Incorrect\ IDE\ installation\ folder=
|
||||
Incorrect\ IDE\ installation\ folder=Helytelen IDE telep\u00edt\u00e9si mappa
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
!Increase\ Indent=
|
||||
Increase\ Indent=Beh\u00faz\u00e1s N\u00f6vel\u00e9se
|
||||
|
||||
#: Preferences.java:101
|
||||
Indonesian=Indon\u00e9z
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
!Initializing\ packages...=
|
||||
Initializing\ packages...=Csomagok inicializ\u00e1l\u00e1sa...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
|
||||
@ -821,15 +843,15 @@ Installation\ completed\!=Telep\u00edt\u00e9s befejez\u0151d\u00f6tt\!
|
||||
Installed=Telep\u00edtve
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
Installing\ boards...=Alaplapok telep\u00edt\u00e9se...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
Installing\ library\:\ {0}=K\u00f6nyvt\u00e1r telep\u00edt\u00e9se\: {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
!Installing\ tools\ ({0}/{1})...=
|
||||
Installing\ tools\ ({0}/{1})...=Eszk\u00f6z\u00f6k telep\u00edt\u00e9se ({0}/{1})...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
|
||||
@ -861,21 +883,21 @@ Library\ Manager=K\u00f6nyvt\u00e1r kezel\u0151
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
Line\ number\:=Sor sz\u00e1m\:
|
||||
|
||||
#: Preferences.java:106
|
||||
Lithuaninan=Litv\u00e1n
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
Loading\ configuration...=Konfigur\u00e1ci\u00f3 bet\u00f6lt\u00e9se...
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
#, java-format
|
||||
@ -901,7 +923,7 @@ Message=\u00dczenet
|
||||
!Missing\ '{0}'\ from\ library\ in\ {1}=
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
!Mode\ not\ supported=
|
||||
Mode\ not\ supported=M\u00f3d nem t\u00e1mogatott
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
|
||||
More=Tov\u00e1bbiak
|
||||
@ -962,7 +984,7 @@ No=Nem
|
||||
!No\ command\ line\ parameters\ found=
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:200
|
||||
!No\ compiled\ sketch\ found=
|
||||
No\ compiled\ sketch\ found=Nem tal\u00e1lhat\u00f3 ford\u00edtott v\u00e1zlat
|
||||
|
||||
#: Editor.java:373
|
||||
!No\ files\ were\ added\ to\ the\ sketch.=
|
||||
@ -971,10 +993,10 @@ No=Nem
|
||||
!No\ launcher\ available=
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
!No\ line\ ending=
|
||||
No\ line\ ending=Nincs sorv\u00e9g
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
!No\ parameters=
|
||||
No\ parameters=Nincsenek param\u00e9terek
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
No\ proxy=Nincs proxy
|
||||
@ -1014,40 +1036,46 @@ Norwegian\ Bokm\u00e5l=Norv\u00e9g
|
||||
OK=OK
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
!One\ file\ added\ to\ the\ sketch.=
|
||||
One\ file\ added\ to\ the\ sketch.=Egy f\u00e1jl hozz\u00e1adva a v\u00e1zlathoz.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
!Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=
|
||||
Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=Csak --verify, --upload vagy --get-pref t\u00e1mogatott
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
!Open=
|
||||
Open=Megnyit\u00e1s
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
!Open\ Recent=
|
||||
Open\ Recent=Leg\u00fajabb Megnyit\u00e1sa
|
||||
|
||||
#: Editor.java:2688
|
||||
!Open\ URL=
|
||||
Open\ URL=URL Megnyit\u00e1sa
|
||||
|
||||
#: Base.java:636
|
||||
Open\ an\ Arduino\ sketch...=Arduino v\u00e1zlat megnyit\u00e1sa...
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Megnyit...
|
||||
Open...=Megnyit\u00e1s...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
Password\:=Jelsz\u00f3\:
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
!Paste=
|
||||
Paste=Beilleszt\u00e9s
|
||||
|
||||
#: Preferences.java:109
|
||||
Persian=Perzsa
|
||||
|
||||
#: ../../../processing/app/Preferences.java:161
|
||||
!Persian\ (Iran)=
|
||||
Persian\ (Iran)=Perzsa (Ir\u00e1n)
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:79
|
||||
#, java-format
|
||||
@ -1073,40 +1101,40 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
Polish=Lengyel
|
||||
|
||||
#: ../../../processing/app/Editor.java:718
|
||||
!Port=
|
||||
Port=Port
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
Port\ number\:=Port sz\u00e1m\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
!Portugese=
|
||||
Portugese=Portug\u00e1l
|
||||
|
||||
#: ../../../processing/app/Preferences.java:127
|
||||
!Portuguese\ (Brazil)=
|
||||
Portuguese\ (Brazil)=Portug\u00e1l (Braz\u00edlia)
|
||||
|
||||
#: ../../../processing/app/Preferences.java:128
|
||||
!Portuguese\ (Portugal)=
|
||||
Portuguese\ (Portugal)=Portug\u00e1l (Portug\u00e1lia)
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
Preferences=Be\u00e1ll\u00edt\u00e1sok
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
!Preparing\ boards...=
|
||||
Preparing\ boards...=Alaplapok el\u0151k\u00e9sz\u00edt\u00e9se...
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
!Previous=
|
||||
Previous=El\u0151z\u0151
|
||||
|
||||
#: EditorHeader.java:326
|
||||
Previous\ Tab=El\u0151z\u0151 f\u00fcl
|
||||
|
||||
#: Editor.java:571
|
||||
!Print=
|
||||
Print=Nyomtat\u00e1s
|
||||
|
||||
#: Editor.java:2571
|
||||
!Printing\ canceled.=
|
||||
Printing\ canceled.=Nyomtat\u00e1s megszak\u00edtva.
|
||||
|
||||
#: Editor.java:2547
|
||||
!Printing...=
|
||||
Printing...=Nyomtat\u00e1s...
|
||||
|
||||
#: Base.java:1957
|
||||
Problem\ Opening\ Folder=Hiba a mappa megnyit\u00e1sakor
|
||||
@ -1133,14 +1161,14 @@ Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troublesh
|
||||
Problem\ with\ rename=Hiba az \u00e1tnevez\u00e9s sor\u00e1n
|
||||
|
||||
#: ../../../processing/app/I18n.java:86
|
||||
!Processor=
|
||||
Processor=Processzor
|
||||
|
||||
#: Editor.java:704
|
||||
!Programmer=
|
||||
Programmer=Programoz\u00f3
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
|
||||
#, java-format
|
||||
!Progress\ {0}=
|
||||
Progress\ {0}=Folyamat {0}
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
Quit=Kil\u00e9p\u00e9s
|
||||
@ -1148,6 +1176,9 @@ Quit=Kil\u00e9p\u00e9s
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1155,34 +1186,34 @@ Quit=Kil\u00e9p\u00e9s
|
||||
!Reference=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
Remove=Elt\u00e1vol\u00edt\u00e1s
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
Removing\ library\:\ {0}=K\u00f6nyvt\u00e1r elt\u00e1vol\u00edt\u00e1sa\: {0}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
!Removing...=
|
||||
Removing...=Elt\u00e1vol\u00edt\u00e1s...
|
||||
|
||||
#: EditorHeader.java:300
|
||||
Rename=\u00c1tnevez\u00e9s
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
!Replace=
|
||||
Replace=Lecser\u00e9l\u00e9s
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
!Replace\ &\ Find=
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
!Replace\ All=
|
||||
Replace\ All=\u00d6sszes Lecser\u00e9l\u00e9se
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
!Replace\ the\ existing\ version\ of\ {0}?=
|
||||
|
||||
#: FindReplace.java:81
|
||||
!Replace\ with\:=
|
||||
Replace\ with\:=Lecser\u00e9l\u00e9s ezzel\:
|
||||
|
||||
#: Preferences.java:113
|
||||
Romanian=Rom\u00e1n
|
||||
@ -1200,10 +1231,10 @@ Russian=Orosz
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
!Save=
|
||||
Save=Ment\u00e9s
|
||||
|
||||
#: Editor.java:537
|
||||
!Save\ As...=
|
||||
Save\ As...=Ment\u00e9s M\u00e1sk\u00e9nt...
|
||||
|
||||
#: Editor.java:2317
|
||||
Save\ Canceled.=Ment\u00e9s megszak\u00edtva.
|
||||
@ -1213,7 +1244,7 @@ Save\ Canceled.=Ment\u00e9s megszak\u00edtva.
|
||||
!Save\ changes\ to\ "{0}"?\ \ =
|
||||
|
||||
#: Sketch.java:825
|
||||
!Save\ sketch\ folder\ as...=
|
||||
Save\ sketch\ folder\ as...=V\u00e1zlat mappa ment\u00e9s mint...
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:425
|
||||
!Save\ when\ verifying\ or\ uploading=
|
||||
@ -1228,7 +1259,7 @@ Saving...=Ment\u00e9s...
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=V\u00e1lasszon (vagy hozzon l\u00e9tre) mapp\u00e1t a v\u00e1zlatoknak...
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
!Select\ All=
|
||||
Select\ All=\u00d6sszes Kiv\u00e1laszt\u00e1sa
|
||||
|
||||
#: Base.java:2636
|
||||
!Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=
|
||||
@ -1241,7 +1272,7 @@ Select\ new\ sketchbook\ location=V\u00e1lasszon \u00faj v\u00e1zlatf\u00fczet h
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
|
||||
!Select\ version=
|
||||
Select\ version=Verzi\u00f3 kiv\u00e1laszt\u00e1sa
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:146
|
||||
!Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=
|
||||
@ -1253,7 +1284,10 @@ Select\ new\ sketchbook\ location=V\u00e1lasszon \u00faj v\u00e1zlatf\u00fczet h
|
||||
!Selected\ library\ is\ not\ available=
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
Send=K\u00fcld\u00e9s
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
@ -1270,20 +1304,20 @@ Select\ new\ sketchbook\ location=V\u00e1lasszon \u00faj v\u00e1zlatf\u00fczet h
|
||||
!Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
!Serial\ ports=
|
||||
Serial\ ports=Soros portok
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:84
|
||||
#, java-format
|
||||
!Setting\ build\ path\ to\ {0}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
!Settings=
|
||||
Settings=Be\u00e1ll\u00edt\u00e1sok
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=Kimenetek be\u00e1ll\u00edt\u00e1sa
|
||||
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
Show\ Sketch\ Folder=V\u00e1zlat Mappa Mutat\u00e1sa
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:468
|
||||
!Show\ verbose\ output\ during\ compilation=
|
||||
@ -1291,11 +1325,14 @@ Settings\ issues=Kimenetek be\u00e1ll\u00edt\u00e1sa
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Log mutat\u00e1sa\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
Sketch=V\u00e1zlat
|
||||
|
||||
#: Sketch.java:1754
|
||||
!Sketch\ Disappeared=
|
||||
Sketch\ Disappeared=A v\u00e1zlat elt\u0171nt
|
||||
|
||||
#: Base.java:1411
|
||||
Sketch\ Does\ Not\ Exist=A v\u00e1zlat nem l\u00e9tezik
|
||||
@ -1304,10 +1341,10 @@ Sketch\ Does\ Not\ Exist=A v\u00e1zlat nem l\u00e9tezik
|
||||
Sketch\ is\ Read-Only=A v\u00e1zlat csak olvashat\u00f3
|
||||
|
||||
#: Sketch.java:294
|
||||
Sketch\ is\ Untitled=A v\u00e1zlat N\u00e9vtelen
|
||||
Sketch\ is\ Untitled=A v\u00e1zlat n\u00e9vtelen
|
||||
|
||||
#: Sketch.java:720
|
||||
!Sketch\ is\ read-only=
|
||||
Sketch\ is\ read-only=A v\u00e1zlat csak olvashat\u00f3
|
||||
|
||||
#: Sketch.java:1653
|
||||
!Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=
|
||||
@ -1317,7 +1354,7 @@ Sketch\ is\ Untitled=A v\u00e1zlat N\u00e9vtelen
|
||||
!Sketch\ uses\ {0}\ bytes\ ({2}%%)\ of\ program\ storage\ space.\ Maximum\ is\ {1}\ bytes.=
|
||||
|
||||
#: Editor.java:510
|
||||
!Sketchbook=
|
||||
Sketchbook=V\u00e1zlatf\u00fczet
|
||||
|
||||
#: Base.java:258
|
||||
Sketchbook\ folder\ disappeared=A v\u00e1zlatf\u00fczet mappa elt\u0171nt
|
||||
@ -1329,10 +1366,10 @@ Sketchbook\ location\:=V\u00e1zlatf\u00fczet helye\:
|
||||
!Sketchbook\ path\ not\ defined=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:185
|
||||
!Slovak=
|
||||
Slovak=Szlov\u00e1k
|
||||
|
||||
#: ../../../processing/app/Preferences.java:152
|
||||
!Slovenian=
|
||||
Slovenian=Szlov\u00e9n
|
||||
|
||||
#: 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.=N\u00e9h\u00e1ny f\u00e1jl "csak olvashat\u00f3"-nak van jel\u00f6lve, \u00edgy\n\u00fajra kell mentenie a v\u00e1zlatot m\u00e1sik helyre \u00e9s\n\u00fajrapr\u00f3b\u00e1lni.
|
||||
@ -1357,10 +1394,10 @@ Spanish=Spanyol
|
||||
Sunshine=Napf\u00e9ny
|
||||
|
||||
#: ../../../processing/app/Preferences.java:153
|
||||
!Swedish=
|
||||
Swedish=Sv\u00e9d
|
||||
|
||||
#: Preferences.java:84
|
||||
!System\ Default=
|
||||
System\ Default=Rendszer Alap\u00e9rtelmezett
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:188
|
||||
!Talossan=
|
||||
@ -1372,7 +1409,7 @@ Tamil=Tamil
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=A 'BYTE' kulcssz\u00f3 nem t\u00e1mogatott.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
!The\ --upload\ option\ supports\ only\ one\ file\ at\ a\ time=
|
||||
The\ --upload\ option\ supports\ only\ one\ file\ at\ a\ time=Az --upload opci\u00f3 egyszerre csak egy f\u00e1jlt t\u00e1mogat
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=A Client oszt\u00e1ly \u00faj neve\: EthernetClient
|
||||
@ -1432,25 +1469,28 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Itt az id\u0151 sz\u00fcnetet tartani
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=A(z) {0} eszk\u00f6z nem el\u00e9rhet\u0151 az oper\u00e1ci\u00f3s rendszeredre.
|
||||
|
||||
#: Editor.java:663
|
||||
!Tools=
|
||||
Tools=Eszk\u00f6z\u00f6k
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
|
||||
!Topic=
|
||||
Topic=T\u00e9ma
|
||||
|
||||
#: Editor.java:1070
|
||||
!Troubleshooting=
|
||||
Troubleshooting=Hibaelh\u00e1r\u00edt\u00e1s
|
||||
|
||||
#: ../../../processing/app/Preferences.java:117
|
||||
!Turkish=
|
||||
Turkish=T\u00f6r\u00f6k
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
|
||||
!Type=
|
||||
Type=T\u00edpus
|
||||
|
||||
#: ../../../processing/app/Editor.java:2507
|
||||
!Type\ board\ password\ to\ access\ its\ console=
|
||||
@ -1459,7 +1499,7 @@ Time\ for\ a\ Break=Itt az id\u0151 sz\u00fcnetet tartani
|
||||
!Type\ board\ password\ to\ upload\ a\ new\ sketch=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
!Ukrainian=
|
||||
Ukrainian=Ukr\u00e1n
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
@ -1485,8 +1525,11 @@ Time\ for\ a\ Break=Itt az id\u0151 sz\u00fcnetet tartani
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
Undo=Visszavon\u00e1s
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:85
|
||||
#, java-format
|
||||
@ -1501,10 +1544,10 @@ Time\ for\ a\ Break=Itt az id\u0151 sz\u00fcnetet tartani
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
!Updatable=
|
||||
Updatable=Friss\u00edthet\u0151
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
!Update=
|
||||
Update=Friss\u00edt\u00e9s
|
||||
|
||||
#: Preferences.java:428
|
||||
Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=V\u00e1zlat f\u00e1jlok friss\u00edt\u00e9s \u00faj kiterjeszt\u00e9sre ment\u00e9sn\u00e9l (.pde -> .ino)
|
||||
@ -1513,22 +1556,22 @@ Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=V\u00e1zla
|
||||
!Updating\ list\ of\ installed\ libraries=
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
!Upload=
|
||||
Upload=Felt\u00f6lt\u00e9s
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
!Upload\ Using\ Programmer=
|
||||
Upload\ Using\ Programmer=Felt\u00f6lt\u00e9s Programoz\u00f3t Haszn\u00e1lva
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
!Upload\ canceled.=
|
||||
Upload\ canceled.=Felt\u00f6lt\u00e9s megszak\u00edtva.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1678
|
||||
!Upload\ cancelled=
|
||||
Upload\ cancelled=Felt\u00f6lt\u00e9s megszak\u00edtva
|
||||
|
||||
#: Editor.java:2378
|
||||
!Uploading\ to\ I/O\ Board...=
|
||||
Uploading\ to\ I/O\ Board...=Felt\u00f6lt\u00e9s I/O Alaplapra...
|
||||
|
||||
#: Sketch.java:1622
|
||||
!Uploading...=
|
||||
Uploading...=Felt\u00f6lt\u00e9s...
|
||||
|
||||
#: Editor.java:1269
|
||||
!Use\ Selection\ For\ Find=
|
||||
@ -1538,7 +1581,7 @@ Use\ external\ editor=K\u00fcls\u0151 szerkeszt\u0151 haszn\u00e1lata
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
!Username\:=
|
||||
Username\:=Felhaszn\u00e1l\u00f3n\u00e9v\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
@ -1553,7 +1596,7 @@ Use\ external\ editor=K\u00fcls\u0151 szerkeszt\u0151 haszn\u00e1lata
|
||||
!Using\ previously\ compiled\ file\:\ {0}=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
!Verify=
|
||||
Verify=Ellen\u0151rz\u00e9s
|
||||
|
||||
#: Preferences.java:400
|
||||
Verify\ code\ after\ upload=K\u00f3d ellen\u0151rz\u00e9s felt\u00f6lt\u00e9s ut\u00e1n
|
||||
@ -1562,30 +1605,30 @@ Verify\ code\ after\ upload=K\u00f3d ellen\u0151rz\u00e9s felt\u00f6lt\u00e9s ut
|
||||
!Verify/Compile=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
!Verifying\ and\ uploading...=
|
||||
Verifying\ and\ uploading...=Ellen\u0151rz\u00e9s \u00e9s felt\u00f6lt\u00e9s...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
|
||||
!Verifying\ archive\ integrity...=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:454
|
||||
!Verifying...=
|
||||
Verifying...=Ellen\u0151rz\u00e9s
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
|
||||
#, java-format
|
||||
!Version\ <b>{0}</b>=
|
||||
Version\ <b>{0}</b>=Verzi\u00f3 <b>{0}</b>
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
|
||||
!Version\ unknown=
|
||||
Version\ unknown=Verzi\u00f3 ismeretlen
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
|
||||
#, java-format
|
||||
!Version\ {0}=
|
||||
Version\ {0}=Verzi\u00f3 {0}
|
||||
|
||||
#: ../../../processing/app/Preferences.java:154
|
||||
!Vietnamese=
|
||||
Vietnamese=Vietnami
|
||||
|
||||
#: Editor.java:1105
|
||||
!Visit\ Arduino.cc=
|
||||
Visit\ Arduino.cc=Arduino.cc megl\u00e1togat\u00e1sa
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:90
|
||||
#, java-format
|
||||
@ -1627,12 +1670,8 @@ Warning=Figyelmeztet\u00e9s
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
Western\ Frisian=Nyugati-Fr\u00edz
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=A Wire.receive() \u00faj neve\: Wire.read().
|
||||
@ -1647,7 +1686,7 @@ Wire.send()\ has\ been\ renamed\ Wire.write().=A Wire.send() \u00faj neve\: Wire
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=Nem megfelel\u0151 mikrokontroller lett kiv\u00e1lasztva. Pontos\u00edtani az Eszk\u00f6z\u00f6k > Alappanelek men\u00fcben lehet.
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
!Yes=
|
||||
Yes=Igen
|
||||
|
||||
#: Sketch.java:1074
|
||||
!You\ can't\ fool\ me=
|
||||
@ -1668,13 +1707,13 @@ Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the
|
||||
!You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=
|
||||
|
||||
#: Base.java:1888
|
||||
You\ forgot\ your\ sketchbook=Felejtse el a v\u00e1zlatf\u00fczet\u00e9t
|
||||
You\ forgot\ your\ sketchbook=Elfelejtetted a v\u00e1zlatf\u00fczeted
|
||||
|
||||
#: ../../../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?=Meghaladta a napi korl\u00e1tot az \u00faj v\u00e1zlatok automatikus\nn\u00e9vad\u00e1s\u00e1hoz. Mi lenne, ha ink\u00e1bb s\u00e9t\u00e1lna egyet?
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=Meghaladtad a napi korl\u00e1tot az \u00faj v\u00e1zlatok automatikus\nn\u00e9vad\u00e1s\u00e1hoz. Mi lenne, ha ink\u00e1bb s\u00e9t\u00e1ln\u00e1l egyet?
|
||||
|
||||
#: ../../../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.=
|
||||
@ -1721,10 +1760,10 @@ You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day
|
||||
baud=baud
|
||||
|
||||
#: Preferences.java:389
|
||||
compilation\ =ford\u00edt\u00e1skor
|
||||
compilation\ =ford\u00edt\u00e1s
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:111
|
||||
!connected\!=
|
||||
connected\!=csatlakoztatva\!
|
||||
|
||||
#: Sketch.java:540
|
||||
!createNewFile()\ returned\ false=
|
||||
@ -1733,20 +1772,20 @@ compilation\ =ford\u00edt\u00e1skor
|
||||
!enabled\ in\ File\ >\ Preferences.=
|
||||
|
||||
#: ../../../../../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=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}=hib\u00e1s fontm\u00e9ret kihagy\u00e1sa\: {0}
|
||||
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
name\ is\ null=a n\u00e9v nulla
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
@ -1757,18 +1796,18 @@ the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ co
|
||||
|
||||
#: ../../../processing/app/Base.java:389
|
||||
#, java-format
|
||||
!unknown\ option\:\ {0}=
|
||||
unknown\ option\:\ {0}=ismeretlen opci\u00f3\: {0}
|
||||
|
||||
#: Preferences.java:391
|
||||
upload=felt\u00f6lt\u00e9skor
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
|
||||
#, java-format
|
||||
!version\ <b>{0}</b>=
|
||||
version\ <b>{0}</b>=verzi\u00f3 <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
|
||||
@ -1785,7 +1824,7 @@ upload=felt\u00f6lt\u00e9skor
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1201
|
||||
#, java-format
|
||||
!{0}\ libraries=
|
||||
{0}\ libraries={0} k\u00f6nyvt\u00e1r
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:76
|
||||
#, java-format
|
||||
@ -1825,12 +1864,12 @@ upload=felt\u00f6lt\u00e9skor
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
{0}\:\ Unknown\ architecture={0}\: Ismeretlen architekt\u00fara
|
||||
|
||||
#: ../../../processing/app/Base.java:491
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ board=
|
||||
{0}\:\ Unknown\ board={0}\: Ismeretlen alaplap
|
||||
|
||||
#: ../../../processing/app/Base.java:481
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ package=
|
||||
{0}\:\ Unknown\ package={0}\: Ismeretlen csomag
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# zepyur <jrvezh@yahoo.com>, 2012
|
||||
# Levon <deimusmeister@gmail.com>, 2015
|
||||
msgid ""
|
||||
@ -16,7 +17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Armenian (http://www.transifex.com/mbanzi/arduino-ide-15/language/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Գծանկարի արխիվացումը չեղարկվել է, քանի որ\nգծանկարը հնարավոր չէր ճիշտ պահել"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Արդուինո ARM (32-bit) հարթակները"
|
||||
@ -474,6 +479,10 @@ msgstr "Փակել"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Մեկնաբանել/Մեկնաբանությունը չեղարկել"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Կոմպիլիացիայի նախազգուշացումներ:"
|
||||
@ -482,6 +491,10 @@ msgstr "Կոմպիլիացիայի նախազգուշացումներ:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Գծանկարը կոմպիլիացվում է..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Պատճենել"
|
||||
@ -643,6 +656,14 @@ msgstr "Չեխերեն (Չեխիա)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Դանիերեն (Դանիա)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Փոքրացնել տարածությունը"
|
||||
@ -655,6 +676,10 @@ msgstr "Լռելյայն"
|
||||
msgid "Delete"
|
||||
msgstr "Ջնջէլ"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr "Սարքը չի արձագանքում, ստուգեք արդյոք ճի
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Չեղարկել բոլոր փոփոխությունները եւ վերբեռնել գծագիրը?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Ցուցադրել տողերի համարները"
|
||||
@ -1192,9 +1221,9 @@ msgstr "Գրադարանի կառավարիչ"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Գրադարանը ավելացվեց ձեր գրադարանին. Ստուգեք \"Ներառել գրադարան\" մենյուն"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Գրադարանը չի կարող օգտագործել 'src' և 'utility' պանակները:"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1422,10 +1451,18 @@ msgstr "Բացել Արդուինոի գծագիր..."
|
||||
msgid "Open..."
|
||||
msgstr "Բացել․․․"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Էջի կարգավորում"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Գաղտնաբառ:"
|
||||
@ -1575,6 +1612,10 @@ msgstr "Լքել"
|
||||
msgid "RETIRED"
|
||||
msgstr "RETIRED"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Վերադարձնել"
|
||||
@ -1715,6 +1756,10 @@ msgstr "Նշված գրադարանը հասանելի չէ"
|
||||
msgid "Send"
|
||||
msgstr "Ուղարկել"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Սերիալ Մոնիտոր"
|
||||
@ -1766,6 +1811,10 @@ msgstr "Ցույց տալ բազմակի արտահանումը կոմպիլիա
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Ցույց տալ բազմակի արտահանումը ընթացքում:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Գծագիր"
|
||||
@ -1998,6 +2047,10 @@ msgstr "Այս զեկույցը պետք է ավելի շատ տեղեկատվո
|
||||
msgid "Time for a Break"
|
||||
msgstr "Դադարի ժամանակն է"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr "Հնարավոր չէ բացել սերիալ արտապատկերիչը
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Arduino.cc-ը հասանելի չէ, հնարավոր ցանցային խնդիրների պատճառով:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Հետ շրջել"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Զգուշացում: platform.txt-ի '{0}' միջուկից բացակայում է {1} հատկությունը, օգտագործվում է {2} լռելյայն արժեքը:\nԻնիկատի ունեցեք թարմացնել այս միջուկը:"
|
||||
|
||||
#: ../../../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 "Զգուշացում: platform.txt-ի '{0}' միջուկից բացակայում է {1} հատկությունը, ավտոմատ վերագրվում է {2}:\nԻնիկատի ունեցեք թարմացնել այս միջուկը:"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Արեւմտյան Ֆրիզերեն"
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# zepyur <jrvezh@yahoo.com>, 2012
|
||||
# Levon <deimusmeister@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Armenian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hy/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hy\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Armenian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hy/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hy\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u057a\u0561\u0570\u0561\u0576\u057b\u057e\u0578\u0582\u0574 \u0567 \u0531\u0580\u0564\u0578\u0582\u056b\u0576\u0578\u056b \u057e\u0565\u0580\u0561\u0563\u0578\u0580\u056e\u0561\u0580\u056f\u0578\u0582\u0574)
|
||||
@ -149,6 +150,9 @@ Archive\ sketch\ canceled.=\u0533\u056e\u0561\u0576\u056f\u0561\u0580\u056b \u05
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0533\u056e\u0561\u0576\u056f\u0561\u0580\u056b \u0561\u0580\u056d\u056b\u057e\u0561\u0581\u0578\u0582\u0574\u0568 \u0579\u0565\u0572\u0561\u0580\u056f\u057e\u0565\u056c \u0567, \u0584\u0561\u0576\u056b \u0578\u0580\n\u0563\u056e\u0561\u0576\u056f\u0561\u0580\u0568 \u0570\u0576\u0561\u0580\u0561\u057e\u0578\u0580 \u0579\u0567\u0580 \u0573\u056b\u0577\u057f \u057a\u0561\u0570\u0565\u056c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u0531\u0580\u0564\u0578\u0582\u056b\u0576\u0578 ARM (32-bit) \u0570\u0561\u0580\u0569\u0561\u056f\u0576\u0565\u0580\u0568
|
||||
|
||||
@ -334,12 +338,18 @@ Close=\u0553\u0561\u056f\u0565\u056c
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u0544\u0565\u056f\u0576\u0561\u0562\u0561\u0576\u0565\u056c/\u0544\u0565\u056f\u0576\u0561\u0562\u0561\u0576\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568 \u0579\u0565\u0572\u0561\u0580\u056f\u0565\u056c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =\u053f\u0578\u0574\u057a\u056b\u056c\u056b\u0561\u0581\u056b\u0561\u0575\u056b \u0576\u0561\u056d\u0561\u0566\u0563\u0578\u0582\u0577\u0561\u0581\u0578\u0582\u0574\u0576\u0565\u0580\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u0533\u056e\u0561\u0576\u056f\u0561\u0580\u0568 \u056f\u0578\u0574\u057a\u056b\u056c\u056b\u0561\u0581\u057e\u0578\u0582\u0574 \u0567...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u054a\u0561\u057f\u0573\u0565\u0576\u0565\u056c
|
||||
|
||||
@ -454,6 +464,12 @@ Czech\ (Czech\ Republic)=\u0549\u0565\u056d\u0565\u0580\u0565\u0576 (\u0549\u056
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=\u0534\u0561\u0576\u056b\u0565\u0580\u0565\u0576 (\u0534\u0561\u0576\u056b\u0561)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u0553\u0578\u0584\u0580\u0561\u0581\u0576\u0565\u056c \u057f\u0561\u0580\u0561\u056e\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568
|
||||
|
||||
@ -463,12 +479,18 @@ Default=\u053c\u057c\u0565\u056c\u0575\u0561\u0575\u0576
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u054b\u0576\u057b\u0567\u056c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u054d\u0561\u0580\u0584\u0568 \u0579\u056b \u0561\u0580\u0571\u0561\u0563\u0561\u0576\u0584\u0578\u0582\u0574, \u057d\u057f\u0578\u0582\u0563\u0565\u0584 \u0561\u0580\u0564\u0575\u0578\u0584 \u0573\u056b\u0577\u057f \u057a\u0578\u0580\u057f\u0576 \u0567 \u0576\u0577\u057e\u0561\u056e \u056f\u0561\u0574 \u057e\u0565\u0580\u0561\u0563\u0578\u0580\u056e\u0561\u0580\u056f\u0565\u0584 \u0570\u0561\u0580\u0569\u0561\u056f\u0568 \u0561\u0580\u057f\u0561\u0570\u0561\u0576\u0565\u056c\u0578\u0582\u0581 \u0561\u057c\u0561\u057b
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u0549\u0565\u0572\u0561\u0580\u056f\u0565\u056c \u0562\u0578\u056c\u0578\u0580 \u0583\u0578\u0583\u0578\u056d\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580\u0568 \u0565\u0582 \u057e\u0565\u0580\u0562\u0565\u057c\u0576\u0565\u056c \u0563\u056e\u0561\u0563\u056b\u0580\u0568?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u0551\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056c \u057f\u0578\u0572\u0565\u0580\u056b \u0570\u0561\u0574\u0561\u0580\u0576\u0565\u0580\u0568
|
||||
|
||||
@ -860,8 +882,8 @@ Library\ Manager=\u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u056b \u056f\u
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568 \u0561\u057e\u0565\u056c\u0561\u0581\u057e\u0565\u0581 \u0571\u0565\u0580 \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u056b\u0576. \u054d\u057f\u0578\u0582\u0563\u0565\u0584 "\u0546\u0565\u0580\u0561\u057c\u0565\u056c \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576" \u0574\u0565\u0576\u0575\u0578\u0582\u0576
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=\u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568 \u0579\u056b \u056f\u0561\u0580\u0578\u0572 \u0585\u0563\u057f\u0561\u0563\u0578\u0580\u056e\u0565\u056c 'src' \u0587 'utility' \u057a\u0561\u0576\u0561\u056f\u0576\u0565\u0580\u0568\:
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=\u0532\u0561\u0581\u0565\u056c \u0531\u0580\u0564\u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0532\u0561\u0581\u0565\u056c\u2024\u2024\u2024
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u0537\u057b\u056b \u056f\u0561\u0580\u0563\u0561\u057e\u0578\u0580\u0578\u0582\u0574
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u0533\u0561\u0572\u057f\u0576\u0561\u0562\u0561\u057c\:
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=\u053c\u0584\u0565\u056c
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=RETIRED
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u054e\u0565\u0580\u0561\u0564\u0561\u0580\u0571\u0576\u0565\u056c
|
||||
|
||||
@ -1254,6 +1285,9 @@ Selected\ library\ is\ not\ available=\u0546\u0577\u057e\u0561\u056e \u0563\u058
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u0548\u0582\u0572\u0561\u0580\u056f\u0565\u056c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u054d\u0565\u0580\u056b\u0561\u056c \u0544\u0578\u0576\u056b\u057f\u0578\u0580
|
||||
|
||||
@ -1290,6 +1324,9 @@ Show\ verbose\ output\ during\ compilation=\u0551\u0578\u0582\u0575\u0581 \u057f
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0551\u0578\u0582\u0575\u0581 \u057f\u0561\u056c \u0562\u0561\u0566\u0574\u0561\u056f\u056b \u0561\u0580\u057f\u0561\u0570\u0561\u0576\u0578\u0582\u0574\u0568 \u0568\u0576\u0569\u0561\u0581\u0584\u0578\u0582\u0574\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0533\u056e\u0561\u0563\u056b\u0580
|
||||
|
||||
@ -1431,6 +1468,9 @@ This\ report\ would\ have\ more\ information\ with=\u0531\u0575\u057d \u0566\u05
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u0534\u0561\u0564\u0561\u0580\u056b \u056a\u0561\u0574\u0561\u0576\u0561\u056f\u0576 \u0567
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.={0} \u0563\u0578\u0580\u056e\u056b\u0584\u0568 \u0571\u0565\u0580 \u0585\u057a\u0565\u0580\u0561\u0581\u056b\u0578\u0576 \u0570\u0561\u0574\u0561\u056f\u0561\u0580\u0563\u056b \u0570\u0561\u0574\u0561\u0580 \u0570\u0561\u057d\u0561\u0576\u0565\u056c\u056b \u0579\u0567\:
|
||||
@ -1484,6 +1524,9 @@ Unable\ to\ open\ serial\ plotter=\u0540\u0576\u0561\u0580\u0561\u057e\u0578\u05
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Arduino.cc-\u0568 \u0570\u0561\u057d\u0561\u0576\u0565\u056c\u056b \u0579\u0567, \u0570\u0576\u0561\u0580\u0561\u057e\u0578\u0580 \u0581\u0561\u0576\u0581\u0561\u0575\u056b\u0576 \u056d\u0576\u0564\u056b\u0580\u0576\u0565\u0580\u056b \u057a\u0561\u057f\u0573\u0561\u057c\u0578\u057e\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u0540\u0565\u057f \u0577\u0580\u057b\u0565\u056c
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=\u0536\u0563\u0578\u0582\u0577\u0561\u0581\u0578\u0582\u0574\: platform.txt-\u056b '{0}' \u0574\u056b\u057b\u0578\u0582\u056f\u056b\u0581 \u0562\u0561\u0581\u0561\u056f\u0561\u0575\u0578\u0582\u0574 \u0567 {1} \u0570\u0561\u057f\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568, \u0585\u0563\u057f\u0561\u0563\u0578\u0580\u056e\u057e\u0578\u0582\u0574 \u0567 {2} \u056c\u057c\u0565\u056c\u0575\u0561\u0575\u0576 \u0561\u0580\u056a\u0565\u0584\u0568\:\n\u053b\u0576\u056b\u056f\u0561\u057f\u056b \u0578\u0582\u0576\u0565\u0581\u0565\u0584 \u0569\u0561\u0580\u0574\u0561\u0581\u0576\u0565\u056c \u0561\u0575\u057d \u0574\u056b\u057b\u0578\u0582\u056f\u0568\:
|
||||
|
||||
#: ../../../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.=\u0536\u0563\u0578\u0582\u0577\u0561\u0581\u0578\u0582\u0574\: platform.txt-\u056b '{0}' \u0574\u056b\u057b\u0578\u0582\u056f\u056b\u0581 \u0562\u0561\u0581\u0561\u056f\u0561\u0575\u0578\u0582\u0574 \u0567 {1} \u0570\u0561\u057f\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568, \u0561\u057e\u057f\u0578\u0574\u0561\u057f \u057e\u0565\u0580\u0561\u0563\u0580\u057e\u0578\u0582\u0574 \u0567 {2}\:\n\u053b\u0576\u056b\u056f\u0561\u057f\u056b \u0578\u0582\u0576\u0565\u0581\u0565\u0584 \u0569\u0561\u0580\u0574\u0561\u0581\u0576\u0565\u056c \u0561\u0575\u057d \u0574\u056b\u057b\u0578\u0582\u056f\u0568\:
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=\u0531\u0580\u0565\u0582\u0574\u057f\u0575\u0561\u0576 \u0556\u0580\u056b\u0566\u0565\u0580\u0565\u0576
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ade Malsasa Akbar <teknoloid@gmail.com>, 2013
|
||||
# Johannes Sutiktio <mitratrikarya@gmail.com>, 2015
|
||||
# Joshua Adiel Wijaya <ultima_aw@msn.com>, 2015
|
||||
@ -18,7 +19,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/mbanzi/arduino-ide-15/language/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Pengarsipan sketsa telah dibatalkan karena\nsketsa tidak bisa disimpan dengan baik."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Papan Arduino ARM (32-bits)"
|
||||
@ -476,6 +481,10 @@ msgstr "Tutup"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Komentar/Tidak komentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -484,6 +493,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Mengkompilasi sketsa..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Salin"
|
||||
@ -645,6 +658,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Menurunkan Indentasi"
|
||||
@ -657,6 +678,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Hapus"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr "Perangkat tidak merespon, cek port serial yang tepat dipilih atau RESET
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Buang semua perubahan dan muat ulang sketsa?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Tampilkan nomor baris"
|
||||
@ -1194,8 +1223,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1424,10 +1453,18 @@ msgstr "Buka sebuah sketsa Arduino"
|
||||
msgid "Open..."
|
||||
msgstr "Buka..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Password:"
|
||||
@ -1577,6 +1614,10 @@ msgstr "Keluar"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1717,6 +1758,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Kirim"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor Serial"
|
||||
@ -1768,6 +1813,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -2000,6 +2049,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2013-2015
|
||||
# Davide Velluto <davide.network@gmail.com>, 2012
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
@ -20,8 +21,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-11-03 13:51+0000\n"
|
||||
"Last-Translator: Michele Michielin <michele.michielin@gmail.com>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:17+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/mbanzi/arduino-ide-15/language/it_IT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -227,6 +228,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "L'archiviazione dello sketch è stata annullata perché\nnon sono riuscito a salvare correttamente lo sketch"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr "Arduino"
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Schede Arduino ARM (32-bits)"
|
||||
@ -478,6 +483,10 @@ msgstr "Chiudi"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Commenta / togli commento"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr "Comunicazione"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Warning del compilatore:"
|
||||
@ -486,6 +495,10 @@ msgstr "Warning del compilatore:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Sto compilando lo sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr "Contribuita"
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copia"
|
||||
@ -647,6 +660,14 @@ msgstr "Ceco (Repubblica Ceca)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danese (Danimarca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Diminuisci indentazione"
|
||||
@ -659,6 +680,10 @@ msgstr "Default"
|
||||
msgid "Delete"
|
||||
msgstr "Elimina"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -669,6 +694,10 @@ msgstr "Il dispositivo non risponde, controlla di aver selezionato la porta seri
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Scartare tutte le modifiche e ricaricare lo sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Visualizza i numeri di linea"
|
||||
@ -1196,9 +1225,9 @@ msgstr "Gestore librerie"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Libreria aggiunta alle tue librerie. Controlla il menù \"Inclusione librerie\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "La libreria non può usare sia la cartella 'src' che la cartella 'utility'."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "La libreria non può usare sia la cartella 'src' che la cartella 'utility'. Controlla {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1426,10 +1455,18 @@ msgstr "Apri uno sketch di Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Apri..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr "Altro"
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Imposta pagina..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Password:"
|
||||
@ -1579,6 +1616,10 @@ msgstr "Esci"
|
||||
msgid "RETIRED"
|
||||
msgstr "RITIRATI"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr "Raccomandato"
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Ripeti"
|
||||
@ -1719,6 +1760,10 @@ msgstr "La libreria selezionata non è disponibile"
|
||||
msgid "Send"
|
||||
msgstr "Invia"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr "Sensori"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor seriale"
|
||||
@ -1770,6 +1815,10 @@ msgstr "Mostra un output dettagliato durante la compilazione"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostra un output dettagliato durante:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -2002,6 +2051,10 @@ msgstr "Questo report potrebbe essere più ricco di informazioni con"
|
||||
msgid "Time for a Break"
|
||||
msgstr "E' ora di fare una pausa"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2071,6 +2124,10 @@ msgstr "Impossibile aprire il plotter seriale"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Impossibile connettersi ad Arduino.cc a causa di problemi di rete"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr "Senza categoria"
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Annulla"
|
||||
@ -2266,13 +2323,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Attenzione: in platform.txt del core '{0}' manca la proprietà '{1}', uso il valore di default '{2}'. Verifica la disponibilità di un aggiornamento per questo core."
|
||||
|
||||
#: ../../../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 "Attenzione: in platform.txt del core '{0}' manca la proprietà {1}, automaticamente impostata a {2}. Verifica la disponibilità di un aggiornamento di questo core."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Frisone occidentale"
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2013-2015
|
||||
# Davide Velluto <davide.network@gmail.com>, 2012
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
# Giovanni Spadaro <giovannispd@gmail.com>, 2012
|
||||
# Michele Michielin <michele.michielin@gmail.com>, 2012
|
||||
# Michele Michielin <michele.michielin@gmail.com>, 2013-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-11-03 13\:51+0000\nLast-Translator\: Michele Michielin <michele.michielin@gmail.com>\nLanguage-Team\: Italian (Italy) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/it_IT/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: it_IT\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:17+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Italian (Italy) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/it_IT/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: it_IT\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(richiede il riavvio di Arduino)
|
||||
@ -153,6 +154,9 @@ Archive\ sketch\ canceled.=Archiviazione sketch annullata
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'archiviazione dello sketch \u00e8 stata annullata perch\u00e9\nnon sono riuscito a salvare correttamente lo sketch
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
Arduino=Arduino
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Schede Arduino ARM (32-bits)
|
||||
|
||||
@ -338,12 +342,18 @@ Close=Chiudi
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Commenta / togli commento
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
Communication=Comunicazione
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Warning del compilatore\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Sto compilando lo sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
Contributed=Contribuita
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copia
|
||||
|
||||
@ -458,6 +468,12 @@ Czech\ (Czech\ Republic)=Ceco (Repubblica Ceca)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danese (Danimarca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Diminuisci indentazione
|
||||
|
||||
@ -467,12 +483,18 @@ Default=Default
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Elimina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Il dispositivo non risponde, controlla di aver selezionato la porta seriale\ncorretta o premi reset sulla scheda appena prima di esportare
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Scartare tutte le modifiche e ricaricare lo sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Visualizza i numeri di linea
|
||||
|
||||
@ -864,8 +886,8 @@ Library\ Manager=Gestore librerie
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Libreria aggiunta alle tue librerie. Controlla il men\u00f9 "Inclusione librerie"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=La libreria non pu\u00f2 usare sia la cartella 'src' che la cartella 'utility'.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=La libreria non pu\u00f2 usare sia la cartella 'src' che la cartella 'utility'. Controlla {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1037,9 +1059,15 @@ Open\ an\ Arduino\ sketch...=Apri uno sketch di Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Apri...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
Other=Altro
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Imposta pagina...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
Partner=Partner
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Password\:
|
||||
|
||||
@ -1151,6 +1179,9 @@ Quit=Esci
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=RITIRATI
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
Recommended=Raccomandato
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Ripeti
|
||||
|
||||
@ -1258,6 +1289,9 @@ Selected\ library\ is\ not\ available=La libreria selezionata non \u00e8 disponi
|
||||
#: SerialMonitor.java:93
|
||||
Send=Invia
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
Sensors=Sensori
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor seriale
|
||||
|
||||
@ -1294,6 +1328,9 @@ Show\ verbose\ output\ during\ compilation=Mostra un output dettagliato durante
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostra un output dettagliato durante\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1435,6 +1472,9 @@ This\ report\ would\ have\ more\ information\ with=Questo report potrebbe essere
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=E' ora di fare una pausa
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Lo strumento {0} non \u00e8 disponibile per il tuo sistema operativo.
|
||||
@ -1488,6 +1528,9 @@ Unable\ to\ open\ serial\ plotter=Impossibile aprire il plotter seriale
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Impossibile connettersi ad Arduino.cc a causa di problemi di rete
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
Uncategorized=Senza categoria
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Annulla
|
||||
|
||||
@ -1630,10 +1673,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Attenzione\: in platform.txt del core '{0}' manca la propriet\u00e0 '{1}', uso il valore di default '{2}'. Verifica la disponibilit\u00e0 di un aggiornamento per questo 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.=Attenzione\: in platform.txt del core '{0}' manca la propriet\u00e0 {1}, automaticamente impostata a {2}. Verifica la disponibilit\u00e0 di un aggiornamento di questo core.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Frisone occidentale
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Amit BC <amitbc123@walla.com>, 2014
|
||||
# eli.ganem <eli.ganem@gmail.com>, 2012
|
||||
# Eyal Halfon <logme3@gmail.com>, 2013
|
||||
@ -21,7 +22,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/mbanzi/arduino-ide-15/language/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -228,6 +229,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "הכנסת הסקיצה לארכיון בוטלה בגלל שלא ניתן לשמור את הסקיצה כראוי."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "לוחות ARM ארדווינו (32 - סיביות)"
|
||||
@ -479,6 +484,10 @@ msgstr "סגור"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "הערות/הסר הערות"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -487,6 +496,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "מבצע קומפילציה לסקיצה..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "העתק"
|
||||
@ -648,6 +661,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "הקטן הזחה"
|
||||
@ -660,6 +681,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "מחק"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -670,6 +695,10 @@ msgstr "ההתקן אינו מגיב, יש לבצע בדיקה שבחרת את
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "להתעלם מכל השינויים ולטעון מחדש את הסקיצה?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "הצג מספור שורות"
|
||||
@ -1197,8 +1226,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1427,10 +1456,18 @@ msgstr "פתח סקיצת ארדואינו..."
|
||||
msgid "Open..."
|
||||
msgstr "פתח..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "הגדרות עמוד"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "סיסמה:"
|
||||
@ -1580,6 +1617,10 @@ msgstr "יציאה"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "חזור על פעולה שבוטלה"
|
||||
@ -1720,6 +1761,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "שלח"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "מסך סיריאלי"
|
||||
@ -1771,6 +1816,10 @@ msgstr "הראה פלט מפורט במהלך קומפילציה"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "הראה פלט מפורט במהלך:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "סקיצה"
|
||||
@ -2003,6 +2052,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "הגיע הזמן להפסקה"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2072,6 +2125,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "בטל פעולה אחרונה"
|
||||
@ -2267,13 +2324,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Masanori Ohgita <mp@ohgita.info>, 2013,2015
|
||||
# Shigeru Kanemoto <sgk@switch-science.com>, 2015
|
||||
# Shinichi Ohki <auxin.one@gmail.com>, 2015
|
||||
@ -17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ja_JP/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -224,6 +225,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "スケッチを保存できなかったため、スケッチのアーカイブを中止しました。"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM(32ビット)ボード"
|
||||
@ -475,6 +480,10 @@ msgstr "閉じる"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "コメント化・復帰"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "コンパイラの警告:"
|
||||
@ -483,6 +492,10 @@ msgstr "コンパイラの警告:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "スケッチをコンパイルしています..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "コピー"
|
||||
@ -644,6 +657,14 @@ msgstr "チェコ語(チェコ共和国)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "デンマーク語(デンマーク)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "インデントを減らす"
|
||||
@ -656,6 +677,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "削除"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -666,6 +691,10 @@ msgstr "マイコンボードが応答しません。シリアルポートが正
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "未保存の変更を破棄してスケッチを読み込み直しますか?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "行番号を表示する"
|
||||
@ -1193,8 +1222,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1423,10 +1452,18 @@ msgstr "Arduinoのスケッチを開く..."
|
||||
msgid "Open..."
|
||||
msgstr "開く..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "プリンタの設定..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "パスワード:"
|
||||
@ -1576,6 +1613,10 @@ msgstr "終了"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "やり直し"
|
||||
@ -1716,6 +1757,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "送信"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "シリアルモニタ"
|
||||
@ -1767,6 +1812,10 @@ msgstr "コンパイル中の詳細な出力を表示する"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "より詳細な情報を表示する:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "スケッチ"
|
||||
@ -1999,6 +2048,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "そろそろ休みましょう"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2068,6 +2121,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "元に戻す"
|
||||
@ -2263,13 +2320,6 @@ msgid ""
|
||||
"value '{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 "西フリジア語"
|
||||
|
@ -9,10 +9,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Masanori Ohgita <mp@ohgita.info>, 2013,2015
|
||||
# Shigeru Kanemoto <sgk@switch-science.com>, 2015
|
||||
# Shinichi Ohki <auxin.one@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Japanese (Japan) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ja_JP/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ja_JP\nPlural-Forms\: nplurals\=1; plural\=0;\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Japanese (Japan) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ja_JP/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ja_JP\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ \u5909\u66f4\u306e\u53cd\u6620\u306b\u306fArduino IDE\u306e\u518d\u8d77\u52d5\u304c\u5fc5\u8981
|
||||
@ -150,6 +151,9 @@ Archive\ sketch\ canceled.=\u30b9\u30b1\u30c3\u30c1\u306e\u30a2\u30fc\u30ab\u30a
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3067\u304d\u306a\u304b\u3063\u305f\u305f\u3081\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM\uff0832\u30d3\u30c3\u30c8\uff09\u30dc\u30fc\u30c9
|
||||
|
||||
@ -335,12 +339,18 @@ Close=\u9589\u3058\u308b
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u30b3\u30e1\u30f3\u30c8\u5316\u30fb\u5fa9\u5e30
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =\u30b3\u30f3\u30d1\u30a4\u30e9\u306e\u8b66\u544a\uff1a
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u30b9\u30b1\u30c3\u30c1\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u3044\u307e\u3059...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u30b3\u30d4\u30fc
|
||||
|
||||
@ -455,6 +465,12 @@ Czech\ (Czech\ Republic)=\u30c1\u30a7\u30b3\u8a9e\uff08\u30c1\u30a7\u30b3\u5171\
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=\u30c7\u30f3\u30de\u30fc\u30af\u8a9e\uff08\u30c7\u30f3\u30de\u30fc\u30af\uff09
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059
|
||||
|
||||
@ -464,12 +480,18 @@ Decrease\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u524a\u9664
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u5fdc\u7b54\u3057\u307e\u305b\u3093\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u304c\u6b63\u3057\u304f\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u3001\u66f8\u304d\u8fbc\u307f\u306e\u76f4\u524d\u306b\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u3092\u7834\u68c4\u3057\u3066\u30b9\u30b1\u30c3\u30c1\u3092\u8aad\u307f\u8fbc\u307f\u76f4\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u884c\u756a\u53f7\u3092\u8868\u793a\u3059\u308b
|
||||
|
||||
@ -861,8 +883,8 @@ Latvian=\u30e9\u30c8\u30d3\u30a2\u8a9e
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1034,9 +1056,15 @@ Open\ an\ Arduino\ sketch...=Arduino\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u958b\u304f...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u30d7\u30ea\u30f3\u30bf\u306e\u8a2d\u5b9a...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u30d1\u30b9\u30ef\u30fc\u30c9\uff1a
|
||||
|
||||
@ -1148,6 +1176,9 @@ Quit=\u7d42\u4e86
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u3084\u308a\u76f4\u3057
|
||||
|
||||
@ -1255,6 +1286,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=\u9078\u629e\u3055\
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u9001\u4fe1
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u30b7\u30ea\u30a2\u30eb\u30e2\u30cb\u30bf
|
||||
|
||||
@ -1291,6 +1325,9 @@ Show\ verbose\ output\ during\ compilation=\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d\
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u3088\u308a\u8a73\u7d30\u306a\u60c5\u5831\u3092\u8868\u793a\u3059\u308b\uff1a
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u30b9\u30b1\u30c3\u30c1
|
||||
|
||||
@ -1432,6 +1469,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u305d\u308d\u305d\u308d\u4f11\u307f\u307e\u3057\u3087\u3046
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1485,6 +1525,9 @@ Unable\ to\ open\ serial\ monitor=\u30b7\u30ea\u30a2\u30eb\u30e2\u30cb\u30bf\u30
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u5143\u306b\u623b\u3059
|
||||
|
||||
@ -1627,10 +1670,6 @@ Warning=\u8b66\u544a
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=\u897f\u30d5\u30ea\u30b8\u30a2\u8a9e
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2013
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2012
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2012-2013
|
||||
@ -20,7 +21,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Georgian (Georgia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ka_GE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -227,6 +228,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "ჩანახატის არქივში გადატანა გაუქმდა, რადგან\nმისი მართობულად შენახვა ვერ მოხერხდა."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino-ის ARM (32-ბიტი) დაფები"
|
||||
@ -478,6 +483,10 @@ msgstr "დახურვა"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "კომენტარის გადართვა"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -486,6 +495,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "ჩანახატის დაკომპილება..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "ასლი"
|
||||
@ -647,6 +660,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "დაშორების შემცირება"
|
||||
@ -659,6 +680,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "წაშლა"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -669,6 +694,10 @@ msgstr "მოწყობილობა არ პასუხობს. შ
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "გსურთ ცვლილებების უკუგდება და ჩანახატის გადატვირთვა?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "სტრიქონების ნომრების ჩვენება"
|
||||
@ -1196,8 +1225,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1426,10 +1455,18 @@ msgstr "Arduino ჩანახატის გახსნა..."
|
||||
msgid "Open..."
|
||||
msgstr "გახსნა..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "გვერდის გამართვა"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "პაროლი:"
|
||||
@ -1579,6 +1616,10 @@ msgstr "გასვლა"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "გამეორება"
|
||||
@ -1719,6 +1760,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "გაგზავნა"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "მიმდევრობითი პორტის მონიტორინგი"
|
||||
@ -1770,6 +1815,10 @@ msgstr "დაკომპილების დროს სიტყვამ
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "დაწვრილებითი გამომავალის ჩვენება:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "ჩანახატი"
|
||||
@ -2002,6 +2051,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "შესვენების დროა"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2071,6 +2124,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "დაბრუნება"
|
||||
@ -2266,13 +2323,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2013
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2012
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2012-2013
|
||||
# George Machitidze <giomac@gmail.com>, 2013
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2013-2014
|
||||
# Zurab Japaridze <zjaparidze@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Georgian (Georgia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ka_GE/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ka_GE\nPlural-Forms\: nplurals\=1; plural\=0;\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Georgian (Georgia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ka_GE/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ka_GE\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u10db\u10dd\u10d8\u10d7\u10ee\u10dd\u10d5\u10e1 \u10d2\u10d0\u10e0\u10d4\u10db\u10dd\u10e1 \u10ee\u10d4\u10da\u10d0\u10ee\u10da\u10d0 \u10d2\u10d0\u10e8\u10d5\u10d4\u10d1\u10d0\u10e1)
|
||||
@ -153,6 +154,9 @@ Archive\ sketch\ canceled.=\u10d2\u10d0\u10e3\u10e5\u10db\u10d3\u10d0 \u10e9\u10
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10d0\u10e0\u10e5\u10d8\u10d5\u10e8\u10d8 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d0\u10dc\u10d0 \u10d2\u10d0\u10e3\u10e5\u10db\u10d3\u10d0, \u10e0\u10d0\u10d3\u10d2\u10d0\u10dc\n\u10db\u10d8\u10e1\u10d8 \u10db\u10d0\u10e0\u10d7\u10dd\u10d1\u10e3\u10da\u10d0\u10d3 \u10e8\u10d4\u10dc\u10d0\u10ee\u10d5\u10d0 \u10d5\u10d4\u10e0 \u10db\u10dd\u10ee\u10d4\u10e0\u10ee\u10d3\u10d0.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino-\u10d8\u10e1 ARM (32-\u10d1\u10d8\u10e2\u10d8) \u10d3\u10d0\u10e4\u10d4\u10d1\u10d8
|
||||
|
||||
@ -338,12 +342,18 @@ Close=\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u10d9\u10dd\u10db\u10d4\u10dc\u10e2\u10d0\u10e0\u10d8\u10e1 \u10d2\u10d0\u10d3\u10d0\u10e0\u10d7\u10d5\u10d0
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10d3\u10d0\u10d9\u10dd\u10db\u10de\u10d8\u10da\u10d4\u10d1\u10d0...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u10d0\u10e1\u10da\u10d8
|
||||
|
||||
@ -458,6 +468,12 @@ Cut=\u10d0\u10db\u10dd\u10ed\u10e0\u10d0
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u10d3\u10d0\u10e8\u10dd\u10e0\u10d4\u10d1\u10d8\u10e1 \u10e8\u10d4\u10db\u10ea\u10d8\u10e0\u10d4\u10d1\u10d0
|
||||
|
||||
@ -467,12 +483,18 @@ Decrease\ Indent=\u10d3\u10d0\u10e8\u10dd\u10e0\u10d4\u10d1\u10d8\u10e1 \u10e8\u
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u10ec\u10d0\u10e8\u10da\u10d0
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u10db\u10dd\u10ec\u10e7\u10dd\u10d1\u10d8\u10da\u10dd\u10d1\u10d0 \u10d0\u10e0 \u10de\u10d0\u10e1\u10e3\u10ee\u10dd\u10d1\u10e1. \u10e8\u10d4\u10d0\u10db\u10dd\u10ec\u10db\u10d4\u10d7 \u10d0\u10e0\u10d8\u10e1 \u10d7\u10e3 \u10d0\u10e0\u10d0 \u10d0\u10e0\u10e9\u10d4\u10e3\u10da\u10d8 \u10e1\u10d0\u10d7\u10d0\u10dc\u10d0\u10d3\u10dd \u10e1\u10d4\u10e0\u10d8\u10e3\u10da\u10d8 \u10de\u10dd\u10e0\u10e2\u10d8, \u10d0\u10dc \u10e9\u10d0\u10db\u10dd\u10e7\u10d0\u10e0\u10d4\u10d7 \u10d3\u10d0\u10e4\u10d0 \u10d0\u10e2\u10d5\u10d8\u10e0\u10d7\u10d5\u10d8\u10e1 \u10ec\u10d8\u10dc.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u10d2\u10e1\u10e3\u10e0\u10d7 \u10ea\u10d5\u10da\u10d8\u10da\u10d4\u10d1\u10d4\u10d1\u10d8\u10e1 \u10e3\u10d9\u10e3\u10d2\u10d3\u10d4\u10d1\u10d0 \u10d3\u10d0 \u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d5\u10d8\u10e0\u10d7\u10d5\u10d0?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d4\u10d1\u10d8\u10e1 \u10dc\u10dd\u10db\u10e0\u10d4\u10d1\u10d8\u10e1 \u10e9\u10d5\u10d4\u10dc\u10d4\u10d1\u10d0
|
||||
|
||||
@ -864,8 +886,8 @@ Latvian=\u10da\u10d0\u10e2\u10d5\u10d8\u10e3\u10e0\u10d8
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1037,9 +1059,15 @@ Open\ an\ Arduino\ sketch...=Arduino \u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u10d2\u10d0\u10ee\u10e1\u10dc\u10d0...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u10d2\u10d5\u10d4\u10e0\u10d3\u10d8\u10e1 \u10d2\u10d0\u10db\u10d0\u10e0\u10d7\u10d5\u10d0
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u10de\u10d0\u10e0\u10dd\u10da\u10d8\:
|
||||
|
||||
@ -1151,6 +1179,9 @@ Quit=\u10d2\u10d0\u10e1\u10d5\u10da\u10d0
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u10d2\u10d0\u10db\u10d4\u10dd\u10e0\u10d4\u10d1\u10d0
|
||||
|
||||
@ -1258,6 +1289,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=\u10d0\u10e0\u10e9\
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u10d2\u10d0\u10d2\u10d6\u10d0\u10d5\u10dc\u10d0
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u10db\u10d8\u10db\u10d3\u10d4\u10d5\u10e0\u10dd\u10d1\u10d8\u10d7\u10d8 \u10de\u10dd\u10e0\u10e2\u10d8\u10e1 \u10db\u10dd\u10dc\u10d8\u10e2\u10dd\u10e0\u10d8\u10dc\u10d2\u10d8
|
||||
|
||||
@ -1294,6 +1328,9 @@ Show\ verbose\ output\ during\ compilation=\u10d3\u10d0\u10d9\u10dd\u10db\u10de\
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u10d3\u10d0\u10ec\u10d5\u10e0\u10d8\u10da\u10d4\u10d1\u10d8\u10d7\u10d8 \u10d2\u10d0\u10db\u10dd\u10db\u10d0\u10d5\u10d0\u10da\u10d8\u10e1 \u10e9\u10d5\u10d4\u10dc\u10d4\u10d1\u10d0\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8
|
||||
|
||||
@ -1435,6 +1472,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u10e8\u10d4\u10e1\u10d5\u10d4\u10dc\u10d4\u10d1\u10d8\u10e1 \u10d3\u10e0\u10dd\u10d0
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1488,6 +1528,9 @@ Unable\ to\ open\ serial\ monitor=\u10d5\u10d4\u10e0 \u10db\u10dd\u10ee\u10d4\u1
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u10d3\u10d0\u10d1\u10e0\u10e3\u10dc\u10d4\u10d1\u10d0
|
||||
|
||||
@ -1630,10 +1673,6 @@ Warning=\u10d2\u10d0\u10e4\u10e0\u10d7\u10ee\u10d8\u10da\u10d4\u10d1\u10d0
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jihoon Hyun <ryrhkqn@naver.com>, 2015
|
||||
# Jinbuhm Kim <jinbuhm.kim@gmail.com>, 2013,2015
|
||||
# Ki-hyeok Park <khpark@ateamventures.com>, 2015
|
||||
@ -18,8 +19,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-11-03 03:59+0000\n"
|
||||
"Last-Translator: Jinbuhm Kim <jinbuhm.kim@gmail.com>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Korean (Korea) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ko_KR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -225,6 +226,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "스케치가 제대로 저장되지 않아서 스케치를 보관하는 것이\n취소되었습니다."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "아두이노 ARM (32-비트) 보드"
|
||||
@ -476,6 +481,10 @@ msgstr "닫기"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "주석추가/주석삭제"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "컴파일러 경고:"
|
||||
@ -484,6 +493,10 @@ msgstr "컴파일러 경고:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "스케치를 컴파일 중…"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "복사"
|
||||
@ -645,6 +658,14 @@ msgstr "Czech (체코)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Danish (덴마크)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "들여쓰기 줄이기"
|
||||
@ -657,6 +678,10 @@ msgstr "디폴트"
|
||||
msgid "Delete"
|
||||
msgstr "삭제"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -667,6 +692,10 @@ msgstr "디바이스가 응답하지 않습니다. 올바른 시리얼 포트가
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "모든 변경을 취소하고 스케치를 다시 로드하나요?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "줄 번호 표시"
|
||||
@ -1194,9 +1223,9 @@ msgstr "라이브러리 매니저"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "라이브러리가 추가되었습니다. \"라이브러리 포함하기\" 메뉴를 확인하세요"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "라이브러리는 'src' 나 'utility' 폴더를 사용할 수 없습니다."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1424,10 +1453,18 @@ msgstr "아두이노 스케치를 여세요…"
|
||||
msgid "Open..."
|
||||
msgstr "열기…"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "페이지 설정"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "패스워드:"
|
||||
@ -1577,6 +1614,10 @@ msgstr "종료"
|
||||
msgid "RETIRED"
|
||||
msgstr "RETIRED"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "다시 실행"
|
||||
@ -1717,6 +1758,10 @@ msgstr "선택된 라이브러리는 사용할 수 없습니다"
|
||||
msgid "Send"
|
||||
msgstr "전송"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "시리얼 모니터"
|
||||
@ -1768,6 +1813,10 @@ msgstr "컴파일하는 동안 상세 출력 보이기"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "다음 동작중 자세한 출력 보이기: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "스케치"
|
||||
@ -2000,6 +2049,10 @@ msgstr "이 리포트는 많은 정보를 포함합니다"
|
||||
msgid "Time for a Break"
|
||||
msgstr "휴식 시간"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2069,6 +2122,10 @@ msgstr "시리얼 플로터를 열 수 없습니다"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "네트워트 문제때문에 Arduino.cc에 접속 할 수 없습니다."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "취소"
|
||||
@ -2264,13 +2321,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "경고 : 코어 '{0}'의 platform.txt는 프로퍼티 '{1}'이 없어서, 기본값 '{2}' 를 사용합니다. 이 코어를 업그레이드하는 것이 좋습니다."
|
||||
|
||||
#: ../../../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 "경고: 코어 '{0}'의 platform.txt에 프로퍼티 {1}이 없어서 자동으로 {2}로 설정되었습니다. 이 코어를 업그레이드 하는 것이 좋습니다."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "서 프리지아어"
|
||||
|
@ -9,11 +9,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jihoon Hyun <ryrhkqn@naver.com>, 2015
|
||||
# Jinbuhm Kim <jinbuhm.kim@gmail.com>, 2013,2015
|
||||
# Ki-hyeok Park <khpark@ateamventures.com>, 2015
|
||||
# shibaboy <shibaboy@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-11-03 03\:59+0000\nLast-Translator\: Jinbuhm Kim <jinbuhm.kim@gmail.com>\nLanguage-Team\: Korean (Korea) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ko_KR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ko_KR\nPlural-Forms\: nplurals\=1; plural\=0;\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Korean (Korea) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ko_KR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ko_KR\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (\uc544\ub450\uc774\ub178\ub97c \uc7ac\uc2dc\uc791\ud574\uc57c \ud568)
|
||||
@ -151,6 +152,9 @@ Archive\ sketch\ canceled.=\uc2a4\ucf00\uce58 \ubcf4\uad00 \ucde8\uc18c
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\uc2a4\ucf00\uce58\uac00 \uc81c\ub300\ub85c \uc800\uc7a5\ub418\uc9c0 \uc54a\uc544\uc11c \uc2a4\ucf00\uce58\ub97c \ubcf4\uad00\ud558\ub294 \uac83\uc774\n\ucde8\uc18c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\uc544\ub450\uc774\ub178 ARM (32-\ube44\ud2b8) \ubcf4\ub4dc
|
||||
|
||||
@ -336,12 +340,18 @@ Close=\ub2eb\uae30
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\uc8fc\uc11d\ucd94\uac00/\uc8fc\uc11d\uc0ad\uc81c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =\ucef4\ud30c\uc77c\ub7ec \uacbd\uace0\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\uc2a4\ucf00\uce58\ub97c \ucef4\ud30c\uc77c \uc911\u2026
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\ubcf5\uc0ac
|
||||
|
||||
@ -456,6 +466,12 @@ Czech\ (Czech\ Republic)=Czech (\uccb4\ucf54)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danish (\ub374\ub9c8\ud06c)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\ub4e4\uc5ec\uc4f0\uae30 \uc904\uc774\uae30
|
||||
|
||||
@ -465,12 +481,18 @@ Default=\ub514\ud3f4\ud2b8
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\uc0ad\uc81c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\ub514\ubc14\uc774\uc2a4\uac00 \uc751\ub2f5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc62c\ubc14\ub978 \uc2dc\ub9ac\uc5bc \ud3ec\ud2b8\uac00 \uc120\ud0dd\uc774 \ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud558\uac70\ub098 \ub370\uc774\ud130\ub97c \ub0b4\ubcf4\ub0b4\uae30 \uc804\uc5d0 \ubcf4\ub4dc\ub97c \ub9ac\uc14b\ud558\uae30 \ubc14\ub78d\ub2c8\ub2e4.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\ubaa8\ub4e0 \ubcc0\uacbd\uc744 \ucde8\uc18c\ud558\uace0 \uc2a4\ucf00\uce58\ub97c \ub2e4\uc2dc \ub85c\ub4dc\ud558\ub098\uc694?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=\uc904 \ubc88\ud638 \ud45c\uc2dc
|
||||
|
||||
@ -862,8 +884,8 @@ Library\ Manager=\ub77c\uc774\ube0c\ub7ec\ub9ac \ub9e4\ub2c8\uc800
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4. "\ub77c\uc774\ube0c\ub7ec\ub9ac \ud3ec\ud568\ud558\uae30" \uba54\ub274\ub97c \ud655\uc778\ud558\uc138\uc694
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 'src' \ub098 'utility' \ud3f4\ub354\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1035,9 +1057,15 @@ Open\ an\ Arduino\ sketch...=\uc544\ub450\uc774\ub178 \uc2a4\ucf00\uce58\ub97c \
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\uc5f4\uae30\u2026
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\ud398\uc774\uc9c0 \uc124\uc815
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\ud328\uc2a4\uc6cc\ub4dc\:
|
||||
|
||||
@ -1149,6 +1177,9 @@ Quit=\uc885\ub8cc
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=RETIRED
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\ub2e4\uc2dc \uc2e4\ud589
|
||||
|
||||
@ -1256,6 +1287,9 @@ Selected\ library\ is\ not\ available=\uc120\ud0dd\ub41c \ub77c\uc774\ube0c\ub7e
|
||||
#: SerialMonitor.java:93
|
||||
Send=\uc804\uc1a1
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\uc2dc\ub9ac\uc5bc \ubaa8\ub2c8\ud130
|
||||
|
||||
@ -1292,6 +1326,9 @@ Show\ verbose\ output\ during\ compilation=\ucef4\ud30c\uc77c\ud558\ub294 \ub3d9
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\ub2e4\uc74c \ub3d9\uc791\uc911 \uc790\uc138\ud55c \ucd9c\ub825 \ubcf4\uc774\uae30\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\uc2a4\ucf00\uce58
|
||||
|
||||
@ -1433,6 +1470,9 @@ This\ report\ would\ have\ more\ information\ with=\uc774 \ub9ac\ud3ec\ud2b8\ub2
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\ud734\uc2dd \uc2dc\uac04
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=\ud234 {0} \ub97c \uc774 \uc6b4\uc601\uccb4\uc81c\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
@ -1486,6 +1526,9 @@ Unable\ to\ open\ serial\ plotter=\uc2dc\ub9ac\uc5bc \ud50c\ub85c\ud130\ub97c \u
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=\ub124\ud2b8\uc6cc\ud2b8 \ubb38\uc81c\ub54c\ubb38\uc5d0 Arduino.cc\uc5d0 \uc811\uc18d \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\ucde8\uc18c
|
||||
|
||||
@ -1628,10 +1671,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=\uacbd\uace0 \: \ucf54\uc5b4 '{0}'\uc758 platform.txt\ub294 \ud504\ub85c\ud37c\ud2f0 '{1}'\uc774 \uc5c6\uc5b4\uc11c, \uae30\ubcf8\uac12 '{2}' \ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uc774 \ucf54\uc5b4\ub97c \uc5c5\uadf8\ub808\uc774\ub4dc\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../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.=\uacbd\uace0\: \ucf54\uc5b4 '{0}'\uc758 platform.txt\uc5d0 \ud504\ub85c\ud37c\ud2f0 {1}\uc774 \uc5c6\uc5b4\uc11c \uc790\ub3d9\uc73c\ub85c {2}\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ucf54\uc5b4\ub97c \uc5c5\uadf8\ub808\uc774\ub4dc \ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=\uc11c \ud504\ub9ac\uc9c0\uc544\uc5b4
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aleksandr Jadov <a.jadov@tata.lt>, 2013
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/mbanzi/arduino-ide-15/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr ""
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr "Atidaryti..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr "Išeiti"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Laikas pertraukai"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aleksandr Jadov <a.jadov@tata.lt>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Lithuanian (Lithuania) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/lt_LT/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: lt_LT\nPlural-Forms\: nplurals\=3; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && (n%100<10 || n%100>\=20) ? 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Lithuanian (Lithuania) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/lt_LT/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: lt_LT\nPlural-Forms\: nplurals\=3; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n%10>\=2 && (n%100<10 || n%100>\=20) ? 1 \: 2);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -148,6 +149,9 @@
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
!Copy=
|
||||
|
||||
@ -453,6 +463,12 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Ignoring\ bad\ library\ name=Ignoruojamas blogas bibleotekos pavadinimas
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=Na tikrai, tau laikas \u012f
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Atidaryti...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Quit=I\u0161eiti
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Quit=I\u0161eiti
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Quit=I\u0161eiti
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1430,6 +1467,9 @@ Sunshine=Saul\u0117s \u0161viesa
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Laikas pertraukai
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Time\ for\ a\ Break=Laikas pertraukai
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
@ -1625,10 +1668,6 @@ Time\ for\ a\ Break=Laikas pertraukai
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Kristofers <kristozz@gmail.com>, 2015
|
||||
# Kristofers <kristozz@gmail.com>, 2012
|
||||
msgid ""
|
||||
@ -16,7 +17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Latvian (Latvia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/lv_LV/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Skices arhivēšana neizdevās, jo\nskici nevarēja korekti saglabāt."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bitu) plates"
|
||||
@ -474,6 +479,10 @@ msgstr "Aizvērt"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Komentēt/atkomentēt"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Kompilatora brīdinājumi:"
|
||||
@ -482,6 +491,10 @@ msgstr "Kompilatora brīdinājumi:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Kompilē skici..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopēt"
|
||||
@ -643,6 +656,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Samazināt atkāpi"
|
||||
@ -655,6 +676,10 @@ msgstr "Noklusējuma"
|
||||
msgid "Delete"
|
||||
msgstr "Dzēst"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr "Ierīce nereaģē, pārbaudiet vai pareizais seriālais ports ir izvēl
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Atcelt visas izmaiņas un pārlādēt skici?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Rādīt rindu numurus"
|
||||
@ -1192,8 +1221,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1451,18 @@ msgstr "Atvērt Arduino skici..."
|
||||
msgid "Open..."
|
||||
msgstr "Atvērt..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Lapas iestatījumi"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Parole:"
|
||||
@ -1575,6 +1612,10 @@ msgstr "Iziet"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Atkārtot"
|
||||
@ -1715,6 +1756,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Sūtīt"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Seriālā porta monitors"
|
||||
@ -1766,6 +1811,10 @@ msgstr "Rādīt detalizētāku izvadi, veicot kompilēšanu"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Rādīt detalizētāku izvadi, kad:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Skice"
|
||||
@ -1998,6 +2047,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Laiks atpūtai"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Atsaukt"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Kristofers <kristozz@gmail.com>, 2015
|
||||
# Kristofers <kristozz@gmail.com>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Latvian (Latvia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/lv_LV/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: lv_LV\nPlural-Forms\: nplurals\=3; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n \!\= 0 ? 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Latvian (Latvia) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/lv_LV/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: lv_LV\nPlural-Forms\: nplurals\=3; plural\=(n%10\=\=1 && n%100\!\=11 ? 0 \: n \!\= 0 ? 1 \: 2);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (b\u016bs nepiecie\u0161ams p\u0101rstart\u0113t Arduino)
|
||||
@ -149,6 +150,9 @@ Archive\ sketch\ canceled.=Skices arhiv\u0113\u0161ana atcelta.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Skices arhiv\u0113\u0161ana neizdev\u0101s, jo\nskici nevar\u0113ja korekti saglab\u0101t.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bitu) plates
|
||||
|
||||
@ -334,12 +338,18 @@ Close=Aizv\u0113rt
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Koment\u0113t/atkoment\u0113t
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Kompilatora br\u012bdin\u0101jumi\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Kompil\u0113 skici...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kop\u0113t
|
||||
|
||||
@ -454,6 +464,12 @@ Cut=Izgriezt
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Samazin\u0101t atk\u0101pi
|
||||
|
||||
@ -463,12 +479,18 @@ Default=Noklus\u0113juma
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Dz\u0113st
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Ier\u012bce nerea\u0123\u0113, p\u0101rbaudiet vai pareizais seri\u0101lais ports ir izv\u0113l\u0113ts vai atiestatiet plati tie\u0161i pirms eksport\u0113\u0161anas
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Atcelt visas izmai\u0146as un p\u0101rl\u0101d\u0113t skici?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=R\u0101d\u012bt rindu numurus
|
||||
|
||||
@ -860,8 +882,8 @@ Latvian=Latvie\u0161u
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=Atv\u0113rt Arduino skici...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Atv\u0113rt...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Lapas iestat\u012bjumi
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Parole\:
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=Iziet
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Atk\u0101rtot
|
||||
|
||||
@ -1254,6 +1285,9 @@ Select\ version=Izv\u0113l\u0113ties versiju
|
||||
#: SerialMonitor.java:93
|
||||
Send=S\u016bt\u012bt
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Seri\u0101l\u0101 porta monitors
|
||||
|
||||
@ -1290,6 +1324,9 @@ Show\ verbose\ output\ during\ compilation=R\u0101d\u012bt detaliz\u0113t\u0101k
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =R\u0101d\u012bt detaliz\u0113t\u0101ku izvadi, kad\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Skice
|
||||
|
||||
@ -1431,6 +1468,9 @@ This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ y
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Laiks atp\u016btai
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1524,9 @@ Unable\ to\ open\ serial\ monitor=Neizdev\u0101s atv\u0113rt seri\u0101lo monito
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Atsaukt
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning=Br\u012bdin\u0101jums
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,12 +9,13 @@
|
||||
# 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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Marathi (http://www.transifex.com/mbanzi/arduino-ide-15/language/mr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -221,6 +222,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -472,6 +477,10 @@ msgstr "पण बंद करा"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "टिपणी करा / टिपणी काढा"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -480,6 +489,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "स्केचचे कंपाइलिंग सुरु आहे..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "कॉपी"
|
||||
@ -641,6 +654,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "अंतर कमी करा"
|
||||
@ -653,6 +674,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -663,6 +688,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1190,8 +1219,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1420,10 +1449,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr "उघडा..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "पानाचा नमुना"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1573,6 +1610,10 @@ msgstr "बंद"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "एक पाउल पुढे"
|
||||
@ -1713,6 +1754,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "सिरीयल नियंत्रक"
|
||||
@ -1764,6 +1809,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "स्केच"
|
||||
@ -1996,6 +2045,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2065,6 +2118,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "एक पाउल मागे"
|
||||
@ -2260,13 +2317,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,7 +9,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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Marathi (http\://www.transifex.com/mbanzi/arduino-ide-15/language/mr/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: mr\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
# 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Marathi (http\://www.transifex.com/mbanzi/arduino-ide-15/language/mr/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: mr\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -147,6 +148,9 @@ Add\ File...=\u092b\u093e\u0908\u0932 \u0938\u093e\u092e\u0940\u0932 \u0915\u093
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -332,12 +336,18 @@ Close=\u092a\u0923 \u092c\u0902\u0926 \u0915\u0930\u093e
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u091f\u093f\u092a\u0923\u0940 \u0915\u0930\u093e / \u091f\u093f\u092a\u0923\u0940 \u0915\u093e\u0922\u093e
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u0938\u094d\u0915\u0947\u091a\u091a\u0947 \u0915\u0902\u092a\u093e\u0907\u0932\u093f\u0902\u0917 \u0938\u0941\u0930\u0941 \u0906\u0939\u0947...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u0915\u0949\u092a\u0940
|
||||
|
||||
@ -452,6 +462,12 @@ Cut=\u0915\u091f
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u0905\u0902\u0924\u0930 \u0915\u092e\u0940 \u0915\u0930\u093e
|
||||
|
||||
@ -461,12 +477,18 @@ Decrease\ Indent=\u0905\u0902\u0924\u0930 \u0915\u092e\u0940 \u0915\u0930\u093e
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -858,8 +880,8 @@ Increase\ Indent=\u0905\u0902\u0924\u0930 \u0935\u093e\u0922\u0935\u093e
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1031,9 +1053,15 @@ One\ file\ added\ to\ the\ sketch.=\u0938\u094d\u0915\u0947\u091a \u092e\u0927\u
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0909\u0918\u0921\u093e...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u092a\u093e\u0928\u093e\u091a\u093e \u0928\u092e\u0941\u0928\u093e
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1145,6 +1173,9 @@ Quit=\u092c\u0902\u0926
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u090f\u0915 \u092a\u093e\u0909\u0932 \u092a\u0941\u0922\u0947
|
||||
|
||||
@ -1252,6 +1283,9 @@ Select\ All=\u0938\u0930\u094d\u0935 \u0928\u093f\u0935\u0921\u093e
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u0938\u093f\u0930\u0940\u092f\u0932 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0915
|
||||
|
||||
@ -1288,6 +1322,9 @@ Show\ Sketch\ Folder=\u0938\u094d\u0915\u0947\u091a\u091a\u093e \u092b\u094b\u09
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u0938\u094d\u0915\u0947\u091a
|
||||
|
||||
@ -1429,6 +1466,9 @@ Sketchbook=\u0938\u094d\u0915\u0947\u091a \u092a\u0941\u0938\u094d\u0924\u093f\u
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1482,6 +1522,9 @@ Troubleshooting=\u0905\u0921\u091a\u0923\u0940 \u0938\u094b\u0921\u0935\u093f\u0
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u090f\u0915 \u092a\u093e\u0909\u0932 \u092e\u093e\u0917\u0947
|
||||
|
||||
@ -1624,10 +1667,6 @@ Visit\ Arduino.cc=arduino.cc \u0932\u093e \u092d\u0947\u091f \u0926\u094d\u092f\
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Yhal Htet Aung <jumoun@gmail.com>, 2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/mbanzi/arduino-ide-15/language/my_MM/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr "ပိတ်"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "မှတ်ချက်ရေး/မှတ်ချက်ဖျက်သိမ်း"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "ကူးယူ"
|
||||
@ -642,6 +655,14 @@ msgstr "ချက်(ချက်)ဘာသာ"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "ဒိန်းမတ်(ဒိန်းမတ်)ဘာသာ"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "ဖျက်ပစ်"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr ""
|
||||
msgid "Open..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr ""
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "ပြန်မလုပ်"
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Yhal Htet Aung <jumoun@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Burmese (Myanmar) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/my_MM/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: my_MM\nPlural-Forms\: nplurals\=1; plural\=0;\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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Burmese (Myanmar) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/my_MM/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: my_MM\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -148,6 +149,9 @@ Aragonese=\u1021\u102c\u101b\u1002\u102d\u102f\u1038\u1018\u102c\u101e\u102c
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ Close=\u1015\u102d\u1010\u103a
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u1019\u103e\u1010\u103a\u1001\u103b\u1000\u103a\u101b\u1031\u1038/\u1019\u103e\u1010\u103a\u1001\u103b\u1000\u103a\u1016\u103b\u1000\u103a\u101e\u102d\u1019\u103a\u1038
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u1000\u1030\u1038\u101a\u1030
|
||||
|
||||
@ -453,6 +463,12 @@ Czech\ (Czech\ Republic)=\u1001\u103b\u1000\u103a(\u1001\u103b\u1000\u103a)\u101
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=\u1012\u102d\u1014\u103a\u1038\u1019\u1010\u103a(\u1012\u102d\u1014\u103a\u1038\u1019\u1010\u103a)\u1018\u102c\u101e\u102c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Danish\ (Denmark)=\u1012\u102d\u1014\u103a\u1038\u1019\u1010\u103a(\u1012\u102d\
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u1016\u103b\u1000\u103a\u1015\u1005\u103a
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Help=\u1000\u1030\u100a\u102e
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Help=\u1000\u1030\u100a\u102e
|
||||
#: Base.java:903 Editor.java:501
|
||||
!Open...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Help=\u1000\u1030\u100a\u102e
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Help=\u1000\u1030\u100a\u102e
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Help=\u1000\u1030\u100a\u102e
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1430,6 +1467,9 @@ Tamil=\u1010\u1019\u102e\u1038\u1018\u102c\u101e\u102c
|
||||
#: Base.java:535
|
||||
!Time\ for\ a\ Break=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Ukrainian=\u101a\u1030\u1000\u1031\u1014\u102e\u101a\u1019\u103a\u1018\u102c\u10
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u1015\u103c\u1014\u103a\u1019\u101c\u102f\u1015\u103a
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=\u101e\u1010\u102d\u1015\u1031\u1038\u1001\u103b\u1000\u103a
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Bjørn Andreas, 2014
|
||||
# Kaare Jenssen, 2015
|
||||
# lateralus, 2013
|
||||
@ -19,7 +20,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/mbanzi/arduino-ide-15/language/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -226,6 +227,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Arkivering av skissen ble avbrutt fordi\nskissen ikke kunne lagres."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bits) Kort"
|
||||
@ -477,6 +482,10 @@ msgstr "Lukk"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Kommenter/Fjern kommentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Kompilatoradvarsler:"
|
||||
@ -485,6 +494,10 @@ msgstr "Kompilatoradvarsler:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Kompilerer skisse..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopier"
|
||||
@ -646,6 +659,14 @@ msgstr "Tsjekkisk (Tsjekkisk Republikk)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dansk (Danmark)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Mindre innrykk"
|
||||
@ -658,6 +679,10 @@ msgstr "Standard"
|
||||
msgid "Delete"
|
||||
msgstr "Slett"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -668,6 +693,10 @@ msgstr "Enheten svarer ikke, sjekk at riktig serieport er valgt eller RESET kort
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Forkast alle endringer og last skissen på nytt?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Vis linjenummer"
|
||||
@ -1195,9 +1224,9 @@ msgstr "Bibliotek Administrasjon"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Biblioteket er lagt til i dine bibliotek. Sjekk \"Inkluder Bibliotek\" menyen"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Biblioteket kan ikke bruke både 'src' og 'utility' mappene."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1425,10 +1454,18 @@ msgstr "Åpne en Arduino skisse..."
|
||||
msgid "Open..."
|
||||
msgstr "Åpne..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Sideoppsett"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Passord:"
|
||||
@ -1578,6 +1615,10 @@ msgstr "Avslutt"
|
||||
msgid "RETIRED"
|
||||
msgstr "UTE AV PRODUKSJON"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Gjør om"
|
||||
@ -1718,6 +1759,10 @@ msgstr "Valg bibliotek er ikke tilgjengelig"
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Seriell overvåker"
|
||||
@ -1769,6 +1814,10 @@ msgstr "Vis detaljert informasjon under kompilering"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Vis detaljert informasjon under: "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Skisse"
|
||||
@ -2001,6 +2050,10 @@ msgstr "Denne rapporten vil inkludere mer informasjon med"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Tid for pause"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2070,6 +2123,10 @@ msgstr "Kan ikke åpne seriell plotteren"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Kan ikke nå arduino.cc grunnet mulige nettverksproblemer."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Angre"
|
||||
@ -2265,13 +2322,6 @@ msgid ""
|
||||
"value '{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 "Advarsel: platform.txt fra kjerne '{0}' mangler egenskap {1}, automatisk satt til {2}. Vurder oppgradering av denne kjernen."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Vestfrisisk"
|
||||
|
@ -9,12 +9,13 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Bj\u00f8rn Andreas, 2014
|
||||
# Kaare Jenssen, 2015
|
||||
# lateralus, 2013
|
||||
# Rune Fauske <runfa@runfa.net>, 2013-2015
|
||||
# Rune Fauske <runfa@runfa.net>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Norwegian Bokm\u00e5l (Norway) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nb_NO/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nb_NO\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Norwegian Bokm\u00e5l (Norway) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nb_NO/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nb_NO\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (krever omstart av Arduino)
|
||||
@ -152,6 +153,9 @@ Archive\ sketch\ canceled.=Arkivering av skissen avbrutt.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Arkivering av skissen ble avbrutt fordi\nskissen ikke kunne lagres.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bits) Kort
|
||||
|
||||
@ -337,12 +341,18 @@ Close=Lukk
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Kommenter/Fjern kommentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Kompilatoradvarsler\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Kompilerer skisse...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopier
|
||||
|
||||
@ -457,6 +467,12 @@ Czech\ (Czech\ Republic)=Tsjekkisk (Tsjekkisk Republikk)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Dansk (Danmark)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Mindre innrykk
|
||||
|
||||
@ -466,12 +482,18 @@ Default=Standard
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Slett
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Enheten svarer ikke, sjekk at riktig serieport er valgt eller RESET kortet like f\u00f8r eksportering
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Forkast alle endringer og last skissen p\u00e5 nytt?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Vis linjenummer
|
||||
|
||||
@ -863,8 +885,8 @@ Library\ Manager=Bibliotek Administrasjon
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteket er lagt til i dine bibliotek. Sjekk "Inkluder Bibliotek" menyen
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Biblioteket kan ikke bruke b\u00e5de 'src' og 'utility' mappene.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1036,9 +1058,15 @@ Open\ an\ Arduino\ sketch...=\u00c5pne en Arduino skisse...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u00c5pne...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Sideoppsett
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Passord\:
|
||||
|
||||
@ -1150,6 +1178,9 @@ Quit=Avslutt
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=UTE AV PRODUKSJON
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Gj\u00f8r om
|
||||
|
||||
@ -1257,6 +1288,9 @@ Selected\ library\ is\ not\ available=Valg bibliotek er ikke tilgjengelig
|
||||
#: SerialMonitor.java:93
|
||||
Send=Send
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Seriell overv\u00e5ker
|
||||
|
||||
@ -1293,6 +1327,9 @@ Show\ verbose\ output\ during\ compilation=Vis detaljert informasjon under kompi
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Vis detaljert informasjon under\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Skisse
|
||||
|
||||
@ -1434,6 +1471,9 @@ This\ report\ would\ have\ more\ information\ with=Denne rapporten vil inkludere
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Tid for pause
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Verkt\u00f8y {0} er ikke tilgjengelig for ditt operativsystem.
|
||||
@ -1487,6 +1527,9 @@ Unable\ to\ open\ serial\ plotter=Kan ikke \u00e5pne seriell plotteren
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Kan ikke n\u00e5 arduino.cc grunnet mulige nettverksproblemer.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Angre
|
||||
|
||||
@ -1629,10 +1672,6 @@ Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Advar
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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.=Advarsel\: platform.txt fra kjerne '{0}' mangler egenskap {1}, automatisk satt til {2}. Vurder oppgradering av denne kjernen.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Vestfrisisk
|
||||
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paras Nath Chaudhary <opnchaudhary@gmail.com>, 2013
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Nepali (http://www.transifex.com/mbanzi/arduino-ide-15/language/ne/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -222,6 +223,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -473,6 +478,10 @@ msgstr ""
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -481,6 +490,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
@ -642,6 +655,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -654,6 +675,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -664,6 +689,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1191,8 +1220,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1421,10 +1450,18 @@ msgstr "एउटा नयाँ आर्डुनो स्केच खो
|
||||
msgid "Open..."
|
||||
msgstr "खोल्नुहोस"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1574,6 +1611,10 @@ msgstr ""
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1714,6 +1755,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1765,6 +1810,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1997,6 +2046,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "बिश्राम समय "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2066,6 +2119,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
@ -2261,13 +2318,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,8 +9,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paras Nath Chaudhary <opnchaudhary@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Nepali (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ne/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ne\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Nepali (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ne/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ne\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -148,6 +149,9 @@ Arabic=\u0905\u0930\u092c\u0940
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -333,12 +337,18 @@ Cancel=\u0930\u0926\u094d\u0926 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
!Compiling\ sketch...=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
!Copy=
|
||||
|
||||
@ -453,6 +463,12 @@ Could\ not\ delete\ {0}={0} \u0930\u0926\u094d\u0926 \u0917\u0930\u094d\u0928\u0
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -462,12 +478,18 @@ Could\ not\ delete\ {0}={0} \u0930\u0926\u094d\u0926 \u0917\u0930\u094d\u0928\u0
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -859,8 +881,8 @@ Korean=\u0915\u094b\u0930\u093f\u092f\u0928
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1032,9 +1054,15 @@ Open\ an\ Arduino\ sketch...=\u090f\u0909\u091f\u093e \u0928\u092f\u093e\u0901 \
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u0916\u094b\u0932\u094d\u0928\u0941\u0939\u094b\u0938
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1146,6 +1174,9 @@ Previous=\u092a\u0942\u0930\u094d\u0935
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1253,6 +1284,9 @@ Save=\u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1289,6 +1323,9 @@ Save=\u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1430,6 +1467,9 @@ Save=\u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u092c\u093f\u0936\u094d\u0930\u093e\u092e \u0938\u092e\u092f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1483,6 +1523,9 @@ Time\ for\ a\ Break=\u092c\u093f\u0936\u094d\u0930\u093e\u092e \u0938\u092e\u092
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
!Undo=
|
||||
|
||||
@ -1625,10 +1668,6 @@ Warning=\u091a\u0947\u0924\u093e\u0935\u0928\u0940
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# MrWhammy <brecht@yperman.eu>, 2013,2015
|
||||
# MrWhammy <brecht@yperman.eu>, 2012
|
||||
# devMaeb <devmaeb@gmail.com>, 2014
|
||||
@ -20,7 +21,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/mbanzi/arduino-ide-15/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -227,6 +228,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Het archiveren van de schets is geannuleerd, omdat\nde schets niet goed kon worden opgeslagen."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Arduino ARM (32-bits)-borden"
|
||||
@ -478,6 +483,10 @@ msgstr "Sluiten"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Opmerking maken/opmerking wissen"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Compiler waarschuwingen:"
|
||||
@ -486,6 +495,10 @@ msgstr "Compiler waarschuwingen:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Bezig met het compileren van de schets..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiëren"
|
||||
@ -647,6 +660,14 @@ msgstr "Tsjechisch (Tsjechië)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Deens (Denemarken)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Insprong verkleinen"
|
||||
@ -659,6 +680,10 @@ msgstr "Standaard"
|
||||
msgid "Delete"
|
||||
msgstr "Verwijderen"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -669,6 +694,10 @@ msgstr "Het apparaat antwoordt niet. Controleer of de correcte seriële poort is
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Alle wijzigingen annuleren en schets opnieuw laden?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Regelnummers weergeven"
|
||||
@ -1196,9 +1225,9 @@ msgstr "Bibliotheekbeheerder"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Bibliotheek toegevoegd aan uw bibliotheken. Controleer het menu 'Bibliotheek gebruiken'"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "De bibliotheek kan niet zowel de 'src' als 'utility' mappen gebruiken."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1426,10 +1455,18 @@ msgstr "Een Arduino-schets openen"
|
||||
msgid "Open..."
|
||||
msgstr "Openen..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Pagina-instelling"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Wachtwoord:"
|
||||
@ -1579,6 +1616,10 @@ msgstr "Afsluiten"
|
||||
msgid "RETIRED"
|
||||
msgstr "AFGESCHREVEN"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Opnieuw doen"
|
||||
@ -1719,6 +1760,10 @@ msgstr "De geselecteerde bibliotheek is niet beschikbaar"
|
||||
msgid "Send"
|
||||
msgstr "Verzenden"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Seriële monitor"
|
||||
@ -1770,6 +1815,10 @@ msgstr "Tijdens de compilatie uitgebreide uitvoer weergeven"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Uitgebreide uitvoer weergeven tijdens:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Schets"
|
||||
@ -2002,6 +2051,10 @@ msgstr "Dit rapport zou meer informatie hebben met"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Tijd voor een pauze"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2071,6 +2124,10 @@ msgstr "Kan seriële plotter niet openen"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Kan Arduino.cc niet bereiken, mogelijk door problemen met het netwerk."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Ongedaan maken"
|
||||
@ -2266,13 +2323,6 @@ msgid ""
|
||||
"value '{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 "Fries"
|
||||
|
@ -9,13 +9,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# MrWhammy <brecht@yperman.eu>, 2013,2015
|
||||
# MrWhammy <brecht@yperman.eu>, 2012
|
||||
# devMaeb <devmaeb@gmail.com>, 2014
|
||||
# Jan Verheijen <jmm.verheijen@kpnmail.nl>, 2014
|
||||
# jkf <inactive+jkf@transifex.com>, 2012
|
||||
# Robin van der Vliet <info@robinvandervliet.nl>, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Dutch (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nl\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Dutch (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nl\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(herstart van Arduino nodig)
|
||||
@ -153,6 +154,9 @@ Archive\ sketch\ canceled.=Het archiveren van de schets is geannuleerd.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Het archiveren van de schets is geannuleerd, omdat\nde schets niet goed kon worden opgeslagen.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bits)-borden
|
||||
|
||||
@ -338,12 +342,18 @@ Close=Sluiten
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Opmerking maken/opmerking wissen
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Compiler waarschuwingen\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Bezig met het compileren van de schets...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopi\u00ebren
|
||||
|
||||
@ -458,6 +468,12 @@ Czech\ (Czech\ Republic)=Tsjechisch (Tsjechi\u00eb)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Deens (Denemarken)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Insprong verkleinen
|
||||
|
||||
@ -467,12 +483,18 @@ Default=Standaard
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Verwijderen
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Het apparaat antwoordt niet. Controleer of de correcte seri\u00eble poort is geselecteerd of RESET het board vlak voor het exporteren.
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Alle wijzigingen annuleren en schets opnieuw laden?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Regelnummers weergeven
|
||||
|
||||
@ -864,8 +886,8 @@ Library\ Manager=Bibliotheekbeheerder
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Bibliotheek toegevoegd aan uw bibliotheken. Controleer het menu 'Bibliotheek gebruiken'
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=De bibliotheek kan niet zowel de 'src' als 'utility' mappen gebruiken.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1037,9 +1059,15 @@ Open\ an\ Arduino\ sketch...=Een Arduino-schets openen
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Openen...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Pagina-instelling
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Wachtwoord\:
|
||||
|
||||
@ -1151,6 +1179,9 @@ Quit=Afsluiten
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=AFGESCHREVEN
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Opnieuw doen
|
||||
|
||||
@ -1258,6 +1289,9 @@ Selected\ library\ is\ not\ available=De geselecteerde bibliotheek is niet besch
|
||||
#: SerialMonitor.java:93
|
||||
Send=Verzenden
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Seri\u00eble monitor
|
||||
|
||||
@ -1294,6 +1328,9 @@ Show\ verbose\ output\ during\ compilation=Tijdens de compilatie uitgebreide uit
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Uitgebreide uitvoer weergeven tijdens\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Schets
|
||||
|
||||
@ -1435,6 +1472,9 @@ This\ report\ would\ have\ more\ information\ with=Dit rapport zou meer informat
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Tijd voor een pauze
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Hulpmiddel {0} is niet beschikbaar voor uw besturingssysteem.
|
||||
@ -1488,6 +1528,9 @@ Unable\ to\ open\ serial\ plotter=Kan seri\u00eble plotter niet openen
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Kan Arduino.cc niet bereiken, mogelijk door problemen met het netwerk.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Ongedaan maken
|
||||
|
||||
@ -1630,10 +1673,6 @@ Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Waars
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=Fries
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jeroen Doggen <jeroendoggen@gmail.com>, 2012
|
||||
# TheRevMan <jorick101@hotmail.com>, 2014
|
||||
msgid ""
|
||||
@ -16,7 +17,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/mbanzi/arduino-ide-15/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,6 +224,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
@ -474,6 +479,10 @@ msgstr "Sluiten"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -482,6 +491,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Sketch aan het compileren..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiëren"
|
||||
@ -643,6 +656,14 @@ msgstr ""
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr ""
|
||||
@ -655,6 +676,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -665,6 +690,10 @@ msgstr ""
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr ""
|
||||
@ -1192,8 +1221,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1422,10 +1451,18 @@ msgstr "Open een Arduino sketch..."
|
||||
msgid "Open..."
|
||||
msgstr "Open..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
@ -1575,6 +1612,10 @@ msgstr "Afsluiten"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr ""
|
||||
@ -1715,6 +1756,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr ""
|
||||
@ -1766,6 +1811,10 @@ msgstr ""
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr ""
|
||||
@ -1998,6 +2047,10 @@ msgstr ""
|
||||
msgid "Time for a Break"
|
||||
msgstr "Tijd voor een pauze"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2067,6 +2120,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Ongedaan maken"
|
||||
@ -2262,13 +2319,6 @@ msgid ""
|
||||
"value '{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 ""
|
||||
|
@ -9,9 +9,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jeroen Doggen <jeroendoggen@gmail.com>, 2012
|
||||
# TheRevMan <jorick101@hotmail.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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Dutch (Netherlands) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nl_NL/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nl_NL\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Dutch (Netherlands) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/nl_NL/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: nl_NL\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -149,6 +150,9 @@ Aragonese=Aragonees
|
||||
#: tools/Archiver.java:75
|
||||
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
@ -334,12 +338,18 @@ Close=Sluiten
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
!Comment/Uncomment=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Sketch aan het compileren...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopi\u00ebren
|
||||
|
||||
@ -454,6 +464,12 @@ Cut=Knippen
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
!Danish\ (Denmark)=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
!Decrease\ Indent=
|
||||
|
||||
@ -463,12 +479,18 @@ Cut=Knippen
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
!Discard\ all\ changes\ and\ reload\ sketch?=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
!Display\ line\ numbers=
|
||||
|
||||
@ -860,8 +882,8 @@ Latvian=Lets
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1033,9 +1055,15 @@ Open\ an\ Arduino\ sketch...=Open een Arduino sketch...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Open...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
!Page\ Setup=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
!Password\:=
|
||||
|
||||
@ -1147,6 +1175,9 @@ Quit=Afsluiten
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
!Redo=
|
||||
|
||||
@ -1254,6 +1285,9 @@ Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\
|
||||
#: SerialMonitor.java:93
|
||||
!Send=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
!Serial\ Monitor=
|
||||
|
||||
@ -1290,6 +1324,9 @@ Settings\ issues=Problemen met instellingen
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
!Sketch=
|
||||
|
||||
@ -1431,6 +1468,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Tijd voor een pauze
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1484,6 +1524,9 @@ Time\ for\ a\ Break=Tijd voor een pauze
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Ongedaan maken
|
||||
|
||||
@ -1626,10 +1669,6 @@ Warning=Waarschuwing
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=
|
||||
|
||||
|
@ -9,18 +9,20 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jan Bielak <sharkie103@gmail.com>, 2013-2014
|
||||
# Krzysztof Zbudniewek <krzysztof.zbudniewek@gmail.com>, 2015
|
||||
# thedead4fun <matizochol@gmail.com>, 2015
|
||||
# Szymon Borecki <szymex73@gmail.com>, 2015
|
||||
# Tomasz Pudło <wptom@wp.pl>, 2015
|
||||
# Tomasz Pudło <wptom@wp.pl>, 2015
|
||||
# Voltinus <voltinusmail@gmail.com>, 2015
|
||||
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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/mbanzi/arduino-ide-15/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -47,12 +49,12 @@ msgstr "Wykorzystane: {0}"
|
||||
msgid ""
|
||||
"'Keyboard' not found. Does your sketch include the line '#include "
|
||||
"<Keyboard.h>'?"
|
||||
msgstr ""
|
||||
msgstr "Nie znalezione 'Keyboard'. Czy twój szkic zawiera linię '#include <Keyboard.h>' ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
|
||||
msgid ""
|
||||
"'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||
msgstr ""
|
||||
msgstr "Nie znalezione 'Mouse'. Czy twój szkic zawiera linię '#include <Mouse.h>'?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
|
||||
msgid ""
|
||||
@ -227,6 +229,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Archiwizacja szkicu została anulowana ponieważ\nszkic nie zapisał się prawidłowo."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Płyty Arduino ARM (32-bit)"
|
||||
@ -478,6 +484,10 @@ msgstr "Zamknij"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Komentuj/Odkomentuj "
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Ostrzeżenia kompilatora:"
|
||||
@ -486,6 +496,10 @@ msgstr "Ostrzeżenia kompilatora:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Kompilowanie szkicu..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Kopiuj"
|
||||
@ -647,6 +661,14 @@ msgstr "Czeski (Republika Czeska)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Duński (Dania)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Zmniejsz wcięcie"
|
||||
@ -659,6 +681,10 @@ msgstr "Domyślne"
|
||||
msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -669,6 +695,10 @@ msgstr "Urządzenie nie odpowiada, sprawdź czy prawy szeregowy port jest wybran
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Porzucić zmiany i przeładować szkic?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Wyświetl numery lini"
|
||||
@ -886,7 +916,7 @@ msgstr "Błąd wydruku."
|
||||
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
|
||||
#, java-format
|
||||
msgid "Error while setting serial port parameters: {0} {1} {2} {3}"
|
||||
msgstr ""
|
||||
msgstr "Błąd podczas ustawiania parametrów portu szeregowego: {0} {1} {2} {3}"
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
msgid "Error while uploading"
|
||||
@ -1196,9 +1226,9 @@ msgstr "Zarządca biblioteki"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Biblioteka została dodana do bibliotek. Sprawdź menu \"Załącz biblioteki\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Biblioteka nie może używać jednocześnie folderów 'src' i 'utility'."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1426,10 +1456,18 @@ msgstr "Otwórz szkic Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Otwórz..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Ustawienia strony"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Hasło:"
|
||||
@ -1579,6 +1617,10 @@ msgstr "Wyjdź"
|
||||
msgid "RETIRED"
|
||||
msgstr "WYCOFANE"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Ponów"
|
||||
@ -1719,6 +1761,10 @@ msgstr "Wybrana biblioteka nie jest dostępna"
|
||||
msgid "Send"
|
||||
msgstr "Wyślij"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Szeregowy monitor"
|
||||
@ -1770,6 +1816,10 @@ msgstr "Pokaż szczegółowe informacje podczas kompilacji"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Pokaż szczegółowe informacje podczas:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Szkic"
|
||||
@ -2002,6 +2052,10 @@ msgstr "Raport ten będzie miał więcej informacji z"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Czas na przerwę"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2071,6 +2125,10 @@ msgstr "Nie można otworzyć szeregowego monitora"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Brak dostępu do Arduino.cc prawdopodobnie z powodu problemu z siecią."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Cofnij"
|
||||
@ -2266,13 +2324,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Uwaga: platform.txt z rdzenia '{0}' ma brakującą własność '{1}', użyto domyślnej wartości '{2}'. Rozważ aktualizację tego rdzenia."
|
||||
|
||||
#: ../../../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 "Uwaga: w platform.txt z rdzenia '{0}' brakuje właściwości {1}, zostanie automatycznie ustawione na {2}. Rozważ aktualizację tego rdzenia."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Wschodni fryzyjski"
|
||||
@ -2321,7 +2372,7 @@ msgstr "Nie można zmienić nazwy szkicu na \"{0}\"\nponieważ szkic już ma pli
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a file with that name."
|
||||
msgstr ""
|
||||
msgstr "Nie możesz zapisać szkicu jako \"{0}\"\nponieważ szkic ma już plik z taką nazwą."
|
||||
|
||||
#: Sketch.java:883
|
||||
msgid ""
|
||||
|
@ -9,13 +9,15 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jan Bielak <sharkie103@gmail.com>, 2013-2014
|
||||
# Krzysztof Zbudniewek <krzysztof.zbudniewek@gmail.com>, 2015
|
||||
# thedead4fun <matizochol@gmail.com>, 2015
|
||||
# Szymon Borecki <szymex73@gmail.com>, 2015
|
||||
# Tomasz Pud\u0142o <wptom@wp.pl>, 2015
|
||||
# Tomasz Pud\u0142o <wptom@wp.pl>, 2015
|
||||
# Voltinus <voltinusmail@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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Polish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pl\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<10 || n%100>\=20) ? 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Polish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pl\nPlural-Forms\: nplurals\=3; plural\=(n\=\=1 ? 0 \: n%10>\=2 && n%10<\=4 && (n%100<10 || n%100>\=20) ? 1 \: 2);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(wymagany restart Arduino)
|
||||
@ -29,10 +31,10 @@
|
||||
\ Used\:\ {0}=Wykorzystane\: {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
|
||||
!'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?=
|
||||
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?=Nie znalezione 'Keyboard'. Czy tw\u00f3j szkic zawiera lini\u0119 '\#include <Keyboard.h>' ?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
|
||||
!'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?=
|
||||
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?=Nie znalezione 'Mouse'. Czy tw\u00f3j szkic zawiera lini\u0119 '\#include <Mouse.h>'?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
|
||||
'arch'\ folder\ is\ no\ longer\ supported\!\ See\ http\://goo.gl/gfFJzU\ for\ more\ information=folder 'arch' nie jest ju\u017c obs\u0142ugiwany\! Wi\u0119cej informacji pod adresem http\://goo.gl/gfFJzU
|
||||
@ -153,6 +155,9 @@ Archive\ sketch\ canceled.=Archiwizacja szkicu anulowana
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Archiwizacja szkicu zosta\u0142a anulowana poniewa\u017c\nszkic nie zapisa\u0142 si\u0119 prawid\u0142owo.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=P\u0142yty Arduino ARM (32-bit)
|
||||
|
||||
@ -338,12 +343,18 @@ Close=Zamknij
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Komentuj/Odkomentuj
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Ostrze\u017cenia kompilatora\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Kompilowanie szkicu...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Kopiuj
|
||||
|
||||
@ -458,6 +469,12 @@ Czech\ (Czech\ Republic)=Czeski (Republika Czeska)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Du\u0144ski (Dania)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Zmniejsz wci\u0119cie
|
||||
|
||||
@ -467,12 +484,18 @@ Default=Domy\u015blne
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Usu\u0144
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Urz\u0105dzenie nie odpowiada, sprawd\u017a czy prawy szeregowy port jest wybrany lub zresetuj p\u0142ytk\u0119 tu\u017c przed exportem
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Porzuci\u0107 zmiany i prze\u0142adowa\u0107 szkic?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Wy\u015bwietl numery lini
|
||||
|
||||
@ -636,7 +659,7 @@ Error\ while\ printing.=B\u0142\u0105d wydruku.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
|
||||
#, java-format
|
||||
!Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=
|
||||
Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=B\u0142\u0105d podczas ustawiania parametr\u00f3w portu szeregowego\: {0} {1} {2} {3}
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
Error\ while\ uploading=B\u0142\u0105d przy wgrywaniu
|
||||
@ -864,8 +887,8 @@ Library\ Manager=Zarz\u0105dca biblioteki
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteka zosta\u0142a dodana do bibliotek. Sprawd\u017a menu "Za\u0142\u0105cz biblioteki"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Biblioteka nie mo\u017ce u\u017cywa\u0107 jednocze\u015bnie folder\u00f3w 'src' i 'utility'.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1037,9 +1060,15 @@ Open\ an\ Arduino\ sketch...=Otw\u00f3rz szkic Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Otw\u00f3rz...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Ustawienia strony
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Has\u0142o\:
|
||||
|
||||
@ -1151,6 +1180,9 @@ Quit=Wyjd\u017a
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=WYCOFANE
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Pon\u00f3w
|
||||
|
||||
@ -1258,6 +1290,9 @@ Selected\ library\ is\ not\ available=Wybrana biblioteka nie jest dost\u0119pna
|
||||
#: SerialMonitor.java:93
|
||||
Send=Wy\u015blij
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Szeregowy monitor
|
||||
|
||||
@ -1294,6 +1329,9 @@ Show\ verbose\ output\ during\ compilation=Poka\u017c szczeg\u00f3\u0142owe info
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Poka\u017c szczeg\u00f3\u0142owe informacje podczas\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Szkic
|
||||
|
||||
@ -1435,6 +1473,9 @@ This\ report\ would\ have\ more\ information\ with=Raport ten b\u0119dzie mia\u0
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Czas na przerw\u0119
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Narz\u0119dzie {0} nie jest dost\u0119pne w twoim systemie operacyjnym
|
||||
@ -1488,6 +1529,9 @@ Unable\ to\ open\ serial\ plotter=Nie mo\u017cna otworzy\u0107 szeregowego monit
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Brak dost\u0119pu do Arduino.cc prawdopodobnie z powodu problemu z sieci\u0105.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Cofnij
|
||||
|
||||
@ -1630,10 +1674,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Uwaga\: platform.txt z rdzenia '{0}' ma brakuj\u0105c\u0105 w\u0142asno\u015b\u0107 '{1}', u\u017cyto domy\u015blnej warto\u015bci '{2}'. Rozwa\u017c aktualizacj\u0119 tego rdzenia.
|
||||
|
||||
#: ../../../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.=Uwaga\: w platform.txt z rdzenia '{0}' brakuje w\u0142a\u015bciwo\u015bci {1}, zostanie automatycznie ustawione na {2}. Rozwa\u017c aktualizacj\u0119 tego rdzenia.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Wschodni fryzyjski
|
||||
|
||||
@ -1665,7 +1705,7 @@ You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=Nie mo\u017cesz
|
||||
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Nie mo\u017cna zmieni\u0107 nazwy szkicu na "{0}"\nponiewa\u017c szkic ju\u017c ma plik .cpp z tak\u0105 nazw\u0105.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Sketch.java:659
|
||||
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ file\ with\ that\ name.=
|
||||
You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ file\ with\ that\ name.=Nie mo\u017cesz zapisa\u0107 szkicu jako "{0}"\nponiewa\u017c szkic ma ju\u017c plik z tak\u0105 nazw\u0105.
|
||||
|
||||
#: Sketch.java:883
|
||||
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=Nie mo\u017cesz zapisa\u0107 szkicu w folderze\nwewn\u0105trz pliku. To by ci\u0105gn\u0119\u0142o si\u0119 w niesko\u0144czono\u015b\u0107.
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# n3okill <n3okill@hotmail.com>, 2014
|
||||
# nelsonduvall <nelsonduvall@gmail.com>, 2012,2014
|
||||
@ -23,7 +24,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/mbanzi/arduino-ide-15/language/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -230,6 +231,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "O arquivamento do rascunho foi cancelado porque não\nfoi possível guardar o rascunho em condições."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino ARM (32-bits)"
|
||||
@ -481,6 +486,10 @@ msgstr "Fechar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar/Eliminar Comentário"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -489,6 +498,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "A compilar o rascunho..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -650,6 +663,14 @@ msgstr "Checo (República Checa)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dinamarqês (Dinamarca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Reduzir Indentação"
|
||||
@ -662,6 +683,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -672,6 +697,10 @@ msgstr "O dispositivo não está a responder. Verifica que está selecionada a p
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Esquecer quaisquer alterações e recarregar o rascunho?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Mostrar numeros de linha"
|
||||
@ -1199,8 +1228,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1429,10 +1458,18 @@ msgstr "Abrir um rascunho Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuração da Página"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Palavra passe:"
|
||||
@ -1582,6 +1619,10 @@ msgstr "Sair"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refazer"
|
||||
@ -1722,6 +1763,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor Série"
|
||||
@ -1773,6 +1818,10 @@ msgstr "Mostrar mensagens detalhadas durante a compilação"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar mensagens detalhadas durante:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Rascunho"
|
||||
@ -2005,6 +2054,10 @@ msgstr "Este relatório teria mais informação com"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Que tal um intervalo?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2074,6 +2127,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Anular"
|
||||
@ -2269,13 +2326,6 @@ msgid ""
|
||||
"value '{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 "Frísio Ocidental"
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# n3okill <n3okill@hotmail.com>, 2014
|
||||
# nelsonduvall <nelsonduvall@gmail.com>, 2012,2014
|
||||
@ -18,7 +19,7 @@
|
||||
# Paulo Monteiro <b452042@gmail.com>, 2012
|
||||
# Pedro Santos <trifaisca@gmail.com>, 2012
|
||||
# renatose <renatose.com@gmail.com>, 2012,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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Portuguese (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pt/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Portuguese (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pt/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(requer rein\u00edcio do Arduino)
|
||||
@ -156,6 +157,9 @@ Archive\ sketch\ canceled.=Cancelado o arquivo do rascunho.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=O arquivamento do rascunho foi cancelado porque n\u00e3o\nfoi poss\u00edvel guardar o rascunho em condi\u00e7\u00f5es.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino ARM (32-bits)
|
||||
|
||||
@ -341,12 +345,18 @@ Close=Fechar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar/Eliminar Coment\u00e1rio
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=A compilar o rascunho...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -461,6 +471,12 @@ Czech\ (Czech\ Republic)=Checo (Rep\u00fablica Checa)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Dinamarq\u00eas (Dinamarca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Reduzir Indenta\u00e7\u00e3o
|
||||
|
||||
@ -470,12 +486,18 @@ Decrease\ Indent=Reduzir Indenta\u00e7\u00e3o
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Apagar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=O dispositivo n\u00e3o est\u00e1 a responder. Verifica que est\u00e1 selecionada a porta s\u00e9rie correta ou faz RESET \u00e0 placa imediatamente antes de exportares
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Esquecer quaisquer altera\u00e7\u00f5es e recarregar o rascunho?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Mostrar numeros de linha
|
||||
|
||||
@ -867,8 +889,8 @@ Latvian=Let\u00e3o
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1040,9 +1062,15 @@ Open\ an\ Arduino\ sketch...=Abrir um rascunho Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configura\u00e7\u00e3o da P\u00e1gina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Palavra passe\:
|
||||
|
||||
@ -1154,6 +1182,9 @@ Quit=Sair
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Refazer
|
||||
|
||||
@ -1261,6 +1292,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Placa selecionada d
|
||||
#: SerialMonitor.java:93
|
||||
Send=Enviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor S\u00e9rie
|
||||
|
||||
@ -1297,6 +1331,9 @@ Show\ verbose\ output\ during\ compilation=Mostrar mensagens detalhadas durante
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar mensagens detalhadas durante\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Rascunho
|
||||
|
||||
@ -1438,6 +1475,9 @@ This\ report\ would\ have\ more\ information\ with=Este relat\u00f3rio teria mai
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Que tal um intervalo?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1491,6 +1531,9 @@ Unable\ to\ open\ serial\ monitor=Erro ao abrir o monitor s\u00e9rie.
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Anular
|
||||
|
||||
@ -1633,10 +1676,6 @@ Warning=Aviso
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=Fr\u00edsio Ocidental
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# andre graes <andregraes@gmail.com>, 2012
|
||||
# Erick Simões <erick.simoes@yahoo.com.br>, 2014-2015
|
||||
# Everton Leite <etcholeite@gmail.com>, 2015
|
||||
@ -22,7 +23,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/mbanzi/arduino-ide-15/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -229,6 +230,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "O arquivo do sketch foi cancelado porque\no sketch não pôde ser salvo corretamente."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino ARM (32-bits)"
|
||||
@ -480,6 +485,10 @@ msgstr "Fechar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar/descomentar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Avisos do compilador:"
|
||||
@ -488,6 +497,10 @@ msgstr "Avisos do compilador:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilando sketch..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -649,6 +662,14 @@ msgstr "Czech (República Tcheca)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dinamarquês (Dinamarca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Diminuir identação"
|
||||
@ -661,6 +682,10 @@ msgstr "Padrão"
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -671,6 +696,10 @@ msgstr "O dispositivo não está respondendo. Confira se a porta serial é a co
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Descartar todas as alterações e recarregar o sketch?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Mostrar números de linhas"
|
||||
@ -1198,9 +1227,9 @@ msgstr "Gerenciador de Biblioteca"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Biblioteca adicionada às suas bibliotecas. Veja o menu \"Incluir biblioteca\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Biblioteca não pode usar tanto a pasta 'src' quanto a pasta 'utility'."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1428,10 +1457,18 @@ msgstr "Abrir um sketch Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuração da página"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Senha:"
|
||||
@ -1581,6 +1618,10 @@ msgstr "Sair"
|
||||
msgid "RETIRED"
|
||||
msgstr "RETIRADO"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refazer"
|
||||
@ -1721,6 +1762,10 @@ msgstr "A biblioteca selecionada não está disponível"
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor serial"
|
||||
@ -1772,6 +1817,10 @@ msgstr "Mostrar saída verbosa durante a compilação"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar mensagens de saída durante:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Sketch"
|
||||
@ -2004,6 +2053,10 @@ msgstr "Este relatório deveria ter mais informações"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Pausa para descanso"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2073,6 +2126,10 @@ msgstr "Não foi possível abrir o plotter serial"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Não foi possível alcançar Arduino.cc devido a possíveis problemas de rede."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Desfazer"
|
||||
@ -2268,13 +2325,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Aviso: platform.txt do núcleo '{0}' não possui a propriedade '{1}', assumindo o valor padrão '{2}'. Considere atualizar este núcleo."
|
||||
|
||||
#: ../../../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 "Aviso: platform.txt do núcleo '{0}' não possui a propriedade {1}, definida automaticamente para {2}. Considere atualizar este núcleo."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Frisian Ocidental"
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# andre graes <andregraes@gmail.com>, 2012
|
||||
# Erick Sim\u00f5es <erick.simoes@yahoo.com.br>, 2014-2015
|
||||
# Everton Leite <etcholeite@gmail.com>, 2015
|
||||
@ -17,7 +18,7 @@
|
||||
# Philipe Rabelo <philipe_elvis_preslei@hotmail.com>, 2013
|
||||
# Rafael H L Moretti <rafael.moretti@gmail.com>, 2014
|
||||
# Tiago Goto Sala, 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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Portuguese (Brazil) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pt_BR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt_BR\nPlural-Forms\: nplurals\=2; plural\=(n > 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Portuguese (Brazil) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pt_BR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt_BR\nPlural-Forms\: nplurals\=2; plural\=(n > 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(requer reinicializa\u00e7\u00e3o do Arduino)
|
||||
@ -155,6 +156,9 @@ Archive\ sketch\ canceled.=Arquivo de sketch cancelado.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=O arquivo do sketch foi cancelado porque\no sketch n\u00e3o p\u00f4de ser salvo corretamente.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino ARM (32-bits)
|
||||
|
||||
@ -340,12 +344,18 @@ Close=Fechar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar/descomentar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Avisos do compilador\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilando sketch...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -460,6 +470,12 @@ Czech\ (Czech\ Republic)=Czech (Rep\u00fablica Tcheca)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Dinamarqu\u00eas (Dinamarca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Diminuir identa\u00e7\u00e3o
|
||||
|
||||
@ -469,12 +485,18 @@ Default=Padr\u00e3o
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Apagar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=O dispositivo n\u00e3o est\u00e1 respondendo. Confira se a porta serial \u00e9 a correta ou REINICIE a placa antes de exportar
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Descartar todas as altera\u00e7\u00f5es e recarregar o sketch?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Mostrar n\u00fameros de linhas
|
||||
|
||||
@ -866,8 +888,8 @@ Library\ Manager=Gerenciador de Biblioteca
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteca adicionada \u00e0s suas bibliotecas. Veja o menu "Incluir biblioteca"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Biblioteca n\u00e3o pode usar tanto a pasta 'src' quanto a pasta 'utility'.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1039,9 +1061,15 @@ Open\ an\ Arduino\ sketch...=Abrir um sketch Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configura\u00e7\u00e3o da p\u00e1gina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Senha\:
|
||||
|
||||
@ -1153,6 +1181,9 @@ Quit=Sair
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=RETIRADO
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Refazer
|
||||
|
||||
@ -1260,6 +1291,9 @@ Selected\ library\ is\ not\ available=A biblioteca selecionada n\u00e3o est\u00e
|
||||
#: SerialMonitor.java:93
|
||||
Send=Enviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor serial
|
||||
|
||||
@ -1296,6 +1330,9 @@ Show\ verbose\ output\ during\ compilation=Mostrar sa\u00edda verbosa durante a
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar mensagens de sa\u00edda durante\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Sketch
|
||||
|
||||
@ -1437,6 +1474,9 @@ This\ report\ would\ have\ more\ information\ with=Este relat\u00f3rio deveria t
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Pausa para descanso
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=A ferramenta {0} n\u00e3o est\u00e1 dispon\u00edvel para o seu sistema operacional.
|
||||
@ -1490,6 +1530,9 @@ Unable\ to\ open\ serial\ plotter=N\u00e3o foi poss\u00edvel abrir o plotter ser
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=N\u00e3o foi poss\u00edvel alcan\u00e7ar Arduino.cc devido a poss\u00edveis problemas de rede.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Desfazer
|
||||
|
||||
@ -1632,10 +1675,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Aviso\: platform.txt do n\u00facleo '{0}' n\u00e3o possui a propriedade '{1}', assumindo o valor padr\u00e3o '{2}'. Considere atualizar este n\u00facleo.
|
||||
|
||||
#: ../../../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.=Aviso\: platform.txt do n\u00facleo '{0}' n\u00e3o possui a propriedade {1}, definida automaticamente para {2}. Considere atualizar este n\u00facleo.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Frisian Ocidental
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paulo Monteiro <b452042@gmail.com>, 2012
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# n3okill <n3okill@hotmail.com>, 2014
|
||||
@ -25,7 +26,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-11-02 12:05+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/mbanzi/arduino-ide-15/language/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -232,6 +233,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "O arquivamento do rascunho foi cancelado porque não\nfoi possível guardar o rascunho em condições."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Placas Arduino ARM (32-bits)"
|
||||
@ -483,6 +488,10 @@ msgstr "Fechar"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Comentar/Eliminar Comentário"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr ""
|
||||
@ -491,6 +500,10 @@ msgstr ""
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "A compilar o rascunho..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiar"
|
||||
@ -652,6 +665,14 @@ msgstr "Checo (República Checa)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Dinamarqês (Dinamarca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Reduzir Indentação"
|
||||
@ -664,6 +685,10 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -674,6 +699,10 @@ msgstr "O dispositivo não está a responder. Verifica que está selecionada a p
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Esquecer quaisquer alterações e recarregar o rascunho?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Mostrar numeros de linha"
|
||||
@ -1201,8 +1230,8 @@ msgstr ""
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
@ -1431,10 +1460,18 @@ msgstr "Abrir um rascunho Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Abrir..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Configuração da Página"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Palavra passe:"
|
||||
@ -1584,6 +1621,10 @@ msgstr "Sair"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refazer"
|
||||
@ -1724,6 +1765,10 @@ msgstr ""
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Monitor Série"
|
||||
@ -1775,6 +1820,10 @@ msgstr "Mostrar mensagens detalhadas durante a compilação"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar mensagens detalhadas durante:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Rascunho"
|
||||
@ -2007,6 +2056,10 @@ msgstr "Este relatório teria mais informação com"
|
||||
msgid "Time for a Break"
|
||||
msgstr "Que tal um intervalo?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2076,6 +2129,10 @@ msgstr ""
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Anular"
|
||||
@ -2271,13 +2328,6 @@ msgid ""
|
||||
"value '{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 "Frísio Ocidental"
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paulo Monteiro <b452042@gmail.com>, 2012
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# n3okill <n3okill@hotmail.com>, 2014
|
||||
@ -20,7 +21,7 @@
|
||||
# renatose <renatose.com@gmail.com>, 2012
|
||||
# Pedro Santos <trifaisca@gmail.com>, 2012
|
||||
# nuno407 <uhfomano@hotmail.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-11-02 12\:05+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Portuguese (Portugal) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pt_PT/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt_PT\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Portuguese (Portugal) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pt_PT/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt_PT\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(requer rein\u00edcio do Arduino)
|
||||
@ -158,6 +159,9 @@ Archive\ sketch\ canceled.=Cancelado o arquivo do rascunho.
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=O arquivamento do rascunho foi cancelado porque n\u00e3o\nfoi poss\u00edvel guardar o rascunho em condi\u00e7\u00f5es.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Placas Arduino ARM (32-bits)
|
||||
|
||||
@ -343,12 +347,18 @@ Close=Fechar
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Comentar/Eliminar Coment\u00e1rio
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
!Compiler\ warnings\:\ =
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=A compilar o rascunho...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiar
|
||||
|
||||
@ -463,6 +473,12 @@ Czech\ (Czech\ Republic)=Checo (Rep\u00fablica Checa)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Dinamarq\u00eas (Dinamarca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Reduzir Indenta\u00e7\u00e3o
|
||||
|
||||
@ -472,12 +488,18 @@ Decrease\ Indent=Reduzir Indenta\u00e7\u00e3o
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Apagar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=O dispositivo n\u00e3o est\u00e1 a responder. Verifica que est\u00e1 selecionada a porta s\u00e9rie correta ou faz RESET \u00e0 placa imediatamente antes de exportares
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Esquecer quaisquer altera\u00e7\u00f5es e recarregar o rascunho?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Mostrar numeros de linha
|
||||
|
||||
@ -869,8 +891,8 @@ Latvian=Let\u00e3o
|
||||
#: ../../../../../app/src/processing/app/Base.java:2349
|
||||
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1042,9 +1064,15 @@ Open\ an\ Arduino\ sketch...=Abrir um rascunho Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Abrir...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Configura\u00e7\u00e3o da P\u00e1gina
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Palavra passe\:
|
||||
|
||||
@ -1156,6 +1184,9 @@ Quit=Sair
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Refazer
|
||||
|
||||
@ -1263,6 +1294,9 @@ Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=Placa selecionada d
|
||||
#: SerialMonitor.java:93
|
||||
Send=Enviar
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Monitor S\u00e9rie
|
||||
|
||||
@ -1299,6 +1333,9 @@ Show\ verbose\ output\ during\ compilation=Mostrar mensagens detalhadas durante
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar mensagens detalhadas durante\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Rascunho
|
||||
|
||||
@ -1440,6 +1477,9 @@ This\ report\ would\ have\ more\ information\ with=Este relat\u00f3rio teria mai
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=Que tal um intervalo?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
|
||||
@ -1493,6 +1533,9 @@ Unable\ to\ open\ serial\ monitor=Erro ao abrir o monitor s\u00e9rie.
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Anular
|
||||
|
||||
@ -1635,10 +1678,6 @@ Warning=Aviso
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
|
||||
|
||||
#: ../../../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=Fr\u00edsio Ocidental
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# corneliu.e <corneliueva@yahoo.com>, 2013-2014
|
||||
# kobalt <kobalt_mstr@yahoo.it>, 2012
|
||||
# Liviu Roman, 2015
|
||||
@ -21,8 +22,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-11-05 19:41+0000\n"
|
||||
"Last-Translator: Pop Gheorghe <office@roroid.ro>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/mbanzi/arduino-ide-15/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -228,6 +229,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Arhivarea schiţei a fost anulată deoarece\nschiţa nu a putut fi salvată."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Plăcii Arduino ARM (32-bits)"
|
||||
@ -479,6 +484,10 @@ msgstr "Închide"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Pune comentariu/Elimină comentariu"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Atenționări la compilare:"
|
||||
@ -487,6 +496,10 @@ msgstr "Atenționări la compilare:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Compilez schiţa..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Copiază"
|
||||
@ -648,6 +661,14 @@ msgstr "Cehă (Republica Cehă)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Daneză (Danemarca)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Redu spaţiere"
|
||||
@ -660,6 +681,10 @@ msgstr "Implicit"
|
||||
msgid "Delete"
|
||||
msgstr "Ştergere"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -670,6 +695,10 @@ msgstr "Dispozitivul nu răspunde, verifică dacă ai selectat portul serial cor
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Anulează toate modificările şi reiniţializează schiţa?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Arată numărul liniilor"
|
||||
@ -1197,9 +1226,9 @@ msgstr "Manager Librari"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Fișier adăugat în bibliotecă. Verifică meniul \"Include biblioteca\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Librăria nu poate folosi concomitent directoarele 'src' şi 'utility'."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1427,10 +1456,18 @@ msgstr "Deschideți o schiță Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Deschide..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Iniţializare pagină"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Parola:"
|
||||
@ -1580,6 +1617,10 @@ msgstr "Ieşire"
|
||||
msgid "RETIRED"
|
||||
msgstr "RETRAS"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Refă"
|
||||
@ -1720,6 +1761,10 @@ msgstr "Biblioteca selectată nu este disponibilă"
|
||||
msgid "Send"
|
||||
msgstr "Trimite"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Terminal serial"
|
||||
@ -1771,6 +1816,10 @@ msgstr "Detaliază informaţiile de ieşire a compilatorului:"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Detaliază informaţiile de ieşire a compilatorului:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Schiţă"
|
||||
@ -2003,6 +2052,10 @@ msgstr "Acest raport ar avea mai multe informații cu"
|
||||
msgid "Time for a Break"
|
||||
msgstr "E timpul pentru o pauză"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2072,6 +2125,10 @@ msgstr "Serial plotter nu poate fi deschis"
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Nu se poate accesa Arduino.cc din cauza unei posibile probleme de rețea"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Anulează"
|
||||
@ -2267,13 +2324,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Atenție: platform.txt din nucleul '{0}' lipsă proprietate {1}, se folosește valoarea implicită {2}. Luați în considerare modernizarea acestui nucleu."
|
||||
|
||||
#: ../../../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 "Atenție: platform.txt din nucleul '{0}' lipsă proprietate {1}, setat automat la {2}. Luați în considerare modernizarea acestui nucleu."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Friziană occidentală "
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# corneliu.e <corneliueva@yahoo.com>, 2013-2014
|
||||
# kobalt <kobalt_mstr@yahoo.it>, 2012
|
||||
# Liviu Roman, 2015
|
||||
@ -16,7 +17,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-11-05 19\:41+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-11-18 16\:15+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\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)
|
||||
@ -154,6 +155,9 @@ Archive\ sketch\ canceled.=Arhivarea schi\u0163ei a fost anulat\u0103
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Arhivarea schi\u0163ei a fost anulat\u0103 deoarece\nschi\u0163a nu a putut fi salvat\u0103.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Pl\u0103cii Arduino ARM (32-bits)
|
||||
|
||||
@ -339,12 +343,18 @@ Close=\u00cenchide
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=Pune comentariu/Elimin\u0103 comentariu
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
!Communication=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
Compiler\ warnings\:\ =Aten\u021bion\u0103ri la compilare\:
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=Compilez schi\u0163a...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
!Contributed=
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=Copiaz\u0103
|
||||
|
||||
@ -459,6 +469,12 @@ Czech\ (Czech\ Republic)=Ceh\u0103 (Republica Ceh\u0103)
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:120
|
||||
Danish\ (Denmark)=Danez\u0103 (Danemarca)
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
!Data\ Processing=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Redu spa\u0163iere
|
||||
|
||||
@ -468,12 +484,18 @@ Default=Implicit
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u015etergere
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
!Device\ Control=
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Dispozitivul nu r\u0103spunde, verific\u0103 dac\u0103 ai selectat portul serial corect sau apas\u0103 RESET \u00eenainte de a realiza exportul
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=Anuleaz\u0103 toate modific\u0103rile \u015fi reini\u0163ializeaz\u0103 schi\u0163a?
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
!Display=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
Display\ line\ numbers=Arat\u0103 num\u0103rul liniilor
|
||||
|
||||
@ -865,8 +887,8 @@ 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"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.=Libr\u0103ria nu poate folosi concomitent directoarele 'src' \u015fi 'utility'.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1038,9 +1060,15 @@ Open\ an\ Arduino\ sketch...=Deschide\u021bi o schi\u021b\u0103 Arduino...
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=Deschide...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=Ini\u0163ializare pagin\u0103
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=Parola\:
|
||||
|
||||
@ -1152,6 +1180,9 @@ Quit=Ie\u015fire
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
RETIRED=RETRAS
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=Ref\u0103
|
||||
|
||||
@ -1259,6 +1290,9 @@ Selected\ library\ is\ not\ available=Biblioteca selectat\u0103 nu este disponib
|
||||
#: SerialMonitor.java:93
|
||||
Send=Trimite
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=Terminal serial
|
||||
|
||||
@ -1295,6 +1329,9 @@ Show\ verbose\ output\ during\ compilation=Detaliaz\u0103 informa\u0163iile de i
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Detaliaz\u0103 informa\u0163iile de ie\u015fire a compilatorului\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=Schi\u0163\u0103
|
||||
|
||||
@ -1436,6 +1473,9 @@ This\ report\ would\ have\ more\ information\ with=Acest raport ar avea mai mult
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=E timpul pentru o pauz\u0103
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=Instrumentul {0} nu este disponibil pentru sistemul dv de operare
|
||||
@ -1489,6 +1529,9 @@ Unable\ to\ open\ serial\ plotter=Serial plotter nu poate fi deschis
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=Nu se poate accesa Arduino.cc din cauza unei posibile probleme de re\u021bea
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=Anuleaz\u0103
|
||||
|
||||
@ -1631,10 +1674,6 @@ Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automati
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=Aten\u021bie\: platform.txt din nucleul '{0}' lips\u0103 proprietate {1}, se folose\u0219te valoarea implicit\u0103 {2}. Lua\u021bi \u00een considerare modernizarea acestui nucleu.
|
||||
|
||||
#: ../../../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.=Aten\u021bie\: platform.txt din nucleul '{0}' lips\u0103 proprietate {1}, setat automat la {2}. Lua\u021bi \u00een considerare modernizarea acestui nucleu.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
Western\ Frisian=Frizian\u0103 occidental\u0103
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aleksandr Jadov <a.jadov@tata.lt>, 2013
|
||||
# AlexL <loginov.alex.valer@gmail.com>, 2015
|
||||
# angry_snake <inactive+angry_snake@transifex.com>, 2014
|
||||
@ -26,8 +27,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-11-02 14:18+0000\n"
|
||||
"Last-Translator: AlexL <loginov.alex.valer@gmail.com>\n"
|
||||
"PO-Revision-Date: 2015-11-18 16:15+0000\n"
|
||||
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/mbanzi/arduino-ide-15/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -233,6 +234,10 @@ msgid ""
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "Архивирование скетча было отменено, так как \nскетч не может быть сохранен должным образом."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
msgid "Arduino"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr "Платы Arduino ARM (32-bits)"
|
||||
@ -484,6 +489,10 @@ msgstr "Закрыть"
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Добавить/Удалить комментарий"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
|
||||
msgid "Communication"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
|
||||
msgid "Compiler warnings: "
|
||||
msgstr "Сообщения компилятора:"
|
||||
@ -492,6 +501,10 @@ msgstr "Сообщения компилятора:"
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Компиляция скетча..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
msgid "Contributed"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "Копировать"
|
||||
@ -653,6 +666,14 @@ msgstr "Чешский (Республика Чехия)"
|
||||
msgid "Danish (Denmark)"
|
||||
msgstr "Датский (Дания)"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
|
||||
msgid "Data Processing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
msgid "Data Storage"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Уменьшить отступ"
|
||||
@ -665,6 +686,10 @@ msgstr "По умолчанию"
|
||||
msgid "Delete"
|
||||
msgstr "Удалить"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
|
||||
msgid "Device Control"
|
||||
msgstr ""
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
@ -675,6 +700,10 @@ msgstr "Плата не отвечает, проверьте правильно
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Отменить все изменения и перезагрузить скетч?"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:438
|
||||
msgid "Display line numbers"
|
||||
msgstr "Показать номера строк"
|
||||
@ -1202,9 +1231,9 @@ msgstr "Менеджер библиотек"
|
||||
msgid "Library added to your libraries. Check \"Include library\" menu"
|
||||
msgstr "Библиотека добавлена. Проверьте меню \"Подключить библиотеку\""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:71
|
||||
msgid "Library can't use both 'src' and 'utility' folders."
|
||||
msgstr "Библиотека не может использовать обе папки src' и 'utility'."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#, java-format
|
||||
@ -1432,10 +1461,18 @@ msgstr "Открыть скетч Arduino..."
|
||||
msgid "Open..."
|
||||
msgstr "Открыть..."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "Настройки страницы"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
msgid "Password:"
|
||||
msgstr "Пароль:"
|
||||
@ -1585,6 +1622,10 @@ msgstr "Выход"
|
||||
msgid "RETIRED"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "Вернуть"
|
||||
@ -1725,6 +1766,10 @@ msgstr "Выбранная библиотека не доступна"
|
||||
msgid "Send"
|
||||
msgstr "Отправить"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
msgid "Sensors"
|
||||
msgstr ""
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Монитор порта"
|
||||
@ -1776,6 +1821,10 @@ msgstr "Отображать вывод во время компиляции"
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Показать подробный вывод:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
msgid "Signal Input/Output"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "Скетч"
|
||||
@ -2008,6 +2057,10 @@ msgstr "Это сообщение будет содержать больше и
|
||||
msgid "Time for a Break"
|
||||
msgstr "Время сделать перерыв"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
msgid "Timing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
|
||||
#, java-format
|
||||
msgid "Tool {0} is not available for your operating system."
|
||||
@ -2077,6 +2130,10 @@ msgstr "Не могу открыть плоттер по последовате
|
||||
msgid "Unable to reach Arduino.cc due to possible network issues."
|
||||
msgstr "Возникла ошибка при соединении с Arduino.cc"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "Отменить"
|
||||
@ -2272,13 +2329,6 @@ msgid ""
|
||||
"value '{2}'. Consider upgrading this core."
|
||||
msgstr "Внимание: platform.txt из ядра '{0}' не содержит опции '{1}', используется значение по умолчанию '{2}'. Ожидайте обновления этого ядра."
|
||||
|
||||
#: ../../../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 "Внимание: platform.txt из ядра '{0}' не содержит опции {1}, автоматически установлено значение {2}. Ожидайте обновления этого ядра."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
msgid "Western Frisian"
|
||||
msgstr "Западный Фризский"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user