mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Updated translations
This commit is contained in:
parent
8fd17d44a7
commit
daefdc9d7d
@ -17,12 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Acoli (http://www.transifex.com/mbanzi/arduino-ide-15/language/ach/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -676,6 +677,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -851,6 +856,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -940,10 +950,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
@ -1147,8 +1153,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1212,9 +1218,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1273,9 +1279,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1693,9 +1699,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1883,6 +1889,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2054,6 +2064,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2099,10 +2117,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2120,6 +2139,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2699,11 +2722,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2714,6 +2732,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,7 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Acoli (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ach/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ach\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Acoli (http\://www.transifex.com/mbanzi/arduino-ide-15/language/ach/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ach\nPlural-Forms\: nplurals\=2; plural\=(n > 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -479,6 +480,9 @@
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -610,6 +614,10 @@
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -677,9 +685,6 @@
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
|
||||
@ -830,8 +835,8 @@
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -875,9 +880,9 @@
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -922,9 +927,9 @@
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1237,9 +1242,9 @@
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1378,6 +1383,9 @@
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1497,6 +1505,10 @@
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1521,8 +1533,8 @@
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1530,6 +1542,9 @@
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1931,10 +1946,6 @@
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1943,6 +1954,10 @@
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,13 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/mbanzi/arduino-ide-15/language/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -852,6 +857,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
@ -1148,8 +1154,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=
|
||||
@ -480,6 +481,9 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -611,6 +615,10 @@ Arduino\:\ =Arduino\:
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ Arduino\:\ =Arduino\:
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
|
||||
@ -831,8 +836,8 @@ Arduino\:\ =Arduino\:
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -876,9 +881,9 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1238,9 +1243,9 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Arduino\:\ =Arduino\:
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1498,6 +1506,10 @@ System\ Default=Stelsel Verstek
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1522,8 +1534,8 @@ System\ Default=Stelsel Verstek
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1531,6 +1543,9 @@ System\ Default=Stelsel Verstek
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ Yes=Ja
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1944,6 +1955,10 @@ Yes=Ja
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,13 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Aragonese (http://www.transifex.com/mbanzi/arduino-ide-15/language/an/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr "Disminuir sangría"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
@ -852,6 +857,11 @@ msgstr "Error obtenendo os datos d'a carpeta d'Arduino."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Error interna d'o serie.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Estonio"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estonio (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Eixemplos"
|
||||
@ -1148,9 +1154,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar mayusclas"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorando o nombre incorrecto d'a biblioteca."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr "Referencia"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr "Qüestions d'achustes"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Amostrar Carpeta de programa"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Amostrar salida detallada mientres:"
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "O fichero \"{0}\" ameneste estar dentro d'una\ncarpeta de prochecto clamada \"{1}\".\nCreyar-la, mover o fichero y continar?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "A carpeta d'o programa ha desapareixiu\nIntentaré salvar-lo de nuevo en a mesma ubicación\npero brenca mas que o codigo se perderá."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nombre de placa invalido, debe estar de la forma \"paquet:arq:placa\" u \"paquet:arq:placa:opcions\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opcion invalida ta la opción \"{1}\" ta la placa \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr "{0}: Opcion invalida ara a placa \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opcion invalida, debe estar d'a forma \"nombre=valor\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -480,6 +481,9 @@ Decrease\ Indent=Disminuir sangr\u00eda
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Borrar
|
||||
|
||||
@ -611,6 +615,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Error obtenendo os datos d'a carpeta
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Error interna d'o serie.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Error mientr
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonio
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estonio (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Eixemplos
|
||||
|
||||
@ -831,8 +836,8 @@ Hungarian=H\u00fangaro
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar mayusclas
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorando o nombre incorrecto d'a biblioteca.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorando treballo con nombre incorrecto.
|
||||
@ -876,9 +881,9 @@ Indonesian=Indonesio
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Latvian=Let\u00f3n
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1238,9 +1243,9 @@ Reference=Referencia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Settings\ issues=Q\u00fcestions d'achustes
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Amostrar Carpeta de programa
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Amostrar salida detallada mientres\:
|
||||
|
||||
@ -1498,6 +1506,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=A clase Udp ha estau renombrad
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=O fichero "{0}" ameneste estar dentro d'una\ncarpeta de prochecto clamada "{1}".\nCreyar-la, mover o fichero y continar?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=A biblioteca "{0}" no se puede usar.\nOs nombres de biblioteca han de contener solament numeros y letras.\n(Solament ASCII y sin espacios, y no pueden empecipiar con un numero)
|
||||
@ -1522,8 +1534,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=A carpeta d'o programa ha desapareixiu\nIntentar\u00e9 salvar-lo de nuevo en a mesma ubicaci\u00f3n\npero brenca mas que o codigo se perder\u00e1.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=A carpeta de sketchbook ya no existe.\nArduino cambiar\u00e1 a ubicaci\u00f3n por defecto de\nsketchbook, y creyar\u00e1 una carpeta de prochecto\nnuevo si ye necesario. Arduino alavez deixar\u00e1\n de charrar d'ell mesmo en tercera persona.
|
||||
@ -1531,6 +1543,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ upload=puyar
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nombre de placa invalido, debe estar de la forma "paquet\:arq\:placa" u "paquet\:arq\:placa\:opcions"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Opcion invalida ta la opci\u00f3n "{1}" ta la placa "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Opcion invalida ara a placa "{1}"
|
||||
@ -1944,6 +1955,10 @@ upload=puyar
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Opcion invalida, debe estar d'a forma "nombre\=valor"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitectura desconoixida
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# alsadi <alsadi@gmail.com>, 2012
|
||||
# amas89 <amas89@gmail.com>, 2012
|
||||
# belal affouri <belal@eshtre.com>, 2015
|
||||
@ -30,7 +31,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/mbanzi/arduino-ide-15/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -684,6 +685,10 @@ msgstr "تقليل البادئة"
|
||||
msgid "Default"
|
||||
msgstr "إفتراضي"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
@ -859,6 +864,11 @@ msgstr "مشكلة في الحصول على مجلد بيانات الاردوي
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Serial.{0}() خطأ داخل "
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -948,10 +958,6 @@ msgstr "خطأ أثناء التحقق أو الرفع"
|
||||
msgid "Estonian"
|
||||
msgstr "Eesti"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "الأستونية (إستونيا)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "أمثلة"
|
||||
@ -1155,9 +1161,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "تجاهل الحالة"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "تجاهل اسم المكتبة الخاطئ"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1220,10 +1226,10 @@ msgstr "تم التنصيب"
|
||||
msgid "Installing boards..."
|
||||
msgstr "جاري تثبيت الألواح..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "جاري تثبيت مكتبة:{0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1281,10 +1287,10 @@ msgstr "مكتبة أضيفت إلى مكتباتك. تحقق من \"إدراج
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "المكتبة لا تستطيع استخدام كلا المجلدين 'src' و 'utility'. تحقق جيدا من {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "المكتبة مثبته مسبقا: {0} اصدار {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1701,10 +1707,10 @@ msgstr "مرجع"
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "جاري حذف المكتبة: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1891,6 +1897,10 @@ msgstr "ضبط المسائل"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "اعرض مجلد الشيفرة البرمجية"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "عرض المخرجات خلال:"
|
||||
@ -2062,6 +2072,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "الملف \"{0}\" بحاجة لأن يكون بداخل \n\"{1}\" مجلد الشيفرة البرمجية المسمى \n أنشاء المجلد ونقل الملفات والمتباعة؟"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2107,10 +2125,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "مجلد الشيفرة البرمجية اختفى.\nحاول اعادة حفظه في نفس المكان,\nولكن سيتم فقدان الكود."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2128,6 +2147,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "مجلد كتاب الشيفرة البرمجية المحدد يحتوي على نسختك من منصة التطوير.\nالرجاء إختيار مجلد آخر لكتاب الشيفرة البرمجية."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2707,11 +2730,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: اسم لوحة غير صالح، يتوجب أن يكون صيغة \"package:arch:board\" أو \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2722,6 +2740,11 @@ msgstr "{0}: خيار غير صحيح للوحة \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: خيار غير صالح، يتوجب أن يكون بصيغة \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# alsadi <alsadi@gmail.com>, 2012
|
||||
# amas89 <amas89@gmail.com>, 2012
|
||||
# belal affouri <belal@eshtre.com>, 2015
|
||||
@ -25,7 +26,7 @@
|
||||
# JAMAL ELMERABETE <jmerabet@procyonst.com>, 2014-2015
|
||||
# Khaled Saleem Baleesh <Kbaleesh@gmail.com>, 2015-2016
|
||||
# Mubarak Qahtani <abu-q76@hotmail.com>, 2015-2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -487,6 +488,9 @@ Decrease\ Indent=\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0628\u0627\u062f\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u0625\u0641\u062a\u0631\u0627\u0636\u064a
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
@ -618,6 +622,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\u0645\u0634\u0643\u0644\u0629 \u064
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Serial.{0}() \u062e\u0637\u0623 \u062f\u0627\u062e\u0644
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -685,9 +693,6 @@ Error\ while\ verifying/uploading=\u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0
|
||||
#: Preferences.java:93
|
||||
Estonian=Eesti
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u0627\u0644\u0623\u0633\u062a\u0648\u0646\u064a\u0629 (\u0625\u0633\u062a\u0648\u0646\u064a\u0627)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0623\u0645\u062b\u0644\u0629
|
||||
|
||||
@ -838,8 +843,8 @@ Hungarian=Magyar
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u062d\u0627\u0644\u0629
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u062a\u062c\u0627\u0647\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u062e\u0627\u0637\u0626
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0630\u0627\u062a \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u062e\u0627\u0637\u0626
|
||||
@ -883,9 +888,9 @@ Installed=\u062a\u0645 \u0627\u0644\u062a\u0646\u0635\u064a\u0628
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=\u062c\u0627\u0631\u064a \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0623\u0644\u0648\u0627\u062d...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=\u062c\u0627\u0631\u064a \u062a\u062b\u0628\u064a\u062a \u0645\u0643\u062a\u0628\u0629\:{0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -930,9 +935,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0645\u06
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=\u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0644\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0644\u0627 \u0627\u0644\u0645\u062c\u0644\u062f\u064a\u0646 'src' \u0648 'utility'. \u062a\u062d\u0642\u0642 \u062c\u064a\u062f\u0627 \u0645\u0646 {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=\u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0645\u062b\u0628\u062a\u0647 \u0645\u0633\u0628\u0642\u0627\: {0} \u0627\u0635\u062f\u0627\u0631 {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u0631\u0642\u0645 \u0627\u0644\u0633\u0637\u0631\:
|
||||
@ -1245,9 +1250,9 @@ Reference=\u0645\u0631\u062c\u0639
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u062d\u0630\u0641
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=\u062c\u0627\u0631\u064a \u062d\u0630\u0641 \u0627\u0644\u0645\u0643\u062a\u0628\u0629\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1386,6 +1391,9 @@ Settings\ issues=\u0636\u0628\u0637 \u0627\u0644\u0645\u0633\u0627\u0626\u0644
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u0627\u0639\u0631\u0636 \u0645\u062c\u0644\u062f \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0639\u0631\u0636 \u0627\u0644\u0645\u062e\u0631\u062c\u0627\u062a \u062e\u0644\u0627\u0644\:
|
||||
|
||||
@ -1505,6 +1513,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=The Udp class \u0623\u0639\u06
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u0627\u0644\u0645\u0644\u0641 "{0}" \u0628\u062d\u0627\u062c\u0629 \u0644\u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u062f\u0627\u062e\u0644 \n"{1}" \u0645\u062c\u0644\u062f \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u0645\u0633\u0645\u0649 \n \u0623\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062c\u0644\u062f \u0648\u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0627\u0644\u0645\u062a\u0628\u0627\u0639\u0629\u061f
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u0627\u0644\u0645\u0643\u062a\u0628\u0629 "{0}" \u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627.\n\u0627\u0633\u0645 \u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u064a\u062c\u0628 \u0627\u0646 \u064a\u0643\u0648\u0646 \u062d\u0631\u0648\u0641 \u0648\u0627\u0631\u0642\u0627\u0645 \u0641\u0642\u0637.\n(\u0623\u062d\u0631\u0641 \u0622\u0633\u0643\u064a "ASCII " \u0641\u0642\u0637 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0648\u0636\u0639 \u0641\u0631\u0627\u063a\u0627\u062a \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0631\u0642\u0645)
|
||||
@ -1529,8 +1541,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u0645\u062c\u0644\u062f \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u062e\u062a\u0641\u0649.\n\u062d\u0627\u0648\u0644 \u0627\u0639\u0627\u062f\u0629 \u062d\u0641\u0638\u0647 \u0641\u064a \u0646\u0641\u0633 \u0627\u0644\u0645\u0643\u0627\u0646,\n\u0648\u0644\u0643\u0646 \u0633\u064a\u062a\u0645 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0643\u0648\u062f.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u0645\u062c\u0644\u062f \u0643\u062a\u0627\u0628 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 "\u0627\u0644\u0633\u0643\u062a\u0634" \u0644\u0645 \u064a\u0639\u062f \u0645\u0648\u062c\u0648\u062f\u0627.\n\u0633\u064a\u0646\u062a\u0642\u0644 \u0627\u0644\u0627\u0631\u062f\u0648\u064a\u0646\u0648 \u0627\u0644\u0649 \u0645\u0643\u0627\u0646 \u0643\u062a\u0627\u0628 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a,\n\u0648\u0627\u0646\u0634\u0627\u0621 \u0645\u062c\u0644\u062f \u062c\u062f\u064a\u062f \u0627\u0630\u0627 \u0643\u0627\u0646\n\u0636\u0631\u0648\u0631\u064a\u0627\u064b. \u0627\u0644\u0627\u0631\u062f\u0648\u064a\u0646\u0648 \u0633\u064a\u0648\u0642\u0641 \u0627\u0644\u062d\u062f\u064a\u062b \n\u0639\u0646 \u0646\u0641\u0633\u0647.
|
||||
@ -1538,6 +1550,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\u0645\u062c\u0644\u062f \u0643\u062a\u0627\u0628 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u0645\u062d\u062f\u062f \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0646\u0633\u062e\u062a\u0643 \u0645\u0646 \u0645\u0646\u0635\u0629 \u0627\u0644\u062a\u0637\u0648\u064a\u0631.\n\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0644\u062f \u0622\u062e\u0631 \u0644\u0643\u062a\u0627\u0628 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\u0647\u0630\u0647 \u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u063a\u064a\u0631 \u0645\u062f\u0631\u062c\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0643\u062a\u0628\u0627\u062a. \u0644\u0646 \u062a\u0633\u062a\u0637\u064a\u0639 \u0625\u0639\u0627\u062f\u0629 \u062a\u062b\u0628\u064a\u062a\u0647\u0627 \u0645\u0646 \u0647\u0646\u0627.\n\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u062d\u0630\u0641\u0647\u0627\u061f
|
||||
|
||||
@ -1939,10 +1954,6 @@ version\ <b>{0}</b>=\u0627\u0644\u0646\u0633\u062e\u0629 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u0627\u0633\u0645 \u0644\u0648\u062d\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u060c \u064a\u062a\u0648\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0635\u064a\u063a\u0629 "package\:arch\:board" \u0623\u0648 "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u062e\u064a\u0627\u0631 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d \u0644\u0644\u0648\u062d\u0629 "{1}"
|
||||
@ -1951,6 +1962,10 @@ version\ <b>{0}</b>=\u0627\u0644\u0646\u0633\u062e\u0629 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u062e\u064a\u0627\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u060c \u064a\u062a\u0648\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u0635\u064a\u063a\u0629 "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u0645\u0639\u0645\u0627\u0631\u064a\u0629 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641\u0629
|
||||
|
@ -17,13 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/mbanzi/arduino-ide-15/language/ast/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -852,6 +857,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
@ -1148,9 +1154,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Inorando un mal nome de biblioteca"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=
|
||||
@ -480,6 +481,9 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -611,6 +615,10 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
|
||||
@ -831,8 +836,8 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Inorando un mal nome de biblioteca
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -876,9 +881,9 @@ Ignoring\ bad\ library\ name=Inorando un mal nome de biblioteca
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Ignoring\ bad\ library\ name=Inorando un mal nome de biblioteca
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1238,9 +1243,9 @@ Quit=Colar
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Quit=Colar
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1498,6 +1506,10 @@ Sunshine=Soleyero
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La biblioteca "{0}" nun pue utilizase.\nLos nomes de biblioteca tienen de contener nam\u00e1i lletres b\u00e1siques y n\u00famberos.\n(Nam\u00e1i ASCII ensin espacios, y nun pue principiar con un n\u00famberu)
|
||||
@ -1522,8 +1534,8 @@ The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ bas
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=El direutoriu cartafueyu de bocetos y\u00e1 nun esiste.\nArduino camudar\u00e1 al llugar predetermin\u00e1u del cartafueyu\nde bocetos, y crear\u00e1 un direutoriu cartafueyu de bocetos\nnuevu si ye necesario. Arduino ent\u00f3s dexar\u00e1 de falar de\nsigo mesmu en tercera persona.
|
||||
@ -1531,6 +1543,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1944,6 +1955,10 @@ You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# debconf <prach.by@gmail.com>, 2013-2014,2016-2017
|
||||
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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/mbanzi/arduino-ide-15/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr "Паменьшыць водступ"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Выдаліць"
|
||||
@ -852,6 +857,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Памылка унутры Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr "Памылка праверкі/выгрузкі"
|
||||
msgid "Estonian"
|
||||
msgstr "Эстонская"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Эстонская (Эстонія)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Ўзоры"
|
||||
@ -1148,9 +1154,9 @@ msgstr "НЕСУМЯШЧАЛЬНА"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ігнараваць рэгістр"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ігнарую бібліятэку з кепскім імём"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Паказаць Каталог Скетчаў"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Паказваць падрабязны вывад падчас:"
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Файл\"{0}\" павінен быць унутры каталога\nскетчу з імём \"{1}\". Стварыць такі каталог, \nперамясціць файл, и працягнуць?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Папка скетчу знікла.\nСпрабуем перазахаваць у тым жа месцы,\nале ўсё акрамя коду будзе страчана."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Няправільнае імя платы, мае быць форма \"package:arch:board\" ці \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Няправільная опцыя для \"{1}\" опцыі для платы \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr "{0}: Няправільная опцыя для платы \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Няправільная опцыя, мае быць форма \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# debconf <prach.by@gmail.com>, 2013-2014,2016-2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -480,6 +481,9 @@ Decrease\ Indent=\u041f\u0430\u043c\u0435\u043d\u044c\u0448\u044b\u0446\u044c \u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0412\u044b\u0434\u0430\u043b\u0456\u0446\u044c
|
||||
|
||||
@ -611,6 +615,10 @@ Error\ downloading\ {0}=\u041f\u0430\u043c\u044b\u043b\u043a\u0430 \u0441\u0446\
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u041f\u0430\u043c\u044b\u043b\u043a\u0430 \u0443\u043d\u0443\u0442\u0440\u044b Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ Error\ while\ verifying/uploading=\u041f\u0430\u043c\u044b\u043b\u043a\u0430 \u0
|
||||
#: Preferences.java:93
|
||||
Estonian=\u042d\u0441\u0442\u043e\u043d\u0441\u043a\u0430\u044f
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u042d\u0441\u0442\u043e\u043d\u0441\u043a\u0430\u044f (\u042d\u0441\u0442\u043e\u043d\u0456\u044f)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u040e\u0437\u043e\u0440\u044b
|
||||
|
||||
@ -831,8 +836,8 @@ INCOMPATIBLE=\u041d\u0415\u0421\u0423\u041c\u042f\u0428\u0427\u0410\u041b\u042c\
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0406\u0433\u043d\u0430\u0440\u0430\u0432\u0430\u0446\u044c \u0440\u044d\u0433\u0456\u0441\u0442\u0440
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u0406\u0433\u043d\u0430\u0440\u0443\u044e \u0431\u0456\u0431\u043b\u0456\u044f\u0442\u044d\u043a\u0443 \u0437 \u043a\u0435\u043f\u0441\u043a\u0456\u043c \u0456\u043c\u0451\u043c
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u0406\u0433\u043d\u0430\u0440\u0443\u0435\u0446\u0446\u0430 \u0441\u043a\u0435\u0442\u0447 \u0437 \u043a\u0435\u043f\u0441\u043a\u0456\u043c \u0456\u043c\u0451\u043c
|
||||
@ -876,9 +881,9 @@ Indonesian=\u0406\u043d\u0434\u0430\u043d\u044d\u0437\u0456\u0439\u0441\u043a\u0
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Latvian=\u041b\u0430\u0442\u0432\u0456\u0441\u043a\u0430\u044f
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u041d\u0443\u043c\u0430\u0440 \u0440\u0430\u0434\u043a\u0443\:
|
||||
@ -1238,9 +1243,9 @@ Redo=\u041f\u0435\u0440\u0430\u0440\u0430\u0431\u0456\u0446\u044c
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Settings=\u041d\u0430\u043b\u0430\u0434\u043a\u0456
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u041f\u0430\u043a\u0430\u0437\u0430\u0446\u044c \u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0421\u043a\u0435\u0442\u0447\u0430\u045e
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: 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\:
|
||||
|
||||
@ -1498,6 +1506,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u0424\u0430\u0439\u043b"{0}" \u043f\u0430\u0432\u0456\u043d\u0435\u043d \u0431\u044b\u0446\u044c \u0443\u043d\u0443\u0442\u0440\u044b \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\n\u0441\u043a\u0435\u0442\u0447\u0443 \u0437 \u0456\u043c\u0451\u043c "{1}". \u0421\u0442\u0432\u0430\u0440\u044b\u0446\u044c \u0442\u0430\u043a\u0456 \u043a\u0430\u0442\u0430\u043b\u043e\u0433, \n\u043f\u0435\u0440\u0430\u043c\u044f\u0441\u0446\u0456\u0446\u044c \u0444\u0430\u0439\u043b, \u0438 \u043f\u0440\u0430\u0446\u044f\u0433\u043d\u0443\u0446\u044c?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u0411\u0456\u0431\u043b\u0456\u044f\u0442\u044d\u043a\u0443 "{0}" \u043d\u0435\u043c\u0430\u0433\u0447\u044b\u043c\u0430 \u0432\u044b\u043a\u0430\u0440\u044b\u0441\u0442\u0430\u0446\u044c.\n\u0406\u043c\u044f \u0431\u0456\u0431\u043b\u0456\u044f\u0442\u044d\u043a\u0456 \u043f\u0430\u0432\u0456\u043d\u043d\u0430 \u0437\u043a\u043b\u0430\u0434\u0430\u0446\u0446\u0430 \u0442\u043e\u043b\u044c\u043a\u0456 \u0437 \u043b\u0456\u0442\u0430\u0440 \u0456 \u043b\u0456\u0447\u0431\u0430\u045e.\n(\u0442\u043e\u043b\u044c\u043a\u0456 ASCII \u0456 \u0431\u0435\u0437 \u043f\u0440\u0430\u0431\u0435\u043b\u0430\u045e, \u043d\u0435\u043b\u044c\u0433\u0430 \u043f\u0430\u0447\u044b\u043d\u0430\u0446\u044c \u0437 \u043b\u0456\u0447\u0431\u044b)
|
||||
@ -1522,8 +1534,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=\u0421\u043a\u0435\u0442\u
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u041f\u0430\u043f\u043a\u0430 \u0441\u043a\u0435\u0442\u0447\u0443 \u0437\u043d\u0456\u043a\u043b\u0430.\n\u0421\u043f\u0440\u0430\u0431\u0443\u0435\u043c \u043f\u0435\u0440\u0430\u0437\u0430\u0445\u0430\u0432\u0430\u0446\u044c \u0443 \u0442\u044b\u043c \u0436\u0430 \u043c\u0435\u0441\u0446\u044b,\n\u0430\u043b\u0435 \u045e\u0441\u0451 \u0430\u043a\u0440\u0430\u043c\u044f \u043a\u043e\u0434\u0443 \u0431\u0443\u0434\u0437\u0435 \u0441\u0442\u0440\u0430\u0447\u0430\u043d\u0430.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0441\u043a\u0435\u0442\u0447\u0443 \u0431\u043e\u043b\u044c\u0448 \u043d\u0435 \u0456\u0441\u043d\u0443\u0435.\nArduino \u043f\u0435\u0440\u0430\u043a\u043b\u044e\u0447\u044b\u0446\u0446\u0430 \u043d\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u043f\u0430-\u0437\u043c\u043e\u045e\u0447\u0432\u0430\u043d\u043d\u044e\n\u0446\u0456 \u0441\u0442\u0432\u043e\u0440\u044b\u0446\u044c \u043d\u043e\u0432\u044b \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u043a\u0430\u043b\u0456 \u043f\u0430\u0442\u0440\u044d\u0431\u043d\u0430.\nArduino \u0441\u043f\u044b\u043d\u0456\u0446\u044c \u043a\u0430\u0437\u0430\u0446\u044c \u0430\u0431 \u0441\u0430\u0431\u0435 \u0443 \u0442\u0440\u044d\u0446\u044f\u0439 \u0430\u0441\u043e\u0431\u0435.
|
||||
@ -1531,6 +1543,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ version\ <b>{0}</b>=\u0432\u0435\u0440\u0441\u0456\u044f <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u041d\u044f\u043f\u0440\u0430\u0432\u0456\u043b\u044c\u043d\u0430\u0435 \u0456\u043c\u044f \u043f\u043b\u0430\u0442\u044b, \u043c\u0430\u0435 \u0431\u044b\u0446\u044c \u0444\u043e\u0440\u043c\u0430 "package\:arch\:board" \u0446\u0456 "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: \u041d\u044f\u043f\u0440\u0430\u0432\u0456\u043b\u044c\u043d\u0430\u044f \u043e\u043f\u0446\u044b\u044f \u0434\u043b\u044f "{1}" \u043e\u043f\u0446\u044b\u0456 \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u044b "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u041d\u044f\u043f\u0440\u0430\u0432\u0456\u043b\u044c\u043d\u0430\u044f \u043e\u043f\u0446\u044b\u044f \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u044b "{1}"
|
||||
@ -1944,6 +1955,10 @@ version\ <b>{0}</b>=\u0432\u0435\u0440\u0441\u0456\u044f <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u041d\u044f\u043f\u0440\u0430\u0432\u0456\u043b\u044c\u043d\u0430\u044f \u043e\u043f\u0446\u044b\u044f, \u043c\u0430\u0435 \u0431\u044b\u0446\u044c \u0444\u043e\u0440\u043c\u0430 "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u041d\u0435\u0432\u044f\u0434\u043e\u043c\u0430\u044f \u0430\u0440\u0445\u0456\u0442\u044d\u043a\u0442\u0443\u0440\u0430
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Anton Stoychev <antitoxic@gmail.com>, 2013
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Gabriel Radev <gabosss@gmail.com>, 2017
|
||||
@ -28,8 +29,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: 2017-10-13 11:13+0000\n"
|
||||
"Last-Translator: Любомир Василев\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@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"
|
||||
@ -682,6 +683,10 @@ msgstr "Намаляване на отстъпа"
|
||||
msgid "Default"
|
||||
msgstr "По подразбиране"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Изтриване"
|
||||
@ -857,6 +862,11 @@ msgstr "Грешка при получаването на папката за д
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Грешка в Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr "Грешка при проверката/качването"
|
||||
msgid "Estonian"
|
||||
msgstr "Естонски"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Естонски (Естония)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Примери"
|
||||
@ -1153,9 +1159,9 @@ msgstr "НЕСЪВМЕСТИМ"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Без оглед на регистъра"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Пренебрегване на библиотека с неправилно име"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,10 +1224,10 @@ msgstr "Инсталирани"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Инсталиране на платките…"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Инсталиране на библиотека: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1279,10 +1285,10 @@ msgstr "Библиотеката е добавена към Вашите биб
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Библиотеката не може да ползва едновременно папките „src“ и „utility“. Проверете отново {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Библиотеката е вече инсталирана: {0} версия {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1699,10 +1705,10 @@ msgstr "Справочник"
|
||||
msgid "Remove"
|
||||
msgstr "Премахване"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Премахване на библиотека: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1889,6 +1895,10 @@ msgstr "Въпроси, свързани с настройките"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Показване на папката на скицата"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Показване на подробна информация при:"
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Файлът „{0}“ трябва да е в\nпапката с име „{1}“ на скицата.\nСъздаване на папката, преместване на файла и продължаване?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,11 +2123,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Папката на скицата изчезна.\nЩе бъде направен опит за повторно запазване на\nсъщото място, но всичко, освен кода, ще бъде загубено."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Името на скицата трябваше да бъде променено. Имената на скиците\nможе да съдържат само знаци от „ASCII“ и да са не по-дълги от 64 знака."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Зададената папка за скицника съдържа файловете на средата за разработка.\nМоля, изберете друга папка за скицника."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: неправилно име на платка. То трябва да е във вида: „пакет:архитектура:платка“ или „пакет:архитектура:платка:опции“"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: неправилна опция за опцията „{1}“ за платката „{2}“"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr "{0}: неправилна опция за платката „{1}“"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: неправилна опция. Тя трябва да е във вида: „име=стойност“"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Anton Stoychev <antitoxic@gmail.com>, 2013
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Gabriel Radev <gabosss@gmail.com>, 2017
|
||||
# Ivaylo Malinov <mals@mail.bg>, 2015
|
||||
# Valentin Laskov <v_laskov@mail.bg>, 2012-2016
|
||||
# \u041b\u044e\u0431\u043e\u043c\u0438\u0440 \u0412\u0430\u0441\u0438\u043b\u0435\u0432, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 11\:13+0000\nLast-Translator\: \u041b\u044e\u0431\u043e\u043c\u0438\u0440 \u0412\u0430\u0441\u0438\u043b\u0435\u0432\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=\u041d\u0430\u043c\u0430\u043b\u044f\u0432\u0430\u043d\u0435 \u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\u0413\u0440\u0435\u0448\u043a\u0430
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u0413\u0440\u0435\u0448\u043a\u0430 \u0432 Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ verifying/uploading=\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0
|
||||
#: Preferences.java:93
|
||||
Estonian=\u0415\u0441\u0442\u043e\u043d\u0441\u043a\u0438
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u0415\u0441\u0442\u043e\u043d\u0441\u043a\u0438 (\u0415\u0441\u0442\u043e\u043d\u0438\u044f)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u041f\u0440\u0438\u043c\u0435\u0440\u0438
|
||||
|
||||
@ -836,8 +841,8 @@ INCOMPATIBLE=\u041d\u0415\u0421\u042a\u0412\u041c\u0415\u0421\u0422\u0418\u041c
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0411\u0435\u0437 \u043e\u0433\u043b\u0435\u0434 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u044a\u0440\u0430
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u041f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0433\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u0438\u043c\u0435
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u041f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0433\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u043a\u0438\u0446\u0430 \u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u0438\u043c\u0435
|
||||
@ -881,9 +886,9 @@ Installed=\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0442\u043a\u0438\u0442\u0435\u2026
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0411\u04
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043f\u043e\u043b\u0437\u0432\u0430 \u0435\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043f\u0430\u043f\u043a\u0438\u0442\u0435 \u201esrc\u201c \u0438 \u201eutility\u201c. \u041f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u0435 \u0432\u0435\u0447\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0430\: {0} \u0432\u0435\u0440\u0441\u0438\u044f {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0435\u0434\:
|
||||
@ -1243,9 +1248,9 @@ Reference=\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=\u0412\u044a\u043f\u0440\u043e\u0441\u0438, \u0441\u0432\u044a\
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u043a\u0438\u0446\u0430\u0442\u0430
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043f\u0440\u0438\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u0424\u0430\u0439\u043b\u044a\u0442 \u201e{0}\u201c \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0432\n\u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u0441 \u0438\u043c\u0435 \u201e{1}\u201c \u043d\u0430 \u0441\u043a\u0438\u0446\u0430\u0442\u0430.\n\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u043f\u043a\u0430\u0442\u0430, \u043f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b\u0430 \u0438 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u201e{0}\u201c \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043f\u043e\u043b\u0437\u0432\u0430.\n\u0418\u043c\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438\u0442\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0430 \u0441\u044a\u0441\u0442\u0430\u0432\u0435\u043d\u0438 \u0441\u0430\u043c\u043e \u043e\u0442 \u043e\u0441\u043d\u043e\u0432\u043d\u0438 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438 \u0431\u0443\u043a\u0432\u0438 \u0438 \u0446\u0438\u0444\u0440\u0438.\n(\u0421\u0430\u043c\u043e \u0431\u0443\u043a\u0432\u0438 \u043e\u0442 \u201eASCII\u201c, \u0431\u0435\u0437 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0438, \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0437\u0430\u043f\u043e\u0447\u0432\u0430\u0442 \u0441 \u0446\u0438\u0444\u0440\u0430)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=\u0421\u043a\u0438\u0446\u
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u041f\u0430\u043f\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u043a\u0438\u0446\u0430\u0442\u0430 \u0438\u0437\u0447\u0435\u0437\u043d\u0430.\n\u0429\u0435 \u0431\u044a\u0434\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0435\u043d \u043e\u043f\u0438\u0442 \u0437\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0437\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430\n\u0441\u044a\u0449\u043e\u0442\u043e \u043c\u044f\u0441\u0442\u043e, \u043d\u043e \u0432\u0441\u0438\u0447\u043a\u043e, \u043e\u0441\u0432\u0435\u043d \u043a\u043e\u0434\u0430, \u0449\u0435 \u0431\u044a\u0434\u0435 \u0437\u0430\u0433\u0443\u0431\u0435\u043d\u043e.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=\u0418\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u043a\u0438\u0446\u0430\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430\u0448\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d\u043e. \u0418\u043c\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u0441\u043a\u0438\u0446\u0438\u0442\u0435\n\u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u0442 \u0441\u0430\u043c\u043e \u0437\u043d\u0430\u0446\u0438 \u043e\u0442 \u201eASCII\u201c \u0438 \u0434\u0430 \u0441\u0430 \u043d\u0435 \u043f\u043e-\u0434\u044a\u043b\u0433\u0438 \u043e\u0442 64 \u0437\u043d\u0430\u043a\u0430.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u041f\u0430\u043f\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u043a\u0438\u0446\u043d\u0438\u043a\u0430 \u0432\u0435\u0447\u0435 \u043d\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u0410\u0440\u0434\u0443\u0438\u043d\u043e\n\u0449\u0435 \u043f\u0440\u0435\u043c\u0438\u043d\u0435 \u043a\u044a\u043c \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e\n\u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u0437\u0430 \u0441\u043a\u0438\u0446\u043d\u0438\u043a\u0430, \u0438\u043b\u0438 \u0449\u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043d\u043e\u0432\u0430\n\u043f\u0430\u043f\u043a\u0430, \u0430\u043a\u043e \u0442\u043e\u0432\u0430 \u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e. \u0421\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u0410\u0440\u0434\u0443\u0438\u043d\u043e\n\u0449\u0435 \u0441\u043f\u0440\u0435 \u0434\u0430 \u0433\u043e\u0432\u043e\u0440\u0438 \u0437\u0430 \u0441\u0435\u0431\u0435 \u0441\u0438 \u0432 \u0442\u0440\u0435\u0442\u043e \u043b\u0438\u0446\u0435.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\u0417\u0430\u0434\u0430\u0434\u0435\u043d\u0430\u0442\u0430 \u043f\u0430\u043f\u043a\u0430 \u0437\u0430 \u0441\u043a\u0438\u0446\u043d\u0438\u043a\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0444\u0430\u0439\u043b\u043e\u0432\u0435\u0442\u0435 \u043d\u0430 \u0441\u0440\u0435\u0434\u0430\u0442\u0430 \u0437\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430.\n\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u0430 \u043f\u0430\u043f\u043a\u0430 \u0437\u0430 \u0441\u043a\u0438\u0446\u043d\u0438\u043a\u0430.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\u0422\u0430\u0437\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u043b\u0438\u043f\u0441\u0432\u0430 \u0432 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0432 \u201e\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438\u201c. \u041d\u044f\u043c\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u0434\u0430 \u044f \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 \u043e\u0442 \u0442\u0443\u043a.\n\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u044f \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435?
|
||||
|
||||
@ -1937,10 +1952,6 @@ version\ <b>{0}</b>=\u0432\u0435\u0440\u0441\u0438\u044f <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u0438\u043c\u0435 \u043d\u0430 \u043f\u043b\u0430\u0442\u043a\u0430. \u0422\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0432\u044a\u0432 \u0432\u0438\u0434\u0430\: \u201e\u043f\u0430\u043a\u0435\u0442\:\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0430\:\u043f\u043b\u0430\u0442\u043a\u0430\u201c \u0438\u043b\u0438 \u201e\u043f\u0430\u043a\u0435\u0442\:\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0430\:\u043f\u043b\u0430\u0442\u043a\u0430\:\u043e\u043f\u0446\u0438\u0438\u201c
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u043e\u043f\u0446\u0438\u044f \u0437\u0430 \u043e\u043f\u0446\u0438\u044f\u0442\u0430 \u201e{1}\u201c \u0437\u0430 \u043f\u043b\u0430\u0442\u043a\u0430\u0442\u0430 \u201e{2}\u201c
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u043e\u043f\u0446\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0442\u043a\u0430\u0442\u0430 \u201e{1}\u201c
|
||||
@ -1949,6 +1960,10 @@ version\ <b>{0}</b>=\u0432\u0435\u0440\u0441\u0438\u044f <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u043e\u043f\u0446\u0438\u044f. \u0422\u044f \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0432\u044a\u0432 \u0432\u0438\u0434\u0430\: \u201e\u0438\u043c\u0435\=\u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442\u201c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442\u0430 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0430
|
||||
|
@ -17,13 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/mbanzi/arduino-ide-15/language/bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr "Smanji uvlaku"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
@ -852,6 +857,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "estonski"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Primjeri"
|
||||
@ -1148,8 +1154,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr "Reference"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Prikaži folder skice"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -480,6 +481,9 @@ Decrease\ Indent=Smanji uvlaku
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Obri\u0161i
|
||||
|
||||
@ -611,6 +615,10 @@ Error=Gre\u0161ka
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ Error\ while\ printing.=Gre\u0161ka prilikom \u0161tampanja.
|
||||
#: Preferences.java:93
|
||||
Estonian=estonski
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Primjeri
|
||||
|
||||
@ -831,8 +836,8 @@ Hungarian=ma\u0111arski
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -876,9 +881,9 @@ Indonesian=indonezijski
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Latvian=latvijski
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1238,9 +1243,9 @@ Reference=Reference
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Select\ All=Ozna\u010di sve
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Prika\u017ei folder skice
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1498,6 +1506,10 @@ Tamil=tamilski
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1522,8 +1534,8 @@ Tamil=tamilski
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1531,6 +1543,9 @@ Tamil=tamilski
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1944,6 +1955,10 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# dplanella <david.planella@softcatala.cat>, 2017
|
||||
# Enric Verdaguer <verdaga@hotmail.com>, 2016
|
||||
# Francesc Famadas <kiski97@gmail.com>, 2015
|
||||
@ -33,8 +34,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: 2018-03-14 09:17+0000\n"
|
||||
"Last-Translator: jmontane\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/mbanzi/arduino-ide-15/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -687,6 +688,10 @@ msgstr "Disminueix el sagnat"
|
||||
msgid "Default"
|
||||
msgstr "Predeterminat"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Suprimeix"
|
||||
@ -862,6 +867,11 @@ msgstr "Error obtenint la carpeta data d'Arduino."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Error a dins del Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -951,10 +961,6 @@ msgstr "Error mentre verificava/pujava"
|
||||
msgid "Estonian"
|
||||
msgstr "estonià"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "estonià (Estònia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemples"
|
||||
@ -1158,9 +1164,9 @@ msgstr "NO COMPATIBLE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignora diferències entre majúscules i minúscules"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorant el nom incorrecte de la biblioteca."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1223,10 +1229,10 @@ msgstr "Instal·lat"
|
||||
msgid "Installing boards..."
|
||||
msgstr "S'estan instal·lant les plaques..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "S'està instal·lant la biblioteca: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1284,10 +1290,10 @@ msgstr "Biblioteca afegida a les vostres biblioteques. Comproveu el menú \"Incl
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "La biblioteca no pot fer servir ambdós directoris 'src' i 'utility'. Torneu a comprovar {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "La biblioteca ja està instal·lada: {0} versió {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1704,10 +1710,10 @@ msgstr "Referència"
|
||||
msgid "Remove"
|
||||
msgstr "Suprimeix"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "S'està suprimint la biblioteca: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1894,6 +1900,10 @@ msgstr "Errors en les preferències"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Mostra la carpeta del Sketch"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostra la sortida detallada durant: "
|
||||
@ -2065,6 +2075,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "El fitxer \"{0}\" ha de trobar-se dins\nla carpeta de l'sketch anomenat \"{1}\".\nCrear aquesta carpeta, moure l'arxiu, i continua?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2110,10 +2128,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "La carpeta del sketch ha desaparegut.\n Es provarà de tornar a desar en la mateixa localització,\nperò tot excepte el codi serà perdut."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2131,6 +2150,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "La carpeta del bloc d'esbossos especificada conté la teva còpia de l'IDE.\nSisplau escull una carpeta diferent per al teu bloc d'esbossos."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2710,11 +2733,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nom de placa desconeguda, ha de tenir el format \"package:arch:board\" o \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opció no vàlida per \"{1}\" opció per placa \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2725,6 +2743,11 @@ msgstr "{0}: Opció no vàlida per la tarja \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opció no vàlida, s'espera la forma \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# dplanella <david.planella@softcatala.cat>, 2017
|
||||
# Enric Verdaguer <verdaga@hotmail.com>, 2016
|
||||
# Francesc Famadas <kiski97@gmail.com>, 2015
|
||||
@ -28,7 +29,7 @@
|
||||
# shacawine <shacawine@gmail.com>, 2012
|
||||
# Xavier Romero Aguad\u00e9 <xromeva@gmail.com>, 2016
|
||||
# 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\: 2018-03-14 09\:17+0000\nLast-Translator\: jmontane\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=(cal reiniciar l'Arduino)
|
||||
@ -490,6 +491,9 @@ Decrease\ Indent=Disminueix el sagnat
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Predeterminat
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Suprimeix
|
||||
|
||||
@ -621,6 +625,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Error obtenint la carpeta data d'Ard
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Error a dins del Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -688,9 +696,6 @@ Error\ while\ verifying/uploading=Error mentre verificava/pujava
|
||||
#: Preferences.java:93
|
||||
Estonian=estoni\u00e0
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=estoni\u00e0 (Est\u00f2nia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemples
|
||||
|
||||
@ -841,8 +846,8 @@ INCOMPATIBLE=NO COMPATIBLE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignora difer\u00e8ncies entre maj\u00fascules i min\u00fascules
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorant el nom incorrecte de la biblioteca.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorant el sketch amb un nom incorrecte
|
||||
@ -886,9 +891,9 @@ Installed=Instal\u00b7lat
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=S'estan instal\u00b7lant les plaques...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=S'est\u00e0 instal\u00b7lant la biblioteca\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -933,9 +938,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteca
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=La biblioteca no pot fer servir ambd\u00f3s directoris 'src' i 'utility'. Torneu a comprovar {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=La biblioteca ja est\u00e0 instal\u00b7lada\: {0} versi\u00f3 {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=N\u00famero de l\u00ednia\:
|
||||
@ -1248,9 +1253,9 @@ Reference=Refer\u00e8ncia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Suprimeix
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=S'est\u00e0 suprimint la biblioteca\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1389,6 +1394,9 @@ Settings\ issues=Errors en les prefer\u00e8ncies
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Mostra la carpeta del Sketch
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostra la sortida detallada durant\:
|
||||
|
||||
@ -1508,6 +1516,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=La classe Udp ha estat reanome
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=El fitxer "{0}" ha de trobar-se dins\nla carpeta de l'sketch anomenat "{1}".\nCrear aquesta carpeta, moure l'arxiu, i continua?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La biblioteca "{0}" no es pot utilitzar.\nEls noms de biblioteca nom\u00e9s poden contenir nombres i lletres senzilles.\n(nom\u00e9s ASCII i sense espais, tampoc pot comen\u00e7ar amb un nombre).
|
||||
@ -1532,8 +1544,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=La carpeta del sketch ha desaparegut.\n Es provar\u00e0 de tornar a desar en la mateixa localitzaci\u00f3,\nper\u00f2 tot excepte el codi ser\u00e0 perdut.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=La carpeta sketchbook no existeix.\nArduino canviar\u00e0 a la localitzaci\u00f3 per defecte\nde sketchbook, i crear\u00e0 una nova carpeta sketchbook\nsi fos necessari. Arduino parar\u00e0 de parlar\nd'ell mateix en tercera persona.
|
||||
@ -1541,6 +1553,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=La carpeta del bloc d'esbossos especificada cont\u00e9 la teva c\u00f2pia de l'IDE.\nSisplau escull una carpeta diferent per al teu bloc d'esbossos.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Aquesta biblioteca no est\u00e0 inclosa al Gestor de biblioteques. No podreu reinstal\u00b7lar-la des d'aqu\u00ed.\nEsteu segur de voler desinstal\u00b7lar-la?
|
||||
|
||||
@ -1942,10 +1957,6 @@ version\ <b>{0}</b>=versi\u00f3 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nom de placa desconeguda, ha de tenir el format "package\:arch\:board" o "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Opci\u00f3 no v\u00e0lida per "{1}" opci\u00f3 per placa "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Opci\u00f3 no v\u00e0lida per la tarja "{1}"
|
||||
@ -1954,6 +1965,10 @@ version\ <b>{0}</b>=versi\u00f3 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Opci\u00f3 no v\u00e0lida, s'espera la forma "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitectura desconeguda
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# horcicaa <horcicaa@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# fatalwir <fatalwir@seznam.cz>, 2014
|
||||
@ -30,8 +31,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: 2017-11-29 17:20+0000\n"
|
||||
"Last-Translator: Zdeno Sekerák <etrsek@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -684,6 +685,10 @@ msgstr "Zmenšit odsazení"
|
||||
msgid "Default"
|
||||
msgstr "Default"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Smazat"
|
||||
@ -859,6 +864,11 @@ msgstr "Chyba v přistupu do datového adresáře Arduina."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Chyba v Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -948,10 +958,6 @@ msgstr "Nastala chyby při verifykaci/nahrávání."
|
||||
msgid "Estonian"
|
||||
msgstr "Estonština"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estónština (Estónsko)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Příklady"
|
||||
@ -1155,9 +1161,9 @@ msgstr "NEKOMPAKTIBILNÍ"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignoruj velikost písmen"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignoruji chybný název knihovny"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1220,10 +1226,10 @@ msgstr "Instalováno"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalace desek..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Instaluji knihovnu: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1281,10 +1287,10 @@ msgstr "Knihovna přidána do tvých knihoven. Zkontroluj menu \"Zahrnuté kniho
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Knihovna nemůže být použitá součastne v adresářích 'src' a 'utility'. Zdvojená kontrola {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Knihovna je již instalovaná: {0} verze {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1701,10 +1707,10 @@ msgstr "Reference"
|
||||
msgid "Remove"
|
||||
msgstr "Vymazat"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Mažu knihovnu: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1891,6 +1897,10 @@ msgstr "Problém s Nastavením"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Zobraz adresář s projekty"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Zobrazit více informací výstupu během: "
|
||||
@ -2062,6 +2072,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Soubor \"{0}\" musí být uložen \nv adresáři pro projekty pojmenovaném \"{1}\".\nMám vytvořit adresář, přesunout tam soubor a pokračovat?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2107,11 +2125,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Projekt zmizel.\nPokusím se znovu uložit na stejné místo,\nale krom kódu bude všechno ostatní ztraceno!"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Jmého projektu bylo změneno. Jmého projekt může obsahovat\npouze znaky ASCII nebo čísla a musí mít méne než 64 znaků."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2128,6 +2147,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Specifikovaný projektový adresář obsahuje kopii tvého IDE.\nProsím vyber pro svůj projekt jiný adresář."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2707,11 +2730,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Chybně zvolený název vývojové desky; měl by mít formu \"package:arch:board\" či \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Chybná volba pro \"{1}\" volbu pro vývojovou desku \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2722,6 +2740,11 @@ msgstr "{0}: Chybná volba pro vývojovou desku \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Chybná volba, měla by být ve formě \"nazev=hodnota\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# horcicaa <horcicaa@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# fatalwir <fatalwir@seznam.cz>, 2014
|
||||
@ -25,7 +26,7 @@
|
||||
# Michal Ko\u010der <mcha@4makers.cz>, 2013-2014
|
||||
# Ondrej Novy <novy@ondrej.org>, 2015
|
||||
# Zdeno Seker\u00e1k <etrsek@gmail.com>, 2015-2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-11-29 17\:20+0000\nLast-Translator\: Zdeno Seker\u00e1k <etrsek@gmail.com>\nLanguage-Team\: Czech (Czech Republic) (http\://www.transifex.com/mbanzi/arduino-ide-15/language/cs_CZ/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: cs_CZ\nPlural-Forms\: nplurals\=4; plural\=(n \=\= 1 && n % 1 \=\= 0) ? 0 \: (n >\= 2 && n <\= 4 && n % 1 \=\= 0) ? 1\: (n % 1 \!\= 0 ) ? 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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=4; plural\=(n \=\= 1 && n % 1 \=\= 0) ? 0 \: (n >\= 2 && n <\= 4 && n % 1 \=\= 0) ? 1\: (n % 1 \!\= 0 ) ? 2 \: 3;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (vy\u017eaduje restart programu Arduino)
|
||||
@ -487,6 +488,9 @@ Decrease\ Indent=Zmen\u0161it odsazen\u00ed
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Default
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Smazat
|
||||
|
||||
@ -618,6 +622,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Chyba v p\u0159istupu do datov\u00e9
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Chyba v Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -685,9 +693,6 @@ Error\ while\ verifying/uploading=Nastala chyby p\u0159i verifykaci/nahr\u00e1v\
|
||||
#: Preferences.java:93
|
||||
Estonian=Eston\u0161tina
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Est\u00f3n\u0161tina (Est\u00f3nsko)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=P\u0159\u00edklady
|
||||
|
||||
@ -838,8 +843,8 @@ INCOMPATIBLE=NEKOMPAKTIBILN\u00cd
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignoruj velikost p\u00edsmen
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignoruji chybn\u00fd n\u00e1zev knihovny
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignoruji skicu chybn\u00e9ho jm\u00e9na
|
||||
@ -883,9 +888,9 @@ Installed=Instalov\u00e1no
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instalace desek...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Instaluji knihovnu\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -930,9 +935,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Knihovna p
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Knihovna nem\u016f\u017ee b\u00fdt pou\u017eit\u00e1 sou\u010dastne v adres\u00e1\u0159\u00edch 'src' a 'utility'. Zdvojen\u00e1 kontrola {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Knihovna je ji\u017e instalovan\u00e1\: {0} verze {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u010c\u00edslo \u0159\u00e1dku\:
|
||||
@ -1245,9 +1250,9 @@ Reference=Reference
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Vymazat
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Ma\u017eu knihovnu\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1386,6 +1391,9 @@ Settings\ issues=Probl\u00e9m s Nastaven\u00edm
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Zobraz adres\u00e1\u0159 s projekty
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Zobrazit v\u00edce informac\u00ed v\u00fdstupu b\u011bhem\:
|
||||
|
||||
@ -1505,6 +1513,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Soubor "{0}" mus\u00ed b\u00fdt ulo\u017een \nv adres\u00e1\u0159i pro projekty pojmenovan\u00e9m "{1}".\nM\u00e1m vytvo\u0159it adres\u00e1\u0159, p\u0159esunout tam soubor a pokra\u010dovat?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Knihovnu "{0}" nelze pou\u017e\u00edt.\nN\u00e1zev knihovny sm\u00ed obsahovat pouze z\u00e1kladn\u00ed p\u00edsmena a \u010d\u00edsla\n(tedy pouze ASCII znaky, bez mezer, n\u00e1zev nesm\u00ed za\u010d\u00ednat \u010d\u00edslem).
|
||||
@ -1529,8 +1541,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Projekt ji\u017e obsahuje
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Projekt zmizel.\nPokus\u00edm se znovu ulo\u017eit na stejn\u00e9 m\u00edsto,\nale krom k\u00f3du bude v\u0161echno ostatn\u00ed ztraceno\!
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=Jm\u00e9ho projektu bylo zm\u011bneno. Jm\u00e9ho projekt m\u016f\u017ee obsahovat\npouze znaky ASCII nebo \u010d\u00edsla a mus\u00ed m\u00edt m\u00e9ne ne\u017e 64 znak\u016f.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Adres\u00e1\u0159 projekt\u016f (Sketchbook folder) ji\u017e neexistuje.\nArduino se pokus\u00ed p\u0159epnout do defaultn\u00edho um\u00edst\u011bn\u00ed projektov\u00e9ho adres\u00e1\u0159e\na adres\u00e1\u0159 pro projekty (Sketchbook) vytvo\u0159\u00ed na tomto m\u00edst\u011b.\nArduino pak o sob\u011b p\u0159estane mluvit \nve t\u0159et\u00ed osob\u011b.
|
||||
@ -1538,6 +1550,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Specifikovan\u00fd projektov\u00fd adres\u00e1\u0159 obsahuje kopii tv\u00e9ho IDE.\nPros\u00edm vyber pro sv\u016fj projekt jin\u00fd adres\u00e1\u0159.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=T\u00e1to knihovna nen\u00ed v seznamu Knihoven. Nebude\u0161 ji moci znova sem instalovat.\nJste si jisti, \u017ee ji chcete odstranit?
|
||||
|
||||
@ -1939,10 +1954,6 @@ version\ <b>{0}</b>=verze <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Chybn\u011b zvolen\u00fd n\u00e1zev v\u00fdvojov\u00e9 desky; m\u011bl by m\u00edt formu "package\:arch\:board" \u010di "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Chybn\u00e1 volba pro "{1}" volbu pro v\u00fdvojovou desku "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Chybn\u00e1 volba pro v\u00fdvojovou desku "{1}"
|
||||
@ -1951,6 +1962,10 @@ version\ <b>{0}</b>=verze <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Chybn\u00e1 volba, m\u011bla by b\u00fdt ve form\u011b "nazev\=hodnota"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Nezn\u00e1m\u00e1 architektura
|
||||
|
@ -17,6 +17,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
|
||||
@ -26,7 +27,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/mbanzi/arduino-ide-15/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -680,6 +681,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
@ -855,6 +860,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -944,10 +954,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Eksempler"
|
||||
@ -1151,8 +1157,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1216,9 +1222,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1277,9 +1283,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1697,9 +1703,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1887,6 +1893,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2058,6 +2068,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2103,10 +2121,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2124,6 +2143,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2703,11 +2726,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2718,6 +2736,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,11 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=
|
||||
@ -483,6 +484,9 @@ Cut=Klip
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Slet
|
||||
|
||||
@ -614,6 +618,10 @@ Error\ compiling.=Fejl i kompilering.
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -681,9 +689,6 @@ Error\ compiling.=Fejl i kompilering.
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Eksempler
|
||||
|
||||
@ -834,8 +839,8 @@ Help=Hj\u00e6lp
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -879,9 +884,9 @@ Indonesian=Indonesisk
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -926,9 +931,9 @@ Latvian=Lettisk
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1241,9 +1246,9 @@ Redo=Annuller fortryd
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1382,6 +1387,9 @@ Send=Send
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1501,6 +1509,10 @@ Tamil=Tamilsk
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1525,8 +1537,8 @@ The\ name\ cannot\ start\ with\ a\ period.=Navnet kan ikke starte med et punktum
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1534,6 +1546,9 @@ The\ name\ cannot\ start\ with\ a\ period.=Navnet kan ikke starte med et punktum
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1935,10 +1950,6 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1947,6 +1958,10 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2017
|
||||
# Freddy Koschinsky <schollator@burning.name>, 2018
|
||||
# Luca Gronmaier <Dark_Forest@t-online.de>, 2017
|
||||
@ -28,8 +29,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: 2018-07-25 22:28+0000\n"
|
||||
"Last-Translator: Freddy Koschinsky <schollator@burning.name>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@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"
|
||||
@ -682,6 +683,10 @@ msgstr "Ausrücken"
|
||||
msgid "Default"
|
||||
msgstr "Standard"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
@ -857,6 +862,11 @@ msgstr "Fehler beim Zugriff auf den Arduino-Datenordner."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Fehler innerhalb von Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr "Fehler beim Überprüfen/Hochladen"
|
||||
msgid "Estonian"
|
||||
msgstr "Estländisch"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estländisch (Estland)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Beispiele"
|
||||
@ -1153,9 +1159,9 @@ msgstr "INKOMPATIBEL"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Groß-/Kleinschreibung ignorieren"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Unzulässiger Bibliotheksname wird ignoriert"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,10 +1224,10 @@ msgstr "Installiert"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Boards werden installiert..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Bibliothek wird installiert: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1279,10 +1285,10 @@ msgstr "Bibliothek wurde zu Ihren Bibliotheken hinzugefügt. Bitte im Menü \"Bi
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Eine Bibliothek kann nicht sowohl 'src'- als auch 'utility'-Ordner verwenden. Bitte überprüfen Sie {0} nochmals"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Bibliothek ist bereits installiert: {0} Version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1699,10 +1705,10 @@ msgstr "Referenz"
|
||||
msgid "Remove"
|
||||
msgstr "Entfernen"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Bibliothek wird entfernt: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1889,6 +1895,10 @@ msgstr "Problem mit den Einstellungen"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Sketch-Ordner anzeigen"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Ausführliche Ausgabe während:"
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Die Datei \"{0}\" muss sich in einem\nSketch-Ordner \"{1}\" befinden.\nSoll der Ordner angelegt, die Datei\nverschoben und danach fortgefahren werden?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,11 +2123,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Der Sketch-Ordner ist verschwunden.\nEs wird versucht, den Sketch am selben Ort zu speichern,\naber außer dem Quelltext ist alles Andere verloren."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Der Sketchname musste geändert werden! Sketchnamen dürfen nur aus ASCII-Zeichen und Nummern bestehen und nicht länger als 64 Zeichen sein."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Der angegebene Sketchbook-Ordner enthält Ihre Kopie der IDE.\nBitte wählen Sie einen anderen Ordner für Ihr Sketchbook aus."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Ungültiger Boardname, er sollte in der Form \"package:arch:board\" oder \"package:arch:board:options\" sein"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Ungültiger Wert für die \"{1}\"-Option des Boards \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr "{0}: Ungültige Option für Board \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Ungültige Option, sie sollte in der Form \"name=value\" sein"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2017
|
||||
# Freddy Koschinsky <schollator@burning.name>, 2018
|
||||
# Luca Gronmaier <Dark_Forest@t-online.de>, 2017
|
||||
# Lukas Bestle, 2016
|
||||
# Lukas Bestle, 2013,2015-2016
|
||||
# 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\: 2018-07-25 22\:28+0000\nLast-Translator\: Freddy Koschinsky <schollator@burning.name>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=Ausr\u00fccken
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Standard
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=L\u00f6schen
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Fehler beim Zugriff auf den Arduino-
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Fehler innerhalb von Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ verifying/uploading=Fehler beim \u00dcberpr\u00fcfen/Hochladen
|
||||
#: Preferences.java:93
|
||||
Estonian=Estl\u00e4ndisch
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estl\u00e4ndisch (Estland)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Beispiele
|
||||
|
||||
@ -836,8 +841,8 @@ INCOMPATIBLE=INKOMPATIBEL
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Gro\u00df-/Kleinschreibung ignorieren
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Unzul\u00e4ssiger Bibliotheksname wird ignoriert
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Sketch mit unzul\u00e4ssigem Namen wurde ignoriert
|
||||
@ -881,9 +886,9 @@ Installed=Installiert
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Boards werden installiert...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Bibliothek wird installiert\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Bibliothek
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Eine Bibliothek kann nicht sowohl 'src'- als auch 'utility'-Ordner verwenden. Bitte \u00fcberpr\u00fcfen Sie {0} nochmals
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Bibliothek ist bereits installiert\: {0} Version {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Zeilennummer\:
|
||||
@ -1243,9 +1248,9 @@ Reference=Referenz
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Entfernen
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Bibliothek wird entfernt\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=Problem mit den Einstellungen
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Sketch-Ordner anzeigen
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Ausf\u00fchrliche Ausgabe w\u00e4hrend\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Die Datei "{0}" muss sich in einem\nSketch-Ordner "{1}" befinden.\nSoll der Ordner angelegt, die Datei\nverschoben und danach fortgefahren werden?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Die Bibliothek "{0}" kann nicht verwendet werden.\nBibliotheksnamen d\u00fcrfen nur Buchstaben und Zahlen enthalten.\n(nur ASCII-Zeichen, keine Leerzeichen und keine Zahl am Anfang)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Der Sketch enth\u00e4lt be
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Der Sketch-Ordner ist verschwunden.\nEs wird versucht, den Sketch am selben Ort zu speichern,\naber au\u00dfer dem Quelltext ist alles Andere verloren.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=Der Sketchname musste ge\u00e4ndert werden\! Sketchnamen d\u00fcrfen nur aus ASCII-Zeichen und Nummern bestehen und nicht l\u00e4nger als 64 Zeichen sein.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Der Sketchbook-Ordner ist nicht mehr vorhanden.\nArduino wird auf den Standardordner f\u00fcr das\nSketchbook umschalten und bei Bedarf einen\nneuen Sketchbook-Ordner anlegen.\nDanach wird Arduino aufh\u00f6ren, von sich\nin der dritten Person zu sprechen.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Der angegebene Sketchbook-Ordner enth\u00e4lt Ihre Kopie der IDE.\nBitte w\u00e4hlen Sie einen anderen Ordner f\u00fcr Ihr Sketchbook aus.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Diese Bibliothek ist in der Bibliotheksverwaltung nicht aufgelistet. Sie k\u00f6nnen sie nicht mehr von hier neu installieren.\nSind Sie sicher, dass Sie sie l\u00f6schen m\u00f6chten?
|
||||
|
||||
@ -1937,10 +1952,6 @@ version\ <b>{0}</b>=Version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Ung\u00fcltiger Boardname, er sollte in der Form "package\:arch\:board" oder "package\:arch\:board\:options" sein
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Ung\u00fcltiger Wert f\u00fcr die "{1}"-Option des Boards "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Ung\u00fcltige Option f\u00fcr Board "{1}"
|
||||
@ -1949,6 +1960,10 @@ version\ <b>{0}</b>=Version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Ung\u00fcltige Option, sie sollte in der Form "name\=value" sein
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Unbekannte Architektur
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dimitris Zervas <01ttouch@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# firewalker <firew4lker@gmail.com>, 2015-2016
|
||||
@ -28,7 +29,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Greek (Greece) (http://www.transifex.com/mbanzi/arduino-ide-15/language/el_GR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -682,6 +683,10 @@ msgstr "Μείωση εσοχής"
|
||||
msgid "Default"
|
||||
msgstr "Προεπιλογή"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Διαγραφή"
|
||||
@ -857,6 +862,11 @@ msgstr "Λάθος κατα την λήψη του φακέλου δεδομέν
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Σφάλμα μέσα στο Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr "Σφάλμα κατά την επικύρωση/ανέβασμα"
|
||||
msgid "Estonian"
|
||||
msgstr "Εσθονικά"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Εσθονικά (Εσθονία)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Παραδείγματα"
|
||||
@ -1153,9 +1159,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Αγνόησε την κεφαλαιοποίηση"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Το λάθος όνομα της βιβλιοθήκης αγνοήθηκε"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,10 +1224,10 @@ msgstr "Εγκατεστημένο"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Εγκατάσταση πλακετών..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Εγκατάσταση βιβλιοθήκης:{0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1279,10 +1285,10 @@ msgstr "Η βιβλιοθήκη προστέθηκε στις βιβλιοθήκ
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Η βιβλιοθήκη δεν μπορεί να χρησιμοποιεί και τον φάκελο 'src' και τον 'utility'. Ελέγξτε το {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Η βιβλιοθήκη είναι ήδη εγκατεστημένη: {0} έκδοση {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1699,10 +1705,10 @@ msgstr "Αναφορά"
|
||||
msgid "Remove"
|
||||
msgstr "Αφαίρεση"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Αφαίρεση βιβλιοθήκης: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1889,6 +1895,10 @@ msgstr "Προβλήματα επιλογών"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Εμφάνιση φακέλου του σχεδίου"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Εμφάνιση διεξοδικής εξόδου κατά την:"
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Το αρχείο \"{0}\" χρειάζεται να είναι μέσα σε έναν\nφάκελο σχεδίου με ονομασία \"{1}\". Δημιουργία αυτού\nτου φακέλου, μετακίνηση του αρχείου και συνέχεια; "
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,10 +2123,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Ο φάκελος του σχεδίου έχει εξαφανιστεί.\nΘα γίνει προσπάθεια αποθήκευσης στην ίδια τοποθεσία,\nαλλά οτιδήποτε εκτός του κώδικα θα χαθεί."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Ο καθορισμένος φάκελος του sketchbook περιέχει αντίγραφο του IDE.\nΠαρακαλώ επιλέξτε έναν διαφορετικό φάκελο για το sketchbook σας."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Μη έγκυρο όνομα πλακέτας, πρέπει να έχει την μορφή \"package:arch:board\" ή \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Μη έγκυρη επιλογή \"{1}\" για την πλακέτα \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr "{0}: Μη έγκυρη επιλογή για την πλακέτα \"{1}
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Μη έγκυρη επιλογή, πρέπει να είναι της μορφής \"όνομα=τιμή\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dimitris Zervas <01ttouch@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# firewalker <firew4lker@gmail.com>, 2015-2016
|
||||
# Spyros Papanastasiou <spyridon.papanastasiou@gmail.com>, 2015
|
||||
# Vangelis Skarmoutsos <skarmoutsosv@gmail.com>, 2016
|
||||
# \u0393\u03b9\u03ac\u03bd\u03bd\u03b7\u03c2 \u03a3\u03c6\u03b1\u03ba\u03b9\u03b1\u03bd\u03ac\u03ba\u03b7\u03c2 <ysfakianakis@gmail.com>, 2013,2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=(\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 Arduino)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=\u039c\u03b5\u03af\u03c9\u03c3\u03b7 \u03b5\u03c3\u03bf\u03c7\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\u039b\u03ac\u03b8\u03bf\u03c2 \u03b
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03c4\u03bf Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ verifying/uploading=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u0
|
||||
#: Preferences.java:93
|
||||
Estonian=\u0395\u03c3\u03b8\u03bf\u03bd\u03b9\u03ba\u03ac
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u0395\u03c3\u03b8\u03bf\u03bd\u03b9\u03ba\u03ac (\u0395\u03c3\u03b8\u03bf\u03bd\u03af\u03b1)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u03a0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1
|
||||
|
||||
@ -836,8 +841,8 @@ Hungarian=\u039f\u03c5\u03b3\u03b3\u03b1\u03c1\u03ad\u03b6\u03b9\u03ba\u03b1
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0391\u03b3\u03bd\u03cc\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03b9\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u03a4\u03bf \u03bb\u03ac\u03b8\u03bf\u03c2 \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c4\u03b7\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2 \u03b1\u03b3\u03bd\u03bf\u03ae\u03b8\u03b7\u03ba\u03b5
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u03a0\u03b1\u03c1\u03ac\u03b2\u03bb\u03b5\u03c8\u03b7 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5 \u03bc\u03b5 \u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1
|
||||
@ -881,9 +886,9 @@ Installed=\u0395\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03bb\u03b1\u03ba\u03b5\u03c4\u03ce\u03bd...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2\:{0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0397 \u0
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=\u0397 \u03b2\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 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf 'src' \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd 'utility'. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=\u0397 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03b7\: {0} \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2\:
|
||||
@ -1243,9 +1248,9 @@ Reference=\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=\u03a0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5 \u03c4\u03bf\u03c5 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: 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\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u0397 \u03ba\u03bb\u03ac\u03c
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf "{0}" \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03b5 \u03ad\u03bd\u03b1\u03bd\n\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5 \u03bc\u03b5 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 "{1}". \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03c5\u03c4\u03bf\u03cd\n\u03c4\u03bf\u03c5 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5, \u03bc\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1;
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u0397 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 "{0}" \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af.\n\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c4\u03b7\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03bc\u03cc\u03bd\u03bf \u03b2\u03b1\u03c3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03c5\u03c2.\n(\u03bc\u03cc\u03bd\u03bf ASCII \u03c7\u03c9\u03c1\u03af\u03c2 \u03ba\u03b5\u03bd\u03ac, \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c1\u03c7\u03af\u03b6\u03b5\u03b9 \u03bc\u03b5 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u039f \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03be\u03b1\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03b5\u03af.\n\u0398\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03ac\u03b8\u03b5\u03b9\u03b1 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bd \u03af\u03b4\u03b9\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1,\n\u03b1\u03bb\u03bb\u03ac \u03bf\u03c4\u03b9\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03ba\u03c4\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1 \u03b8\u03b1 \u03c7\u03b1\u03b8\u03b5\u03af.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u039f \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 Sketchbook \u03b4\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03c0\u03bb\u03ad\u03bf\u03bd.\n\u03a4\u03bf Arduino \u03b8\u03b1 \u03b5\u03c0\u03b1\u03bd\u03ad\u03bb\u03b8\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03b8\u03ad\u03c3\u03b7 \u03c4\u03bf\u03c5 Sketchbook, \n\u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9 \u03bd\u03ad\u03bf \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf Sketchbook \u03b1\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9.\n\u03a4\u03cc\u03c4\u03b5 \u03c4\u03bf Arduino \u03b8\u03b1 \u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c4\u03bf\u03c5 \u03c3\u03b5 \u03c4\u03c1\u03af\u03c4\u03bf \u03c0\u03c1\u03cc\u03c3\u03c9\u03c0\u03bf.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\u039f \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03c4\u03bf\u03c5 sketchbook \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf \u03c4\u03bf\u03c5 IDE.\n\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1\u03bd \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03b3\u03b9\u03b1 \u03c4\u03bf sketchbook \u03c3\u03b1\u03c2.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\u0391\u03c5\u03c4\u03ae \u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b4\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03c3\u03c4\u03bf\u03bd \u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2. \u0394\u03b5\u03bd \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5\n\u03bd\u03b1 \u03c4\u03bf \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03cc \u03b5\u03b4\u03ce. \u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03c0\u03c9\u03c2 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5;
|
||||
|
||||
@ -1937,10 +1952,6 @@ version\ <b>{0}</b>=\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c0\u03bb\u03b1\u03ba\u03ad\u03c4\u03b1\u03c2, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03b7\u03bd \u03bc\u03bf\u03c1\u03c6\u03ae "package\:arch\:board" \u03ae "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: \u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae "{1}" \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b1\u03ba\u03ad\u03c4\u03b1 "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b1\u03ba\u03ad\u03c4\u03b1 "{1}"
|
||||
@ -1949,6 +1960,10 @@ version\ <b>{0}</b>=\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03bc\u03bf\u03c1\u03c6\u03ae\u03c2 "\u03cc\u03bd\u03bf\u03bc\u03b1\=\u03c4\u03b9\u03bc\u03ae"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b9\u03c4\u03b5\u03ba\u03c4\u03bf\u03bd\u03b9\u03ba\u03ae
|
||||
|
@ -17,12 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: English (http://www.transifex.com/mbanzi/arduino-ide-15/language/en/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -676,6 +677,10 @@ msgstr "Decrease Indent"
|
||||
msgid "Default"
|
||||
msgstr "Default"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr "Default theme"
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Delete"
|
||||
@ -851,6 +856,11 @@ msgstr "Error getting the Arduino data folder."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Error inside Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr "Error loading theme {0}: {1}"
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -940,10 +950,6 @@ msgstr "Error while verifying/uploading"
|
||||
msgid "Estonian"
|
||||
msgstr "Estonian"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estonian (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Examples"
|
||||
@ -1147,9 +1153,9 @@ msgstr "INCOMPATIBLE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignore Case"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr "Ignoring library with bad name"
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1212,10 +1218,10 @@ msgstr "Installed"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Installing boards..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr "Installing library: {0}:{1}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1273,10 +1279,10 @@ msgstr "Library added to your libraries. Check \"Include library\" menu"
|
||||
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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr "Library is already installed: {0}:{1}"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1693,10 +1699,10 @@ msgstr "Reference"
|
||||
msgid "Remove"
|
||||
msgstr "Remove"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr "Removing library: {0}:{1}"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1883,6 +1889,10 @@ msgstr "Settings issues"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Show Sketch Folder"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr "Show timestamp"
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Show verbose output during: "
|
||||
@ -2054,6 +2064,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "The file \"{0}\" needs to be inside\na sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr "The library \"{0}\" cannot be used.\nLibrary folder names must start with a letter or number, followed by letters,\nnumbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2099,11 +2117,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "The sketch name had to be modified. Sketch names can only consist\nof ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr "The sketch name had to be modified.\nSketch names must start with a letter or number, followed by letters,\nnumbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2120,6 +2139,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "The specified sketchbook folder contains your copy of the IDE.\nPlease choose a different folder for your sketchbook."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr "Theme: "
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2699,11 +2722,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Invalid board name, it should be of the form \"package:arch:board\" or \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2714,6 +2732,11 @@ msgstr "{0}: Invalid option for board \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Invalid option, should be of the form \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,7 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -479,6 +480,9 @@ Decrease\ Indent=Decrease Indent
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Default
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
Default\ theme=Default theme
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Delete
|
||||
|
||||
@ -610,6 +614,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Error getting the Arduino data folde
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Error inside Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
Error\ loading\ theme\ {0}\:\ {1}=Error loading theme {0}\: {1}
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -677,9 +685,6 @@ Error\ while\ verifying/uploading=Error while verifying/uploading
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonian
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estonian (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Examples
|
||||
|
||||
@ -830,8 +835,8 @@ INCOMPATIBLE=INCOMPATIBLE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignore Case
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignoring bad library name
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
Ignoring\ library\ with\ bad\ name=Ignoring library with bad name
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignoring sketch with bad name
|
||||
@ -875,9 +880,9 @@ Installed=Installed
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Installing boards...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Installing library\: {0}
|
||||
Installing\ library\:\ {0}\:{1}=Installing library\: {0}\:{1}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -922,9 +927,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Library ad
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Library is already installed\: {0} version {1}
|
||||
Library\ is\ already\ installed\:\ {0}\:{1}=Library is already installed\: {0}\:{1}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Line number\:
|
||||
@ -1237,9 +1242,9 @@ Reference=Reference
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Remove
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Removing library\: {0}
|
||||
Removing\ library\:\ {0}\:{1}=Removing library\: {0}\:{1}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1378,6 +1383,9 @@ Settings\ issues=Settings issues
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Show Sketch Folder
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
Show\ timestamp=Show timestamp
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Show verbose output during\:
|
||||
|
||||
@ -1497,6 +1505,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=The file "{0}" needs to be inside\na sketch folder named "{1}".\nCreate this folder, move the file, and continue?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=The library "{0}" cannot be used.\nLibrary folder names must start with a letter or number, followed by letters,\nnumbers, dashes, dots and underscores. Maximum length is 63 characters.
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=The library "{0}" cannot be used.\nLibrary names must contain only basic letters and numbers.\n(ASCII only and no spaces, and it cannot start with a number)
|
||||
@ -1521,8 +1533,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=The sketch already contain
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=The sketch name had to be modified. Sketch names can only consist\nof ASCII characters and numbers and be less than 64 characters long.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=The sketch name had to be modified.\nSketch names must start with a letter or number, followed by letters,\nnumbers, dashes, dots and underscores. Maximum length is 63 characters.
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=The sketchbook folder no longer exists.\nArduino will switch to the default sketchbook\nlocation, and create a new sketchbook folder if\nnecessary. Arduino will then stop talking about\nhimself in the third person.
|
||||
@ -1530,6 +1542,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=The specified sketchbook folder contains your copy of the IDE.\nPlease choose a different folder for your sketchbook.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
Theme\:\ =Theme\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=This library is not listed on Library Manager. You won't be able to reinstall it from here.\nAre you sure you want to delete it?
|
||||
|
||||
@ -1931,10 +1946,6 @@ version\ <b>{0}</b>=version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Invalid board name, it should be of the form "package\:arch\:board" or "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Invalid option for "{1}" option for board "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Invalid option for board "{1}"
|
||||
@ -1943,6 +1954,10 @@ version\ <b>{0}</b>=version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Invalid option, should be of the form "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"={0}\: Invalid value for option "{1}" for board "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Unknown architecture
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Andi Chandler <andi@gowling.com>, 2013-2017
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# dani987452 <danimonre234@gmail.com>, 2017
|
||||
@ -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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@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"
|
||||
@ -679,6 +680,10 @@ msgstr "Decrease Indent"
|
||||
msgid "Default"
|
||||
msgstr "Default"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Delete"
|
||||
@ -854,6 +859,11 @@ msgstr "Error getting the Arduino data folder."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Error inside Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -943,10 +953,6 @@ msgstr "Error while verifying/uploading"
|
||||
msgid "Estonian"
|
||||
msgstr "Estonian"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estonian (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Examples"
|
||||
@ -1150,9 +1156,9 @@ msgstr "INCOMPATIBLE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignore Case"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1215,10 +1221,10 @@ msgstr "Installed"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Installing boards..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1276,10 +1282,10 @@ msgstr "Library added to your libraries. Check \"Include library\" menu"
|
||||
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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1696,10 +1702,10 @@ msgstr "Reference"
|
||||
msgid "Remove"
|
||||
msgstr "Remove"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1886,6 +1892,10 @@ msgstr "Settings issues"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Show Sketch Folder"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Show verbose output during: "
|
||||
@ -2057,6 +2067,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "The file \"{0}\" needs to be inside\na sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2102,10 +2120,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2123,6 +2142,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "The specified sketchbook folder contains your copy of the IDE.\nPlease choose a different folder for your sketchbook."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2702,11 +2725,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Invalid board name, it should be of the form \"package:arch:board\" or \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2717,6 +2735,11 @@ msgstr "{0}: Invalid option for board \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Invalid option, should be of the form \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,10 +17,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Andi Chandler <andi@gowling.com>, 2013-2017
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# dani987452 <danimonre234@gmail.com>, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -482,6 +483,9 @@ Decrease\ Indent=Decrease Indent
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Default
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Delete
|
||||
|
||||
@ -613,6 +617,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Error getting the Arduino data folde
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Error inside Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -680,9 +688,6 @@ Error\ while\ verifying/uploading=Error while verifying/uploading
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonian
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estonian (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Examples
|
||||
|
||||
@ -833,8 +838,8 @@ INCOMPATIBLE=INCOMPATIBLE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignore Case
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignoring bad library name
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignoring sketch with bad name
|
||||
@ -878,9 +883,9 @@ Installed=Installed
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Installing boards...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Installing library\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -925,9 +930,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Library ad
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Library is already installed\: {0} version {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Line number\:
|
||||
@ -1240,9 +1245,9 @@ Reference=Reference
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Remove
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Removing library\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1381,6 +1386,9 @@ Settings\ issues=Settings issues
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Show Sketch Folder
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Show verbose output during\:
|
||||
|
||||
@ -1500,6 +1508,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=The file "{0}" needs to be inside\na sketch folder named "{1}".\nCreate this folder, move the file, and continue?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=The library "{0}" cannot be used.\nLibrary names must contain only basic letters and numbers.\n(ASCII only and no spaces, and it cannot start with a number)
|
||||
@ -1524,8 +1536,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=The sketch already contain
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=The sketchbook folder no longer exists.\nArduino will switch to the default sketchbook\nlocation, and create a new sketchbook folder if\nnecessary. Arduino will then stop talking about\nhimself in the third person.
|
||||
@ -1533,6 +1545,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=The specified sketchbook folder contains your copy of the IDE.\nPlease choose a different folder for your sketchbook.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=This library is not listed on Library Manager. You won't be able to reinstall it from here.\nAre you sure you want to delete it?
|
||||
|
||||
@ -1934,10 +1949,6 @@ version\ <b>{0}</b>=version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Invalid board name, it should be of the form "package\:arch\:board" or "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Invalid option for "{1}" option for board "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Invalid option for board "{1}"
|
||||
@ -1946,6 +1957,10 @@ version\ <b>{0}</b>=version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Invalid option, should be of the form "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Unknown architecture
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# . . <accounts@perglass.com>, 2017
|
||||
# David Martin Garcia <base.dks@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
@ -37,8 +38,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: 2017-11-13 12:09+0000\n"
|
||||
"Last-Translator: . . <accounts@perglass.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/mbanzi/arduino-ide-15/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -691,6 +692,10 @@ msgstr "Disminuir Sangría"
|
||||
msgid "Default"
|
||||
msgstr "Por defecto"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
@ -866,6 +871,11 @@ msgstr "Error obteniendo los datos de la carpeta de Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Error interno del serie.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -955,10 +965,6 @@ msgstr "Error mientras se verificaba/enviaba"
|
||||
msgid "Estonian"
|
||||
msgstr "Estonio"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estonio (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Ejemplos"
|
||||
@ -1162,9 +1168,9 @@ msgstr "INCOMPATIBLE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar Caso"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorando el nombre incorrecto de librería."
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1227,10 +1233,10 @@ msgstr "Instalado"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalando tarjetas..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Instalando librerías: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1288,10 +1294,10 @@ msgstr "Librería añadida a sus librerías. Revise el menú \"Incluir Librería
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "La Librería no puede usar ambas carpetas 'src' y 'utilidad'. Doble marcado {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "La librería ya estaba instalada: {0} versión {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1708,10 +1714,10 @@ msgstr "Referencia"
|
||||
msgid "Remove"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Eliminando librería: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1898,6 +1904,10 @@ msgstr "Cuestiones de ajustes"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Mostrar Carpeta de Programa"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar salida detallada mientras:"
|
||||
@ -2069,6 +2079,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "El archivo \"{0}\" necesita estar dentro\nde una carpeta de proyecto llamada \"{1}\".\n¿Crearla, mover el fichero y continuar?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2114,10 +2132,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "La carpeta del programa ha desaparecido\nIntentaré salvarlo de nuevo en la misma ubicación\npero nada más que el código se perderá."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2135,6 +2154,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "La carpeta sketchbook especificada contiene tu copia del IDE.\nPor favor, escoge otra carpeta diferente para tus bocetos."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2714,11 +2737,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nombre de placa invalido, debe ser de la forma \"paquete:arq:placa\" o \"paquete:arq:placa:opciones\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opción no valida para opción \"´{1}\" de la tarjeta \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2729,6 +2747,11 @@ msgstr "{0}: Opcion no valida para la tarjeta \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opcion invalida, debe ser de la forma \"nombre=valor\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# . . <accounts@perglass.com>, 2017
|
||||
# David Martin Garcia <base.dks@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
@ -32,7 +33,7 @@
|
||||
# Pedro Luis Larrosa P\u00e9rez <plizze@gmail.com>, 2015-2016
|
||||
# Salvador Parra Camacho <sparrac@gmail.com>, 2014
|
||||
# Sam Dale <doublebassclef@gmail.com>, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-11-13 12\:09+0000\nLast-Translator\: . . <accounts@perglass.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -494,6 +495,9 @@ Decrease\ Indent=Disminuir Sangr\u00eda
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Por defecto
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Borrar
|
||||
|
||||
@ -625,6 +629,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Error obteniendo los datos de la car
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Error interno del serie.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -692,9 +700,6 @@ Error\ while\ verifying/uploading=Error mientras se verificaba/enviaba
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonio
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estonio (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Ejemplos
|
||||
|
||||
@ -845,8 +850,8 @@ INCOMPATIBLE=INCOMPATIBLE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar Caso
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorando el nombre incorrecto de librer\u00eda.
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorando trabajo con nombre incorrecto.
|
||||
@ -890,9 +895,9 @@ Installed=Instalado
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instalando tarjetas...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Instalando librer\u00edas\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -937,9 +942,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Librer\u00
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=La Librer\u00eda no puede usar ambas carpetas 'src' y 'utilidad'. Doble marcado {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=La librer\u00eda ya estaba instalada\: {0} versi\u00f3n {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=N\u00famero l\u00ednea\:
|
||||
@ -1252,9 +1257,9 @@ Reference=Referencia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Eliminar
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Eliminando librer\u00eda\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1393,6 +1398,9 @@ Settings\ issues=Cuestiones de ajustes
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Mostrar Carpeta de Programa
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar salida detallada mientras\:
|
||||
|
||||
@ -1512,6 +1520,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=El archivo "{0}" necesita estar dentro\nde una carpeta de proyecto llamada "{1}".\n\u00bfCrearla, mover el fichero y continuar?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La librer\u00eda "{0}" no se puede usar.\nLos nombres de librer\u00eda deben contener s\u00f3lo n\u00fameros y letras.\n(S\u00f3lo ASCII y sin espacios, y no pueden empezar con un n\u00famero)
|
||||
@ -1536,8 +1548,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=El sketch ya contiene un a
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=La carpeta del programa ha desaparecido\nIntentar\u00e9 salvarlo de nuevo en la misma ubicaci\u00f3n\npero nada m\u00e1s que el c\u00f3digo se perder\u00e1.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=La carpeta de proyecto ya no existe. Arduino cambiar\u00e1 la ubicaci\u00f3n por defecto de proyectos, y crear\u00e1 una carpeta de proyecto nuevo si es necesario. Arduino entonces deja de hablar de s\u00ed mismo en tercera persona.
|
||||
@ -1545,6 +1557,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=La carpeta sketchbook especificada contiene tu copia del IDE.\nPor favor, escoge otra carpeta diferente para tus bocetos.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Esta librer\u00eda no est\u00e1 listada en el Gestor de Librer\u00edas. No te ser\u00e1 posible reinstalarla desde aqu\u00ed.\n\u00bfEst\u00e1s seguro que quieres borrarla?
|
||||
|
||||
@ -1946,10 +1961,6 @@ version\ <b>{0}</b>=versi\u00f3n <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nombre de placa invalido, debe ser de la forma "paquete\:arq\:placa" o "paquete\:arq\:placa\:opciones"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Opci\u00f3n no valida para opci\u00f3n "\u00b4{1}" de la tarjeta "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Opcion no valida para la tarjeta "{1}"
|
||||
@ -1958,6 +1969,10 @@ version\ <b>{0}</b>=versi\u00f3n <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Opcion invalida, debe ser de la forma "nombre\=valor"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitectura desconocida
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cougar <cougar@random.ee>, 2012
|
||||
# Cougar <transifex@lost.data.ee>, 2013
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
@ -30,8 +31,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: 2018-05-18 16:41+0000\n"
|
||||
"Last-Translator: Hasso Tepper <hasso.tepper@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/mbanzi/arduino-ide-15/language/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -684,6 +685,10 @@ msgstr "Vähenda taanet"
|
||||
msgid "Default"
|
||||
msgstr "Vaikeväärtus"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Kustuta"
|
||||
@ -859,6 +864,11 @@ msgstr "Viga Arduino andmekausta leidmisel."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Viga Serial.{0}() sees."
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -948,10 +958,6 @@ msgstr "Viga kontrollimisel/üleslaadimisel"
|
||||
msgid "Estonian"
|
||||
msgstr "Eesti"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Eesti (Eesti)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Näited"
|
||||
@ -1155,9 +1161,9 @@ msgstr "MITTEKOMPATIIBEL"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Tähesuuruse ignoreerimine"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Vigase nimega teegi eiramine"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1220,10 +1226,10 @@ msgstr "Paigaldatud"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Plaatide paigaldamine ..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Teegi paigaldamine: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1281,10 +1287,10 @@ msgstr "Teek lisati su teekide hulka. Veendu selles „Lisa teek“ menüüs."
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Teek ei saa kasutada korraga „src“ ja „utility“ kaustu. Vaata {0} üle."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Teek on juba paigaldatud: {0} versioon {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1701,10 +1707,10 @@ msgstr "Baasdokumentatsioon"
|
||||
msgid "Remove"
|
||||
msgstr "Eemalda"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Teegi eemaldamine: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1891,6 +1897,10 @@ msgstr "Probleem seadetega"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Näita visandite kausta"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Detailsem väljund:"
|
||||
@ -2062,6 +2072,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "\"{0}\" peab asuma visandite kaustas \"{1}\".\nKas tekitan selle kausta ning liigutan faili sinna?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2107,11 +2125,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Visandi kaust on haihtunud.\nPüüan samasse kohta uuesti salvestada,\nkuid kõik peale selle koodi on kadunud."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Visandi nime oli vaja muuta. Nimes tohib kasutada ainult ASCII tähti ja numbreid ning nimi peab olema lühem kui 64 sümbolit."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2128,6 +2147,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Valitud visandite kaustas on su IDE koopia.\nPalun vali oma visandite hoidmiseks mõni teine kaust."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2707,11 +2730,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Vigane plaadi nimi. See peab olema vormingus „pakk:arhitektuur:plaat“ või „pakk:arhitektuur:plaat:valikparameetrid“"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Vigane parameeter plaadi „{2}“ valikparameetrile „{1}“"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2722,6 +2740,11 @@ msgstr "{0}: Plaadi „{1}“ jaoks vigane valikparameeter"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Vigane valikparameeter, see peab olema vormingus „nimi=väärtus“"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cougar <cougar@random.ee>, 2012
|
||||
# Cougar <transifex@lost.data.ee>, 2013
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
@ -25,7 +26,7 @@
|
||||
# Lauri V\u00f5sandi <inactive+v6sa@transifex.com>, 2015
|
||||
# Lauri V\u00f5sandi <inactive+v6sa@transifex.com>, 2015
|
||||
# Triin Taveter <taveter@ut.ee>, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-05-18 16\:41+0000\nLast-Translator\: Hasso Tepper <hasso.tepper@gmail.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -487,6 +488,9 @@ Decrease\ Indent=V\u00e4henda taanet
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Vaikev\u00e4\u00e4rtus
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Kustuta
|
||||
|
||||
@ -618,6 +622,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Viga Arduino andmekausta leidmisel.
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Viga Serial.{0}() sees.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -685,9 +693,6 @@ Error\ while\ verifying/uploading=Viga kontrollimisel/\u00fcleslaadimisel
|
||||
#: Preferences.java:93
|
||||
Estonian=Eesti
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Eesti (Eesti)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=N\u00e4ited
|
||||
|
||||
@ -838,8 +843,8 @@ INCOMPATIBLE=MITTEKOMPATIIBEL
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=T\u00e4hesuuruse ignoreerimine
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Vigase nimega teegi eiramine
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Vigase nimega visandi eiramine
|
||||
@ -883,9 +888,9 @@ Installed=Paigaldatud
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Plaatide paigaldamine ...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Teegi paigaldamine\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -930,9 +935,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Teek lisat
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Teek ei saa kasutada korraga \u201esrc\u201c ja \u201eutility\u201c kaustu. Vaata {0} \u00fcle.
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Teek on juba paigaldatud\: {0} versioon {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Reanumber\:
|
||||
@ -1245,9 +1250,9 @@ Reference=Baasdokumentatsioon
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Eemalda
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Teegi eemaldamine\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1386,6 +1391,9 @@ Settings\ issues=Probleem seadetega
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=N\u00e4ita visandite kausta
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Detailsem v\u00e4ljund\:
|
||||
|
||||
@ -1505,6 +1513,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?="{0}" peab asuma visandite kaustas "{1}".\nKas tekitan selle kausta ning liigutan faili sinna?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Teeki \u201e{0}\u201c ei saa kasutada.\nTeekide nimed tohivad sisaldada ainult ASCII t\u00e4hti ja\nnumbreid ning peavad algama t\u00e4hega.
|
||||
@ -1529,8 +1541,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Visandis on \u201e{0}\u201
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Visandi kaust on haihtunud.\nP\u00fc\u00fcan samasse kohta uuesti salvestada,\nkuid k\u00f5ik peale selle koodi on kadunud.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=Visandi nime oli vaja muuta. Nimes tohib kasutada ainult ASCII t\u00e4hti ja numbreid ning nimi peab olema l\u00fchem kui 64 s\u00fcmbolit.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Visandite kausta pole enam.\nArduino hakkab kasutama vaikimisi kausta ning\nvajadusel tekitab sinna uue visandite kausta.
|
||||
@ -1538,6 +1550,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Valitud visandite kaustas on su IDE koopia.\nPalun vali oma visandite hoidmiseks m\u00f5ni teine kaust.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Seda teeki teekide halduris pole ja sealt seda uuesti paigaldada ei saa.\nOled sa kindel, et soovid selle teegi kustutada?
|
||||
|
||||
@ -1939,10 +1954,6 @@ version\ <b>{0}</b>=versioon <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Vigane plaadi nimi. See peab olema vormingus \u201epakk\:arhitektuur\:plaat\u201c v\u00f5i \u201epakk\:arhitektuur\:plaat\:valikparameetrid\u201c
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Vigane parameeter plaadi \u201e{2}\u201c valikparameetrile \u201e{1}\u201c
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Plaadi \u201e{1}\u201c jaoks vigane valikparameeter
|
||||
@ -1951,6 +1962,10 @@ version\ <b>{0}</b>=versioon <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Vigane valikparameeter, see peab olema vormingus \u201enimi\=v\u00e4\u00e4rtus\u201c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Tundmatu arhitektuur
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# @atzerritik, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
@ -28,8 +29,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: 2017-12-26 14:20+0000\n"
|
||||
"Last-Translator: José Miguel Andonegi <jm.andonegi@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/mbanzi/arduino-ide-15/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -682,6 +683,10 @@ msgstr "Txikitu koska"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Ezabatu"
|
||||
@ -857,6 +862,11 @@ msgstr "Arazoak Arduino-ko karpetaren datuak irakurtzerakoan"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Akatsa Serial.{0}() -ean"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Estoniera"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estoniera (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Adibideak"
|
||||
@ -1153,9 +1159,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ezikusi Maiuskula/minuskula"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Liburutegi izen txarra ez ikusi egin"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,9 +1224,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1279,9 +1285,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1699,9 +1705,9 @@ msgstr "Aipamen"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1889,6 +1895,10 @@ msgstr "konfigurazioaren kontuak"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Erakutsi eskemen karpeta"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Irteera luzea erakusten duzu zehar:"
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "{0} fitxategia {1} izendatutako eskema karpeta \nbarruan egon behar du. \nSortu karpeta hau, mugitu fitxategia eta jarraitu?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,11 +2123,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Eskemen karpeta desagertu da.\nKokagune berdinean gordetzeko saiatuko egingo da,\nbaina kodeaz gaineko edozer galduko da."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Eskemaren izena aldatu behar izan da. Eskemen izenek ASCII letrak eta zenbakiak izan ditzakete soilik eta gehienez 64 karaktereko luzera izan dezakete. "
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Zehaztutako karpetaren barruan zure garapen ingurunearen (IDE) kopia dago.\nBeste karpeta bat aukeratu zure eskema gordetzeko."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Plaka-izen elbarria, \"package:arch:board\" edo \"package:arch:board:options\" izan behar izango litzateke formaren."
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Aukera elbarria {1} plakarako {2} aukera"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr "{0}: Plakarako {1} aukera elbarria"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Aukera elbarria, \"name=value\" formaren izan behar izango litzateke."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# @atzerritik, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Ivan Barquero <ibarquero@outlook.es>, 2014
|
||||
# Jos\u00e9 Miguel Andonegi <jm.andonegi@gmail.com>, 2017
|
||||
# Zylu <rarodiez@gmail.com>, 2014
|
||||
# Rub\u00e9n Garciand\u00eda <rubengisf@gmail.com>, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-12-26 14\:20+0000\nLast-Translator\: Jos\u00e9 Miguel Andonegi <jm.andonegi@gmail.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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 berrabiarazi behar da)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=Txikitu koska
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Ezabatu
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Arazoak Arduino-ko karpetaren datuak
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Akatsa Serial.{0}() -ean
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Kargatzerako
|
||||
#: Preferences.java:93
|
||||
Estonian=Estoniera
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estoniera (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Adibideak
|
||||
|
||||
@ -836,8 +841,8 @@ Hungarian=Hungariera
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ezikusi Maiuskula/minuskula
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Liburutegi izen txarra ez ikusi egin
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ez egin jaramonik eskemari izen desegokia duelako
|
||||
@ -881,9 +886,9 @@ Indonesian=Indonesiera
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Latvian=Letoniera
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1243,9 +1248,9 @@ Reference=Aipamen
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=konfigurazioaren kontuak
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Erakutsi eskemen karpeta
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Irteera luzea erakusten duzu zehar\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp klasea berrizendatu dute E
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?={0} fitxategia {1} izendatutako eskema karpeta \nbarruan egon behar du. \nSortu karpeta hau, mugitu fitxategia eta jarraitu?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Liburutegia {0} ezin dute erabili. Liburutegi-izenek bakarrik oinarrizko gutunak eta numbers. eduki behar dituzte. (ASCII-a bakarrik eta espazio bat ere, eta ezin da zenbaki batekin hasi)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Dagoeneko eskemak "{0}" iz
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Eskemen karpeta desagertu da.\nKokagune berdinean gordetzeko saiatuko egingo da,\nbaina kodeaz gaineko edozer galduko da.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=Eskemaren izena aldatu behar izan da. Eskemen izenek ASCII letrak eta zenbakiak izan ditzakete soilik eta gehienez 64 karaktereko luzera izan dezakete.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Eskemen karpeta ez da existitzen.\nArduinok defektuzko eskema karpetara itzuliko da eta,\nbeharrezkoa izanez gero, eskema karpeta berria sortuko du.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Zehaztutako karpetaren barruan zure garapen ingurunearen (IDE) kopia dago.\nBeste karpeta bat aukeratu zure eskema gordetzeko.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1937,10 +1952,6 @@ upload=Kargatu
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Plaka-izen elbarria, "package\:arch\:board" edo "package\:arch\:board\:options" izan behar izango litzateke formaren.
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Aukera elbarria {1} plakarako {2} aukera
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Plakarako {1} aukera elbarria
|
||||
@ -1949,6 +1960,10 @@ upload=Kargatu
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Aukera elbarria, "name\=value" formaren izan behar izango litzateke.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arkitektura ezezaguna
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# arminjavan <armin_javan@yahoo.com>, 2014
|
||||
# Ebrahim Byagowi <ebrahim@byagowi.com>, 2012
|
||||
# Mohammad Hamidi <hamidi72@gmail.com>, 2017
|
||||
@ -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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/mbanzi/arduino-ide-15/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -679,6 +680,10 @@ msgstr "کاهش تورفتگی"
|
||||
msgid "Default"
|
||||
msgstr "پیشفرض"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
@ -854,6 +859,11 @@ msgstr "خطای گرفتن پوشه اطلاعات آردئینو"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "خطای درونی. {0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -943,10 +953,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "استونیایی"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "استونیایی (استونی)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "نمونهها"
|
||||
@ -1150,9 +1156,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "نادیدهگرفتن بزرگی/کوچکی"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "در نظر نگرفتن نام نامناسب کتابخانه"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1215,9 +1221,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1276,9 +1282,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1696,9 +1702,9 @@ msgstr "مرجع"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1886,6 +1892,10 @@ msgstr "مشکلات تنظیمات"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "نمایش پوشهٔ طرح"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "نمایش خروجی پرگو به هنگام:"
|
||||
@ -2057,6 +2067,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "پرونده \"{0}\" میبایست داخل یک\nپوشهٔ طرح به نام \"{1}\" ذخیره گردند.\nساختن این پوشه، انتقال پرونده و ادامه؟"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2102,10 +2120,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "پوشهٔ طرح ناپدید شدهاست.\n تلاش خواهید که آن را در محل مشابه ذخیره نمود\nولی بهعلاوهٔ آن کد مفقود خواهد شد."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2123,6 +2142,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2702,11 +2725,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2717,6 +2735,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,10 +17,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# arminjavan <armin_javan@yahoo.com>, 2014
|
||||
# Ebrahim Byagowi <ebrahim@byagowi.com>, 2012
|
||||
# Mohammad Hamidi <hamidi72@gmail.com>, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=2; plural\=(n > 1);\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)
|
||||
@ -482,6 +483,9 @@ Decrease\ Indent=\u06a9\u0627\u0647\u0634 \u062a\u0648\u0631\u0641\u062a\u06af\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u067e\u06cc\u0634\u0641\u0631\u0636
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
@ -613,6 +617,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\u062e\u0637\u0627\u06cc \u06af\u063
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u062e\u0637\u0627\u06cc \u062f\u0631\u0648\u0646\u06cc. {0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -680,9 +688,6 @@ Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=\u062e\u0637
|
||||
#: Preferences.java:93
|
||||
Estonian=\u0627\u0633\u062a\u0648\u0646\u06cc\u0627\u06cc\u06cc
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u0627\u0633\u062a\u0648\u0646\u06cc\u0627\u06cc\u06cc (\u0627\u0633\u062a\u0648\u0646\u06cc)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0646\u0645\u0648\u0646\u0647\u200c\u0647\u0627
|
||||
|
||||
@ -833,8 +838,8 @@ Hungarian=\u0645\u062c\u0627\u0631
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0646\u0627\u062f\u06cc\u062f\u0647\u200c\u06af\u0631\u0641\u062a\u0646 \u0628\u0632\u0631\u06af\u06cc/\u06a9\u0648\u0686\u06a9\u06cc
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u062f\u0631 \u0646\u0638\u0631 \u0646\u06af\u0631\u0641\u062a\u0646 \u0646\u0627\u0645 \u0646\u0627\u0645\u0646\u0627\u0633\u0628 \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u0646\u0627\u062f\u06cc\u062f\u0647 \u06af\u0631\u0641\u062a\u0646 \u0637\u0631\u062d \u0628\u0627 \u0646\u0627\u0645 \u0628\u062f
|
||||
@ -878,9 +883,9 @@ Indonesian=\u0627\u0646\u062f\u0648\u0646\u0632\u06cc\u0627\u06cc\u06cc
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -925,9 +930,9 @@ Latvian=\u0644\u062a\u0648\u0627\u0646\u06cc\u0627\u06cc\u06cc
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1240,9 +1245,9 @@ Reference=\u0645\u0631\u062c\u0639
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1381,6 +1386,9 @@ Settings\ issues=\u0645\u0634\u06a9\u0644\u0627\u062a \u062a\u0646\u0638\u06cc\u
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u0646\u0645\u0627\u06cc\u0634 \u067e\u0648\u0634\u0647\u0654 \u0637\u0631\u062d
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: 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\:
|
||||
|
||||
@ -1500,6 +1508,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u06a9\u0644\u0627\u0633 Udp \
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u067e\u0631\u0648\u0646\u062f\u0647 "{0}" \u0645\u06cc\u200c\u0628\u0627\u06cc\u0633\u062a \u062f\u0627\u062e\u0644 \u06cc\u06a9\n\u067e\u0648\u0634\u0647\u0654 \u0637\u0631\u062d \u0628\u0647 \u0646\u0627\u0645 "{1}" \u0630\u062e\u06cc\u0631\u0647 \u06af\u0631\u062f\u0646\u062f.\n\u0633\u0627\u062e\u062a\u0646 \u0627\u06cc\u0646 \u067e\u0648\u0634\u0647\u060c \u0627\u0646\u062a\u0642\u0627\u0644 \u067e\u0631\u0648\u0646\u062f\u0647 \u0648 \u0627\u062f\u0627\u0645\u0647\u061f
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647\u0654 "{0}" \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06af\u0631\u062f\u062f.\n\u0646\u0627\u0645 \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647 \u0641\u0642\u0637 \u0645\u06cc\u200c\u0628\u0627\u06cc\u0633\u062a \u0634\u0627\u0645\u0644 \u062d\u0631\u0648\u0641 \u0633\u0627\u062f\u0647 \u0648 \u0639\u062f\u062f \u0628\u0627\u0634\u062f.\n(\u0641\u0642\u0637 ASCII \u0648 \u0628\u062f\u0648\u0646 \u0641\u0627\u0635\u0644\u0647 \u0648 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0627 \u06cc\u06a9 \u0639\u062f\u062f \u0634\u0631\u0648\u0639 \u0634\u0648\u062f.)
|
||||
@ -1524,8 +1536,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u067e\u0648\u0634\u0647\u0654 \u0637\u0631\u062d \u0646\u0627\u067e\u062f\u06cc\u062f \u0634\u062f\u0647\u200c\u0627\u0633\u062a.\n \u062a\u0644\u0627\u0634 \u062e\u0648\u0627\u0647\u06cc\u062f \u06a9\u0647 \u0622\u0646 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0645\u0634\u0627\u0628\u0647 \u0630\u062e\u06cc\u0631\u0647 \u0646\u0645\u0648\u062f\n\u0648\u0644\u06cc \u0628\u0647\u200c\u0639\u0644\u0627\u0648\u0647\u0654 \u0622\u0646 \u06a9\u062f \u0645\u0641\u0642\u0648\u062f \u062e\u0648\u0627\u0647\u062f \u0634\u062f.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u067e\u0648\u0634\u0647\u0654 \u06a9\u062a\u0627\u0628 \u0637\u0631\u062d \u062f\u06cc\u06af\u0631 \u0645\u0648\u062c\u0648\u062f \u0646\u06cc\u0633\u062a.\n\u0622\u0631\u062f\u0626\u0646\u0648 \u0645\u062d\u0644 \u06a9\u062a\u0627\u0628 \u0637\u0631\u062d \u067e\u06cc\u0634\u200c\u0641\u0631\u0636 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u062e\u0648\u0627\u0647\u062f \u06a9\u0631\u062f\n\u0648 \u067e\u0648\u0634\u0647\u0654 \u06a9\u062a\u0627\u0628 \u0637\u0631\u062d\u06cc \u062f\u0631\u0633\u062a \u062e\u0648\u0627\u0647\u062f \u06a9\u0631\u062f \u0627\u06af\u0631 \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632\n\u0628\u0627\u0634\u062f. \u0622\u0631\u062f\u0626\u06cc\u0646\u0648 \u0635\u062d\u0628\u062a \u06a9\u0631\u062f\u0646 \u062f\u0631 \u0631\u0627\u0628\u0637\u0647 \u0628\u0627 \u062e\u0648\u062f \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646\n\u0633\u0648\u0645 \u0634\u062e\u0635 \u0631\u0627 \u067e\u0627\u06cc\u0627\u0646 \u0645\u06cc\u200c\u062f\u0647\u062f.
|
||||
@ -1533,6 +1545,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1934,10 +1949,6 @@ upload=\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1946,6 +1957,10 @@ upload=\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u0645\u0639\u0645\u0627\u0631\u06cc \u0646\u0627\u0634\u0646\u0627\u062e\u062a\u0647
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ali Mirjamali <ali.mirjamali@gmail.com>, 2013
|
||||
# Seyyed Mohammad Amin Mousavi <inoaaa2011@gmail.com>, 2017
|
||||
msgid ""
|
||||
@ -24,7 +25,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/mbanzi/arduino-ide-15/language/fa_IR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -678,6 +679,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
@ -853,6 +858,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "مثالها"
|
||||
@ -1149,8 +1155,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1214,9 +1220,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ali Mirjamali <ali.mirjamali@gmail.com>, 2013
|
||||
# Seyyed Mohammad Amin Mousavi <inoaaa2011@gmail.com>, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=2; plural\=(n > 1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u0622\u0631\u062f\u0648\u06cc\u0646\u0648 \u0628\u0627\u06cc\u062f \u0631\u0627\u0647 \u0627\u0646\u062f\u0627\u0632\u06cc \u0645\u062c\u062f\u062f \u0634\u0648\u062f)
|
||||
@ -481,6 +482,9 @@ Couldn't\ do\ it=\u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0645\u0645\u06a9\u0646
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u062d\u0630\u0641
|
||||
|
||||
@ -612,6 +616,10 @@ Error\ compiling.=\u062e\u0637\u0627\u06cc \u06a9\u0627\u0645\u067e\u0627\u06cc\
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Error\ while\ printing.=\u062e\u0637\u0627 \u062f\u0631 \u0647\u0646\u06af\u0627
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0645\u062b\u0627\u0644\u200c\u0647\u0627
|
||||
|
||||
@ -832,8 +837,8 @@ Hindi=\u0647\u0646\u062f\u06cc
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -877,9 +882,9 @@ Indonesian=\u0627\u0646\u062f\u0648\u0646\u0632\u0627\u06cc\u06cc
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Korean=\u06a9\u0631\u0647\u200c\u0627\u06cc
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1239,9 +1244,9 @@ Quit=\u062e\u0631\u0648\u062c
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Send=\u0627\u0631\u0633\u0627\u0644
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1499,6 +1507,10 @@ The\ Server\ class\ has\ been\ renamed\ EthernetServer.=The Server \u0628\u0647
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1523,8 +1535,8 @@ The\ Server\ class\ has\ been\ renamed\ EthernetServer.=The Server \u0628\u0647
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1532,6 +1544,9 @@ The\ Server\ class\ has\ been\ renamed\ EthernetServer.=The Server \u0628\u0647
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ upload=\u0622\u067e\u0644\u0648\u062f
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ upload=\u0622\u067e\u0644\u0648\u062f
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jaakko Fagerlund <jaakko.s.fagerlund@gmail.com>, 2013
|
||||
# Janne Ojala <joojaa@kotikone.fi>, 2017
|
||||
# lotof <leevi.tornblom@hotmail.com>, 2014
|
||||
@ -26,7 +27,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/mbanzi/arduino-ide-15/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -680,6 +681,10 @@ msgstr "Vähennä sisennystä"
|
||||
msgid "Default"
|
||||
msgstr "Oletus"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Poista"
|
||||
@ -855,6 +860,11 @@ msgstr "Arduinon datakansiota haettaessa tapahtui virhe."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Virhe Serial.{0}() sisällä"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -944,10 +954,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Eesti"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estonia (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Esimerkit"
|
||||
@ -1151,9 +1157,9 @@ msgstr "YHTEENSOPIMATON"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Sivuuta koko"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Sivuutetaan huononniminen kirjasto"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1216,10 +1222,10 @@ msgstr "Asennettu"
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Asennetaan kirjastoa: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1277,9 +1283,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1697,10 +1703,10 @@ msgstr "Opas"
|
||||
msgid "Remove"
|
||||
msgstr "Poista"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Poistaa kirjastoa: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1887,6 +1893,10 @@ msgstr "Asetuksissa on ongelmia"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Näytä sketsikansio"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Näytä tarkemmat tiedot: "
|
||||
@ -2058,6 +2068,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Tiedoston \"{0}\" tulee olla\nsketsikansion \"{1}\" sisällä.\nLuo tämä kansio, siirrä tiedosto ja jatka?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2103,10 +2121,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Sketsikansio on hävinnyt.\nYritetään tallentaa uudelleen samaan paikkaan,\nmutta kaikki muu paitsi koodi häviää."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2124,6 +2143,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2703,11 +2726,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2718,6 +2736,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,11 +17,12 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jaakko Fagerlund <jaakko.s.fagerlund@gmail.com>, 2013
|
||||
# Janne Ojala <joojaa@kotikone.fi>, 2017
|
||||
# lotof <leevi.tornblom@hotmail.com>, 2014
|
||||
# Katajisto <tuomas@katajisto.cc>, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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 uudelleenk\u00e4ynnist\u00e4misen)
|
||||
@ -483,6 +484,9 @@ Decrease\ Indent=V\u00e4henn\u00e4 sisennyst\u00e4
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Oletus
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Poista
|
||||
|
||||
@ -614,6 +618,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Arduinon datakansiota haettaessa tap
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Virhe Serial.{0}() sis\u00e4ll\u00e4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -681,9 +689,6 @@ Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Virhe l\u00e
|
||||
#: Preferences.java:93
|
||||
Estonian=Eesti
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estonia (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Esimerkit
|
||||
|
||||
@ -834,8 +839,8 @@ INCOMPATIBLE=YHTEENSOPIMATON
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Sivuuta koko
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Sivuutetaan huononniminen kirjasto
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Sivuutetaan huononniminen ohjelma
|
||||
@ -879,9 +884,9 @@ Installed=Asennettu
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Asennetaan kirjastoa\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -926,9 +931,9 @@ Latvian=latvia
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Rivinumero\:
|
||||
@ -1241,9 +1246,9 @@ Reference=Opas
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Poista
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Poistaa kirjastoa\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1382,6 +1387,9 @@ Settings\ issues=Asetuksissa on ongelmia
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=N\u00e4yt\u00e4 sketsikansio
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =N\u00e4yt\u00e4 tarkemmat tiedot\:
|
||||
|
||||
@ -1501,6 +1509,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp luokka on nimetty Ethernet
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Tiedoston "{0}" tulee olla\nsketsikansion "{1}" sis\u00e4ll\u00e4.\nLuo t\u00e4m\u00e4 kansio, siirr\u00e4 tiedosto ja jatka?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Kirjastoa "{0}" ei voida k\u00e4ytt\u00e4\u00e4.\nKirjaston nimess\u00e4 saa olla vain kirjaimia ja numeroita.\n(vain ASCII, ei v\u00e4lily\u00f6ntej\u00e4, eik\u00e4 se saa alkaa numerolla.)
|
||||
@ -1525,8 +1537,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Sketsikansio on h\u00e4vinnyt.\nYritet\u00e4\u00e4n tallentaa uudelleen samaan paikkaan,\nmutta kaikki muu paitsi koodi h\u00e4vi\u00e4\u00e4.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Ohjelmakansiota ei en\u00e4\u00e4 ole olemassa. Arduino vaihtaa oletuskansioon, luo tarvittaessa uuden ja lopettaa itsest\u00e4\u00e4n puhumisen kolmannessa persoonassa.
|
||||
@ -1534,6 +1546,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1935,10 +1950,6 @@ upload=l\u00e4hett\u00e4ess\u00e4
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1947,6 +1958,10 @@ upload=l\u00e4hett\u00e4ess\u00e4
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Tuntematon arkkitehtuuri
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# David A. Mellis <>, 2012
|
||||
# John Carl <saducasjohncarl@yahoo.com>, 2018
|
||||
msgid ""
|
||||
@ -24,8 +25,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: 2018-02-14 17:59+0000\n"
|
||||
"Last-Translator: John Carl <saducasjohncarl@yahoo.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Filipino (http://www.transifex.com/mbanzi/arduino-ide-15/language/fil/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -678,6 +679,10 @@ msgstr "Bawasan ang Indent"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Alisin"
|
||||
@ -853,6 +858,11 @@ msgstr "May problema sa pagkuha ng Arduino data folder"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "May mali sa loob ng Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Mga Halimbawa"
|
||||
@ -1149,9 +1155,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignore Case"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Hindi papansinin ang library na may maling pangalan"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1214,9 +1220,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr "Sanggunian"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr "May problema sa Settings"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Ipakita ang Sketch Folder"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Ipakita ang verbose na output: "
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Ang file \"{0}\" ay nararapat na nasa loob\nng sketch folder na \"{1}\".\nI-create ang folder, ilipat ang file at magpatuloy?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Nawala ng folder ng sketch.\n Susubukang ire-save sa parehong lokasyon,\nsubalit lahat maliban sa code ay mawawala."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# David A. Mellis <>, 2012
|
||||
# John Carl <saducasjohncarl@yahoo.com>, 2018
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-02-14 17\:59+0000\nLast-Translator\: John Carl <saducasjohncarl@yahoo.com>\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\=\=2 || n\=\=3) || (n % 10 \!\= 4 || n % 10 \!\= 6 || n % 10 \!\= 9);\n
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=\=2 || n\=\=3) || (n % 10 \!\= 4 || n % 10 \!\= 6 || n % 10 \!\= 9);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (kinakailangang i-restart ang Arduino)
|
||||
@ -481,6 +482,9 @@ Decrease\ Indent=Bawasan ang Indent
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Alisin
|
||||
|
||||
@ -612,6 +616,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=May problema sa pagkuha ng Arduino d
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=May mali sa loob ng Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Error\ while\ printing.=May mali habang nagpi-print.
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Mga Halimbawa
|
||||
|
||||
@ -832,8 +837,8 @@ Hungarian=Hungarian
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignore Case
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Hindi papansinin ang library na may maling pangalan
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Hindi papansin ang sketch na may maling pangalan
|
||||
@ -877,9 +882,9 @@ Increase\ Indent=Dagdagan ang Indent
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Latvian=Latvian
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1239,9 +1244,9 @@ Reference=Sanggunian
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Settings\ issues=May problema sa Settings
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Ipakita ang Sketch Folder
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Ipakita ang verbose na output\:
|
||||
|
||||
@ -1499,6 +1507,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Ang Udp class ay pinangalanang
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Ang file "{0}" ay nararapat na nasa loob\nng sketch folder na "{1}".\nI-create ang folder, ilipat ang file at magpatuloy?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Ang library "{0}" ay maaaring gamitin.\nAng pangalan ng library ay maaari lamang magkaron ng titik at numero.\n(ASCII lamang at walang spaces, at hindi ito maaaring magsimula sa numero)
|
||||
@ -1523,8 +1535,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Nawala ng folder ng sketch.\n Susubukang ire-save sa parehong lokasyon,\nsubalit lahat maliban sa code ay mawawala.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Ang sketchbook folder ay hindi ko na makita.\nGagamitin ko na ang default lokasyon ng sketchbook \nat gagawa ng bagong sketchbook folder kung\nkinakailangan. At hindi ko na kakausapin\nang sarili ko.
|
||||
@ -1532,6 +1544,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ upload=upload
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ upload=upload
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <mail@alexismorin.com>, 2012
|
||||
# Aestan <anthony.margerand@gmail.com>, 2018
|
||||
# AntoineM <antoine.meillet+transifex@gmail.com>, 2012
|
||||
@ -41,8 +42,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: 2018-02-11 17:05+0000\n"
|
||||
"Last-Translator: Aestan <anthony.margerand@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: French (http://www.transifex.com/mbanzi/arduino-ide-15/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -695,6 +696,10 @@ msgstr "Réduire l'indentation"
|
||||
msgid "Default"
|
||||
msgstr "Défaut"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
@ -870,6 +875,11 @@ msgstr "Problème d'obtention du dossier de données d'Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erreur dans Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -959,10 +969,6 @@ msgstr "Erreur lors de la vérification et du transfert."
|
||||
msgid "Estonian"
|
||||
msgstr "estonien"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "estonien (Estonie)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemples"
|
||||
@ -1166,9 +1172,9 @@ msgstr "INCOMPATIBLE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorer la casse"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignore la bibliothèque mal nommée"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1231,10 +1237,10 @@ msgstr "Installé"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Installation des cartes..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Installation de la biliothèque: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1292,10 +1298,10 @@ msgstr "La bibliothèque a été ajoutée à votre dossier de bibliothèques. Ve
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Une bibliothèque ne peut utiliser les dossiers 'src' et 'utility' en même temps. Double vérification {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "La bibliothèque est déja installé: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1712,10 +1718,10 @@ msgstr "Référence"
|
||||
msgid "Remove"
|
||||
msgstr "Supprimer "
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Suppression de la bibliothèque: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1902,6 +1908,10 @@ msgstr "Problèmes de paramètres"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Afficher le dossier des croquis"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Afficher les résultats détaillés pendant : "
|
||||
@ -2073,6 +2083,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Le fichier « {0} » doit résider dans\nun dossier de croquis nommé « {1} ».\nCréer ce dossier, déplacer le fichier et continuer ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2118,11 +2136,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Le dossier croquis a disparu.\nNous allons essayer de réenregistrer au même emplacement,\nmais seul le code sera conservé."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Le nom du croquis a dû être modifié. Les noms de croquis ne peuvent contenir que\ndes caractères et de chiffres ASCII et avoir moins de 64 caractères."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2139,6 +2158,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Le dossier de votre carnet de croquis spécifié contiens votre IDE.\nVeuillez choisir un dossier différent."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2718,11 +2741,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0} : nom de carte incorrect, il doit être de la forme \"paquet:arch:carte\" ou \"paquet:arch:carte:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0} : Paramètre incorrect de l''option « {1} » pour la carte « {2} »"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2733,6 +2751,11 @@ msgstr "{0} : Option incorrecte pour la carte « {1} »"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0} : Option incorrecte, elle doit être de la forme « nom=valeur »"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <mail@alexismorin.com>, 2012
|
||||
# Aestan <anthony.margerand@gmail.com>, 2018
|
||||
# AntoineM <antoine.meillet+transifex@gmail.com>, 2012
|
||||
@ -36,7 +37,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\: 2018-02-11 17\:05+0000\nLast-Translator\: Aestan <anthony.margerand@gmail.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -498,6 +499,9 @@ Decrease\ Indent=R\u00e9duire l'indentation
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=D\u00e9faut
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Supprimer
|
||||
|
||||
@ -629,6 +633,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Probl\u00e8me d'obtention du dossier
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erreur dans Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -696,9 +704,6 @@ Error\ while\ verifying/uploading=Erreur lors de la v\u00e9rification et du tran
|
||||
#: Preferences.java:93
|
||||
Estonian=estonien
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=estonien (Estonie)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemples
|
||||
|
||||
@ -849,8 +854,8 @@ INCOMPATIBLE=INCOMPATIBLE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorer la casse
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignore la biblioth\u00e8que mal nomm\u00e9e
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignore un croquis mal nomm\u00e9
|
||||
@ -894,9 +899,9 @@ Installed=Install\u00e9
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Installation des cartes...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Installation de la bilioth\u00e8que\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -941,9 +946,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=La bibliot
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Une biblioth\u00e8que ne peut utiliser les dossiers 'src' et 'utility' en m\u00eame temps. Double v\u00e9rification {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=La biblioth\u00e8que est d\u00e9ja install\u00e9\: {0} version {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Ligne num\u00e9ro \:
|
||||
@ -1256,9 +1261,9 @@ Reference=R\u00e9f\u00e9rence
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Supprimer
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Suppression de la biblioth\u00e8que\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1397,6 +1402,9 @@ Settings\ issues=Probl\u00e8mes de param\u00e8tres
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Afficher le dossier des croquis
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Afficher les r\u00e9sultats d\u00e9taill\u00e9s pendant\u00a0\:
|
||||
|
||||
@ -1516,6 +1524,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Le fichier \u00ab\u00a0{0}\u00a0\u00bb doit r\u00e9sider dans\nun dossier de croquis nomm\u00e9 \u00ab\u00a0{1}\u00a0\u00bb.\nCr\u00e9er ce dossier, d\u00e9placer le fichier et continuer\u00a0?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La biblioth\u00e8que \u00ab\u00a0{0}\u00a0\u00bb ne peut \u00eatre utilis\u00e9e.\nLes noms de biblioth\u00e8ques ne doivent contenir que des lettres et des chiffres.\n(ASCII seulement sans espace, et ne peuvent commencer par un chiffre)
|
||||
@ -1540,8 +1552,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Ce croquis contiens d\u00e
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Le dossier croquis a disparu.\nNous allons essayer de r\u00e9enregistrer au m\u00eame emplacement,\nmais seul le code sera conserv\u00e9.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=Le nom du croquis a d\u00fb \u00eatre modifi\u00e9. Les noms de croquis ne peuvent contenir que\ndes caract\u00e8res et de chiffres ASCII et avoir moins de 64 caract\u00e8res.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Le dossier contenant les croquis n'existe plus.\nArduino va aller \u00e0 l'emplacement\npar d\u00e9faut, et cr\u00e9er un nouveau dossier\nsi n\u00e9cessaire. Arduino cessera ensuite\nde parler de lui-m\u00eame \u00e0 la troisi\u00e8me personne.
|
||||
@ -1549,6 +1561,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Le dossier de votre carnet de croquis sp\u00e9cifi\u00e9 contiens votre IDE.\nVeuillez choisir un dossier diff\u00e9rent.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Cette biblioth\u00e8que n'est pas list\u00e9 dans le gestionnaire de biblioth\u00e8que. Vous ne pourrez plus la r\u00e9installer.\nEtes-vous sur de la supprimer?
|
||||
|
||||
@ -1950,10 +1965,6 @@ version\ <b>{0}</b>=version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0} \: nom de carte incorrect, il doit \u00eatre de la forme "paquet\:arch\:carte" ou "paquet\:arch\:carte\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0} \: Param\u00e8tre incorrect de l''option \u00ab {1} \u00bb pour la carte \u00ab {2} \u00bb
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0} \: Option incorrecte pour la carte \u00ab {1} \u00bb
|
||||
@ -1962,6 +1973,10 @@ version\ <b>{0}</b>=version <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0} \: Option incorrecte, elle doit \u00eatre de la forme \u00ab nom\=valeur \u00bb
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0} \: architecture inconnue
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Alexis Morin <carignan.boy@gmail.com>, 2015
|
||||
# Alexis Morin <carignan.boy@gmail.com>, 2012
|
||||
msgid ""
|
||||
@ -24,7 +25,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/mbanzi/arduino-ide-15/language/fr_CA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -678,6 +679,10 @@ msgstr "Réduire l'indentation"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
@ -853,6 +858,11 @@ msgstr "Problème d'obtention du dossier de données d'Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erreur dans Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Estonien"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemples"
|
||||
@ -1149,9 +1155,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorer la casse"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignore la bibliothèque mal nommée"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1214,9 +1220,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr "Référence"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr "Problèmes de paramètres"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Afficher le dossier des croquis"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Afficher les résultats détaillés pendant: "
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Le fichier « {0} » doit résider dans\nun dossier de croquis nommé « {1} ».\nCréer ce dossier, déplacer le fichier et continuer ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Le dossier croquis a disparu.\n Nous allons essayer de ré-enregistrer au même emplacement,\nmais tout sauf le code sera perdu."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -481,6 +482,9 @@ Decrease\ Indent=R\u00e9duire l'indentation
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Supprimer
|
||||
|
||||
@ -612,6 +616,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Probl\u00e8me d'obtention du dossier
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erreur dans Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Error\ while\ printing.=Erreur d'impression.
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonien
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemples
|
||||
|
||||
@ -832,8 +837,8 @@ Hungarian=Hongrois
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorer la casse
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignore la biblioth\u00e8que mal nomm\u00e9e
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignore un croquis mal nomm\u00e9
|
||||
@ -877,9 +882,9 @@ Indonesian=Indon\u00e9sien
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Latvian=Letton
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1239,9 +1244,9 @@ Reference=R\u00e9f\u00e9rence
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Settings\ issues=Probl\u00e8mes de param\u00e8tres
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Afficher le dossier des croquis
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Afficher les r\u00e9sultats d\u00e9taill\u00e9s pendant\:
|
||||
|
||||
@ -1499,6 +1507,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=La classe Udp a \u00e9t\u00e9
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Le fichier \u00ab {0} \u00bb doit r\u00e9sider dans\nun dossier de croquis nomm\u00e9 \u00ab {1} \u00bb.\nCr\u00e9er ce dossier, d\u00e9placer le fichier et continuer ?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La biblioth\u00e8que \u00ab {0} \u00bb ne peut \u00eatre utilis\u00e9e.\nLes noms de biblioth\u00e8ques ne doivent contenir que des lettres et des chiffres.\n(ASCII seulement sans espace, et ne peuvent commencer par un chiffre)
|
||||
@ -1523,8 +1535,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Le dossier croquis a disparu.\n Nous allons essayer de r\u00e9-enregistrer au m\u00eame emplacement,\nmais tout sauf le code sera perdu.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Le dossier des croquis n'existe plus.\nArduino va aller \u00e0 l'emplacement\npar d\u00e9faut, et cr\u00e9er un nouveau dossier\ncroquis si n\u00e9cessaire. Arduino cessera ensuite\nde parler de lui-m\u00eame \u00e0 la troisi\u00e8me personne.
|
||||
@ -1532,6 +1544,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ upload=t\u00e9l\u00e9versement
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ upload=t\u00e9l\u00e9versement
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,13 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Western Frisian (http://www.transifex.com/mbanzi/arduino-ide-15/language/fy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Fuortsmite"
|
||||
@ -852,6 +857,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Flater yn Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Estysk"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estysk (Estlân)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Foarbylden"
|
||||
@ -1148,8 +1154,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr "Neislachwurk"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=
|
||||
@ -480,6 +481,9 @@ Danish\ (Denmark)=Deensk (Denemark)
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Fuortsmite
|
||||
|
||||
@ -611,6 +615,10 @@ Error=Flater
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Flater yn Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ Error\ inside\ Serial.{0}()=Flater yn Serial.{0}()
|
||||
#: Preferences.java:93
|
||||
Estonian=Estysk
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estysk (Estl\u00e2n)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Foarbylden
|
||||
|
||||
@ -831,8 +836,8 @@ Hungarian=Hongaarsk
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -876,9 +881,9 @@ Indonesian=Yndonezysk
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Latvian=Letsk
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1238,9 +1243,9 @@ Reference=Neislachwurk
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Serial\ ports=Seri\u00eble poarten
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1498,6 +1506,10 @@ Talossan=Talossaansk
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1522,8 +1534,8 @@ Talossan=Talossaansk
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1531,6 +1543,9 @@ Talossan=Talossaansk
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ unknown\ option\:\ {0}=\u00fbnbekende opsje\: {0}
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1944,6 +1955,10 @@ unknown\ option\:\ {0}=\u00fbnbekende opsje\: {0}
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# ccpr1l <csdpe0810-tf@yahoo.es>, 2014
|
||||
# Diego Prado Gesto <>, 2012
|
||||
# Marce Villarino <mvillarino@gmail.com>, 2013
|
||||
@ -26,7 +27,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/mbanzi/arduino-ide-15/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -680,6 +681,10 @@ msgstr "Diminuír o sangrado"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
@ -855,6 +860,11 @@ msgstr "Error obtendo a carpeta de datos de Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erro dentro de Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -944,10 +954,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Estoniano"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemplos"
|
||||
@ -1151,9 +1157,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar maiúsculas e minúsculas"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorando nome incorrecto de libraría"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1216,9 +1222,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1277,9 +1283,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1697,9 +1703,9 @@ msgstr "Documentación"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1887,6 +1893,10 @@ msgstr "Problemas de configuración"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Mostrar a carpeta do Sketch"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar resultado detallado durante: "
|
||||
@ -2058,6 +2068,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "O ficheiro \"{0}\" debe estar dentro\ndun cartafol de sketchs chamado «{1} x.\nCrear esta cartafol mover este ficheiro e continuar?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2103,10 +2121,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "O cartafol do sketch desapareceu.\nHase tentar gardar de novo no mesmo lugar,\npero calquera cousa aparte do código vaise perder."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2124,6 +2143,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2703,11 +2726,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2718,6 +2736,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,11 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -483,6 +484,9 @@ Decrease\ Indent=Diminu\u00edr o sangrado
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Borrar
|
||||
|
||||
@ -614,6 +618,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Error obtendo a carpeta de datos de
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erro dentro de Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -681,9 +689,6 @@ Error\ while\ printing.=Erro na impresi\u00f3n.
|
||||
#: Preferences.java:93
|
||||
Estonian=Estoniano
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemplos
|
||||
|
||||
@ -834,8 +839,8 @@ Hungarian=H\u00fangaro
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar mai\u00fasculas e min\u00fasculas
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorando nome incorrecto de librar\u00eda
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorando sketch con nome incorrecto
|
||||
@ -879,9 +884,9 @@ Indonesian=Indonesio
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -926,9 +931,9 @@ Latvian=Let\u00f3n
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1241,9 +1246,9 @@ Reference=Documentaci\u00f3n
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1382,6 +1387,9 @@ Settings\ issues=Problemas de configuraci\u00f3n
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Mostrar a carpeta do Sketch
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar resultado detallado durante\:
|
||||
|
||||
@ -1501,6 +1509,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=A clase Udp foi renomeada a Et
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=O ficheiro "{0}" debe estar dentro\ndun cartafol de sketchs chamado \u00ab{1} x.\nCrear esta cartafol mover este ficheiro e continuar?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=A librar\u00eda "{0}" non se pode usar.\nOs nomes de librar\u00eda deben conter soamente letras b\u00e1sicas e n\u00fameros\n(S\u00f3 ASCII sen espazos, e non pode comezar con un n\u00famero).
|
||||
@ -1525,8 +1537,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=O cartafol do sketch desapareceu.\nHase tentar gardar de novo no mesmo lugar,\npero calquera cousa aparte do c\u00f3digo vaise perder.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=A carpeta Sketchbook xa non existe.\nArduino cambiar\u00e1 \u00e1 ubicaci\u00f3n predeterminada\ndo Sketchbook, e crear\u00e1 unha nova carpeta Sketchbook\nse fose necesario. Arduino despois deixar\u00e1 de falar de si mesmo\nen terceira persoa.
|
||||
@ -1534,6 +1546,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1935,10 +1950,6 @@ upload=carga
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1947,6 +1958,10 @@ upload=carga
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Nemigo Galiza <lescamposines@gmail.com>, 2017
|
||||
# Onyrosgaming, 2016
|
||||
# Xurxo Guerra Perez <xguerrap@gmail.com>, 2015,2017
|
||||
@ -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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Galician (Spain) (http://www.transifex.com/mbanzi/arduino-ide-15/language/gl_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -679,6 +680,10 @@ msgstr "Diminuír indentado"
|
||||
msgid "Default"
|
||||
msgstr "Predefinido"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
@ -854,6 +859,11 @@ msgstr "Erro ao obter o cartafol de datos de Arduino."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erro dentro do Serie.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -943,10 +953,6 @@ msgstr "Erro ao verificar/subir"
|
||||
msgid "Estonian"
|
||||
msgstr "Estoniano"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estoniano (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemplos"
|
||||
@ -1150,9 +1156,9 @@ msgstr "INCOMPATIBLE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar maiúsculas e minúsculas"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorar os nomes de biblioteca non válidos"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1215,10 +1221,10 @@ msgstr "Instalado"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalando placas..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Instalando a biblioteca: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1276,10 +1282,10 @@ msgstr "Libraría engadia ás túas librarías. Olla o menú \"Include libraría
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "A libraría non pode usar os cartafois 'src' nin 'utility'. Chequea outra vez {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "A biblioteca xa está instalada: {0} versión {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1696,10 +1702,10 @@ msgstr "Referencia"
|
||||
msgid "Remove"
|
||||
msgstr "Quitar"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Quitando libraría: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1886,6 +1892,10 @@ msgstr "Axustando asuntos"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Mostra cartafol sketch"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr " "
|
||||
@ -2057,6 +2067,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2102,10 +2120,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2123,6 +2142,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2702,11 +2725,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opción non válida para a opción \"{1}\" da placa \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2717,6 +2735,11 @@ msgstr "{0}: Opción non válida para a placa \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opción non válida, ten que ser no formato \"nome=valor\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,10 +17,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Nemigo Galiza <lescamposines@gmail.com>, 2017
|
||||
# Onyrosgaming, 2016
|
||||
# Xurxo Guerra Perez <xguerrap@gmail.com>, 2015,2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -482,6 +483,9 @@ Decrease\ Indent=Diminu\u00edr indentado
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Predefinido
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Eliminar
|
||||
|
||||
@ -613,6 +617,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Erro ao obter o cartafol de datos de
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erro dentro do Serie.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -680,9 +688,6 @@ Error\ while\ verifying/uploading=Erro ao verificar/subir
|
||||
#: Preferences.java:93
|
||||
Estonian=Estoniano
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estoniano (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemplos
|
||||
|
||||
@ -833,8 +838,8 @@ INCOMPATIBLE=INCOMPATIBLE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar mai\u00fasculas e min\u00fasculas
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorar os nomes de biblioteca non v\u00e1lidos
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorando sketch con nome err\u00f3neo
|
||||
@ -878,9 +883,9 @@ Installed=Instalado
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instalando placas...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Instalando a biblioteca\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -925,9 +930,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Librar\u00
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=A librar\u00eda non pode usar os cartafois 'src' nin 'utility'. Chequea outra vez {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=A biblioteca xa est\u00e1 instalada\: {0} versi\u00f3n {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=N\u00famero de li\u00f1a\:
|
||||
@ -1240,9 +1245,9 @@ Reference=Referencia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Quitar
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Quitando librar\u00eda\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1381,6 +1386,9 @@ Settings\ issues=Axustando asuntos
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Mostra cartafol sketch
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\
|
||||
|
||||
@ -1500,6 +1508,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=No se pode usar a biblioteca "{0}".\nOs nomes de biblioteca te\u00f1en que conter s\u00f3 letras e n\u00fameros simples.\n(S\u00f3 ASCII e sen espazos, e non pode comezar cun n\u00famero)
|
||||
@ -1524,8 +1536,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=O sketch xa cont\u00e9n un
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1533,6 +1545,9 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=O sketch xa cont\u00e9n un
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1934,10 +1949,6 @@ version\ <b>{0}</b>=versi\u00f3n <b>{0}</b>
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Opci\u00f3n non v\u00e1lida para a opci\u00f3n "{1}" da placa "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Opci\u00f3n non v\u00e1lida para a placa "{1}"
|
||||
@ -1946,6 +1957,10 @@ version\ <b>{0}</b>=versi\u00f3n <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Opci\u00f3n non v\u00e1lida, ten que ser no formato "nome\=valor"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitectura desco\u00f1ecida
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
# Gaurav Waghmare <gauravwaghmare30@gmail.com>, 2015
|
||||
# Nishant Sood <nishant@winacro.com>, 2012
|
||||
@ -26,7 +27,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/mbanzi/arduino-ide-15/language/hi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -680,6 +681,10 @@ msgstr "इन्डेन्ट कम कीजिये"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "रद्द करें "
|
||||
@ -855,6 +860,11 @@ msgstr "आर्दुइनो डेटा फ़ोल्डर प्रा
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "सीरियल के अन्दर त्रुटी {0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -944,10 +954,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "उदाहरण"
|
||||
@ -1151,9 +1157,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "इग्नोर केस"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "बुरी लायब्रेरी नाम की अनदेखी"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1216,9 +1222,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1277,9 +1283,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1697,9 +1703,9 @@ msgstr "संदर्भ"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1887,6 +1893,10 @@ msgstr "मुद्दे की स्थापना"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "स्केच फोल्डर दिखाइये"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "वाचाल आउट पुट दिखाएं:"
|
||||
@ -2058,6 +2068,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "यह फाइल \"{0}\" को \nइस स्केत्च पुस्तिका \"{1}\" के अन्दर होना चाहिए .\nइस पुस्तिका को बनाईये , फाइल को उसके अन्दर डालिए , और फिरर आगे बढिए ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2103,10 +2121,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "स्केत्च पुस्तिका खो गयी है \nपर फिर भी उसी जगह पे सेव करने की कोशिश होगी अन्यथा कोड खो जायगा "
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2124,6 +2143,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2703,11 +2726,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2718,6 +2736,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,11 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -483,6 +484,9 @@ Decrease\ Indent=\u0907\u0928\u094d\u0921\u0947\u0928\u094d\u091f \u0915\u092e \
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902
|
||||
|
||||
@ -614,6 +618,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\u0906\u0930\u094d\u0926\u0941\u0907
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u0938\u0940\u0930\u093f\u092f\u0932 \u0915\u0947 \u0905\u0928\u094d\u0926\u0930 \u0924\u094d\u0930\u0941\u091f\u0940 {0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -681,9 +689,6 @@ Error\ while\ printing.=\u092a\u094d\u0930\u093f\u0902\u091f\u093f\u0902\u0917 \
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0909\u0926\u093e\u0939\u0930\u0923
|
||||
|
||||
@ -834,8 +839,8 @@ How\ very\ Borges\ of\ you=How very Borges of you
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0907\u0917\u094d\u0928\u094b\u0930 \u0915\u0947\u0938
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u092c\u0941\u0930\u0940 \u0932\u093e\u092f\u092c\u094d\u0930\u0947\u0930\u0940 \u0928\u093e\u092e \u0915\u0940 \u0905\u0928\u0926\u0947\u0916\u0940
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u092c\u0941\u0930\u093e \u0928\u093e\u092e \u0915\u0947 \u0915\u093e\u0930\u0923 \u0938\u094d\u0915\u0947\u091a \u0915\u0940 \u0905\u0928\u0926\u0947\u0916\u0940
|
||||
@ -879,9 +884,9 @@ Increase\ Indent=\u0907\u0928\u094d\u0921\u0947\u0928\u094d\u091f \u092c\u0922\u
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -926,9 +931,9 @@ Japanese=\u091c\u093e\u092a\u093e\u0928\u0940
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1241,9 +1246,9 @@ Reference=\u0938\u0902\u0926\u0930\u094d\u092d
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1382,6 +1387,9 @@ Settings\ issues=\u092e\u0941\u0926\u094d\u0926\u0947 \u0915\u0940 \u0938\u094d\
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u0938\u094d\u0915\u0947\u091a \u092b\u094b\u0932\u094d\u0921\u0930 \u0926\u093f\u0916\u093e\u0907\u092f\u0947
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u0935\u093e\u091a\u093e\u0932 \u0906\u0909\u091f \u092a\u0941\u091f \u0926\u093f\u0916\u093e\u090f\u0902\:
|
||||
|
||||
@ -1501,6 +1509,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u092f\u0942\u0921\u0940\u092a
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u092f\u0939 \u092b\u093e\u0907\u0932 "{0}" \u0915\u094b \n\u0907\u0938 \u0938\u094d\u0915\u0947\u0924\u094d\u091a \u092a\u0941\u0938\u094d\u0924\u093f\u0915\u093e "{1}" \u0915\u0947 \u0905\u0928\u094d\u0926\u0930 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f .\n\u0907\u0938 \u092a\u0941\u0938\u094d\u0924\u093f\u0915\u093e \u0915\u094b \u092c\u0928\u093e\u0908\u092f\u0947 , \u092b\u093e\u0907\u0932 \u0915\u094b \u0909\u0938\u0915\u0947 \u0905\u0928\u094d\u0926\u0930 \u0921\u093e\u0932\u093f\u090f , \u0914\u0930 \u092b\u093f\u0930\u0930 \u0906\u0917\u0947 \u092c\u0922\u093f\u090f ?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u0932\u0948\u092c\u094d\u0930\u0930\u0940 \u0915\u094b "{0}" \u0907\u0938\u094d\u0924\u0947\u092e\u093e\u0932 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948\n\u0932\u0948\u092c\u094d\u0930\u0930\u0940 \u0915\u0947 \u0928\u093e\u092e \u092e\u0947 \u0915\u0947\u0935\u0932 \u092e\u0942\u0932 \u0905\u0915\u094d\u0937\u0930 \u0914\u0930 \u0938\u0902\u0916\u094d\u092f\u093e\u090f\u0901 \u0936\u093e\u092e\u093f\u0932 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f |\n(\u0915\u0947\u0935\u0932 \u0906\u0938\u094d\u0915\u0940 \u0914\u0930 \u0930\u093f\u0915\u094d\u0924 \u0938\u094d\u0925\u093e\u0928 \u0928\u0939\u0940\u0902, \u0914\u0930 \u092f\u0939 \u090f\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0915\u0947 \u0938\u093e\u0925 \u0936\u0941\u0930\u0942 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947)
|
||||
@ -1525,8 +1537,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u0938\u094d\u0915\u0947\u0924\u094d\u091a \u092a\u0941\u0938\u094d\u0924\u093f\u0915\u093e \u0916\u094b \u0917\u092f\u0940 \u0939\u0948 \n\u092a\u0930 \u092b\u093f\u0930 \u092d\u0940 \u0909\u0938\u0940 \u091c\u0917\u0939 \u092a\u0947 \u0938\u0947\u0935 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0915\u094b\u0936\u093f\u0936 \u0939\u094b\u0917\u0940 \u0905\u0928\u094d\u092f\u0925\u093e \u0915\u094b\u0921 \u0916\u094b \u091c\u093e\u092f\u0917\u093e
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u0938\u094d\u0915\u0947\u0924\u094d\u091a\u092c\u0941\u0915 \u092b\u093c\u094b\u0932\u094d\u0921\u0930 \u0905\u092c \u092e\u094c\u091c\u0942\u0926 \u0928\u0939\u0940\u0902 \u0939\u0948| \u0906\u0930\u094d\u0926\u0941\u0907\u0928\u094b \u0921\u093f\u092b\u093c\u0949\u0932\u094d\u091f \u0938\u094d\u0915\u0947\u0924\u094d\u091a\u092c\u0941\u0915 \u0938\u094d\u0925\u093e\u0928 \u092a\u0930 \u0938\u094d\u0935\u093f\u091a \u091c\u093e\u090f\u0917\u093e, \u0914\u0930 \u092f\u0926\u093f \u0906\u0935\u0936\u094d\u092f\u0915 \u090f\u0915 \u0928\u092f\u093e \u0938\u094d\u0915\u0947\u0924\u094d\u091a\u092c\u0941\u0915 \u092b\u093c\u094b\u0932\u094d\u0921\u0930 \u092c\u0928\u093e\u090f\u0917\u093e| \u0906\u0930\u094d\u0926\u0941\u0907\u0928\u094b \u0924\u092c \u0924\u0940\u0938\u0930\u0947 \u0935\u094d\u092f\u0915\u094d\u0924\u093f \u092e\u0947\u0902 \u0916\u0941\u0926 \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 \u092c\u093e\u0924 \u0915\u0930\u0928\u093e \u092c\u0902\u0926 \u0915\u0930 \u0926\u0947\u0902\u0917\u0947.
|
||||
@ -1534,6 +1546,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1935,10 +1950,6 @@ upload=\u0909\u092a\u0932\u094b\u0921
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1947,6 +1958,10 @@ upload=\u0909\u092a\u0932\u094b\u0921
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u0905\u091c\u094d\u091e\u093e\u0924 \u0930\u091a\u0928\u093e
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dubravko Penezic <dpenezic@gmail.com>, 2012
|
||||
# Dubravko Penezic <dpenezic@gmail.com>, 2013
|
||||
# mbruck <mladen.bruck@gmail.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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/hr_HR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -679,6 +680,10 @@ msgstr "Smanji razmak"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
@ -854,6 +859,11 @@ msgstr "Greška pri dohvatu Arduino mape s podacima."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Greška na Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -943,10 +953,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Estonian"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estonian (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Primjeri"
|
||||
@ -1150,9 +1156,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignoriraj veličinu slova"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Preskoči biblioteku s lošim imenom"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1215,9 +1221,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1276,9 +1282,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1696,9 +1702,9 @@ msgstr "Reference"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1886,6 +1892,10 @@ msgstr "Problem s postavkama"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Prikaži mapu s skicama"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Prikaži detaljan ispis pri:"
|
||||
@ -2057,6 +2067,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Datoteka \"{0}\" treba biti unutar\nmape od skice s imenom \"{1}\".\nNapravite tu mapu, prenesite datoteku u nju i nastavite ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2102,10 +2120,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Mapa s skicama je nestala.\nPokušat ću pohraniti kod skice, \nno sve izvan toga će biti izgubljeno."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2123,6 +2142,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2702,11 +2725,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Neispravan naziv ploče, treba biti u formi \"package:arch:board\" ili \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Neispravna opcija za \"{1}\" opcije za ploču \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2717,6 +2735,11 @@ msgstr "{0}: Neispravna opcija za za ploču \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Neispravna opcija, treba biti u formi \"naziv=vrijednost\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,10 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -482,6 +483,9 @@ Decrease\ Indent=Smanji razmak
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Obri\u0161i
|
||||
|
||||
@ -613,6 +617,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Gre\u0161ka pri dohvatu Arduino mape
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Gre\u0161ka na Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -680,9 +688,6 @@ Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Gre\u0161ka
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonian
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estonian (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Primjeri
|
||||
|
||||
@ -833,8 +838,8 @@ Hungarian=Hindi
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignoriraj veli\u010dinu slova
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Presko\u010di biblioteku s lo\u0161im imenom
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Presko\u010di skicu s lo\u0161im imenom
|
||||
@ -878,9 +883,9 @@ Indonesian=Indonesian
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -925,9 +930,9 @@ Latvian=Latvian
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1240,9 +1245,9 @@ Reference=Reference
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1381,6 +1386,9 @@ Settings\ issues=Problem s postavkama
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Prika\u017ei mapu s skicama
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Prika\u017ei detaljan ispis pri\:
|
||||
|
||||
@ -1500,6 +1508,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp klasa je promjenila naziv
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Datoteka "{0}" treba biti unutar\nmape od skice s imenom "{1}".\nNapravite tu mapu, prenesite datoteku u nju i nastavite ?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Biblioteka "{0}" se nemo\u017ee koristiti.\nIme biblioteke mo\u017ee sadr\u017eavati samo slova i brojeve\n(ASCII sustav bez razmaka, te nemo\u017ee po\u010deti s brojem).
|
||||
@ -1524,8 +1536,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Mapa s skicama je nestala.\nPoku\u0161at \u0107u pohraniti kod skice, \nno sve izvan toga \u0107e biti izgubljeno.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Mapa s bilje\u017enicama s skicama vi\u0161e ne postoji.\nArduino \u0107e po\u0107et koristiti sistemsku lokaciju kako bi kreirao\nnovu bilje\u017enicu s skicama, ako bude potrebna.
|
||||
@ -1533,6 +1545,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1934,10 +1949,6 @@ upload=prijenos
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Neispravan naziv plo\u010de, treba biti u formi "package\:arch\:board" ili "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Neispravna opcija za "{1}" opcije za plo\u010du "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Neispravna opcija za za plo\u010du "{1}"
|
||||
@ -1946,6 +1957,10 @@ upload=prijenos
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Neispravna opcija, treba biti u formi "naziv\=vrijednost"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Nepoznata arhitektura
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# benewfy <benewfy@gmail.com>, 2015-2017
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
@ -28,8 +29,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: 2017-10-19 16:57+0000\n"
|
||||
"Last-Translator: benewfy <benewfy@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/mbanzi/arduino-ide-15/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -682,6 +683,10 @@ msgstr "Behúzás csökkentése"
|
||||
msgid "Default"
|
||||
msgstr "Alapértelmezett"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Törlés"
|
||||
@ -857,6 +862,11 @@ msgstr "Hiba az Arduino adat mappa elérésekor."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Hiba a Serial.{0}()-ban"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr "Hiba ellenőrzéskor/feltöltéskor"
|
||||
msgid "Estonian"
|
||||
msgstr "Észt"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Észt (Észtország)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Példák"
|
||||
@ -1153,9 +1159,9 @@ msgstr "INKOMPATIBILIS"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Kis- és nagybetű figyelmen kívül hagyása"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Hibás könyvtárnév kihagyása"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,10 +1224,10 @@ msgstr "Telepítve"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Alaplapok telepítése..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Könyvtár telepítése: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1279,10 +1285,10 @@ msgstr "Könyvtár hozzáadva a könyvtáraidhoz. Ellenőrizd a \"könyvtár tar
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Könyvtár nem használhat együtt 'src' és 'utility' mappákat. Duplán ellenőrizd: {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "A könyvtár már telepítve van: {0} verzió {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1699,10 +1705,10 @@ msgstr "Hivatkozás"
|
||||
msgid "Remove"
|
||||
msgstr "Eltávolítás"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Könyvtár eltávolítása: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1889,6 +1895,10 @@ msgstr "Kimenetek beállítása"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Vázlat mappa mutatása"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Bővebb kimenet mutatása eközben:"
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "A(z) \"{0}\" fájlnak a \"{1}\" nevű\nvázlat mappán belül kell lenni.\nMappa létrehozása, fájl áthelyezése, és folytatás?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,11 +2123,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "A vázlat mappa eltűnt.\n Újramentés megkísérlésre ugyanarra a helyre,\nde a kódon kívül minden elveszik."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "A vázlat név módosítva lett. Vázlat nevek csak ASCII karaktereket\nés számokat tartalmazhatnak és legyenek rövidebbek 64 karakternél."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "A meghatározott vázlatfüzet mappa a te IDE másolatod.\nKérlek válassz egy másik mappát a vázlatfüzetednek."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Érvénytelen alaplap név, \"csomag:arch:alaplap\" vagy \"csomag:arch:alaplap:opciók\" formának kellene lenni"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Érvénytelen opció a(z) \"{1}\" opcióra a(z) \"{2}\" alaplapra"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr "{0}: Érvénytelen opció a(z) \"{1}\" alaplapra"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Érvénytelen opció, \"név=érték\" formának kellene lenni"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# benewfy <benewfy@gmail.com>, 2015-2017
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
# J\u00e1ni M\u00e1ty\u00e1s <jani.matyas@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\: 2017-10-19 16\:57+0000\nLast-Translator\: benewfy <benewfy@gmail.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Alap\u00e9rtelmezett
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=T\u00f6rl\u00e9s
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Hiba az Arduino adat mappa el\u00e9r
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Hiba a Serial.{0}()-ban
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ verifying/uploading=Hiba ellen\u0151rz\u00e9skor/felt\u00f6lt\u00e
|
||||
#: Preferences.java:93
|
||||
Estonian=\u00c9szt
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u00c9szt (\u00c9sztorsz\u00e1g)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=P\u00e9ld\u00e1k
|
||||
|
||||
@ -836,8 +841,8 @@ INCOMPATIBLE=INKOMPATIBILIS
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Kis- \u00e9s nagybet\u0171 figyelmen k\u00edv\u00fcl hagy\u00e1sa
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Hib\u00e1s k\u00f6nyvt\u00e1rn\u00e9v kihagy\u00e1sa
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Hib\u00e1s nev\u0171 v\u00e1zlat kihagy\u00e1sa
|
||||
@ -881,9 +886,9 @@ Installed=Telep\u00edtve
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Alaplapok telep\u00edt\u00e9se...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=K\u00f6nyvt\u00e1r telep\u00edt\u00e9se\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=K\u00f6nyv
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=K\u00f6nyvt\u00e1r nem haszn\u00e1lhat egy\u00fctt 'src' \u00e9s 'utility' mapp\u00e1kat. Dupl\u00e1n ellen\u0151rizd\: {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=A k\u00f6nyvt\u00e1r m\u00e1r telep\u00edtve van\: {0} verzi\u00f3 {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Sor sz\u00e1m\:
|
||||
@ -1243,9 +1248,9 @@ Reference=Hivatkoz\u00e1s
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Elt\u00e1vol\u00edt\u00e1s
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=K\u00f6nyvt\u00e1r elt\u00e1vol\u00edt\u00e1sa\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=Kimenetek be\u00e1ll\u00edt\u00e1sa
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=V\u00e1zlat mappa mutat\u00e1sa
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =B\u0151vebb kimenet mutat\u00e1sa ek\u00f6zben\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=A(z) "{0}" f\u00e1jlnak a "{1}" nev\u0171\nv\u00e1zlat mapp\u00e1n bel\u00fcl kell lenni.\nMappa l\u00e9trehoz\u00e1sa, f\u00e1jl \u00e1thelyez\u00e9se, \u00e9s folytat\u00e1s?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=A(z) "{0}" k\u00f6nyvt\u00e1r nem haszn\u00e1lhat\u00f3..\nK\u00f6nyvt\u00e1r nevek csak az alap bet\u0171ket \u00e9s sz\u00e1mokat tartalmazhatj\u00e1k.\n(csak ASCII \u00e9s nincs sz\u00f3k\u00f6z, \u00e9s nem kezd\u0151dhet sz\u00e1mmal)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=A v\u00e1zlat m\u00e1r tar
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=A v\u00e1zlat mappa elt\u0171nt.\n \u00dajrament\u00e9s megk\u00eds\u00e9rl\u00e9sre ugyanarra a helyre,\nde a k\u00f3don k\u00edv\u00fcl minden elveszik.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=A v\u00e1zlat n\u00e9v m\u00f3dos\u00edtva lett. V\u00e1zlat nevek csak ASCII karaktereket\n\u00e9s sz\u00e1mokat tartalmazhatnak \u00e9s legyenek r\u00f6videbbek 64 karaktern\u00e9l.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=A v\u00e1zlatf\u00fczet mappa m\u00e1r nem l\u00e9tezik.\nAz Arduino \u00e1tv\u00e1lt az alap\u00e9rtelmezett v\u00e1zlatf\u00fczet\nhelyre, \u00e9s k\u00e9sz\u00edt egy \u00faj v\u00e1zlatf\u00fczet mapp\u00e1t, ha\nsz\u00fcks\u00e9ges. Az Arduino ekkor befejezi mag\u00e1r\u00f3l a\nharmadik szem\u00e9lyk\u00e9nt val\u00f3 eml\u00edt\u00e9st.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=A meghat\u00e1rozott v\u00e1zlatf\u00fczet mappa a te IDE m\u00e1solatod.\nK\u00e9rlek v\u00e1lassz egy m\u00e1sik mapp\u00e1t a v\u00e1zlatf\u00fczetednek.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Ez a k\u00f6nyvt\u00e1r nincs list\u00e1zva a K\u00f6nyvt\u00e1r kezel\u0151n. Nem leszel k\u00e9pes \u00fajratelep\u00edteni innen.\nBiztosan t\u00f6r\u00f6lni akarod?
|
||||
|
||||
@ -1937,10 +1952,6 @@ version\ <b>{0}</b>=verzi\u00f3 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u00c9rv\u00e9nytelen alaplap n\u00e9v, "csomag\:arch\:alaplap" vagy "csomag\:arch\:alaplap\:opci\u00f3k" form\u00e1nak kellene lenni
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: \u00c9rv\u00e9nytelen opci\u00f3 a(z) "{1}" opci\u00f3ra a(z) "{2}" alaplapra
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u00c9rv\u00e9nytelen opci\u00f3 a(z) "{1}" alaplapra
|
||||
@ -1949,6 +1960,10 @@ version\ <b>{0}</b>=verzi\u00f3 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u00c9rv\u00e9nytelen opci\u00f3, "n\u00e9v\=\u00e9rt\u00e9k" form\u00e1nak kellene lenni
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Ismeretlen architekt\u00fara
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# zepyur <jrvezh@yahoo.com>, 2012
|
||||
# Levon <deimusmeister@gmail.com>, 2015
|
||||
@ -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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Armenian (http://www.transifex.com/mbanzi/arduino-ide-15/language/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -679,6 +680,10 @@ msgstr "Փոքրացնել տարածությունը"
|
||||
msgid "Default"
|
||||
msgstr "Լռելյայն"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Ջնջէլ"
|
||||
@ -854,6 +859,11 @@ msgstr "Սխալ Արդունոի տվյալներ պանակը բեռնելիս
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Սխալ սերիալում.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -943,10 +953,6 @@ msgstr "Սխալ ստուգման/վերբեռնման ընթացքում"
|
||||
msgid "Estonian"
|
||||
msgstr "Էստոներեն"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Էստոներեն (Էստոնիա)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Օրինակներ"
|
||||
@ -1150,9 +1156,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Անտեսել մեծատառ/փոքրատառը"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Անտեսվում է գրադարանի վատ անվանումը"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1215,10 +1221,10 @@ msgstr "Տեղադրված"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Հարտակները տեղադրվում են..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Տեղադրվում է գրադարանը: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1276,10 +1282,10 @@ msgstr "Գրադարանը ավելացվեց ձեր գրադարանին. Ստ
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Գրադարանը արդեն տեղադրված է: {0} տարբերակ {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1696,10 +1702,10 @@ msgstr "Հղում"
|
||||
msgid "Remove"
|
||||
msgstr "Ջնջել"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Ջնջվում է գրադարանը: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1886,6 +1892,10 @@ msgstr "Կարգավորումների խնդիրներ"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Ցուցադրել գծագրերի պանակը"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Ցույց տալ բազմակի արտահանումը ընթացքում:"
|
||||
@ -2057,6 +2067,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "\"{0}\" ֆայլը պետք է լինի\n\"{1}\" անվամբ պանակի մեջ:\nՍտեղծել այդ պանակը, տեղափոխել ֆայլը, եւ շարունակել?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2102,10 +2120,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Գծագրի պանակը անհետացել է:\nՄենք կփորձենք վերապահել նույն տեղում,\nսակայն կոդից բացի ամեն ինչ կկորի:"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2123,6 +2142,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Նշված գծանկարների գրքի պանակը պարունակում է ձեր IDE-ի պատճենը:\nԽնդրում ենք ընտրել մեկ այլ պանակ ձեր գծանկարների գրքի համար:"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2702,11 +2725,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Սխալ հարթակի անուն, պետք է լինի \"package:arch:board\" կամ \"package:arch:board:options\" ֆորմատով"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Անվավեր տարբերակ \"{1}\", \"{2}\" տարբերակ հարթակի համար"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2717,6 +2735,11 @@ msgstr "{0}: Անվավեր տարբերակ \"{1}\" հարթակի համար"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Անվավեր տարբերակ, պետք է լինի հետեւյալ ձեւով \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,10 +17,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# 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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -482,6 +483,9 @@ Decrease\ Indent=\u0553\u0578\u0584\u0580\u0561\u0581\u0576\u0565\u056c \u057f\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u053c\u057c\u0565\u056c\u0575\u0561\u0575\u0576
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u054b\u0576\u057b\u0567\u056c
|
||||
|
||||
@ -613,6 +617,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\u054d\u056d\u0561\u056c \u0531\u058
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u054d\u056d\u0561\u056c \u057d\u0565\u0580\u056b\u0561\u056c\u0578\u0582\u0574.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -680,9 +688,6 @@ Error\ while\ verifying/uploading=\u054d\u056d\u0561\u056c \u057d\u057f\u0578\u0
|
||||
#: Preferences.java:93
|
||||
Estonian=\u0537\u057d\u057f\u0578\u0576\u0565\u0580\u0565\u0576
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u0537\u057d\u057f\u0578\u0576\u0565\u0580\u0565\u0576 (\u0537\u057d\u057f\u0578\u0576\u056b\u0561)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0555\u0580\u056b\u0576\u0561\u056f\u0576\u0565\u0580
|
||||
|
||||
@ -833,8 +838,8 @@ Hungarian=\u0540\u0578\u0582\u0576\u0563\u0561\u0580\u0565\u0580\u0565\u0576
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0531\u0576\u057f\u0565\u057d\u0565\u056c \u0574\u0565\u056e\u0561\u057f\u0561\u057c/\u0583\u0578\u0584\u0580\u0561\u057f\u0561\u057c\u0568
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u0531\u0576\u057f\u0565\u057d\u057e\u0578\u0582\u0574 \u0567 \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u056b \u057e\u0561\u057f \u0561\u0576\u057e\u0561\u0576\u0578\u0582\u0574\u0568
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u0531\u0576\u057f\u0565\u057d\u057e\u0578\u0582\u0574 \u0567 \u0563\u056e\u0561\u0563\u0580\u056b \u057e\u0561\u057f \u0561\u0576\u057e\u0561\u0576\u0578\u0582\u0574\u0568
|
||||
@ -878,9 +883,9 @@ Installed=\u054f\u0565\u0572\u0561\u0564\u0580\u057e\u0561\u056e
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=\u0540\u0561\u0580\u057f\u0561\u056f\u0576\u0565\u0580\u0568 \u057f\u0565\u0572\u0561\u0564\u0580\u057e\u0578\u0582\u0574 \u0565\u0576...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=\u054f\u0565\u0572\u0561\u0564\u0580\u057e\u0578\u0582\u0574 \u0567 \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -925,9 +930,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u0533\u05
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=\u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568 \u0561\u0580\u0564\u0565\u0576 \u057f\u0565\u0572\u0561\u0564\u0580\u057e\u0561\u056e \u0567\: {0} \u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u054f\u0578\u0572 \u0570\u0561\u0574\u0561\u0580\:
|
||||
@ -1240,9 +1245,9 @@ Reference=\u0540\u0572\u0578\u0582\u0574
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u054b\u0576\u057b\u0565\u056c
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=\u054b\u0576\u057b\u057e\u0578\u0582\u0574 \u0567 \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1381,6 +1386,9 @@ Settings\ issues=\u053f\u0561\u0580\u0563\u0561\u057e\u0578\u0580\u0578\u0582\u0
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u0551\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056c \u0563\u056e\u0561\u0563\u0580\u0565\u0580\u056b \u057a\u0561\u0576\u0561\u056f\u0568
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: 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\:
|
||||
|
||||
@ -1500,6 +1508,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp \u0564\u0561\u057d\u0568 \
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?="{0}" \u0586\u0561\u0575\u056c\u0568 \u057a\u0565\u057f\u0584 \u0567 \u056c\u056b\u0576\u056b\n"{1}" \u0561\u0576\u057e\u0561\u0574\u0562 \u057a\u0561\u0576\u0561\u056f\u056b \u0574\u0565\u057b\:\n\u054d\u057f\u0565\u0572\u056e\u0565\u056c \u0561\u0575\u0564 \u057a\u0561\u0576\u0561\u056f\u0568, \u057f\u0565\u0572\u0561\u0583\u0578\u056d\u0565\u056c \u0586\u0561\u0575\u056c\u0568, \u0565\u0582 \u0577\u0561\u0580\u0578\u0582\u0576\u0561\u056f\u0565\u056c?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)="{0}" \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568 \u0579\u056b \u056f\u0561\u0580\u0578\u0572 \u0585\u0563\u057f\u0561\u0563\u0578\u0580\u056e\u057e\u0565\u056c\:\n\u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0576\u0565\u0580\u056b \u0561\u0576\u0578\u0582\u0576\u0576\u0565\u0580\u0568 \u057a\u0565\u057f\u0584 \u0567 \u057a\u0561\u0580\u0578\u0582\u0576\u0561\u056f\u0565\u0576 \u0570\u056b\u0574\u0576\u0561\u056f\u0561\u0576 \u057f\u0561\u057c\u0565\u0580 \u0565\u0582 \u0569\u057e\u0565\u0580\:\n(\u0544\u056b\u0561\u0575\u0576 ASCII \u0565\u0582 \u0561\u057c\u0561\u0576\u0581 \u0562\u0561\u0581\u0561\u056f\u0576\u0565\u0580\u056b, \u0565\u0582 \u0561\u0575\u0576 \u0579\u056b \u056f\u0561\u0580\u0578\u0572 \u057d\u056f\u057d\u057e\u0565\u056c \u0569\u057e\u0578\u057e)
|
||||
@ -1524,8 +1536,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u0533\u056e\u0561\u0563\u0580\u056b \u057a\u0561\u0576\u0561\u056f\u0568 \u0561\u0576\u0570\u0565\u057f\u0561\u0581\u0565\u056c \u0567\:\n\u0544\u0565\u0576\u0584 \u056f\u0583\u0578\u0580\u0571\u0565\u0576\u0584 \u057e\u0565\u0580\u0561\u057a\u0561\u0570\u0565\u056c \u0576\u0578\u0582\u0575\u0576 \u057f\u0565\u0572\u0578\u0582\u0574,\n\u057d\u0561\u056f\u0561\u0575\u0576 \u056f\u0578\u0564\u056b\u0581 \u0562\u0561\u0581\u056b \u0561\u0574\u0565\u0576 \u056b\u0576\u0579 \u056f\u056f\u0578\u0580\u056b\:
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u0533\u056e\u0561\u0563\u0580\u0565\u0580\u056b \u0563\u0580\u0584\u056b \u057a\u0561\u0576\u0561\u056f\u0568 \u0561\u0575\u056c\u0565\u0582\u057d \u0563\u0578\u0575\u0578\u0582\u0569\u0575\u0578\u0582\u0576 \u0579\u0578\u0582\u0576\u056b\:\n\u0531\u0580\u0564\u0578\u0582\u056b\u0576\u0578\u0576 \u056f\u0561\u0576\u0581\u0576\u056b \u056c\u057c\u0565\u056c\u0575\u0561\u0576 \u0563\u056e\u0561\u0563\u0580\u0565\u0580\u056b \u0563\u0580\u0584\u056b \u057f\u0565\u0572\u0561\u0576\u0584\u056b\u0576\n\u0565\u0582 \u056f\u057d\u057f\u0565\u0572\u056e\u056b \u0576\u0578\u0580 \u0563\u056e\u0561\u0563\u0580\u0565\u0580\u056b \u0563\u0580\u0584\u056b \u057a\u0561\u0576\u0561\u056f \u0565\u0569\u0565 \n\u0561\u0576\u0570\u0580\u0561\u056a\u0565\u0577\u057f\u0578\u0582\u0569\u0575\u0578\u0582\u0576 \u056f\u0561\: \u0531\u0580\u0564\u0578\u0582\u056b\u0576\u0578\u0576 \u056f\u0564\u0561\u0564\u0561\u0580\u056b \u056b\u0580 \u0574\u0561\u057d\u056b\u0576\n\u0565\u0580\u0580\u0578\u0580\u0564 \u0564\u0565\u0574\u0584\u0578\u057e \u056d\u0578\u057d\u0561\u056c\u0578\u0582\u0581\:
|
||||
@ -1533,6 +1545,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\u0546\u0577\u057e\u0561\u056e \u0563\u056e\u0561\u0576\u056f\u0561\u0580\u0576\u0565\u0580\u056b \u0563\u0580\u0584\u056b \u057a\u0561\u0576\u0561\u056f\u0568 \u057a\u0561\u0580\u0578\u0582\u0576\u0561\u056f\u0578\u0582\u0574 \u0567 \u0571\u0565\u0580 IDE-\u056b \u057a\u0561\u057f\u0573\u0565\u0576\u0568\:\n\u053d\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584 \u0568\u0576\u057f\u0580\u0565\u056c \u0574\u0565\u056f \u0561\u0575\u056c \u057a\u0561\u0576\u0561\u056f \u0571\u0565\u0580 \u0563\u056e\u0561\u0576\u056f\u0561\u0580\u0576\u0565\u0580\u056b \u0563\u0580\u0584\u056b \u0570\u0561\u0574\u0561\u0580\:
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568 \u0576\u0577\u057e\u0561\u056e \u0579\u0567 \u0533\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u056b \u053f\u0561\u057c\u0561\u057e\u0561\u0580\u0579\u056b \u0581\u0578\u0582\u0581\u0561\u056f\u0578\u0582\u0574\: \u0534\u0578\u0582\u0584 \u0570\u0576\u0561\u0580\u0561\u057e\u0578\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576 \u0579\u0565\u0584 \u0578\u0582\u0576\u0565\u0576\u0561 \u0561\u0575\u056c\u0565\u0582\u057d \u0561\u0575\u057d\u057f\u0565\u0572\u056b\u0581 \u057e\u0565\u0580\u0561\u057f\u0565\u0572\u0561\u0564\u0580\u0565\u056c\u0578\u0582\:\n\u054e\u057d\u057f\u0561\u0570 \u0565\u0584, \u0578\u0580 \u0578\u0582\u0566\u0578\u0582\u0574 \u0565\u0584 \u057b\u0576\u057b\u0565\u056c \u0564\u0561?
|
||||
|
||||
@ -1934,10 +1949,6 @@ version\ <b>{0}</b>=\u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u054d\u056d\u0561\u056c \u0570\u0561\u0580\u0569\u0561\u056f\u056b \u0561\u0576\u0578\u0582\u0576, \u057a\u0565\u057f\u0584 \u0567 \u056c\u056b\u0576\u056b "package\:arch\:board" \u056f\u0561\u0574 "package\:arch\:board\:options" \u0586\u0578\u0580\u0574\u0561\u057f\u0578\u057e
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: \u0531\u0576\u057e\u0561\u057e\u0565\u0580 \u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f "{1}", "{2}" \u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f \u0570\u0561\u0580\u0569\u0561\u056f\u056b \u0570\u0561\u0574\u0561\u0580
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u0531\u0576\u057e\u0561\u057e\u0565\u0580 \u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f "{1}" \u0570\u0561\u0580\u0569\u0561\u056f\u056b \u0570\u0561\u0574\u0561\u0580
|
||||
@ -1946,6 +1957,10 @@ version\ <b>{0}</b>=\u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u0531\u0576\u057e\u0561\u057e\u0565\u0580 \u057f\u0561\u0580\u0562\u0565\u0580\u0561\u056f, \u057a\u0565\u057f\u0584 \u0567 \u056c\u056b\u0576\u056b \u0570\u0565\u057f\u0565\u0582\u0575\u0561\u056c \u0571\u0565\u0582\u0578\u057e "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u0531\u0576\u0570\u0561\u0575\u057f \u0573\u0561\u0580\u057f\u0561\u0580\u0561\u057a\u0565\u057f\u0578\u0582\u0569\u0575\u0578\u0582\u0576
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ade Malsasa Akbar <teknoloid@gmail.com>, 2013
|
||||
# adih bin asman <adih.venanda@gmail.com>, 2016
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
@ -29,8 +30,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: 2018-04-14 08:42+0000\n"
|
||||
"Last-Translator: Laurensius Dede Suhardiman <burglar.tea@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/mbanzi/arduino-ide-15/language/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -683,6 +684,10 @@ msgstr "Menurunkan Indentasi"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Hapus"
|
||||
@ -858,6 +863,11 @@ msgstr "Galat saat mengambil folder data Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Galat didalam Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -947,10 +957,6 @@ msgstr "Galat ketika memeriksa/mengunggah"
|
||||
msgid "Estonian"
|
||||
msgstr "Bahasa Estonia"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Bahasa Estonia (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Contoh"
|
||||
@ -1154,9 +1160,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Abaikan huruf besar/kecil"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Mengabaikan nama pustaka yang salah"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1219,9 +1225,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1280,9 +1286,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1700,9 +1706,9 @@ msgstr "Referensi"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1890,6 +1896,10 @@ msgstr "Mengatur masalah"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2061,6 +2071,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2106,10 +2124,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2127,6 +2146,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2706,11 +2729,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nama papan tidak sah, seharusnya dalam bentuk \"paket: arsitektur: papan\" atau \"paket: arsitektur: papan:opsi\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opsi tidak valid untuk \"{1}\" opsi untuk papan \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2721,6 +2739,11 @@ msgstr "{0}: Opsi tidak sah untuk papan \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opsi tidak sah, seharusnya dalam bentuk \"nama = nilai\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -13,13 +13,18 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ade Malsasa Akbar <teknoloid@gmail.com>, 2013
|
||||
# adih bin asman <adih.venanda@gmail.com>, 2016
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Johannes Sutiktio <mitratrikarya@gmail.com>, 2015
|
||||
# Joshua Adiel Wijaya <ultima_aw@msn.com>, 2015
|
||||
# Laurensius Dede Suhardiman <burglar.tea@gmail.com>, 2018
|
||||
# Rendiyono Wahyu Saputro <rendi.7936@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\: 2016-08-16 11\:24+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Indonesian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/id/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: id\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\: 2018-04-14 08\:42+0000\nLast-Translator\: Laurensius Dede Suhardiman <burglar.tea@gmail.com>\nLanguage-Team\: Indonesian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/id/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: id\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(memerlukan Arduino untuk mulai-ulang)
|
||||
@ -39,13 +44,13 @@
|
||||
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?='Mouse' tidak ditemukan. apakah anda memasukkan garis pada sketsa anda '\#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=
|
||||
'arch'\ folder\ is\ no\ longer\ supported\!\ See\ http\://goo.gl/gfFJzU\ for\ more\ information='arch' folder sudah tidak mendukung\! Lihat http\://goo.gl/gfFJzU\u00a0untuk informasi lainnya
|
||||
|
||||
#: Preferences.java:478
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(sunting hanya ketika Arduino tidak berjalan)
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
|
||||
!(legacy)=
|
||||
(legacy)=(legacy)
|
||||
|
||||
#: ../../../processing/app/helpers/CommandlineParser.java:149
|
||||
--curdir\ no\ longer\ supported=--curdir tidak lagi didukung
|
||||
@ -72,7 +77,7 @@ A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
!A\ newer\ {0}\ package\ is\ available=
|
||||
A\ newer\ {0}\ package\ is\ available={0} package terbaru telah tersedia
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2307
|
||||
!A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=
|
||||
@ -98,19 +103,22 @@ Add\ File...=Tambah Berkas...
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:161
|
||||
Afrikaans=Bahasa Afrikaans
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
|
||||
!Aggressively\ cache\ compiled\ core=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:96
|
||||
Albanian=Bahasa Albania
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/DropdownAllItem.java:42
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:187
|
||||
!All=
|
||||
All=Semua
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=Sebuah galat terjadi ketika mencoba memperbaiki pengkodean berkas.\nDo not attempt to save this sketch as it may overwrite\nthe old version. Use Open to re-open the sketch and try again.\n
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
|
||||
!An\ error\ occurred\ while\ updating\ libraries\ index\!=
|
||||
An\ error\ occurred\ while\ updating\ libraries\ index\!=Galat terjadi ketika memperbaharui indeks pustaka\!
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
An\ error\ occurred\ while\ uploading\ the\ sketch=Galat terjadi ketika mengunggah sketsa
|
||||
@ -141,11 +149,15 @@ Archive\ sketch\ as\:=Arsip sketsa sebagai\:
|
||||
#: tools/Archiver.java:139
|
||||
Archive\ sketch\ canceled.=Arsip sketsa dibatalkan.
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
|
||||
#, java-format
|
||||
!Archiving\ built\ core\ (caching)\ in\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Pengarsipan sketsa telah dibatalkan karena\nsketsa tidak bisa disimpan dengan baik.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
!Arduino=
|
||||
Arduino=Arduino
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=Papan Arduino ARM (32-bits)
|
||||
@ -205,13 +217,13 @@ Auto\ Format=Format Otomatis
|
||||
Auto\ Format\ finished.=Format Otomatis selesai.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
|
||||
!Auto-detect\ proxy\ settings=
|
||||
Auto-detect\ proxy\ settings=Deteksi otomatis setelan proxy
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:264
|
||||
!Automatic=
|
||||
Automatic=Otomatis
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
!Automatic\ proxy\ configuration\ URL\:=
|
||||
Automatic\ proxy\ configuration\ URL\:=URL konfigurasi proxy otomatis \:
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=Gulir otomatis
|
||||
@ -234,12 +246,12 @@ Belarusian=Bahasa Belarusia
|
||||
Board=Papan
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2824
|
||||
!Board\ Info=
|
||||
Board\ Info=Info Papan
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2545
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2641
|
||||
#, java-format
|
||||
!Board\ at\ {0}\ is\ not\ available=
|
||||
Board\ at\ {0}\ is\ not\ available=Papan pada {0} tidak tersedia
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
|
||||
#, java-format
|
||||
@ -278,7 +290,7 @@ Browse=Telusuri
|
||||
Build\ options\ changed,\ rebuilding\ all=Opsi bangun berubah, membangun kembali semuanya
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1210
|
||||
!Built-in\ Examples=
|
||||
Built-in\ Examples=Carriage return
|
||||
|
||||
#: ../../../processing/app/Preferences.java:80
|
||||
Bulgarian=Bahasa Bulgaria
|
||||
@ -299,6 +311,9 @@ Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Membakar bo
|
||||
#, java-format
|
||||
Can\ only\ pass\ one\ of\:\ {0}=Hanya bisa melewati satu dari\: {0}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:254
|
||||
!Can't\ enable\ external\ editor=
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:504
|
||||
#: ../../../processing/app/BaseNoGui.java:549
|
||||
Can't\ find\ the\ sketch\ in\ the\ specified\ path=Tidak dapat menemukan sketsa di jalur yang ditentukan
|
||||
@ -331,6 +346,9 @@ Chinese\ (Taiwan)=Bahasa China (Taiwan)
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
Chinese\ (Taiwan)\ (Big5)=Bahasa China (Taiwan) (Big5)
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:80
|
||||
!Clear\ output=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
|
||||
!Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=
|
||||
|
||||
@ -459,12 +477,18 @@ Cut=Potong
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
!Data\ Storage=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1386
|
||||
!Decrease\ Font\ Size=
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Menurunkan Indentasi
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Hapus
|
||||
|
||||
@ -596,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Galat saat mengambil folder data Ard
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Galat didalam Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -663,17 +691,14 @@ Error\ while\ verifying/uploading=Galat ketika memeriksa/mengunggah
|
||||
#: Preferences.java:93
|
||||
Estonian=Bahasa Estonia
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Bahasa Estonia (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Contoh
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1226
|
||||
#: ../../../../../app/src/processing/app/Base.java:1185
|
||||
!Examples\ for\ any\ board=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1246
|
||||
#: ../../../../../app/src/processing/app/Base.java:1257
|
||||
#: ../../../../../app/src/processing/app/Base.java:1205
|
||||
#: ../../../../../app/src/processing/app/Base.java:1216
|
||||
#, java-format
|
||||
!Examples\ for\ {0}=
|
||||
|
||||
@ -816,8 +841,8 @@ Hungarian=Bahasa Hungaria
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Abaikan huruf besar/kecil
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Mengabaikan nama pustaka yang salah
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Mengabaikan sketsa dengan nama buruk
|
||||
@ -832,6 +857,9 @@ In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
!Incorrect\ IDE\ installation\ folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1378
|
||||
!Increase\ Font\ Size=
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
Increase\ Indent=Tingkatkan Indentasi
|
||||
|
||||
@ -858,9 +886,9 @@ Indonesian=Bahasa Indonesia
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -905,9 +933,9 @@ Latvian=Bahasa Latvia
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1220,9 +1248,9 @@ Reference=Referensi
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1330,6 +1358,10 @@ Serial\ Monitor=Monitor Serial
|
||||
#: ../../../../../app/src/processing/app/Editor.java:804
|
||||
!Serial\ Plotter=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2325
|
||||
#, java-format
|
||||
!Serial\ monitor\ is\ not\ supported\ on\ network\ ports\ such\ as\ {0}\ for\ the\ {1}\ in\ this\ release=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2516
|
||||
!Serial\ monitor\ not\ available\ while\ plotter\ is\ open=
|
||||
|
||||
@ -1357,6 +1389,9 @@ Settings\ issues=Mengatur masalah
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1469,13 +1504,17 @@ Sketchbook\ folder\ disappeared=Folder sketchbook tidak ada
|
||||
#: debug/Compiler.java:432
|
||||
!The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/BaseNoGui.java:173
|
||||
#: ../../../../../arduino-core/src/processing/app/BaseNoGui.java:177
|
||||
!The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed.=
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1500,8 +1539,8 @@ Sketchbook\ folder\ disappeared=Folder sketchbook tidak ada
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../processing/app/Sketch.java:2028
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1509,8 +1548,8 @@ Sketchbook\ folder\ disappeared=Folder sketchbook tidak ada
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: Sketch.java:1075
|
||||
!This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
@ -1762,9 +1801,6 @@ Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
Yes=Ya
|
||||
|
||||
#: Sketch.java:1074
|
||||
You\ can't\ fool\ me=Anda tidak bisa menipuku
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2312
|
||||
!You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=
|
||||
|
||||
@ -1774,6 +1810,9 @@ You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ g
|
||||
#: Base.java:1888
|
||||
You\ forgot\ your\ sketchbook=Anda lupa sketchbook Anda
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:252
|
||||
!You\ have\ unsaved\ changes\!\nYou\ must\ save\ all\ your\ sketches\ to\ enable\ this\ option.=
|
||||
|
||||
#: ../../../processing/app/AbstractMonitor.java:92
|
||||
You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ ending?=Anda menekan {0} tetapi tidak ada yang terkirim. Haruskan anda memilih sebuah akhir baris?
|
||||
|
||||
@ -1913,10 +1952,6 @@ upload=unggah
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nama papan tidak sah, seharusnya dalam bentuk "paket\: arsitektur\: papan" atau "paket\: arsitektur\: papan\:opsi"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Opsi tidak valid untuk "{1}" opsi untuk papan "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Opsi tidak sah untuk papan "{1}"
|
||||
@ -1925,6 +1960,10 @@ upload=unggah
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Opsi tidak sah, seharusnya dalam bentuk "nama \= nilai"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arsitektur tidak diketahui
|
||||
@ -1939,4 +1978,4 @@ upload=unggah
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Platform.java:223
|
||||
#, java-format
|
||||
!{0}Install{1}\ the\ package\ to\ use\ your\ {2}=
|
||||
!{0}Install\ this\ package{1}\ to\ use\ your\ {2}\ board=
|
||||
|
@ -17,7 +17,8 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2013-2016
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2013-2016,2018
|
||||
# Davide Velluto <davide.network@gmail.com>, 2012
|
||||
# Federico Fissore <f.fissore@arduino.cc>, 2015
|
||||
# Giovanni Spadaro <giovannispd@gmail.com>, 2012
|
||||
@ -29,7 +30,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:12+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/mbanzi/arduino-ide-15/language/it_IT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -673,7 +674,7 @@ msgstr "Archiviazione dati"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1386
|
||||
msgid "Decrease Font Size"
|
||||
msgstr ""
|
||||
msgstr "Riduci dimensione testo"
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
@ -683,6 +684,10 @@ msgstr "Diminuisci indentazione"
|
||||
msgid "Default"
|
||||
msgstr "Pochi"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Elimina"
|
||||
@ -858,6 +863,11 @@ msgstr "Errore con la cartella dati di Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Errore in Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -947,10 +957,6 @@ msgstr "Errore durante la verifica/caricamento"
|
||||
msgid "Estonian"
|
||||
msgstr "Estone"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estone"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Esempi"
|
||||
@ -1154,8 +1160,8 @@ msgstr "INCOMPATIBILE"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignora maiuscole / minuscole"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr "Ignoro la libreria con nome non valido"
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1184,7 +1190,7 @@ msgstr "La cartella di installazione dell'IDE non è corretta"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1378
|
||||
msgid "Increase Font Size"
|
||||
msgstr ""
|
||||
msgstr "Aumenta dimensione testo"
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
msgid "Increase Indent"
|
||||
@ -1219,10 +1225,10 @@ msgstr "Installata"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Sto installando la scheda..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Sto installando la libreria {0}..."
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1280,10 +1286,10 @@ msgstr "Libreria aggiunta alle tue librerie. Controlla il menù \"Inclusione lib
|
||||
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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Libreria già installata: {0} versione {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1700,10 +1706,10 @@ msgstr "Guida di riferimento"
|
||||
msgid "Remove"
|
||||
msgstr "Rimuovi"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Sto rimuovendo la libreria {0}..."
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1890,6 +1896,10 @@ msgstr "Problemi nelle impostazioni"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Apri cartella dello sketch"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostra un output dettagliato durante:"
|
||||
@ -2061,6 +2071,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Il file \"{0}\" deve essere all''interno\ndi una cartella sketch di nome \"{1}\".\nCreo questa cartella, sposto il file e continuo?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2106,10 +2124,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "La cartella dello sketch è sparita.\nProverò a salvare nuovamente nella stessa posizione,\nma qualsiasi cosa in aggiunta al codice andrà persa."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2127,6 +2146,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "La cartella degli sketch indicata contiene la tua copia dell'IDE.\nScegli un'altra cartella per i tuoi sketch."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2706,11 +2729,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: nome della scheda non valido, dovrebbe essere nel formato \"package:arch:board\" oppure \"package:arch:board:opzioni\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: valore non valido per l'opzione \"{1}\" della scheda \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2721,6 +2739,11 @@ msgstr "{0}: opzione non valida per la scheda \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: opzione non valida, dovrebbe essere nel formato \"nome=valore\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,14 +17,15 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2013-2016
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2013-2016,2018
|
||||
# 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-2017
|
||||
# Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-08-10 09\:12+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -478,7 +479,7 @@ Data\ Processing=Elaborazione dati
|
||||
Data\ Storage=Archiviazione dati
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1386
|
||||
!Decrease\ Font\ Size=
|
||||
Decrease\ Font\ Size=Riduci dimensione testo
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=Diminuisci indentazione
|
||||
@ -486,6 +487,9 @@ Decrease\ Indent=Diminuisci indentazione
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Pochi
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Elimina
|
||||
|
||||
@ -617,6 +621,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Errore con la cartella dati di Ardui
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Errore in Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -684,9 +692,6 @@ Error\ while\ verifying/uploading=Errore durante la verifica/caricamento
|
||||
#: Preferences.java:93
|
||||
Estonian=Estone
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estone
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Esempi
|
||||
|
||||
@ -837,8 +842,8 @@ INCOMPATIBLE=INCOMPATIBILE
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignora maiuscole / minuscole
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignoro la libreria con nome non valido
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
Ignoring\ library\ with\ bad\ name=Ignoro la libreria con nome non valido
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignoro lo sketch con nome non valido
|
||||
@ -854,7 +859,7 @@ Include\ Library=\#include libreria
|
||||
Incorrect\ IDE\ installation\ folder=La cartella di installazione dell'IDE non \u00e8 corretta
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1378
|
||||
!Increase\ Font\ Size=
|
||||
Increase\ Font\ Size=Aumenta dimensione testo
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
Increase\ Indent=Aumenta indentazione
|
||||
@ -882,9 +887,9 @@ Installed=Installata
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Sto installando la scheda...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Sto installando la libreria {0}...
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -929,9 +934,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Libreria a
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Libreria gi\u00e0 installata\: {0} versione {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Linea numero\:
|
||||
@ -1244,9 +1249,9 @@ Reference=Guida di riferimento
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Rimuovi
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Sto rimuovendo la libreria {0}...
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1385,6 +1390,9 @@ Settings\ issues=Problemi nelle impostazioni
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Apri cartella dello sketch
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostra un output dettagliato durante\:
|
||||
|
||||
@ -1504,6 +1512,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Il file "{0}" deve essere all''interno\ndi una cartella sketch di nome "{1}".\nCreo questa cartella, sposto il file e continuo?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La libreria "{0}" non pu\u00f2 essere usata.\nIl nome della libreria deve contenere solo lettere e numeri\n(ASCII senza spazi) e non pu\u00f2 iniziare con un numero
|
||||
@ -1528,8 +1540,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Lo sketch contiene gi\u00e
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=La cartella dello sketch \u00e8 sparita.\nProver\u00f2 a salvare nuovamente nella stessa posizione,\nma qualsiasi cosa in aggiunta al codice andr\u00e0 persa.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=La cartella degli sketch non esiste pi\u00f9.\nArduino torner\u00e0 ad usare la posizione predefinita per la cartella\ne creer\u00e0 una nuova cartella degli sketch se necessario.\nA quel punto Arduino smetter\u00e0 di parlare di s\u00e9 stesso\nin terza persona
|
||||
@ -1537,6 +1549,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=La cartella degli sketch indicata contiene la tua copia dell'IDE.\nScegli un'altra cartella per i tuoi sketch.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Questa libreria non \u00e8 elencata nel Library manager. Non sarai in grado di reinstallarla da qui.\nSei sicuro di volerla cancellare?
|
||||
|
||||
@ -1938,10 +1953,6 @@ version\ <b>{0}</b>=versione <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: nome della scheda non valido, dovrebbe essere nel formato "package\:arch\:board" oppure "package\:arch\:board\:opzioni"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: valore non valido per l'opzione "{1}" della scheda "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: opzione non valida per la scheda "{1}"
|
||||
@ -1950,6 +1961,10 @@ version\ <b>{0}</b>=versione <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: opzione non valida, dovrebbe essere nel formato "nome\=valore"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: architettura sconosciuta
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Amit BC <amitbc123@walla.com>, 2014
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# eli.ganem <eli.ganem@gmail.com>, 2012
|
||||
@ -31,8 +32,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: 2018-02-01 08:35+0000\n"
|
||||
"Last-Translator: gideon rose\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/mbanzi/arduino-ide-15/language/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -685,6 +686,10 @@ msgstr "הקטן הזחה"
|
||||
msgid "Default"
|
||||
msgstr "ברירת מחדל"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "מחק"
|
||||
@ -860,6 +865,11 @@ msgstr "שגיאה בקריאת תיקיית המידע של Arduino."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "שגיאה בסיריאל.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -949,10 +959,6 @@ msgstr "שגיאה במהלך אימות/הידור"
|
||||
msgid "Estonian"
|
||||
msgstr "אסטונית"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "אסטונית (אסטוניה)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "דוגמאות"
|
||||
@ -1156,9 +1162,9 @@ msgstr "לא תואם"
|
||||
msgid "Ignore Case"
|
||||
msgstr "התעלם מאותיות קטנות/גדולות"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "מתעלם משם ספרייה לא חוקי"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1221,10 +1227,10 @@ msgstr "הותקן"
|
||||
msgid "Installing boards..."
|
||||
msgstr "מתקין לוחות..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "ספרייה מותקנת: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1282,10 +1288,10 @@ msgstr "ספרייה התווספה לספריות שלך. עיין בתפריט
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "ספרייה אינה יכולה להשתמש בתיקיית 'src' ובתיקיית 'utility' יחד. בדוק שוב {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "הספרייה כבר מותקנת: {0} גרסה {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1702,10 +1708,10 @@ msgstr "משתנה ייחוס"
|
||||
msgid "Remove"
|
||||
msgstr "הסר"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "מסיר ספרייה: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1892,6 +1898,10 @@ msgstr "בעיה בהגדרות"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "הצג את תיקיית הסקיצה"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "הראה פלט מפורט במהלך:"
|
||||
@ -2063,6 +2073,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "על הקובץ \"{0}\" להיות בתוך\nתיקיית סקיצות בשם: \"{1}\".\nהאם תרצה ליצור את הספריה, להזיז את הקובץ ולהמשיך?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2108,11 +2126,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "תיקיית הסקיצה נעלמה. יבוצע ניסיון לשמור מחדש באותו מיקום, אבל כל הדברים מלבד הקוד יימחקו."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "יש לשנות את שם הסקיצה. שמות סקיצה יכולים לכלול תווי ASCII וספרות, ועליהם להיות פחות 64 תווים."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2129,6 +2148,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "תיקיית חוברת הסקיצות שצויינה מכילה את עותק הIDE שלך.\nאנא בחר תיקייה שונה בשביל חוברת הסקיצות שלך. "
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2708,11 +2731,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: שם לוח שגוי, עליו להיות כתבנית \"package:arch:board\" או \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: אופציה שגויה בשביל \"{1}\" אופציה בשביל לוח \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2723,6 +2741,11 @@ msgstr "{0}: אופציה שגויה בשביל לוח \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: אופציה שגויה, אמורה להיות כמו התבנית הבאה \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -13,18 +13,23 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Amit BC <amitbc123@walla.com>, 2014
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# eli.ganem <eli.ganem@gmail.com>, 2012
|
||||
# Eyal Halfon <logme3@gmail.com>, 2013
|
||||
# gideon rose, 2018
|
||||
# Itay Asayag <mirpaa.itay@gmail.com>, 2015-2016
|
||||
# Eyal Halfon <logme3@gmail.com>, 2012
|
||||
# Roy Zahor <roy.zahor@gmail.com>, 2015
|
||||
# saarsa <saarsabo1919@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\: 2016-08-16 11\:24+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Hebrew (http\://www.transifex.com/mbanzi/arduino-ide-15/language/he/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: he\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\: 2018-02-01 08\:35+0000\nLast-Translator\: gideon rose\nLanguage-Team\: Hebrew (http\://www.transifex.com/mbanzi/arduino-ide-15/language/he/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: he\nPlural-Forms\: nplurals\=4; plural\=(n \=\= 1 && n % 1 \=\= 0) ? 0 \: (n \=\= 2 && n % 1 \=\= 0) ? 1\: (n % 10 \=\= 0 && n % 1 \=\= 0 && n > 10) ? 2 \: 3;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u05d3\u05d5\u05e8\u05e9 \u05d0\u05ea\u05d7\u05d5\u05dc \u05dc-\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5)
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u05d3\u05d5\u05e8\u05e9 \u05d0\u05ea\u05d7\u05d5\u05dc \u05dcArduino)
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
#, java-format
|
||||
@ -35,16 +40,16 @@
|
||||
\ Used\:\ {0}=\u05d1\u05e9\u05d9\u05de\u05d5\u05e9\: {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
|
||||
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?='Keyboard' \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0. \u05d4\u05d0\u05dd \u05d4\u05e7\u05d5\u05d3 \u05e9\u05dc\u05da \u05db\u05d5\u05dc\u05dc \u05d0\u05ea \u05d4\u05e9\u05d5\u05e8\u05d4 '\#include <Keyboard.h>'?
|
||||
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?='Keyboard' \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0. \u05d4\u05d0\u05dd \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e9\u05dc\u05da \u05db\u05d5\u05dc\u05dc\u05ea \u05d0\u05ea \u05d4\u05e9\u05d5\u05e8\u05d4 '\#include <Keyboard.h>'?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
|
||||
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?='Mouse' \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0. \u05d4\u05d0\u05dd \u05d4\u05e7\u05d5\u05d3 \u05e9\u05dc\u05da \u05de\u05db\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05d5\u05e8\u05d4 '\#include <Mouse.h>'?
|
||||
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?='Mouse' \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0. \u05d4\u05d0\u05dd \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e9\u05dc\u05da \u05db\u05d5\u05dc\u05dc\u05ea \u05d0\u05ea \u05d4\u05e9\u05d5\u05e8\u05d4 '\#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=\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea 'arch' \u05d0\u05d9\u05e0\u05d4 \u05e0\u05ea\u05de\u05db\u05ea \u05d9\u05d5\u05ea\u05e8\! \u05e8\u05d0\u05d4 http\://goo.gl/gfFJzU \u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3
|
||||
|
||||
#: Preferences.java:478
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(\u05e2\u05e8\u05d5\u05da \u05e8\u05e7 \u05db\u05e9\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05d0\u05d9\u05e0\u05d5 \u05d1\u05de\u05e6\u05d1 \u05e8\u05d9\u05e6\u05d4)
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(\u05e2\u05e8\u05d5\u05da \u05e8\u05e7 \u05db\u05e9Arduino \u05d0\u05d9\u05e0\u05d5 \u05e4\u05d5\u05e2\u05dc)
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
|
||||
(legacy)=(\u05d9\u05e9\u05df)
|
||||
@ -70,23 +75,23 @@ A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=\u05e1\u05e4\u05
|
||||
A\ library\ named\ {0}\ already\ exists=\u05e1\u05e4\u05e8\u05d9\u05d4 \u05d1\u05e9\u05dd {0} \u05db\u05d1\u05e8 \u05e7\u05d9\u05d9\u05de\u05ea
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=\u05d2\u05e8\u05e1\u05d0 \u05d7\u05d3\u05e9\u05d4 \u05e9\u05dc \u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05e0\u05d4 \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4, \u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d1\u05e7\u05e8 \u05d1\u05d0\u05ea\u05e8 \u05d4\u05d4\u05d5\u05e8\u05d3\u05d5\u05ea \u05e9\u05dc \u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5?
|
||||
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=\u05d2\u05e8\u05e1\u05d0 \u05d7\u05d3\u05e9\u05d4 \u05e9\u05dc Arduino \u05d6\u05de\u05d9\u05e0\u05d4 \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4, \u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d1\u05e7\u05e8 \u05d1\u05d0\u05ea\u05e8 \u05d4\u05d4\u05d5\u05e8\u05d3\u05d5\u05ea \u05e9\u05dc Arduino?
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
A\ newer\ {0}\ package\ is\ available=\u05d7\u05d1\u05d9\u05dc\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05d9\u05d5\u05ea\u05e8 {0} \u05d6\u05de\u05d9\u05e0\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2307
|
||||
A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=\u05ea\u05ea-\u05ea\u05d9\u05e7\u05d9\u05d4 \u05e9\u05dc \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05d3 \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d4 \u05ea\u05e7\u05d9\u05e0\u05d4
|
||||
A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=\u05ea\u05ea-\u05ea\u05d9\u05e7\u05d9\u05d4 \u05e9\u05dc \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d4 \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05ea\u05e7\u05d9\u05e0\u05d4
|
||||
|
||||
#: Editor.java:1116
|
||||
About\ Arduino=\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5
|
||||
About\ Arduino=\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc Arduino
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:41
|
||||
!Acoli=
|
||||
Acoli=Acoli
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1177
|
||||
Add\ .ZIP\ Library...=\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea .ZIP...
|
||||
Add\ .ZIP\ Library...=\u05d4\u05d5\u05e1\u05e3 \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea ZIP...
|
||||
|
||||
#: Editor.java:650
|
||||
Add\ File...=\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d5\u05d1\u05e5...
|
||||
@ -98,7 +103,10 @@ Additional\ Boards\ Manager\ URLs=\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u0
|
||||
Additional\ Boards\ Manager\ URLs\:\ =\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e0\u05d4\u05dc \u05d4\u05dc\u05d5\u05d7\u05d5\u05ea \u05d4\u05e0\u05d5\u05e1\u05e4\u05d9\u05dd\:
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:161
|
||||
Afrikaans=\u05d0\u05e4\u05e8\u05d9\u05e7\u05e0\u05e1
|
||||
Afrikaans=\u05d0\u05e4\u05e8\u05d9\u05e7\u05d0\u05e0\u05e1
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
|
||||
Aggressively\ cache\ compiled\ core=Aggressively cache compiled core
|
||||
|
||||
#: ../../../processing/app/Preferences.java:96
|
||||
Albanian=\u05d0\u05dc\u05d1\u05e0\u05d9\u05ea
|
||||
@ -109,30 +117,30 @@ Albanian=\u05d0\u05dc\u05d1\u05e0\u05d9\u05ea
|
||||
All=\u05d4\u05db\u05dc
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05e9\u05d2\u05d0\u05d9\u05d4 \u05d1\u05e0\u05e1\u05d9\u05d5\u05df \u05dc\u05ea\u05e7\u05df \u05d0\u05ea \u05e7\u05d9\u05d3\u05d5\u05d3 \u05d4\u05e7\u05d5\u05d1\u05e5.\n\u05dc\u05d0 \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d4\u05d9\u05d0 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d3\u05e8\u05d5\u05e1\n\u05d0\u05ea \u05d4\u05d2\u05e8\u05e1\u05d0 \u05d4\u05d9\u05e9\u05e0\u05d4. \u05e0\u05d0 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1- \u05e4\u05ea\u05d7 \u05db\u05d3\u05d9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d5\u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1.\n
|
||||
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e0\u05e1\u05d9\u05d5\u05df \u05dc\u05ea\u05e7\u05df \u05d0\u05ea \u05e7\u05d9\u05d3\u05d5\u05d3 \u05d4\u05e7\u05d5\u05d1\u05e5.\n\u05d0\u05dc \u05ea\u05e0\u05e1\u05d4 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05de\u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05d9\u05d0 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d3\u05e8\u05d5\u05e1\n\u05d0\u05ea \u05d4\u05d2\u05e8\u05e1\u05d0 \u05d4\u05d9\u05e9\u05e0\u05d4. \u05e0\u05d0 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1- \u05e4\u05ea\u05d7 \u05db\u05d3\u05d9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d5\u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1.\n
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
|
||||
An\ error\ occurred\ while\ updating\ libraries\ index\!=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d5\u05e4\u05d9\u05e2\u05d4 \u05d1\u05d6\u05de\u05df \u05e2\u05d3\u05db\u05d5\u05df \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05d4\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea\!
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
An\ error\ occurred\ while\ uploading\ the\ sketch=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e2\u05dc\u05d0\u05ea \u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
An\ error\ occurred\ while\ uploading\ the\ sketch=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e2\u05dc\u05d0\u05ea \u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:506
|
||||
#: ../../../processing/app/BaseNoGui.java:551
|
||||
#: ../../../processing/app/BaseNoGui.java:554
|
||||
An\ error\ occurred\ while\ verifying\ the\ sketch=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
An\ error\ occurred\ while\ verifying\ the\ sketch=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:521
|
||||
An\ error\ occurred\ while\ verifying/uploading\ the\ sketch=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d0\u05d9\u05de\u05d5\u05ea/\u05d4\u05e2\u05dc\u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
An\ error\ occurred\ while\ verifying/uploading\ the\ sketch=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d0\u05d9\u05de\u05d5\u05ea/\u05d4\u05e2\u05dc\u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: Base.java:228
|
||||
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=\u05d0\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05d8\u05e2\u05d5\u05df\n\u05e7\u05d5\u05d3 \u05dc\u05de\u05db\u05e9\u05d9\u05e8 \u05e9\u05dc\u05da.
|
||||
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05d8\u05e2\u05d5\u05df\n\u05e7\u05d5\u05d3 '\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4-\u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05ea' \u05dc\u05de\u05db\u05e9\u05d9\u05e8 \u05e9\u05dc\u05da.
|
||||
|
||||
#: Preferences.java:85
|
||||
Arabic=\u05e2\u05e8\u05d1\u05d9\u05ea
|
||||
|
||||
#: Preferences.java:86
|
||||
Aragonese=\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05ea
|
||||
Aragonese=Aragonese
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
Archive\ Sketch=\u05d4\u05db\u05e0\u05e1 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df
|
||||
@ -143,29 +151,33 @@ Archive\ sketch\ as\:=\u05d4\u05db\u05e0\u05e1 \u05e1\u05e7\u05d9\u05e6\u05d4 \u
|
||||
#: tools/Archiver.java:139
|
||||
Archive\ sketch\ canceled.=\u05d4\u05db\u05e0\u05e1\u05ea \u05e1\u05e7\u05d9\u05e6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d5\u05d8\u05dc\u05d4.
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
|
||||
#, java-format
|
||||
Archiving\ built\ core\ (caching)\ in\:\ {0}=Archiving built core (caching) in\: {0}
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d5\u05d8\u05dc\u05d4 \u05d1\u05d2\u05dc\u05dc \u05e9\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05db\u05e8\u05d0\u05d5\u05d9.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
|
||||
Arduino=\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5
|
||||
Arduino=Arduino
|
||||
|
||||
#: ../../../processing/app/I18n.java:83
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u05dc\u05d5\u05d7\u05d5\u05ea ARM \u05d0\u05e8\u05d3\u05d5\u05d5\u05d9\u05e0\u05d5 (32 - \u05e1\u05d9\u05d1\u05d9\u05d5\u05ea)
|
||||
Arduino\ ARM\ (32-bits)\ Boards=\u05dc\u05d5\u05d7\u05d5\u05ea Arduino\u00a0\u05de\u05e1\u05d5\u05d2 ARM 32-bits
|
||||
|
||||
#: ../../../processing/app/I18n.java:82
|
||||
Arduino\ AVR\ Boards=\u05dc\u05d5\u05d7\u05d5\u05ea \u05d0\u05e8\u05d3\u05d5\u05d5\u05d9\u05e0\u05d5 AVR
|
||||
Arduino\ AVR\ Boards=\u05dc\u05d5\u05d7\u05d5\u05ea Arduino AVR
|
||||
|
||||
#: Editor.java:2137
|
||||
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05e4\u05ea\u05d5\u05d7 \u05e8\u05e7 \u05e7\u05d8\u05e2\u05d9 \u05e7\u05d5\u05d3\n\u05d5\u05e7\u05d1\u05e6\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05d4\u05de\u05e1\u05ea\u05d9\u05d9\u05de\u05d9\u05dd \u05d1 .ino \u05d0\u05d5 .pde
|
||||
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Arduino \u05d9\u05db\u05d5\u05dc \u05dc\u05e4\u05ea\u05d5\u05d7 \u05e8\u05e7 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05d5\n\u05d5\u05e7\u05d1\u05e6\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05d4\u05de\u05e1\u05ea\u05d9\u05d9\u05de\u05d9\u05dd \u05d1 .ino \u05d0\u05d5 .pde
|
||||
|
||||
#: Base.java:1682
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=\u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05d5\u05e5 \u05de\u05e4\u05e0\u05d9 \u05e9\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df\n\u05dc\u05d9\u05d9\u05e6\u05e8 \u05e1\u05e4\u05e8\u05d9\u05d4 \u05dc\u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc\u05da.
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e4\u05e2\u05d5\u05dc \u05de\u05e4\u05e0\u05d9 \u05e9\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7\n\u05dc\u05d9\u05e6\u05d5\u05e8 \u05e1\u05e4\u05e8\u05d9\u05d4 \u05dc\u05d0\u05d7\u05e1\u05d5\u05df \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc\u05da.
|
||||
|
||||
#: Base.java:1889
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=\u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05d5\u05e5 \u05de\u05e4\u05e0\u05d9 \u05e9\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df\n\u05dc\u05d9\u05d9\u05e6\u05e8 \u05e1\u05e4\u05e8\u05d9\u05d4 \u05dc\u05e9\u05de\u05d9\u05e8\u05ea \u05e1\u05e4\u05e8 \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da.
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduino \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e4\u05e2\u05d5\u05dc \u05de\u05d0\u05d7\u05e8 \u05e9\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7 \u05dc\u05d9\u05e6\u05d5\u05e8\n\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05dc\u05d0\u05d7\u05e1\u05d5\u05df \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da.
|
||||
|
||||
#: ../../../processing/app/EditorStatus.java:471
|
||||
Arduino\:\ =\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5\:
|
||||
Arduino\:\ =Arduino\:
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
@ -198,7 +210,7 @@ Armenian=\u05d0\u05e8\u05de\u05e0\u05d9\u05ea
|
||||
Asturian=\u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05ea
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:145
|
||||
Authorization\ required=\u05d4\u05e8\u05e9\u05d0\u05d4 \u05e0\u05d3\u05e8\u05e9\u05ea
|
||||
Authorization\ required=\u05e0\u05d3\u05e8\u05e9\u05ea \u05d4\u05e8\u05e9\u05d0\u05d4
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
Auto\ Format=\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9
|
||||
@ -210,7 +222,7 @@ Auto\ Format\ finished.=\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\
|
||||
Auto-detect\ proxy\ settings=\u05d6\u05d4\u05d4 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:264
|
||||
!Automatic=
|
||||
Automatic=Automatic
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
|
||||
Automatic\ proxy\ configuration\ URL\:=\u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05d4\u05d2\u05d3\u05e8\u05ea \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea\:
|
||||
@ -236,16 +248,16 @@ Belarusian=\u05d1\u05dc\u05d0\u05e8\u05d5\u05e1\u05d9\u05ea
|
||||
Board=\u05dc\u05d5\u05d7
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2824
|
||||
!Board\ Info=
|
||||
Board\ Info=\u05de\u05d9\u05d3\u05e2 \u05dc\u05d5\u05d7
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2545
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2641
|
||||
#, java-format
|
||||
!Board\ at\ {0}\ is\ not\ available=
|
||||
Board\ at\ {0}\ is\ not\ available=\u05dc\u05d5\u05d7 \u05d1{0} \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
|
||||
#, java-format
|
||||
Board\ {0}\ (platform\ {1},\ package\ {2})\ is\ unknown=\u05dc\u05d5\u05d7 {0} (\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4 {1}, \u05d7\u05d1\u05d9\u05dc\u05d4 {2}) \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05db\u05e8
|
||||
Board\ {0}\ (platform\ {1},\ package\ {2})\ is\ unknown=\u05dc\u05d5\u05d7 {0} (\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4 {1}, \u05d7\u05d1\u05d9\u05dc\u05d4 {2}) \u05d0\u05d9\u05e0\u05d5 \u05d9\u05d3\u05d5\u05e2
|
||||
|
||||
#: ../../../processing/app/debug/TargetBoard.java:42
|
||||
#, java-format
|
||||
@ -265,7 +277,7 @@ Boards\ included\ in\ this\ package\:=\u05dc\u05d5\u05d7\u05d5\u05ea \u05d4\u05d
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1273
|
||||
#, java-format
|
||||
Bootloader\ file\ specified\ but\ missing\:\ {0}=\u05e7\u05d5\u05d1\u05e5 Bootloader \u05e0\u05d9\u05ea\u05df, \u05d0\u05da \u05d7\u05e1\u05e8\: {0}
|
||||
Bootloader\ file\ specified\ but\ missing\:\ {0}=\u05e7\u05d5\u05d1\u05e5 Bootloader \u05e6\u05d5\u05d9\u05d9\u05df, \u05d0\u05d1\u05dc \u05d7\u05e1\u05e8\: {0}
|
||||
|
||||
#: ../../../processing/app/Preferences.java:140
|
||||
Bosnian=\u05d1\u05d5\u05e1\u05e0\u05d9\u05ea
|
||||
@ -286,7 +298,7 @@ Built-in\ Examples=\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05d5\u05d1
|
||||
Bulgarian=\u05d1\u05d5\u05dc\u05d2\u05e8\u05d9\u05ea
|
||||
|
||||
#: ../../../processing/app/Preferences.java:141
|
||||
Burmese\ (Myanmar)=\u05d1
|
||||
Burmese\ (Myanmar)=\u05d1\u05d5\u05e8\u05de\u05d6\u05d9\u05ea (Myanmar)
|
||||
|
||||
#: Editor.java:708
|
||||
Burn\ Bootloader=\u05e6\u05e8\u05d9\u05d1\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4.
|
||||
@ -295,25 +307,28 @@ Burn\ Bootloader=\u05e6\u05e8\u05d9\u05d1\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=\u05e6\u05d5\u05e8\u05d1 \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05dc\u05dc\u05d5\u05d7 I\\O (\u05d6\u05d4 \u05d9\u05d9\u05de\u05e9\u05da \u05db\u05d3\u05e7\u05d4)...
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/DownloadableContributionsDownloader.java:91
|
||||
!CRC\ doesn't\ match,\ file\ is\ corrupted.\ It\ may\ be\ a\ temporary\ problem,\ please\ retry\ later.=
|
||||
CRC\ doesn't\ match,\ file\ is\ corrupted.\ It\ may\ be\ a\ temporary\ problem,\ please\ retry\ later.=CRC \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d5\u05d0\u05dd, \u05d4\u05e7\u05d5\u05d1\u05e5 \u05e4\u05d2\u05d5\u05dd. \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d6\u05d5\u05d4\u05d9 \u05d1\u05e2\u05d9\u05d4 \u05d6\u05de\u05e0\u05d9\u05ea, \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8.
|
||||
|
||||
#: ../../../processing/app/Base.java:379
|
||||
#, java-format
|
||||
Can\ only\ pass\ one\ of\:\ {0}=\u05d9\u05db\u05d5\u05dc \u05dc\u05d0\u05e4\u05e9\u05e8 \u05e8\u05e7 \u05d0\u05d7\u05d3 \u05de-{0}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:254
|
||||
Can't\ enable\ external\ editor=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05e2\u05d5\u05e8\u05da \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:504
|
||||
#: ../../../processing/app/BaseNoGui.java:549
|
||||
Can't\ find\ the\ sketch\ in\ the\ specified\ path=\u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05e7\u05d8\u05e2 \u05d4\u05e7\u05d5\u05d3 \u05d1\u05e0\u05ea\u05d9\u05d1 \u05e9\u05e0\u05d9\u05ea\u05df
|
||||
Can't\ find\ the\ sketch\ in\ the\ specified\ path=\u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d1\u05e0\u05ea\u05d9\u05d1 \u05e9\u05e6\u05d5\u05d9\u05d9\u05df
|
||||
|
||||
#: ../../../processing/app/Preferences.java:92
|
||||
Canadian\ French=\u05e6\u05e8\u05e4\u05ea \u05d4\u05e7\u05e0\u05d3\u05d9\u05ea
|
||||
Canadian\ French=\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea \u05e7\u05e0\u05d3\u05d9\u05ea
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
Cancel=\u05d1\u05d8\u05dc
|
||||
|
||||
#: ../../../processing/app/Base.java:465
|
||||
Cannot\ specify\ any\ sketch\ files=\u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e6\u05d9\u05d9\u05df \u05e7\u05d5\u05d1\u05e6\u05d9 \u05e7\u05d5\u05d3
|
||||
Cannot\ specify\ any\ sketch\ files=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e6\u05d9\u05d9\u05df \u05e7\u05d1\u05e6\u05d9 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05db\u05dc\u05e9\u05d4\u05dd
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Carriage\ return=\u05ea\u05d7\u05d9\u05dc\u05ea \u05e9\u05d5\u05e8\u05d4
|
||||
@ -333,6 +348,9 @@ Chinese\ (Taiwan)=\u05e1\u05d9\u05e0\u05d9\u05ea (\u05d8\u05d0\u05d9\u05d5\u05d5
|
||||
#: ../../../processing/app/Preferences.java:143
|
||||
Chinese\ (Taiwan)\ (Big5)=\u05e1\u05d9\u05df (\u05d8\u05d9\u05d5\u05d5\u05d0\u05df) (Big5)
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:80
|
||||
Clear\ output=\u05e0\u05e7\u05d4 \u05e4\u05dc\u05d8
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
|
||||
Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=\u05dc\u05d7\u05e5 \u05dc\u05de\u05e2\u05d1\u05e8 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05dc\u05ea\u05de\u05d9\u05db\u05d4 \u05dc\u05dc\u05d5\u05d7\u05d5\u05ea \u05dc\u05d0 \u05e8\u05e9\u05de\u05d9\u05d9\u05dd
|
||||
|
||||
@ -352,7 +370,7 @@ Compiler\ warnings\:\ =\u05d4\u05d6\u05d4\u05e8\u05d5\u05ea \u05d4\u05de\u05d4\u
|
||||
Compiling\ sketch...=\u05de\u05d1\u05e6\u05e2 \u05e7\u05d5\u05de\u05e4\u05d9\u05dc\u05e6\u05d9\u05d4 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
|
||||
Contributed=\u05ea\u05e8\u05dd
|
||||
Contributed=\u05e0\u05ea\u05e8\u05dd
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u05d4\u05e2\u05ea\u05e7
|
||||
@ -368,14 +386,14 @@ Copy\ for\ Forum=\u05d4\u05e2\u05ea\u05e7 \u05db\u05d3\u05d9 \u05dc\u05e4\u05e8\
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=\u05d0\u05d9 \u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 {0} \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4.
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 {0} \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4.
|
||||
|
||||
#: Editor.java:2188
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05dc\u05de\u05e7\u05d5\u05dd \u05e8\u05d0\u05d5\u05d9.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Sketch.java:342
|
||||
#, java-format
|
||||
!Could\ not\ create\ directory\ "{0}"=
|
||||
Could\ not\ create\ directory\ "{0}"=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e0\u05ea\u05d9\u05d1 "{0}"
|
||||
|
||||
#: Editor.java:2179
|
||||
Could\ not\ create\ the\ sketch\ folder.=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e6\u05d5\u05e8 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea.
|
||||
@ -393,7 +411,7 @@ Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u05d0\u05d9\u05df \u05d0\u05e
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:74
|
||||
#, java-format
|
||||
Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea boards.txt \u05d1{0}. Is it pre-1.5?
|
||||
Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4-boards.txt \u05d1{0}. \u05d4\u05d0\u05dd \u05d4\u05d9\u05e0\u05d5 \u05de\u05d2\u05e8\u05e1\u05d4 \u05e7\u05d5\u05d3\u05de\u05ea \u05dc\u05d2\u05e8\u05e1\u05d4-1.5?
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
|
||||
#, java-format
|
||||
@ -418,10 +436,10 @@ Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this
|
||||
Could\ not\ re-save\ sketch=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: Theme.java:52
|
||||
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e2\u05e8\u05db\u05ea \u05e0\u05d5\u05e9\u05d0 \u05e9\u05dc \u05e6\u05d1\u05e2.\n\u05d9\u05e9 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5.
|
||||
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc \u05e6\u05d1\u05e2 \u05e2\u05e8\u05db\u05ea \u05e0\u05d5\u05e9\u05d0.\n\u05d9\u05e9 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea Arduino.
|
||||
|
||||
#: Preferences.java:219
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u05d0\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc.\n\u05d0\u05e0\u05d0 \u05d4\u05ea\u05e7\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5.
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u05d0\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc.\n\u05e2\u05dc\u05d9\u05dc \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea Arduino.
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
@ -438,10 +456,10 @@ Couldn't\ archive\ sketch=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05
|
||||
Couldn't\ determine\ program\ size\:\ {0}=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05d1\u05d5\u05e2 \u05d0\u05ea \u05d2\u05d5\u05d3\u05dc \u05d4\u05ea\u05d5\u05db\u05e0\u05d4\: {0}
|
||||
|
||||
#: Sketch.java:616
|
||||
Couldn't\ do\ it=\u05d0\u05d9\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05e6\u05e2
|
||||
Couldn't\ do\ it=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05e6\u05e2
|
||||
|
||||
#: 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.=\u05dc\u05d0 \u05de\u05e6\u05dc\u05d9\u05d7 \u05dc\u05de\u05e6\u05d5\u05d0 \u05dc\u05d5\u05d7 \u05d1\u05e4\u05d5\u05e8\u05d8 \u05e9\u05e0\u05d1\u05d7\u05e8. \u05d9\u05e9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05e9\u05e0\u05d1\u05d7\u05e8 \u05d4\u05e4\u05d5\u05e8\u05d8 \u05d4\u05e0\u05db\u05d5\u05df. \u05d0\u05dd \u05e0\u05d1\u05d7\u05e8 \u05d4\u05e4\u05d5\u05e8\u05d8 \u05d4\u05e0\u05db\u05d5\u05df, \u05d9\u05e9 \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05e8\u05d9\u05e1\u05d8 \u05d1\u05dc\u05d5\u05d7 \u05d0\u05d7\u05e8\u05d9 \u05e9\u05de\u05d1\u05e6\u05e2\u05d9\u05dd \u05d4\u05e2\u05dc\u05d0\u05d4.
|
||||
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.=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05dc\u05d5\u05d7 \u05d1\u05e4\u05d5\u05e8\u05d8 \u05e9\u05e0\u05d1\u05d7\u05e8. \u05d9\u05e9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05e9\u05e0\u05d1\u05d7\u05e8 \u05d4\u05e4\u05d5\u05e8\u05d8 \u05d4\u05e0\u05db\u05d5\u05df. \u05d0\u05dd \u05e0\u05d1\u05d7\u05e8 \u05d4\u05e4\u05d5\u05e8\u05d8 \u05d4\u05e0\u05db\u05d5\u05df, \u05d9\u05e9 \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05e8\u05d9\u05e1\u05d8 \u05d1\u05dc\u05d5\u05d7 \u05d0\u05d7\u05e8\u05d9 \u05e9\u05de\u05d1\u05e6\u05e2\u05d9\u05dd \u05d4\u05e2\u05dc\u05d0\u05d4.
|
||||
|
||||
#: ../../../processing/app/Preferences.java:82
|
||||
Croatian=\u05e7\u05e8\u05d5\u05d0\u05d8\u05d9\u05d4
|
||||
@ -461,12 +479,18 @@ Data\ Processing=\u05e2\u05d9\u05d1\u05d5\u05d3 \u05de\u05d9\u05d3\u05e2
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
|
||||
Data\ Storage=\u05d0\u05d7\u05e1\u05d5\u05df \u05de\u05d9\u05d3\u05e2
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1386
|
||||
Decrease\ Font\ Size=\u05d4\u05e7\u05d8\u05df \u05d2\u05d5\u05d3\u05dc \u05e4\u05d5\u05e0\u05d8
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u05d4\u05e7\u05d8\u05df \u05d4\u05d6\u05d7\u05d4
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u05de\u05d7\u05e7
|
||||
|
||||
@ -487,7 +511,7 @@ Display\ line\ numbers=\u05d4\u05e6\u05d2 \u05de\u05e1\u05e4\u05d5\u05e8 \u05e9\
|
||||
|
||||
#: ../../../../../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.=\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e1\u05d9\u05e8 {0}?\n\u05d0\u05dd \u05db\u05df, \u05dc\u05d0 \u05d9\u05d4\u05d9 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-{0} \u05d9\u05d5\u05ea\u05e8.
|
||||
Do\ you\ want\ to\ remove\ {0}?\nIf\ you\ do\ so\ you\ won't\ be\ able\ to\ use\ {0}\ any\ more.=\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e1\u05d9\u05e8 {0}?\n\u05d0\u05dd \u05db\u05df, \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-{0} \u05d9\u05d5\u05ea\u05e8.
|
||||
|
||||
#: Editor.java:2064
|
||||
Don't\ Save=\u05d0\u05dc \u05ea\u05e9\u05de\u05d5\u05e8
|
||||
@ -516,7 +540,7 @@ Done\ uploading.=\u05d4\u05e2\u05dc\u05d0\u05d4 \u05d4\u05e1\u05ea\u05d9\u05d9\u
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
|
||||
#, java-format
|
||||
Downloaded\ {0}kb\ of\ {1}kb.=\u05d4\u05d5\u05e8\u05d3\u05d5 {0}Kb \u05de\u05ea\u05d5\u05df\u05da {1}Kb.
|
||||
Downloaded\ {0}kb\ of\ {1}kb.=\u05d4\u05d5\u05e8\u05d3\u05d5 {0}kb \u05de\u05ea\u05d5\u05df\u05da {1}kb.
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
|
||||
Downloading\ boards\ definitions.=\u05de\u05d5\u05e8\u05d9\u05d3 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05dc\u05d5\u05d7\u05d5\u05ea.
|
||||
@ -529,7 +553,7 @@ Downloading\ libraries\ index...=\u05de\u05d5\u05e8\u05d9\u05d3 \u05d0\u05d9\u05
|
||||
Downloading\ library\:\ {0}=\u05de\u05d5\u05e8\u05d9\u05d3 \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4\: {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
|
||||
Downloading\ platforms\ index...=\u05de\u05d5\u05e8\u05d9\u05d3 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05e4\u05dc\u05d8\u05d5\u05e4\u05e8\u05de\u05d5\u05ea...
|
||||
Downloading\ platforms\ index...=\u05de\u05d5\u05e8\u05d9\u05d3 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d5\u05ea...
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
|
||||
#, java-format
|
||||
@ -539,7 +563,7 @@ Downloading\ tools\ ({0}/{1}).=\u05de\u05d5\u05e8\u05d9\u05d3 \u05db\u05dc\u05d9
|
||||
Dutch=\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05ea
|
||||
|
||||
#: ../../../processing/app/Preferences.java:144
|
||||
Dutch\ (Netherlands)=\u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05ea (\u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05d4)
|
||||
Dutch\ (Netherlands)=\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05ea (\u05d4\u05d5\u05dc\u05e0\u05d3)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1309
|
||||
Edison\ Help=\u05e2\u05d6\u05e8\u05ea \u05d0\u05d3\u05d9\u05e1\u05d5\u05df
|
||||
@ -582,7 +606,7 @@ Error\ adding\ file=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d5\u05e1\u05e
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:272
|
||||
#, java-format
|
||||
!Error\ compiling\ for\ board\ {0}.=
|
||||
Error\ compiling\ for\ board\ {0}.=\u05e9\u05d2\u05d9\u05d0\u05ea \u05e7\u05d5\u05de\u05e4\u05d9\u05dc\u05e6\u05d9\u05d4 \u05dc-\u05dc\u05d5\u05d7 {0}.
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
Error\ compiling.=\u05e9\u05d2\u05d9\u05d0\u05ea \u05e7\u05d5\u05de\u05e4\u05d9\u05dc\u05e6\u05d9\u05d4.
|
||||
@ -592,11 +616,15 @@ Error\ compiling.=\u05e9\u05d2\u05d9\u05d0\u05ea \u05e7\u05d5\u05de\u05e4\u05d9\
|
||||
Error\ downloading\ {0}=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d5\u05e8\u05d3\u05ea {0}
|
||||
|
||||
#: Base.java:1674
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc \u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5.
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc Arduino.
|
||||
|
||||
#: Serial.java:593
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e1\u05d9\u05e8\u05d9\u05d0\u05dc. {0}()
|
||||
Error\ inside\ Serial.{0}()=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e1\u05d9\u05e8\u05d9\u05d0\u05dc.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
@ -610,14 +638,14 @@ Error\ opening\ serial\ port\ ''{0}''.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05
|
||||
|
||||
#: ../../../processing/app/Serial.java:119
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e4\u05ea\u05d9\u05d7\u05ea \u05e4\u05d5\u05e8\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 ''{0}''. \u05e0\u05e1\u05d5 \u05dc\u05d4\u05ea\u05d9\u05d9\u05e2\u05e5 \u05d1\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d1\u05db\u05ea\u05d5\u05d1\u05ea http\://playground.arduino.cc/Linux/All\#Permission
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e4\u05ea\u05d9\u05d7\u05ea \u05e4\u05d5\u05e8\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 ''{0}''. \u05e2\u05d9\u05d9\u05e0\u05d5 \u05d1\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d1\u05db\u05ea\u05d5\u05d1\u05ea http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=\u05d0\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d4\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.\n\u05d0\u05e0\u05d0 \u05de\u05d7\u05e7 (\u05d0\u05d5 \u05d4\u05d6\u05d6) \u05d0\u05ea {0} \u05d5\u05d0\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5.
|
||||
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=\u05d0\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d4\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.\n\u05d0\u05e0\u05d0 \u05de\u05d7\u05e7 (\u05d0\u05d5 \u05d4\u05d6\u05d6) \u05d0\u05ea {0} \u05d5\u05d0\u05ea\u05d7\u05dc \u05d0\u05ea Arduino.
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:146
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
|
||||
@ -632,32 +660,32 @@ Error\ starting\ discovery\ method\:\ =\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05
|
||||
Error\ touching\ serial\ port\ ''{0}''.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d2\u05e2\u05d4 \u05dc\u05e4\u05d5\u05e8\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 "{0}".
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
Error\ while\ burning\ bootloader.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d0\u05d9\u05e8\u05e2\u05d4 \u05d1\u05e2\u05ea \u05e6\u05e8\u05d9\u05d1\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4.
|
||||
Error\ while\ burning\ bootloader.=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e6\u05e8\u05d9\u05d1\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4.
|
||||
|
||||
#: ../../../processing/app/Editor.java:2555
|
||||
Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05e6\u05e8\u05d9\u05d1\u05ea bootloader\: \u05e4\u05e8\u05de\u05d8\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea '{0}' \u05d7\u05e1\u05e8
|
||||
Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05e6\u05e8\u05d9\u05d1\u05ea \u05d4-bootloader\: \u05d7\u05e1\u05e8 \u05e4\u05e8\u05de\u05d8\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea '{0}'
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1940
|
||||
Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d9\u05d3\u05d5\u05e8\: \u05d7\u05e1\u05e8 '{0}' \u05d1\u05e4\u05e8\u05de\u05d8\u05e8 \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea
|
||||
Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d4\u05d9\u05d3\u05d5\u05e8\: '{0}' \u05d4\u05d9\u05e0\u05d5 \u05d7\u05e1\u05e8 \u05d1\u05e4\u05e8\u05de\u05d8\u05e8 \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea
|
||||
|
||||
#: Editor.java:2567
|
||||
Error\ while\ printing.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d4\u05d3\u05e4\u05e1\u05d4.
|
||||
Error\ while\ printing.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d4\u05d3\u05e4\u05e1\u05d4.
|
||||
|
||||
#: ../../../../../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}=\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05ea \u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05e4\u05d5\u05e8\u05d8 \u05e1\u05e8\u05d9\u05d0\u05dc\u05d9\: {0} {1} {2} {3}
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:528
|
||||
Error\ while\ uploading=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../processing/app/Editor.java:2409
|
||||
#: ../../../processing/app/Editor.java:2449
|
||||
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05db\u05e0\u05d9\u05ea\: \u05e4\u05e8\u05de\u05d8\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea '{0}' \u05d7\u05e1\u05e8
|
||||
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05db\u05e0\u05d9\u05ea\: \u05e4\u05e8\u05de\u05d8\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea '{0}' \u05d4\u05d9\u05e0\u05d5 \u05d7\u05e1\u05e8
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:506
|
||||
#: ../../../processing/app/BaseNoGui.java:551
|
||||
#: ../../../processing/app/BaseNoGui.java:554
|
||||
Error\ while\ verifying=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d0\u05d9\u05de\u05d5\u05ea
|
||||
Error\ while\ verifying=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d0\u05d9\u05de\u05d5\u05ea
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:521
|
||||
Error\ while\ verifying/uploading=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d0\u05d9\u05de\u05d5\u05ea/\u05d4\u05d9\u05d3\u05d5\u05e8
|
||||
@ -665,31 +693,28 @@ Error\ while\ verifying/uploading=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u0
|
||||
#: Preferences.java:93
|
||||
Estonian=\u05d0\u05e1\u05d8\u05d5\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u05d0\u05e1\u05d8\u05d5\u05e0\u05d9\u05ea (\u05d0\u05e1\u05d8\u05d5\u05e0\u05d9\u05d4)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1226
|
||||
!Examples\ for\ any\ board=
|
||||
#: ../../../../../app/src/processing/app/Base.java:1185
|
||||
Examples\ for\ any\ board=\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05db\u05dc \u05dc\u05d5\u05d7
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1246
|
||||
#: ../../../../../app/src/processing/app/Base.java:1257
|
||||
#: ../../../../../app/src/processing/app/Base.java:1205
|
||||
#: ../../../../../app/src/processing/app/Base.java:1216
|
||||
#, java-format
|
||||
!Examples\ for\ {0}=
|
||||
Examples\ for\ {0}=\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e9\u05d1\u05d9\u05dc {0}
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1244
|
||||
!Examples\ from\ Custom\ Libraries=
|
||||
Examples\ from\ Custom\ Libraries=\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1329
|
||||
!Examples\ from\ Other\ Libraries=
|
||||
Examples\ from\ Other\ Libraries=\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:753
|
||||
!Export\ canceled,\ changes\ must\ first\ be\ saved.=
|
||||
Export\ canceled,\ changes\ must\ first\ be\ saved.=\ \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0 \u05d1\u05d5\u05d8\u05dc, \u05d9\u05e9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05ea\u05d7\u05d9\u05dc\u05d4.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:750
|
||||
!Export\ compiled\ Binary=
|
||||
Export\ compiled\ Binary=\u05e9\u05d2\u05d9\u05d0\u05ea \u05e7\u05d5\u05de\u05e4\u05d9\u05dc\u05e6\u05d9\u05d4.
|
||||
|
||||
#: ../../../processing/app/Base.java:416
|
||||
#, java-format
|
||||
@ -697,23 +722,23 @@ Failed\ to\ open\ sketch\:\ "{0}"=\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7 \u
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/SketchFile.java:183
|
||||
#, java-format
|
||||
!Failed\ to\ rename\ "{0}"\ to\ "{1}"=
|
||||
Failed\ to\ rename\ "{0}"\ to\ "{1}"=\u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e9\u05dd "{0}" \u05dc "{1}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Sketch.java:298
|
||||
!Failed\ to\ rename\ sketch\ folder=
|
||||
Failed\ to\ rename\ sketch\ folder=\u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e9\u05dd \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: Editor.java:491
|
||||
File=\u05e7\u05d5\u05d1\u05e5
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/SketchData.java:139
|
||||
#, java-format
|
||||
!File\ name\ {0}\ is\ invalid\:\ ignored=
|
||||
File\ name\ {0}\ is\ invalid\:\ ignored=\u05e9\u05dd \u05d4\u05e7\u05d5\u05d1\u05e5 {0} \u05e9\u05d2\u05d5\u05d9\: \u05de\u05ea\u05e2\u05dc\u05dd
|
||||
|
||||
#: Preferences.java:94
|
||||
Filipino=\u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
|
||||
!Filter\ your\ search...=
|
||||
Filter\ your\ search...=\u05e1\u05e0\u05df \u05d0\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc\u05da...
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
Find=\u05de\u05e6\u05d0
|
||||
@ -725,7 +750,7 @@ Find\ Next=\u05d7\u05e4\u05e9 \u05d4\u05d1\u05d0
|
||||
Find\ Previous=\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3\u05dd
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
Find\ in\ Reference=\u05d7\u05e4\u05e9 \u05d1\u05de\u05e9\u05ea\u05e0\u05d4 \u05d9\u05d9\u05d7\u05d5\u05e1
|
||||
Find\ in\ Reference=\u05d7\u05e4\u05e9 \u05d4\u05e4\u05e0\u05d9\u05d9\u05d4
|
||||
|
||||
#: Editor.java:1234
|
||||
Find...=\u05d7\u05e4\u05e9...
|
||||
@ -741,11 +766,11 @@ Finnish=\u05e4\u05d9\u05e0\u05d9\u05ea
|
||||
Fix\ Encoding\ &\ Reload=\u05ea\u05e7\u05df \u05d1\u05e2\u05d9\u05d5\u05ea \u05e7\u05d9\u05d3\u05d5\u05d3 \u05d5\u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:318
|
||||
!For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=
|
||||
For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=\u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05e2\u05dc \u05d4\u05ea\u05e7\u05e0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea, \u05e8\u05d0\u05d4\: http\://www.arduino.cc/en/Guide/Libraries\n
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:118
|
||||
#, java-format
|
||||
!Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ {0}=
|
||||
Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ {0}=\u05de\u05db\u05e8\u05d9\u05d7 \u05d0\u05ea\u05d7\u05d5\u05dc, \u05de\u05e9\u05ea\u05de\u05e9 \u05d1 1200 \u05e1\u05d9\u05d1\u05d9\u05d5\u05ea \u05dc\u05e9\u05e0\u05d9\u05d9\u05d4 \u05e4\u05ea\u05d9\u05d7\u05d4/\u05e1\u05d2\u05d9\u05e8\u05d4 \u05d1\u05e4\u05d5\u05e8\u05d8 {0}
|
||||
|
||||
#: Preferences.java:95
|
||||
French=\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea
|
||||
@ -757,10 +782,10 @@ Frequently\ Asked\ Questions=\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u
|
||||
Galician=\u05d2\u05d0\u05dc\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:176
|
||||
!Galician\ (Spain)=
|
||||
Galician\ (Spain)=\u05d2\u05dc\u05d9\u05e1\u05d9\u05ea (\u05e1\u05e4\u05e8\u05d3)
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1288
|
||||
!Galileo\ Help=
|
||||
Galileo\ Help=\u05e2\u05d6\u05e8\u05d4 \u05de\u05d2\u05dc\u05d9\u05dc\u05d0\u05d5
|
||||
|
||||
#: ../../../processing/app/Preferences.java:94
|
||||
Georgian=\u05d2\u05e8\u05d2\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9\u05ea
|
||||
@ -769,24 +794,24 @@ Georgian=\u05d2\u05e8\u05d2\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9\u05ea
|
||||
German=\u05d2\u05e8\u05de\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:817
|
||||
!Get\ Board\ Info=
|
||||
Get\ Board\ Info=\u05e7\u05d1\u05dc \u05de\u05d9\u05d3\u05e2 \u05dc\u05d5\u05d7
|
||||
|
||||
#: Editor.java:1054
|
||||
Getting\ Started=\u05de\u05ea\u05d7\u05d9\u05dc\u05d9\u05dd
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1646
|
||||
#, java-format
|
||||
Global\ variables\ use\ {0}\ bytes\ ({2}%%)\ of\ dynamic\ memory,\ leaving\ {3}\ bytes\ for\ local\ variables.\ Maximum\ is\ {1}\ bytes.=\u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-{0} \u05d1\u05d9\u05d9\u05d8 ({2}%%) \u05e9\u05dc \u05d6\u05d9\u05db\u05e8\u05d5\u05df \u05d3\u05d9\u05e0\u05de\u05d9, \u05de\u05e9\u05d0\u05d9\u05e8 {3} \u05d1\u05d9\u05d9\u05d8 \u05dc\u05d0\u05d7\u05e1\u05d5\u05df \u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05de\u05e7\u05d5\u05de\u05d9\u05d9\u05dd. \u05de\u05e8\u05d1 \u05d4\u05de\u05e7\u05d5\u05dd \u05d4\u05d5\u05d0 {1} \u05d1\u05d9\u05d9\u05d8\u05d9\u05dd.
|
||||
Global\ variables\ use\ {0}\ bytes\ ({2}%%)\ of\ dynamic\ memory,\ leaving\ {3}\ bytes\ for\ local\ variables.\ Maximum\ is\ {1}\ bytes.=\u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1{0} \u05d1\u05d9\u05d9\u05d8 ({2}%%) \u05e9\u05dc \u05d6\u05d9\u05db\u05e8\u05d5\u05df \u05d3\u05d9\u05e0\u05de\u05d9, \u05de\u05e9\u05d0\u05d9\u05e8\u05d9\u05dd {3} \u05d1\u05d9\u05d9\u05d8 \u05dc\u05d0\u05d7\u05e1\u05d5\u05df \u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05de\u05e7\u05d5\u05de\u05d9\u05d9\u05dd. \u05de\u05e8\u05d1 \u05d4\u05de\u05e7\u05d5\u05dd \u05d4\u05d9\u05e0\u05d5 {1} \u05d1\u05d9\u05d9\u05d8.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1651
|
||||
#, java-format
|
||||
Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1{0} \u05d1\u05d9\u05d9\u05d8 \u05e9\u05dc \u05d6\u05db\u05e8\u05d5\u05df \u05d3\u05d9\u05e0\u05de\u05d9.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
|
||||
!Go\ to\ line=
|
||||
Go\ to\ line=\u05e2\u05d1\u05d5\u05e8 \u05dc\u05e9\u05d5\u05e8\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1460
|
||||
!Go\ to\ line...=
|
||||
Go\ to\ line...=\u05e2\u05d1\u05d5\u05e8 \u05dc\u05e9\u05d5\u05e8\u05d4...
|
||||
|
||||
#: Preferences.java:98
|
||||
Greek=\u05d9\u05d5\u05d5\u05e0\u05d9\u05ea
|
||||
@ -801,10 +826,10 @@ Help=\u05e2\u05d6\u05e8\u05d4
|
||||
Hindi=\u05d4\u05d5\u05d3\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
|
||||
!Host\ name\:=
|
||||
Host\ name\:=\u05e9\u05dd \u05de\u05d0\u05e8\u05d7\:
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=\u05de\u05d4 \u05dc\u05d2\u05d1\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e7\u05d5\u05d3\u05dd, \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e0\u05e1\u05d9\u05d5\u05df \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e9\u05de\u05d4?
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=\u05dc\u05de\u05d4 \u05dc\u05d0 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e7\u05d5\u05d3\u05dd, \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e0\u05e1\u05d9\u05d5\u05df \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e9\u05de\u05d4?
|
||||
|
||||
#: Sketch.java:882
|
||||
How\ very\ Borges\ of\ you=\u05db\u05de\u05d4 \u05de\u05d7\u05d5\u05db\u05dd \u05de\u05e6\u05d9\u05d3\u05da.
|
||||
@ -813,26 +838,29 @@ How\ very\ Borges\ of\ you=\u05db\u05de\u05d4 \u05de\u05d7\u05d5\u05db\u05dd \u0
|
||||
Hungarian=\u05d4\u05d5\u05e0\u05d2\u05e8\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1319
|
||||
!INCOMPATIBLE=
|
||||
INCOMPATIBLE=\u05dc\u05d0 \u05ea\u05d5\u05d0\u05dd
|
||||
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea/\u05d2\u05d3\u05d5\u05dc\u05d5\u05ea
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u05de\u05ea\u05e2\u05dc\u05dd \u05de\u05e9\u05dd \u05e1\u05e4\u05e8\u05d9\u05d4 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u05de\u05ea\u05e2\u05dc\u05dd \u05de\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e2\u05dd \u05e9\u05dd \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9
|
||||
|
||||
#: ../../../processing/app/Sketch.java:736
|
||||
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As")\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=\u05d1\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05d2\u05e8\u05e1\u05d4 1.0, \u05e1\u05d9\u05d5\u05de\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05d4\u05e9\u05ea\u05e0\u05ea\u05d4\n\u05de\u05e1\u05d9\u05d5\u05de\u05ea .pde \u05dc\u05e1\u05d9\u05d5\u05de\u05ea .ino. \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea (\u05db\u05d5\u05dc\u05dc \u05d0\u05dc\u05d5 \u05e9\u05e0\u05d5\u05e6\u05e8\u05d5 \u05e2"\u05d9\n\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc "\u05e9\u05de\u05d9\u05e8\u05d4 \u05d1\u05e9\u05dd") \u05d9\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05e1\u05d9\u05d5\u05de\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4. \u05d4\u05e1\u05d9\u05d5\u05de\u05ea \u05e9\u05dc\n\u05e7\u05d1\u05e6\u05d9\u05dd \u05d9\u05e9\u05e0\u05d9\u05dd \u05ea\u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05de\u05d4\u05dc\u05da \u05e9\u05de\u05d9\u05e8\u05d4, \u05d0\u05d5\u05dc\u05dd \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5\n\u05d1\u05d7\u05dc\u05d5\u05df \u05d4\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.\n\n\u05dc\u05e9\u05de\u05d5\u05e8 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05d6\u05d5 \u05d5\u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e1\u05d9\u05d5\u05de\u05ea \u05e9\u05dc\u05d4?
|
||||
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As")\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=\u05d1Arduino \u05d2\u05e8\u05e1\u05d4 1.0, \u05e1\u05d9\u05d5\u05de\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05d4\u05e9\u05ea\u05e0\u05ea\u05d4\n\u05de\u05e1\u05d9\u05d5\u05de\u05ea .pde \u05dc\u05e1\u05d9\u05d5\u05de\u05ea .ino. \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea (\u05db\u05d5\u05dc\u05dc \u05d0\u05dc\u05d5 \u05e9\u05e0\u05d5\u05e6\u05e8\u05d5 \u05e2"\u05d9\n\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc "\u05e9\u05de\u05d9\u05e8\u05d4 \u05d1\u05e9\u05dd") \u05d9\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05e1\u05d9\u05d5\u05de\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4. \u05d4\u05e1\u05d9\u05d5\u05de\u05ea \u05e9\u05dc\n\u05e7\u05d1\u05e6\u05d9\u05dd \u05d9\u05e9\u05e0\u05d9\u05dd \u05ea\u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05de\u05d4\u05dc\u05da \u05e9\u05de\u05d9\u05e8\u05d4, \u05d0\u05d5\u05dc\u05dd \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5\n\u05d1\u05d7\u05dc\u05d5\u05df \u05d4\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea.\n\n\u05dc\u05e9\u05de\u05d5\u05e8 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05d6\u05d5 \u05d5\u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e1\u05d9\u05d5\u05de\u05ea \u05e9\u05dc\u05d4?
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:778
|
||||
!Include\ Library=
|
||||
Include\ Library=\u05db\u05dc\u05d5\u05dc \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
!Incorrect\ IDE\ installation\ folder=
|
||||
Incorrect\ IDE\ installation\ folder=\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05ea\u05e7\u05e0\u05ea \u05d4-IDE \u05e9\u05d2\u05d5\u05d9\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:1378
|
||||
Increase\ Font\ Size=\u05d4\u05d2\u05d3\u05dc \u05d2\u05d5\u05d3\u05dc \u05e4\u05d5\u05e0\u05d8
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
Increase\ Indent=\u05d4\u05d2\u05d3\u05dc \u05d4\u05d6\u05d7\u05d4
|
||||
@ -841,7 +869,7 @@ Increase\ Indent=\u05d4\u05d2\u05d3\u05dc \u05d4\u05d6\u05d7\u05d4
|
||||
Indonesian=\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:295
|
||||
!Initializing\ packages...=
|
||||
Initializing\ packages...=\u05de\u05d0\u05ea\u05d7\u05dc \u05d7\u05d1\u05d9\u05dc\u05d5\u05ea...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
|
||||
@ -849,31 +877,31 @@ Indonesian=\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05ea
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:78
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:91
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:303
|
||||
!Install=
|
||||
Install=\u05d4\u05ea\u05e7\u05df
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
|
||||
!Installation\ completed\!=
|
||||
Installation\ completed\!=\u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4\!
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
|
||||
!Installed=
|
||||
Installed=\u05d4\u05d5\u05ea\u05e7\u05df
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
Installing\ boards...=\u05de\u05ea\u05e7\u05d9\u05df \u05dc\u05d5\u05d7\u05d5\u05ea...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
!Installing\ tools\ ({0}/{1})...=
|
||||
Installing\ tools\ ({0}/{1})...=\u05de\u05ea\u05e7\u05d9\u05df \u05db\u05dc\u05d9\u05dd ({0}/{1})...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
|
||||
!Installing...=
|
||||
Installing...=\u05de\u05ea\u05e7\u05d9\u05df...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:256
|
||||
!Interface\ scale\:=
|
||||
Interface\ scale\:=\u05e7\u05e0\u05d4 \u05de\u05d9\u05d3\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4\:
|
||||
|
||||
#: ../../../processing/app/Base.java:1204
|
||||
#, java-format
|
||||
@ -881,7 +909,7 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u0
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Invalid quoting\: no closing [{0}] char found.
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea
|
||||
@ -890,7 +918,7 @@ Italian=\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea
|
||||
Japanese=\u05d9\u05e4\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:81
|
||||
!Kazakh=
|
||||
Kazakh=\u05e7\u05d6\u05d7\u05e1\u05d8\u05e0\u05d9\u05ea
|
||||
|
||||
#: Preferences.java:104
|
||||
Korean=\u05e7\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9\u05ea
|
||||
@ -899,39 +927,39 @@ Korean=\u05e7\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9\u05ea
|
||||
Latvian=\u05dc\u05d8\u05d1\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
|
||||
!Library\ Manager=
|
||||
Library\ Manager=\u05de\u05e0\u05d4\u05dc \u05d4\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea
|
||||
|
||||
#: ../../../../../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=\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d4\u05ea\u05d5\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05e9\u05dc\u05da. \u05e2\u05d9\u05d9\u05df \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 "\u05db\u05dc\u05d5\u05dc \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4"
|
||||
|
||||
#: ../../../../../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}=\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea 'src' \u05d5\u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea 'utility' \u05d9\u05d7\u05d3. \u05d1\u05d3\u05d5\u05e7 \u05e9\u05d5\u05d1 {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
Line\ number\:=\u05de\u05e1\u05e4\u05e8 \u05e9\u05d5\u05e8\u05d4\:
|
||||
|
||||
#: Preferences.java:106
|
||||
Lithuaninan=\u05dc\u05d9\u05d8\u05d0\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:132
|
||||
!Loading\ configuration...=
|
||||
Loading\ configuration...=\u05d8\u05d5\u05e2\u05df \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea...
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
#, java-format
|
||||
!Looking\ for\ recipes\ like\ {0}*{1}=
|
||||
Looking\ for\ recipes\ like\ {0}*{1}=Looking for recipes like {0}*{1}
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1684
|
||||
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
|
||||
Low\ memory\ available,\ stability\ problems\ may\ occur.=\u05d6\u05db\u05e8\u05d5\u05df \u05d6\u05de\u05d9\u05df \u05e0\u05de\u05d5\u05da, \u05d1\u05e2\u05d9\u05d5\u05ea \u05d9\u05e6\u05d9\u05d1\u05d5\u05ea \u05e2\u05dc\u05d5\u05dc\u05d5\u05ea \u05dc\u05d4\u05d5\u05e4\u05d9\u05e2.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1168
|
||||
!Manage\ Libraries...=
|
||||
Manage\ Libraries...=\u05e0\u05d4\u05dc \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
|
||||
!Manual\ proxy\ configuration=
|
||||
Manual\ proxy\ configuration=\u05d4\u05d2\u05d3\u05e8\u05ea \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9 \u05d9\u05d3\u05e0\u05d9\u05ea
|
||||
|
||||
#: Preferences.java:107
|
||||
Marathi=\u05de\u05d0\u05e8\u05d9\u05ea
|
||||
@ -941,13 +969,13 @@ Message=\u05d4\u05d5\u05d3\u05e2\u05d4
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:81
|
||||
#, java-format
|
||||
!Missing\ '{0}'\ from\ library\ in\ {1}=
|
||||
Missing\ '{0}'\ from\ library\ in\ {1}='{0}' \u05d4\u05d9\u05e0\u05d5 \u05d7\u05e1\u05e8 \u05de\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d1-{1}
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
!Mode\ not\ supported=
|
||||
Mode\ not\ supported=Mode \u05d0\u05d9\u05e0\u05d5 \u05e0\u05ea\u05de\u05da \u05e2\u05d5\u05d3.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
|
||||
!More=
|
||||
More=\u05d9\u05d5\u05ea\u05e8
|
||||
|
||||
#: Preferences.java:449
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea \u05e0\u05d9\u05ea\u05e0\u05d5\u05ea \u05dc\u05e2\u05e8\u05d9\u05db\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05ea\u05d5\u05da \u05d4\u05e7\u05d5\u05d1\u05e5
|
||||
@ -956,11 +984,11 @@ More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=\u05d4\u05e2\u05d3\u
|
||||
Moving=\u05de\u05e2\u05d1\u05d9\u05e8
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:484
|
||||
!Multiple\ files\ not\ supported=
|
||||
Multiple\ files\ not\ supported=\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e8\u05d5\u05d1\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05e0\u05ea\u05de\u05db\u05d9\u05dd
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:520
|
||||
#, java-format
|
||||
!Multiple\ libraries\ were\ found\ for\ "{0}"=
|
||||
Multiple\ libraries\ were\ found\ for\ "{0}"=\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05de\u05e8\u05d5\u05d1\u05d5\u05ea \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05e9\u05d1\u05d9\u05dc "{0}"
|
||||
|
||||
#: ../../../processing/app/Base.java:395
|
||||
Must\ specify\ exactly\ one\ sketch\ file=\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d9\u05d9\u05df \u05e7\u05d5\u05d1\u05e5 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05d0\u05d7\u05d3 \u05d1\u05dc\u05d1\u05d3
|
||||
@ -969,22 +997,22 @@ Must\ specify\ exactly\ one\ sketch\ file=\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\
|
||||
Name\ for\ new\ file\:=\u05e9\u05dd \u05e7\u05d5\u05d1\u05e5 \u05d7\u05d3\u05e9\:
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2809
|
||||
!Native\ serial\ port,\ can't\ obtain\ info=
|
||||
Native\ serial\ port,\ can't\ obtain\ info=Native serial port, can't obtain info
|
||||
|
||||
#: ../../../processing/app/Preferences.java:149
|
||||
Nepali=\u05e0\u05e4\u05d0\u05dc\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
|
||||
!Network=
|
||||
Network=\u05e8\u05e9\u05ea
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2804
|
||||
!Network\ port,\ can't\ obtain\ info=
|
||||
Network\ port,\ can't\ obtain\ info=\u05e4\u05d5\u05e8\u05d8 \u05e8\u05e9\u05ea, \u05d4\u05e9\u05d2\u05ea \u05de\u05d9\u05d3\u05e2 \u05e0\u05db\u05e9\u05dc\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
!Network\ ports=
|
||||
Network\ ports=\u05e4\u05d5\u05e8\u05d8\u05d9 \u05e8\u05e9\u05ea
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:51
|
||||
Network\ upload\ using\ programmer\ not\ supported=\u05d4\u05e2\u05dc\u05d0\u05ea \u05e8\u05e9\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d3\u05e8\u05da (?) \u05d0\u05d9\u05e0\u05d4 \u05e0\u05ea\u05de\u05db\u05ea.
|
||||
Network\ upload\ using\ programmer\ not\ supported=\u05d4\u05e2\u05dc\u05d0\u05ea \u05e8\u05e9\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d3\u05e8\u05da \u05d4\u05de\u05ea\u05db\u05e0\u05ea \u05d0\u05d9\u05e0\u05d4 \u05e0\u05ea\u05de\u05db\u05ea.
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
New=\u05d7\u05d3\u05e9
|
||||
@ -1002,31 +1030,31 @@ Next\ Tab=\u05dc\u05e9\u05d5\u05e0\u05d9\u05ea \u05d4\u05d1\u05d0\u05d4
|
||||
No=\u05dc\u05d0
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:158
|
||||
!No\ authorization\ data\ found=
|
||||
No\ authorization\ data\ found=\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0 \u05de\u05d9\u05d3\u05e2 \u05d4\u05e8\u05e9\u05d0\u05d4
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
No\ changes\ necessary\ for\ Auto\ Format.=\u05d0\u05d9\u05df \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05de\u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05e2\u05d9\u05e6\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
!No\ command\ line\ parameters\ found=
|
||||
No\ command\ line\ parameters\ found=\u05e4\u05e8\u05de\u05d8\u05e8\u05d9 \u05e9\u05d5\u05e8\u05ea \u05e4\u05e7\u05d5\u05d3\u05d4 \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:200
|
||||
!No\ compiled\ sketch\ found=
|
||||
No\ compiled\ sketch\ found=\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05e9\u05e2\u05d1\u05e8\u05d4 \u05d4\u05d9\u05d3\u05d5\u05e8
|
||||
|
||||
#: Editor.java:373
|
||||
No\ files\ were\ added\ to\ the\ sketch.=\u05dc\u05d0 \u05d4\u05ea\u05d5\u05d5\u05e1\u05e4\u05d5 \u05e7\u05d1\u05e6\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4.
|
||||
|
||||
#: Platform.java:167
|
||||
No\ launcher\ available=\u05d0\u05d9\u05df \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4
|
||||
No\ launcher\ available=\u05d0\u05d9\u05df \u05de\u05e9\u05d2\u05e8 \u05d6\u05de\u05d9\u05df
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
No\ line\ ending=\u05d0\u05d9\u05df \u05e1\u05d5\u05e3 \u05e9\u05d5\u05e8\u05d4
|
||||
No\ line\ ending=\u05d0\u05d9\u05df \u05e1\u05d5\u05e3 \u05dc\u05e9\u05d5\u05e8\u05d4
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:665
|
||||
!No\ parameters=
|
||||
No\ parameters=\u05dc\u05dc\u05d0 \u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
|
||||
!No\ proxy=
|
||||
No\ proxy=\u05dc\u05dc\u05d0 \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9
|
||||
|
||||
#: Base.java:541
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=\u05dc\u05d0, \u05d1\u05d0\u05de\u05ea, \u05d4\u05d2\u05d9\u05e2 \u05d4\u05d6\u05de\u05df \u05dc\u05e0\u05e9\u05d5\u05dd \u05e7\u05e6\u05ea \u05d0\u05d5\u05d5\u05d9\u05e8 \u05e0\u05e7\u05d9.
|
||||
@ -1037,26 +1065,26 @@ No\ reference\ available\ for\ "{0}"=\u05d0\u05d9\u05df \u05d9\u05d9\u05d7\u05d5
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:504
|
||||
#: ../../../processing/app/BaseNoGui.java:549
|
||||
!No\ sketch=
|
||||
No\ sketch=\u05dc\u05dc\u05d0 \u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:428
|
||||
!No\ sketchbook=
|
||||
No\ sketchbook=\u05dc\u05dc\u05d0 \u05d7\u05d5\u05d1\u05e8\u05ea \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea
|
||||
|
||||
#: ../../../processing/app/Sketch.java:204
|
||||
No\ valid\ code\ files\ found=\u05e7\u05d1\u05e6\u05d9 \u05e7\u05d5\u05d3 \u05e7\u05d1\u05d9\u05dc\u05d9\u05dd \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5
|
||||
No\ valid\ code\ files\ found=\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e7\u05d1\u05e6\u05d9 \u05e7\u05d5\u05d3 \u05ea\u05e7\u05d9\u05e0\u05d9\u05dd
|
||||
|
||||
#: ../../../processing/app/debug/TargetPackage.java:63
|
||||
#, java-format
|
||||
!No\ valid\ hardware\ definitions\ found\ in\ folder\ {0}.=
|
||||
No\ valid\ hardware\ definitions\ found\ in\ folder\ {0}.=No valid hardware definitions found in folder {0}.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
|
||||
!None=
|
||||
None=\u05dc\u05dc\u05d0
|
||||
|
||||
#: ../../../processing/app/Preferences.java:108
|
||||
Norwegian\ Bokm\u00e5l=\u05e0\u05e8\u05d5\u05d5\u05d2\u05d9\u05ea
|
||||
Norwegian\ Bokm\u00e5l=\u05e0\u05d5\u05e8\u05d5\u05d5\u05d2\u05d9\u05ea
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1656
|
||||
!Not\ enough\ memory;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ your\ footprint.=
|
||||
Not\ enough\ memory;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ your\ footprint.=\u05d0\u05d9\u05df \u05de\u05e1\u05e4\u05d9\u05e7 \u05d6\u05d9\u05db\u05e8\u05d5\u05df; \u05e8\u05d0\u05d4 http\://www.arduino.cc/en/Guide/Troubleshooting\#size \u05d8\u05d9\u05e4\u05d9\u05dd \u05d1\u05e0\u05d5\u05e9\u05d0 \u05d9\u05d9\u05e2\u05d5\u05dc \u05d4\u05d6\u05d9\u05db\u05e8\u05d5\u05df.
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
@ -1066,31 +1094,31 @@ OK=\u05d0\u05e9\u05e8
|
||||
One\ file\ added\ to\ the\ sketch.=\u05e7\u05d5\u05d1\u05e5 \u05d0\u05d7\u05d3 \u05d4\u05ea\u05d5\u05d5\u05e1\u05e3 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:455
|
||||
!Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=
|
||||
Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=Only --verify, --upload or --get-pref are supported
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
Open=\u05e4\u05ea\u05d7
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:625
|
||||
!Open\ Recent=
|
||||
Open\ Recent=\u05e4\u05ea\u05d7 \u05e7\u05d1\u05e6\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd
|
||||
|
||||
#: Editor.java:2688
|
||||
Open\ URL=\u05e4\u05ea\u05d7 \u05e7\u05d9\u05e9\u05d5\u05e8
|
||||
|
||||
#: Base.java:636
|
||||
Open\ an\ Arduino\ sketch...=\u05e4\u05ea\u05d7 \u05e1\u05e7\u05d9\u05e6\u05ea \u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5...
|
||||
Open\ an\ Arduino\ sketch...=\u05e4\u05ea\u05d7 \u05e1\u05e7\u05d9\u05e6\u05ea Arduino...
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u05e4\u05ea\u05d7...
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
|
||||
!Other=
|
||||
Other=\u05d0\u05d7\u05e8
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05d5\u05d3
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
|
||||
!Partner=
|
||||
Partner=\u05e4\u05e8\u05d8\u05e0\u05e8
|
||||
|
||||
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
|
||||
Password\:=\u05e1\u05d9\u05e1\u05de\u05d4\:
|
||||
@ -1106,29 +1134,29 @@ Persian\ (Iran)=\u05e4\u05e8\u05e1\u05d9\u05ea (\u05d0\u05d9\u05e8\u05d0\u05df)
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:79
|
||||
#, java-format
|
||||
!Platform\ {0}\ (package\ {1})\ is\ unknown=
|
||||
Platform\ {0}\ (package\ {1})\ is\ unknown=\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4 {0} (\u05d7\u05d1\u05d9\u05dc\u05d4 {1}) \u05d0\u05d9\u05e0\u05d4 \u05d9\u05d3\u05d5\u05e2\u05d4
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
|
||||
!Please\ confirm\ boards\ deletion=
|
||||
Please\ confirm\ boards\ deletion=\u05d0\u05e0\u05d0 \u05d0\u05e9\u05e8 \u05de\u05d7\u05d9\u05e7\u05ea \u05dc\u05d5\u05d7\u05d5\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!Please\ confirm\ library\ deletion=
|
||||
Please\ confirm\ library\ deletion=\u05d0\u05e0\u05d0 \u05d0\u05e9\u05e8 \u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u05d0\u05e0\u05d0 \u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-SPI \u05de\u05ea\u05e4\u05e8\u05d9\u05d8 \u05e1\u05e7\u05d9\u05e6\u05d4 -> \u05d9\u05d9\u05d1\u05d0 \u05e1\u05e4\u05e8\u05d9\u05d4.
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u05d0\u05e0\u05d0 \u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Wire \u05de\u05ea\u05e4\u05e8\u05d9\u05d8 \u05e1\u05e7\u05d9\u05e6\u05d4 > \u05d9\u05d9\u05d1\u05d0 \u05e1\u05e4\u05e8\u05d9\u05d4
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05e4\u05d5\u05e8\u05d8 \u05dc\u05e7\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05e2 \u05dc\u05d5\u05d7
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:217
|
||||
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:262
|
||||
!Please\ select\ a\ programmer\ from\ Tools->Programmer\ menu=
|
||||
Please\ select\ a\ programmer\ from\ Tools->Programmer\ menu=\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05de\u05ea\u05db\u05e0\u05ea \u05de\u05ea\u05e4\u05e8\u05d9\u05d8 \u05db\u05dc\u05d9\u05dd > \u05de\u05ea\u05db\u05e0\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2613
|
||||
!Plotter\ not\ available\ while\ serial\ monitor\ is\ open=
|
||||
Plotter\ not\ available\ while\ serial\ monitor\ is\ open=\u05e4\u05dc\u05d5\u05d8\u05e8 \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df \u05db\u05d0\u05e9\u05e8 \u05d4\u05e6\u05d2 \u05d4\u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 \u05e4\u05ea\u05d5\u05d7
|
||||
|
||||
#: Preferences.java:110
|
||||
Polish=\u05e4\u05d5\u05dc\u05e0\u05d9\u05ea
|
||||
@ -1137,7 +1165,7 @@ Polish=\u05e4\u05d5\u05dc\u05e0\u05d9\u05ea
|
||||
Port=\u05e4\u05d5\u05e8\u05d8
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
|
||||
!Port\ number\:=
|
||||
Port\ number\:=\u05de\u05e1\u05e4\u05e8 \u05e4\u05d5\u05e8\u05d8\:
|
||||
|
||||
#: ../../../processing/app/Preferences.java:151
|
||||
Portugese=\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05d6\u05d9\u05ea
|
||||
@ -1152,7 +1180,7 @@ Portuguese\ (Portugal)=\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05d6\u05d9\u05ea (\
|
||||
Preferences=\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:297
|
||||
!Preparing\ boards...=
|
||||
Preparing\ boards...=\u05de\u05db\u05d9\u05df \u05dc\u05d5\u05d7\u05d5\u05ea...
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
Previous=\u05d4\u05e7\u05d5\u05d3\u05dd
|
||||
@ -1179,17 +1207,17 @@ Problem\ Opening\ URL=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05e4\u05ea\u05d9\u05d7\u0
|
||||
Problem\ Setting\ the\ Platform=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4
|
||||
|
||||
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:136
|
||||
!Problem\ accessing\ board\ folder\ /www/sd=
|
||||
Problem\ accessing\ board\ folder\ /www/sd=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d2\u05d9\u05e9\u05d4 \u05dc\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05dc\u05d5\u05d7 /www/sd
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/packages/uploaders/SSHUploader.java:206
|
||||
#, java-format
|
||||
!Problem\ accessing\ files\ in\ folder\ "{0}"=
|
||||
Problem\ accessing\ files\ in\ folder\ "{0}"=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d2\u05d9\u05e9\u05d4 \u05dc\u05e7\u05d1\u05e6\u05d9\u05dd \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 "{0}"
|
||||
|
||||
#: Base.java:1673
|
||||
Problem\ getting\ data\ folder=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d9\u05d3\u05e2
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05d8\u05e2\u05d9\u05e0\u05d4 \u05dc\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8 \u05d1\: http\://www.arduino.cc/en/Guide/Troubleshooting\#upload \u05dc\u05e7\u05d1\u05dc\u05ea \u05e2\u05e6\u05d5\u05ea.
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05d8\u05e2\u05d9\u05e0\u05d4 \u05dc\u05dc\u05d5\u05d7. \u05e2\u05d9\u05d9\u05df \u05d1http\://www.arduino.cc/en/Guide/Troubleshooting\#upload \u05dc\u05e7\u05d1\u05dc\u05ea \u05e2\u05e6\u05d5\u05ea.
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
Problem\ with\ rename=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e9\u05dd
|
||||
@ -1202,16 +1230,16 @@ Programmer=\u05de\u05ea\u05db\u05e0\u05ea
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
|
||||
#, java-format
|
||||
!Progress\ {0}=
|
||||
Progress\ {0}=\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea {0}
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
Quit=\u05d9\u05e6\u05d9\u05d0\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:1233
|
||||
!RETIRED=
|
||||
RETIRED=RETIRED
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
|
||||
!Recommended=
|
||||
Recommended=\u05de\u05d5\u05de\u05dc\u05e5
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u05d7\u05d6\u05d5\u05e8 \u05e2\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d1\u05d5\u05d8\u05dc\u05d4
|
||||
@ -1220,15 +1248,15 @@ Redo=\u05d7\u05d6\u05d5\u05e8 \u05e2\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9
|
||||
Reference=\u05de\u05e9\u05ea\u05e0\u05d4 \u05d9\u05d9\u05d7\u05d5\u05e1
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
Remove=\u05d4\u05e1\u05e8
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
!Removing...=
|
||||
Removing...=\u05de\u05e1\u05d9\u05e8...
|
||||
|
||||
#: EditorHeader.java:300
|
||||
Rename=\u05e9\u05e0\u05d4 \u05e9\u05dd
|
||||
@ -1250,18 +1278,18 @@ Replace\ the\ existing\ version\ of\ {0}?=\u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \
|
||||
Replace\ with\:=\u05d4\u05d7\u05dc\u05e3 \u05e2\u05dd\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:28
|
||||
!Retired=
|
||||
Retired=Retired
|
||||
|
||||
#: Preferences.java:113
|
||||
Romanian=\u05e8\u05d5\u05de\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:83
|
||||
#, java-format
|
||||
!Running\ recipe\:\ {0}=
|
||||
Running\ recipe\:\ {0}=Running recipe\: {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:82
|
||||
#, java-format
|
||||
!Running\:\ {0}=
|
||||
Running\:\ {0}=\u05e4\u05d5\u05e2\u05dc\: {0}
|
||||
|
||||
#: Preferences.java:114
|
||||
Russian=\u05e8\u05d5\u05e1\u05d9\u05ea
|
||||
@ -1284,16 +1312,16 @@ Save\ changes\ to\ "{0}"?\ \ =\u05e9\u05de\u05d5\u05e8 \u05e9\u05d9\u05e0\u05d5\
|
||||
Save\ sketch\ folder\ as...=\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d1...
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:425
|
||||
!Save\ when\ verifying\ or\ uploading=
|
||||
Save\ when\ verifying\ or\ uploading=\u05e9\u05de\u05d5\u05e8 \u05db\u05d0\u05e9\u05e8 \u05de\u05ea\u05d1\u05e6\u05e2 \u05d0\u05d9\u05de\u05d5\u05ea \u05d0\u05d5 \u05d4\u05e2\u05dc\u05d0\u05d4
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
Saving...=\u05e9\u05d5\u05de\u05e8...
|
||||
|
||||
#: ../../../processing/app/FindReplace.java:131
|
||||
!Search\ all\ Sketch\ Tabs=
|
||||
Search\ all\ Sketch\ Tabs=\u05d7\u05e4\u05e9 \u05d1\u05db\u05dc \u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d5\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: Base.java:1909
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=\u05d1\u05d7\u05e8 \u05e1\u05e4\u05e8\u05d9\u05d4 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea (\u05d0\u05d5 \u05d9\u05d9\u05e6\u05e8 \u05d7\u05d3\u05e9\u05d4)...
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=\u05d1\u05d7\u05e8 \u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea (\u05d0\u05d5 \u05e6\u05d5\u05e8 \u05d7\u05d3\u05e9\u05d4)...
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
Select\ All=\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc
|
||||
@ -1302,38 +1330,42 @@ Select\ All=\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc
|
||||
Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 ZIP \u05d0\u05d5 \u05e1\u05e4\u05e8\u05d9\u05d4 \u05e9\u05de\u05db\u05d9\u05dc\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05d0\u05d5\u05ea\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3
|
||||
|
||||
#: Sketch.java:975
|
||||
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=\u05d1\u05d7\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05e7\u05d5\u05d1\u05e5 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e9\u05dc\u05da
|
||||
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=\u05d1\u05d7\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05e7\u05d5\u05d1\u05e5 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e9\u05dc\u05da
|
||||
|
||||
#: Preferences.java:330
|
||||
Select\ new\ sketchbook\ location=\u05d1\u05d7\u05e8 \u05de\u05d9\u05e7\u05d5\u05dd \u05dc\u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4
|
||||
Select\ new\ sketchbook\ location=\u05d1\u05d7\u05e8 \u05de\u05d9\u05e7\u05d5\u05dd \u05d7\u05d3\u05e9 \u05dc\u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
|
||||
!Select\ version=
|
||||
Select\ version=\u05d1\u05d7\u05e8 \u05d2\u05d9\u05e8\u05e1\u05d4
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:146
|
||||
!Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=
|
||||
Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=\u05d4\u05dc\u05d5\u05d7 \u05d4\u05e0\u05d1\u05d7\u05e8 \u05ea\u05dc\u05d5\u05d9 \u05d1\u05dc\u05d9\u05d1\u05ea '{0}' (\u05d0\u05d9\u05e0\u05e0\u05d4 \u05de\u05d5\u05ea\u05e7\u05e0\u05ea).
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:374
|
||||
!Selected\ board\ is\ not\ available=
|
||||
Selected\ board\ is\ not\ available=\u05d4\u05dc\u05d5\u05d7 \u05d4\u05e0\u05d1\u05d7\u05e8 \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:423
|
||||
!Selected\ library\ is\ not\ available=
|
||||
Selected\ library\ is\ not\ available=\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d7\u05e8\u05ea \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u05e9\u05dc\u05d7
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
|
||||
!Sensors=
|
||||
Sensors=\u05d7\u05d9\u05d9\u05e9\u05e0\u05d9\u05dd
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u05de\u05e1\u05da \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:804
|
||||
!Serial\ Plotter=
|
||||
Serial\ Plotter=\u05e4\u05dc\u05d5\u05d8\u05e8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2325
|
||||
#, java-format
|
||||
Serial\ monitor\ is\ not\ supported\ on\ network\ ports\ such\ as\ {0}\ for\ the\ {1}\ in\ this\ release=\u05e6\u05d2 \u05e1\u05e8\u05d9\u05d0\u05dc\u05d9 \u05d0\u05d9\u05e0\u05d5 \u05e0\u05ea\u05de\u05da \u05d1\u05e4\u05d5\u05e8\u05d8\u05d9 \u05e8\u05e9\u05ea \u05db\u05d2\u05d5\u05df {0} \u05d1\u05e9\u05d1\u05d9\u05dc \u05d4{1} \u05d1\u05d2\u05d9\u05e8\u05e1\u05d4 \u05d6\u05d0\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2516
|
||||
!Serial\ monitor\ not\ available\ while\ plotter\ is\ open=
|
||||
Serial\ monitor\ not\ available\ while\ plotter\ is\ open=\u05e6\u05d2 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df \u05db\u05d0\u05e9\u05e8 \u05d4\u05e4\u05dc\u05d5\u05d8\u05e8 \u05e4\u05ea\u05d5\u05d7
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
@ -1344,14 +1376,14 @@ Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the
|
||||
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=\u05e4\u05d5\u05e8\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 {0} \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0.\n\u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e2\u05dd \u05e4\u05d5\u05e8\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 \u05d0\u05d7\u05e8?
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:65
|
||||
!Serial\ ports=
|
||||
Serial\ ports=\u05e4\u05d5\u05e8\u05d8\u05d9\u05dd \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9\u05dd
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:84
|
||||
#, java-format
|
||||
!Setting\ build\ path\ to\ {0}=
|
||||
Setting\ build\ path\ to\ {0}=\u05de\u05d2\u05d3\u05d9\u05e8 \u05e0\u05ea\u05d9\u05d1 \u05d1\u05e0\u05d9\u05d9\u05d4 \u05dc {0}
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
|
||||
!Settings=
|
||||
Settings=\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea
|
||||
@ -1359,11 +1391,14 @@ Settings\ issues=\u05d1\u05e2\u05d9\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05d5\u
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u05d4\u05e8\u05d0\u05d4 \u05e4\u05dc\u05d8 \u05de\u05e4\u05d5\u05e8\u05d8 \u05d1\u05de\u05d4\u05dc\u05da\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
|
||||
!Signal\ Input/Output=
|
||||
Signal\ Input/Output=Signal Input/Output
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u05e1\u05e7\u05d9\u05e6\u05d4
|
||||
@ -1388,23 +1423,23 @@ Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ f
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1639
|
||||
#, java-format
|
||||
!Sketch\ uses\ {0}\ bytes\ ({2}%%)\ of\ program\ storage\ space.\ Maximum\ is\ {1}\ bytes.=
|
||||
Sketch\ uses\ {0}\ bytes\ ({2}%%)\ of\ program\ storage\ space.\ Maximum\ is\ {1}\ bytes.=\u05e1\u05e7\u05d9\u05e6\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\u05ea \u05d1{0} ({2}%%) \u05de\u05ea\u05d5\u05da \u05e0\u05e4\u05d7 \u05d4\u05d0\u05d7\u05e1\u05d5\u05df \u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05d4\u05d6\u05de\u05d9\u05df. \u05d4\u05e0\u05e4\u05d7 \u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9 \u05d4\u05d9\u05e0\u05d5 {1} \u05d1\u05d9\u05d9\u05d8.
|
||||
|
||||
#: Editor.java:510
|
||||
Sketchbook=\u05d7\u05d5\u05d1\u05e8\u05ea \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea
|
||||
|
||||
#: Base.java:258
|
||||
Sketchbook\ folder\ disappeared=\u05d4\u05e1\u05e4\u05e8\u05d9\u05d4 \u05e9\u05dc \u05e1\u05e4\u05e8 \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e0\u05e2\u05dc\u05de\u05d4
|
||||
Sketchbook\ folder\ disappeared=\u05d4\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e0\u05e2\u05dc\u05de\u05d4
|
||||
|
||||
#: Preferences.java:315
|
||||
Sketchbook\ location\:=\u05de\u05d9\u05e7\u05d5\u05dd \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea\:
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:428
|
||||
!Sketchbook\ path\ not\ defined=
|
||||
Sketchbook\ path\ not\ defined=\u05e0\u05ea\u05d9\u05d1 \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05d2\u05d3\u05e8
|
||||
|
||||
#: ../../../../../arduino-core//src/cc/arduino/contributions/packages/ContributionsIndexer.java:96
|
||||
#, java-format
|
||||
!Skipping\ contributed\ index\ file\ {0},\ parsing\ error\ occured\:=
|
||||
Skipping\ contributed\ index\ file\ {0},\ parsing\ error\ occured\:=Skipping contributed index file {0}, parsing error occured\:
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:185
|
||||
Slovak=\u05e1\u05dc\u05d5\u05d1\u05e7\u05d9\u05ea
|
||||
@ -1413,20 +1448,20 @@ Slovak=\u05e1\u05dc\u05d5\u05d1\u05e7\u05d9\u05ea
|
||||
Slovenian=\u05e1\u05dc\u05d5\u05d1\u05e0\u05d9\u05ea
|
||||
|
||||
#: 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.=\u05d7\u05dc\u05e7 \u05de\u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd \u05d1\u05de\u05e6\u05d1 "\u05e7\u05e8\u05d9\u05d0\u05d4-\u05d1\u05dc\u05d1\u05d3", \u05e6\u05e8\u05d9\u05da \u05dc\u05d1\u05e6\u05e2 \u05e9\u05de\u05d9\u05e8\u05d4 \u05de\u05d7\u05d3\u05e9 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d1\u05e0\u05ea\u05d9\u05d1 \u05d0\u05d7\u05e8, \u05d5\u05d0\u05d6 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1.
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=\u05d7\u05dc\u05e7 \u05de\u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd \u05d1\u05de\u05e6\u05d1 "\u05e7\u05e8\u05d9\u05d0\u05d4-\u05d1\u05dc\u05d1\u05d3", \u05d9\u05e9 \u05dc\u05d1\u05e6\u05e2 \u05e9\u05de\u05d9\u05e8\u05d4 \u05de\u05d7\u05d3\u05e9 \u05dc\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d1\u05de\u05d9\u05e7\u05d5\u05dd \u05d0\u05d7\u05e8, \u05d5\u05d0\u05d6 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1.
|
||||
|
||||
#: Sketch.java:721
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=\u05d7\u05dc\u05e7 \u05de\u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd \u05db"\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d1\u05dc\u05d1\u05d3", \u05dc\u05db\u05df \u05ea\u05e6\u05d8\u05e8\u05da\n\u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d4\u05d6\u05d0\u05ea \u05d1\u05de\u05d9\u05e7\u05d5\u05dd \u05e9\u05d5\u05e0\u05d4.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Sketch.java:246
|
||||
#, java-format
|
||||
!Sorry,\ the\ folder\ "{0}"\ already\ exists.=
|
||||
Sorry,\ the\ folder\ "{0}"\ already\ exists.=\u05e9\u05d2\u05d9\u05d0\u05d4, \u05d4\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 "{0}" \u05db\u05d1\u05e8 \u05e7\u05d9\u05d9\u05de\u05ea.
|
||||
|
||||
#: Preferences.java:115
|
||||
Spanish=\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2333
|
||||
!Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=
|
||||
Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=\u05d4\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05d0\u05d5 \u05e7\u05d5\u05d1\u05e5 \u05d4Zip \u05d0\u05d9\u05e0\u05dd \u05de\u05db\u05d9\u05dc\u05d9\u05dd \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05ea\u05e7\u05d9\u05e0\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:466
|
||||
Starting...=\u05de\u05ea\u05d7\u05d9\u05dc...
|
||||
@ -1441,29 +1476,29 @@ Swedish=\u05e9\u05d1\u05d3\u05d9\u05ea
|
||||
System\ Default=\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05d4\u05de\u05e2\u05e8\u05db\u05ea
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:188
|
||||
!Talossan=
|
||||
Talossan=Talossan
|
||||
|
||||
#: Preferences.java:116
|
||||
Tamil=\u05d8\u05d0\u05de\u05d9\u05dc\u05d9\u05ea
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:102
|
||||
!Telugu=
|
||||
Telugu=Telugu
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:100
|
||||
!Thai=
|
||||
Thai=\u05ea\u05d0\u05d9\u05dc\u05e0\u05d3\u05d9\u05ea
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=\u05d4\u05de\u05d9\u05dc\u05d4 'BYTE' \u05d0\u05d9\u05e0\u05d4 \u05e0\u05ea\u05de\u05db\u05ea \u05d9\u05d5\u05ea\u05e8.
|
||||
|
||||
#: ../../../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=\u05d0\u05d5\u05e4\u05e6\u05d9\u05d9\u05ea \u05d4--upload \u05ea\u05d5\u05de\u05db\u05ea \u05d1\u05e7\u05d5\u05d1\u05e5 \u05d0\u05d7\u05d3 \u05d1\u05dc\u05d1\u05d3 \u05db\u05dc \u05e4\u05e2\u05dd.
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=\u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Client \u05e9\u05d5\u05e0\u05ea\u05d4 \u05dc EthernetClient.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
|
||||
#, java-format
|
||||
!The\ IDE\ includes\ an\ updated\ {0}\ package,\ but\ you're\ using\ an\ older\ one.\nDo\ you\ want\ to\ upgrade\ {0}?=
|
||||
The\ IDE\ includes\ an\ updated\ {0}\ package,\ but\ you're\ using\ an\ older\ one.\nDo\ you\ want\ to\ upgrade\ {0}?=\u05d4IDE \u05db\u05d5\u05dc\u05dc\u05ea \u05d7\u05d1\u05d9\u05dc\u05d4 {0} \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05ea, \u05d0\u05da \u05d0\u05ea\u05d4 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d9\u05e9\u05e0\u05d4 \u05d9\u05d5\u05ea\u05e8.\n\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea {0}?
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=\u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Server \u05e9\u05d5\u05e0\u05ea\u05d4 \u05dc EthernetServer.
|
||||
@ -1471,64 +1506,68 @@ The\ Server\ class\ has\ been\ renamed\ EthernetServer.=\u05d4\u05de\u05d7\u05dc
|
||||
#: debug/Compiler.java:432
|
||||
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Udp \u05e9\u05d5\u05e0\u05ea\u05d4 \u05dc EthernetUdp.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/BaseNoGui.java:173
|
||||
!The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed.=
|
||||
#: ../../../../../arduino-core/src/processing/app/BaseNoGui.java:177
|
||||
The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed.=\u05d4-\u05dc\u05d5\u05d7 \u05d4\u05e0\u05d1\u05d7\u05e8 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05dc\u05d9\u05d1\u05ea {0}, \u05d0\u05e9\u05e8 \u05d0\u05d9\u05e0\u05d4 \u05de\u05d5\u05ea\u05e7\u05e0\u05ea.
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u05d4\u05e7\u05d5\u05d1\u05e5 "{0}" \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05ea\u05d5\u05da\n\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d1\u05e9\u05dd\: "{1}".\n\u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e4\u05e8\u05d9\u05d4, \u05dc\u05d4\u05d6\u05d9\u05d6 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d5\u05dc\u05d4\u05de\u05e9\u05d9\u05da?
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u05e2\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 "{0}" \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05ea\u05d5\u05da\n\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d1\u05e9\u05dd\: "{1}".\n\u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e4\u05e8\u05d9\u05d4, \u05dc\u05d4\u05d6\u05d9\u05d6 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d5\u05dc\u05d4\u05de\u05e9\u05d9\u05da?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u05d4\u05e1\u05e4\u05e8\u05d9\u05d4 "{0}" \u05dc\u05d0 \u05e0\u05d9\u05ea\u05e0\u05ea \u05dc\u05e9\u05d9\u05de\u05d5\u05e9.\n\u05e9\u05de\u05d5\u05ea \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\n(ASCII \u05d1\u05dc\u05d1\u05d3, \u05dc\u05dc\u05d0 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e1\u05e4\u05e8\u05d4)
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u05d4\u05e1\u05e4\u05e8\u05d9\u05d4 "{0}" \u05dc\u05d0 \u05e0\u05d9\u05ea\u05e0\u05ea \u05dc\u05e9\u05d9\u05de\u05d5\u05e9.\n\u05e9\u05de\u05d5\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\n(ASCII \u05d1\u05dc\u05d1\u05d3, \u05dc\u05dc\u05d0 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e1\u05e4\u05e8\u05d4)
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:170
|
||||
!The\ main\ file\ cannot\ use\ an\ extension=
|
||||
The\ main\ file\ cannot\ use\ an\ extension=\u05d4\u05e7\u05d5\u05d1\u05e5 main \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05e8\u05d7\u05d1\u05d4
|
||||
|
||||
#: Sketch.java:356
|
||||
The\ name\ cannot\ start\ with\ a\ period.=\u05d4\u05e9\u05dd \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e0\u05e7\u05d5\u05d3\u05d4
|
||||
|
||||
#: Base.java:1412
|
||||
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=\u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d4\u05e0\u05d1\u05d7\u05e8\u05ea \u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05ea \u05d9\u05d5\u05ea\u05e8.\n\u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d0\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05e2\u05d3\u05db\u05df\n\u05d0\u05ea \u05ea\u05e4\u05e8\u05d9\u05d8 \u05e1\u05e4\u05e8 \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea.
|
||||
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=\u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05d4\u05e0\u05d1\u05d7\u05e8\u05ea \u05d0\u05d9\u05e0\u05e0\u05d4 \u05e7\u05d9\u05d9\u05de\u05ea \u05e2\u05d5\u05d3.\n\u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d0\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4Arduino \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05e2\u05d3\u05db\u05df\n\u05d0\u05ea \u05ea\u05e4\u05e8\u05d9\u05d8 \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea.
|
||||
|
||||
#: Base.java:1430
|
||||
#, java-format
|
||||
The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic\ letters\ and\ numbers\n(ASCII-only\ with\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number).\nTo\ get\ rid\ of\ this\ message,\ remove\ the\ sketch\ from\n{1}=\u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 "{0}" \u05dc\u05d0 \u05e0\u05d9\u05ea\u05e0\u05ea \u05dc\u05e9\u05d9\u05de\u05d5\u05e9.\n\u05e9\u05de\u05d5\u05ea \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\n(ASCII \u05d1\u05dc\u05d1\u05d3, \u05dc\u05dc\u05d0 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e1\u05e4\u05e8\u05d4)\n\u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05e4\u05d8\u05e8 \u05de\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d6\u05d5, \u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05de-\n{1}
|
||||
The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic\ letters\ and\ numbers\n(ASCII-only\ with\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number).\nTo\ get\ rid\ of\ this\ message,\ remove\ the\ sketch\ from\n{1}=\u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 "{0}" \u05dc\u05d0 \u05e0\u05d9\u05ea\u05e0\u05ea \u05dc\u05e9\u05d9\u05de\u05d5\u05e9.\n\u05e9\u05de\u05d5\u05ea \u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\n(ASCII \u05d1\u05dc\u05d1\u05d3, \u05dc\u05dc\u05d0 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e1\u05e4\u05e8\u05d4)\n\u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d9\u05dd \u05de\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d6\u05d5, \u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05de-\n{1}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Sketch.java:272
|
||||
#, java-format
|
||||
!The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=
|
||||
The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=\u05d4-\u05e1\u05e7\u05d9\u05e6\u05d4 \u05db\u05d1\u05e8 \u05db\u05d5\u05dc\u05dc\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d1\u05e9\u05dd "{0}"
|
||||
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05e0\u05e2\u05dc\u05de\u05d4. \u05d9\u05d1\u05d5\u05e6\u05e2 \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d1\u05d0\u05d5\u05ea\u05d5 \u05de\u05d9\u05e7\u05d5\u05dd, \u05d0\u05d1\u05dc \u05db\u05dc \u05d4\u05d3\u05d1\u05e8\u05d9\u05dd \u05de\u05dc\u05d1\u05d3 \u05d4\u05e7\u05d5\u05d3 \u05d9\u05d9\u05de\u05d7\u05e7\u05d5.
|
||||
|
||||
#: ../../../processing/app/Sketch.java:2028
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u05d4\u05e1\u05e4\u05e8\u05d9\u05d4 \u05e9\u05dc \u05e1\u05e4\u05e8 \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05ea \u05d9\u05d5\u05ea\u05e8.\n\u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05d9\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d9\u05e7\u05d5\u05dd \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05e1\u05e4\u05e8 \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d5\u05d9\u05e6\u05d5\u05e8 \u05e1\u05e4\u05e8\u05d9\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05dc\u05e4\u05d9 \u05d4\u05e6\u05d5\u05e8\u05da.\n\u05d4\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 \u05d9\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d3\u05d1\u05e8 \u05e2\u05dc \u05e2\u05e6\u05de\u05d5 \u05d1\u05d2\u05d5\u05e3 \u05e9\u05dc\u05d9\u05e9\u05d9.
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d0\u05d9\u05e0\u05e0\u05d4 \u05e7\u05d9\u05d9\u05de\u05ea \u05e2\u05d5\u05d3.\n\u05d4Arduino \u05d9\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d9\u05e7\u05d5\u05dd \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea, \u05d5\u05d9\u05d9\u05e6\u05d5\u05e8 \u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05d0\u05dd \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da.\n\u05d4Arduino \u05d9\u05e4\u05e1\u05d9\u05e7 \u05dc\u05d3\u05d1\u05e8 \u05e2\u05dc \u05e2\u05e6\u05de\u05d5 \u05d1\u05d2\u05d5\u05e3 \u05e9\u05dc\u05d9\u05e9\u05d9.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05e6\u05d5\u05d9\u05d9\u05e0\u05d4 \u05de\u05db\u05d9\u05dc\u05d4 \u05d0\u05ea \u05e2\u05d5\u05ea\u05e7 \u05d4IDE \u05e9\u05dc\u05da.\n\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05e9\u05d5\u05e0\u05d4 \u05d1\u05e9\u05d1\u05d9\u05dc \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da.
|
||||
|
||||
#: Sketch.java:1075
|
||||
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=\u05d4\u05e7\u05d5\u05d1\u05e5 \u05db\u05d1\u05e8 \u05d4\u05d5\u05e2\u05ea\u05e7 \u05dc\u05de\u05e7\u05d5\u05dd \u05d0\u05dc\u05d9\u05d5\n\u05d0\u05ea\u05d4 \u05de\u05e0\u05e1\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05d5\u05ea\u05d5.\n\u05dc\u05d0 \u05e2\u05d5\u05e9\u05d4 \u05e9\u05d5\u05dd \u05e9\u05d9\u05e0\u05d5\u05d9.
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05de\u05d5\u05e4\u05d9\u05e2\u05d4 \u05d1\u05de\u05e0\u05d4\u05dc \u05d4\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea. \u05dc\u05d0 \u05d9\u05d4\u05d9\u05d4 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05d5\u05ea\u05d4 \u05e9\u05d5\u05d1 \u05de\u05de\u05e7\u05d5\u05dd \u05d6\u05d4.\n\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05d5\u05ea\u05d4?
|
||||
|
||||
#: ../../../../../app/src/processing/app/EditorStatus.java:349
|
||||
!This\ report\ would\ have\ more\ information\ with\n"Show\ verbose\ output\ during\ compilation"\noption\ enabled\ in\ File\ ->\ Preferences.\n=
|
||||
This\ report\ would\ have\ more\ information\ with\n"Show\ verbose\ output\ during\ compilation"\noption\ enabled\ in\ File\ ->\ Preferences.\n=\u05d3\u05d5"\u05d7 \u05d6\u05d4 \u05d4\u05d9\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05d8 \u05d9\u05d5\u05ea\u05e8 \u05d0\u05dd \u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \n"Show verbose output during compilation"\n\u05d4\u05d9\u05d9\u05ea\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc\u05ea \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 '\u05e7\u05d5\u05d1\u05e5 -> \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea'.\n
|
||||
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u05d4\u05d2\u05d9\u05e2 \u05d4\u05d6\u05de\u05df \u05dc\u05d4\u05e4\u05e1\u05e7\u05d4
|
||||
Time\ for\ a\ Break=\u05d4\u05d2\u05d9\u05e2 \u05d4\u05d6\u05de\u05df \u05dc\u05e7\u05d7\u05ea \u05d4\u05e4\u05e1\u05e7\u05d4
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
|
||||
!Timing=
|
||||
Timing=\u05ea\u05d6\u05de\u05d5\u05df
|
||||
|
||||
#: ../../../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.=\u05db\u05dc\u05d9 {0} \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df \u05d1\u05e9\u05d1\u05d9\u05dc \u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05d4\u05e4\u05e2\u05dc\u05d4 \u05e9\u05dc\u05da
|
||||
|
||||
#: Editor.java:663
|
||||
Tools=\u05db\u05dc\u05d9\u05dd
|
||||
@ -1547,65 +1586,65 @@ Turkish=\u05d8\u05d5\u05e8\u05e7\u05d9\u05ea
|
||||
Type=\u05e1\u05d5\u05d2
|
||||
|
||||
#: ../../../processing/app/Editor.java:2507
|
||||
!Type\ board\ password\ to\ access\ its\ console=
|
||||
Type\ board\ password\ to\ access\ its\ console=\u05d4\u05e7\u05e9 \u05e1\u05d9\u05e1\u05de\u05ea \u05dc\u05d5\u05d7 \u05dc\u05e7\u05d1\u05dc\u05ea \u05d2\u05d9\u05e9\u05d4 \u05dc\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc\u05d5
|
||||
|
||||
#: ../../../processing/app/Sketch.java:1673
|
||||
!Type\ board\ password\ to\ upload\ a\ new\ sketch=
|
||||
Type\ board\ password\ to\ upload\ a\ new\ sketch=\u05d4\u05e7\u05e9 \u05e1\u05d9\u05e1\u05de\u05ea \u05dc\u05d5\u05d7 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e1\u05e7\u05d9\u05e6\u05d4 \u05d7\u05d3\u05e9\u05d4
|
||||
|
||||
#: ../../../processing/app/Preferences.java:118
|
||||
Ukrainian=\u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d9\u05ea
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/packages/uploaders/SSHUploader.java:142
|
||||
#, java-format
|
||||
!Unable\ to\ connect\ to\ {0}=
|
||||
Unable\ to\ connect\ to\ {0}=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc {0}
|
||||
|
||||
#: ../../../processing/app/Editor.java:2524
|
||||
#: ../../../processing/app/NetworkMonitor.java:145
|
||||
!Unable\ to\ connect\:\ is\ the\ sketch\ using\ the\ bridge?=
|
||||
Unable\ to\ connect\:\ is\ the\ sketch\ using\ the\ bridge?=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8\: \u05d4\u05d0\u05dd \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\u05ea \u05d1-'\u05d2\u05e9\u05e8'?
|
||||
|
||||
#: ../../../processing/app/NetworkMonitor.java:130
|
||||
!Unable\ to\ connect\:\ retrying=
|
||||
Unable\ to\ connect\:\ retrying=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8\: \u05de\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1
|
||||
|
||||
#: ../../../processing/app/Editor.java:2526
|
||||
!Unable\ to\ connect\:\ wrong\ password?=
|
||||
Unable\ to\ connect\:\ wrong\ password?=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8\: \u05d4\u05d0\u05dd \u05d4\u05e1\u05d9\u05e1\u05de\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:65
|
||||
#, java-format
|
||||
!Unable\ to\ find\ {0}\ in\ {1}=
|
||||
Unable\ to\ find\ {0}\ in\ {1}=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 {0} \u05d1 {1}
|
||||
|
||||
#: ../../../processing/app/Editor.java:2512
|
||||
!Unable\ to\ open\ serial\ monitor=
|
||||
Unable\ to\ open\ serial\ monitor=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e4\u05ea\u05d5\u05d7 \u05e6\u05d2 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2709
|
||||
!Unable\ to\ open\ serial\ plotter=
|
||||
Unable\ to\ open\ serial\ plotter=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e4\u05ea\u05d5\u05d7 \u05e4\u05dc\u05d5\u05d8\u05e8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:94
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
|
||||
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
|
||||
Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05d0\u05ea\u05e8 Arduino.cc \u05d1\u05e9\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea \u05e8\u05e9\u05ea \u05d0\u05e4\u05e9\u05e8\u05d9\u05d5\u05ea.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
|
||||
!Uncategorized=
|
||||
Uncategorized=\u05dc\u05dc\u05d0 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:85
|
||||
#, java-format
|
||||
!Unhandled\ type\ {0}\ in\ context\ key\ {1}=
|
||||
Unhandled\ type\ {0}\ in\ context\ key\ {1}=Unhandled type {0} in context key {1}
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2818
|
||||
!Unknown\ board=
|
||||
Unknown\ board=\u05dc\u05d5\u05d7 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:86
|
||||
#, java-format
|
||||
!Unknown\ sketch\ file\ extension\:\ {0}=
|
||||
Unknown\ sketch\ file\ extension\:\ {0}=\u05e1\u05d9\u05d5\u05de\u05ea \u05e7\u05d5\u05d1\u05e5 \u05e1\u05e7\u05d9\u05e6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05db\u05e8\: {0}
|
||||
|
||||
#: Platform.java:168
|
||||
Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\ folders,\ add\ a\ \n"launcher\=/path/to/app"\ line\ to\ preferences.txt=\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4 \u05dc\u05d0 \u05de\u05d5\u05db\u05e8\u05ea, \u05d0\u05d9\u05df \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4.\n\u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e9\u05e8 \u05e4\u05ea\u05d9\u05d7\u05d4 \u05e9\u05dc \u05dc\u05d9\u05e0\u05e7\u05d9\u05dd \u05d0\u05d5 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea \u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05e9\u05d5\u05e8\u05d4 \n"launcher\=/path/to/app"\n\u05dc\u05e7\u05d5\u05d1\u05e5 preferences.txt
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
|
||||
!Updatable=
|
||||
Updatable=\u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d3\u05db\u05d5\u05df
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
Update=\u05e2\u05d3\u05db\u05df
|
||||
@ -1626,7 +1665,7 @@ Updates\ available\ for\ some\ of\ your\ {0}boards{1}\ and\ {2}libraries{3}=\u05
|
||||
Updates\ available\ for\ some\ of\ your\ {0}libraries{1}=\u05e2\u05d3\u05db\u05d5\u05df \u05d6\u05de\u05d9\u05df \u05dc\u05d0\u05d7\u05ea \u05de\u05d4{0}\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea{1}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
|
||||
!Updating\ list\ of\ installed\ libraries=
|
||||
Updating\ list\ of\ installed\ libraries=\u05de\u05e2\u05d3\u05db\u05df \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05d4\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d5\u05ea\u05e7\u05e0\u05d5\u05ea
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
Upload=\u05d4\u05e2\u05dc\u05d0\u05d4
|
||||
@ -1635,7 +1674,7 @@ Upload=\u05d4\u05e2\u05dc\u05d0\u05d4
|
||||
Upload\ Using\ Programmer=\u05d4\u05e2\u05dc\u05d4 \u05d1\u05e2\u05d6\u05e8\u05ea \u05d4\u05de\u05ea\u05db\u05e0\u05ea
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2814
|
||||
!Upload\ any\ sketch\ to\ obtain\ it=
|
||||
Upload\ any\ sketch\ to\ obtain\ it=Upload any sketch to obtain it
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
Upload\ canceled.=\u05d4\u05e2\u05dc\u05d0\u05d4 \u05d1\u05d5\u05d8\u05dc\u05d4.
|
||||
@ -1650,26 +1689,26 @@ Uploading\ to\ I/O\ Board...=\u05de\u05e2\u05dc\u05d4 \u05dc\u05dc\u05d5\u05d7 I
|
||||
Uploading...=\u05de\u05e2\u05dc\u05d4...
|
||||
|
||||
#: Editor.java:1269
|
||||
Use\ Selection\ For\ Find=\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d1\u05d7\u05d9\u05e8\u05d4 \u05dc\u05e6\u05d5\u05e8\u05db\u05d9 \u05d7\u05d9\u05e4\u05d5\u05e9
|
||||
Use\ Selection\ For\ Find=\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1'\u05d1\u05d7\u05e8' \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d7\u05e4\u05e9
|
||||
|
||||
#: Preferences.java:409
|
||||
Use\ external\ editor=\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e2\u05d5\u05e8\u05da \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
|
||||
!Username\:=
|
||||
Username\:=\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\:
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:410
|
||||
#, java-format
|
||||
!Using\ library\ {0}\ at\ version\ {1}\ in\ folder\:\ {2}\ {3}=
|
||||
Using\ library\ {0}\ at\ version\ {1}\ in\ folder\:\ {2}\ {3}=\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 {0} \u05de\u05d2\u05e8\u05e1\u05d4 {1} \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4\: {2} {3}
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:94
|
||||
#, java-format
|
||||
!Using\ library\ {0}\ in\ folder\:\ {1}\ {2}=
|
||||
Using\ library\ {0}\ in\ folder\:\ {1}\ {2}=\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 {0} \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4\: {1} {2}
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:320
|
||||
#, java-format
|
||||
!Using\ previously\ compiled\ file\:\ {0}=
|
||||
Using\ previously\ compiled\ file\:\ {0}=\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d5\u05d1\u05e5 \u05e9\u05d4\u05d5\u05d3\u05e8 \u05dc\u05e4\u05e0\u05d9 \u05db\u05df\: {0}
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
Verify=\u05d1\u05e6\u05e2 \u05d0\u05d9\u05de\u05d5\u05ea
|
||||
@ -1681,20 +1720,20 @@ Verify\ code\ after\ upload=\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05e7\u05d5\u
|
||||
Verify/Compile=\u05d1\u05e6\u05e2 \u05d0\u05d9\u05de\u05d5\u05ea/\u05e7\u05d5\u05de\u05e4\u05d9\u05dc\u05e6\u05d9\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:451
|
||||
!Verifying\ and\ uploading...=
|
||||
Verifying\ and\ uploading...=\u05de\u05d0\u05de\u05ea \u05d5\u05d0\u05d6 \u05de\u05e2\u05dc\u05d4...
|
||||
|
||||
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
|
||||
!Verifying\ archive\ integrity...=
|
||||
Verifying\ archive\ integrity...=\u05de\u05d0\u05de\u05ea \u05ea\u05e7\u05d9\u05e0\u05d5\u05ea \u05d0\u05e8\u05db\u05d9\u05d5\u05df...
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:454
|
||||
Verifying...=\u05de\u05d0\u05de\u05ea...
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
|
||||
#, java-format
|
||||
!Version\ <b>{0}</b>=
|
||||
Version\ <b>{0}</b>=\u05d2\u05e8\u05e1\u05d4 <b>{0}</b>
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
|
||||
!Version\ unknown=
|
||||
Version\ unknown=\u05d2\u05e8\u05e1\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d9\u05d3\u05d5\u05e2\u05d4
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
|
||||
#, java-format
|
||||
@ -1708,49 +1747,49 @@ Visit\ Arduino.cc=\u05d1\u05e7\u05e8 \u05d1 Arduino.cc
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:90
|
||||
#, java-format
|
||||
!WARNING\:\ Category\ '{0}'\ in\ library\ {1}\ is\ not\ valid.\ Setting\ to\ '{2}'=
|
||||
WARNING\:\ Category\ '{0}'\ in\ library\ {1}\ is\ not\ valid.\ Setting\ to\ '{2}'=\u05d0\u05d6\u05d4\u05e8\u05d4\: \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 '{0}' \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 {1} \u05d0\u05d9\u05e0\u05e0\u05d4 \u05ea\u05e7\u05d9\u05e0\u05d4. \u05de\u05d2\u05d3\u05d9\u05e8 \u05dc-'{2}'
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:93
|
||||
#, java-format
|
||||
!WARNING\:\ Spurious\ {0}\ folder\ in\ '{1}'\ library=
|
||||
WARNING\:\ Spurious\ {0}\ folder\ in\ '{1}'\ library=WARNING\: Spurious {0} folder in '{1}' library
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:115
|
||||
#, java-format
|
||||
!WARNING\:\ library\ {0}\ claims\ to\ run\ on\ {1}\ architecture(s)\ and\ may\ be\ incompatible\ with\ your\ current\ board\ which\ runs\ on\ {2}\ architecture(s).=
|
||||
WARNING\:\ library\ {0}\ claims\ to\ run\ on\ {1}\ architecture(s)\ and\ may\ be\ incompatible\ with\ your\ current\ board\ which\ runs\ on\ {2}\ architecture(s).=WARNING\: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s).
|
||||
|
||||
#: Base.java:2128
|
||||
Warning=\u05d0\u05d6\u05d4\u05e8\u05d4
|
||||
|
||||
#: ../../../processing/app/debug/Compiler.java:1295
|
||||
!Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=
|
||||
Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=Warning\: This core does not support exporting sketches. Please consider upgrading it or contacting its author 530
|
||||
|
||||
#: ../../../cc/arduino/utils/ArchiveExtractor.java:197
|
||||
#, java-format
|
||||
!Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=
|
||||
Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=Warning\: file {0} links to an absolute path {1}
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
|
||||
!Warning\:\ forced\ trusting\ untrusted\ contributions=
|
||||
Warning\:\ forced\ trusting\ untrusted\ contributions=Warning\: forced trusting untrusted contributions
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
|
||||
#, java-format
|
||||
!Warning\:\ forced\ untrusted\ script\ execution\ ({0})=
|
||||
Warning\:\ forced\ untrusted\ script\ execution\ ({0})=Warning\: forced untrusted script execution ({0})
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
|
||||
#, java-format
|
||||
!Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=
|
||||
Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=Warning\: non trusted contribution, skipping script execution ({0})
|
||||
|
||||
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
|
||||
#, java-format
|
||||
!Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automatically\ converted\ to\ {2}.\ Consider\ upgrading\ this\ core.=
|
||||
Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automatically\ converted\ to\ {2}.\ Consider\ upgrading\ this\ core.=Warning\: platform.txt from core '{0}' contains deprecated {1}, automatically converted to {2}. Consider upgrading this core.
|
||||
|
||||
#: ../../../../../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.=Warning\: platform.txt from core '{0}' misses property '{1}', using default value '{2}'. Consider upgrading this core.
|
||||
|
||||
#: ../../../../../app/src/processing/app/Preferences.java:190
|
||||
!Western\ Frisian=
|
||||
Western\ Frisian=Western Frisian
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=()Wire.receive \u05e9\u05d5\u05e0\u05ea\u05d4 \u05dc ()Wire.read.
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=()Wire.receive \u05e9\u05d5\u05e0\u05d4 \u05dc ()Wire.read.
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
Wire.send()\ has\ been\ renamed\ Wire.write().=()Wire.send \u05e9\u05d5\u05e0\u05d4 \u05dc ()Wire.write.
|
||||
@ -1759,69 +1798,69 @@ Wire.send()\ has\ been\ renamed\ Wire.write().=()Wire.send \u05e9\u05d5\u05e0\u0
|
||||
Wrap\ Around=\u05d4\u05d5\u05e8\u05d3 \u05e9\u05d5\u05e8\u05d4
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=\u05e0\u05de\u05e6\u05d0 \u05de\u05d9\u05e7\u05e8\u05d5 \u05e7\u05d5\u05e0\u05d8\u05e8\u05d5\u05dc\u05e8 \u05e9\u05d2\u05d5\u05d9, \u05d4\u05d0\u05dd \u05d1\u05d7\u05e8\u05ea \u05d0\u05ea \u05d4\u05dc\u05d5\u05d7 \u05d4\u05e0\u05db\u05d5\u05df \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05db\u05dc\u05d9\u05dd > \u05dc\u05d5\u05d7\u05d5\u05ea ?
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=\u05e0\u05de\u05e6\u05d0 \u05d1\u05e7\u05e8 \u05e9\u05d2\u05d5\u05d9, \u05d4\u05d0\u05dd \u05d1\u05d7\u05e8\u05ea \u05d0\u05ea \u05d4\u05dc\u05d5\u05d7 \u05d4\u05e0\u05db\u05d5\u05df \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05db\u05dc\u05d9\u05dd > \u05dc\u05d5\u05d7\u05d5\u05ea?
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
Yes=\u05db\u05df
|
||||
|
||||
#: Sketch.java:1074
|
||||
You\ can't\ fool\ me=\u05d0\u05ea\u05d4 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dc\u05d9\u05d9
|
||||
|
||||
#: ../../../../../app/src/processing/app/Base.java:2312
|
||||
!You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=
|
||||
You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d9\u05d9\u05d1\u05d0 \u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05d0\u05e9\u05e8 \u05de\u05db\u05d9\u05dc\u05d4 \u05d0\u05ea \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da
|
||||
|
||||
#: Sketch.java:883
|
||||
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05dc\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05d1\u05ea\u05d5\u05da \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4, \u05d6\u05d4 \u05d9\u05d9\u05de\u05e9\u05da \u05dc\u05e2\u05d5\u05dc\u05dd.
|
||||
|
||||
#: Base.java:1888
|
||||
You\ forgot\ your\ sketchbook=\u05e9\u05db\u05d7\u05ea \u05d0\u05ea \u05e1\u05e4\u05e8 \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da
|
||||
You\ forgot\ your\ sketchbook=\u05e9\u05db\u05d7\u05ea \u05d0\u05ea \u05d7\u05d5\u05d1\u05e8\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e9\u05dc\u05da
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:252
|
||||
You\ have\ unsaved\ changes\!\nYou\ must\ save\ all\ your\ sketches\ to\ enable\ this\ option.=\u05d9\u05e9\u05e0\u05dd \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5\!\n\u05d0\u05ea\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5.
|
||||
|
||||
#: ../../../processing/app/AbstractMonitor.java:92
|
||||
!You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ ending?=
|
||||
You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ ending?=\u05d0\u05ea\u05d4 \u05dc\u05d7\u05e6\u05ea \u05e2\u05dc {0} \u05d0\u05d1\u05dc \u05db\u05dc\u05d5\u05dd \u05dc\u05d0 \u05e0\u05e9\u05dc\u05d7. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e1\u05d9\u05d5\u05de\u05ea \u05e9\u05d5\u05e8\u05d4?
|
||||
|
||||
#: Base.java:536
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=\u05d4\u05d2\u05e2\u05ea \u05dc\u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd \u05d4\u05d9\u05d5\u05de\u05d9 \u05e9\u05dc \u05e9\u05de\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d9\u05dd \u05dc\u05e1\u05e7\u05d9\u05e6\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea.\n\u05d0\u05d5\u05dc\u05d9 \u05ea\u05e6\u05d0 \u05dc\u05d4\u05dc\u05d9\u05db\u05d4 \u05d1\u05de\u05e7\u05d5\u05dd?
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:768
|
||||
!Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ settings\ folder.\nPlease\ move\ the\ IDE\ to\ another\ folder.=
|
||||
Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ settings\ folder.\nPlease\ move\ the\ IDE\ to\ another\ folder.=\u05e2\u05d5\u05ea\u05e7 \u05d4IDE \u05e9\u05dc\u05da \u05d4\u05d9\u05e0\u05d5 \u05de\u05d5\u05ea\u05e7\u05df \u05d1\u05ea\u05ea-\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05e9\u05dc \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc\u05da.\n\u05d0\u05e0\u05d0 \u05d4\u05e2\u05d1\u05e8 \u05d0\u05ea \u05d4IDE \u05dc\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05d0\u05d7\u05e8\u05ea.
|
||||
|
||||
#: ../../../processing/app/BaseNoGui.java:771
|
||||
!Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ sketchbook.\nPlease\ move\ the\ IDE\ to\ another\ folder.=
|
||||
Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ sketchbook.\nPlease\ move\ the\ IDE\ to\ another\ folder.=\u05e2\u05d5\u05ea\u05e7 \u05d4IDE \u05e9\u05dc\u05da \u05d4\u05d9\u05e0\u05d5 \u05de\u05d5\u05ea\u05e7\u05df \u05d1\u05ea\u05ea-\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05e9\u05dc \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea sketchbook \u05e9\u05dc\u05da.\n\u05d0\u05e0\u05d0 \u05d4\u05e2\u05d1\u05e8 \u05d0\u05ea \u05d4IDE \u05dc\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4 \u05d0\u05d7\u05e8\u05ea.
|
||||
|
||||
#: Base.java:2638
|
||||
ZIP\ files\ or\ folders=\u05e7\u05d1\u05e6\u05d9 ZIP \u05d0\u05d5 \u05e1\u05e4\u05e8\u05d9\u05d4
|
||||
ZIP\ files\ or\ folders=\u05e7\u05d1\u05e6\u05d9 ZIP \u05d0\u05d5 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea
|
||||
|
||||
#: Base.java:2661
|
||||
Zip\ doesn't\ contain\ a\ library=\u05e7\u05d5\u05d1\u05e5 \u05d4-ZIP \u05dc\u05d0 \u05de\u05db\u05d9\u05dc \u05e1\u05e4\u05e8\u05d9\u05d4
|
||||
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=".{0}" \u05d4\u05d9\u05d0 \u05dc\u05d0 \u05e1\u05d9\u05d5\u05de\u05ea \u05d7\u05d5\u05e7\u05d9\u05ea
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=".{0}" \u05d0\u05d9\u05e0\u05d4 \u05e1\u05d9\u05d5\u05de\u05ea \u05d7\u05d5\u05e7\u05d9\u05ea
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/SketchCode.java:201
|
||||
#, java-format
|
||||
!"{0}"\ contains\ unrecognized\ characters.\ If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Arduino,\ you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ update\ the\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ to\ delete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=
|
||||
"{0}"\ contains\ unrecognized\ characters.\ If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Arduino,\ you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ update\ the\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ to\ delete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.="{0}" \u05de\u05db\u05d9\u05dc \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05d0 \u05de\u05d5\u05db\u05e8\u05d9\u05dd. \u05d0\u05dd \u05d4\u05e7\u05d5\u05d3 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05e2\u05d6\u05e8\u05ea \u05d2\u05e8\u05e1\u05d4 \u05d9\u05e9\u05e0\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc Arduino, \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 '\u05db\u05dc\u05d9\u05dd -> Fix Encoding & Reload' \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05dc\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d9\u05d3\u05d5\u05d3 UTF-8. \u05d0\u05dd \u05dc\u05d0, \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d5\u05d5\u05d9\u05dd \u05d4\u05dc\u05d0 \u05de\u05d5\u05db\u05e8\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05d0\u05d6\u05d4\u05e8\u05d4.
|
||||
|
||||
#: debug/Compiler.java:409
|
||||
\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 0019, \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05ea\u05dc\u05d5\u05d9\u05d4 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-SPI.\n\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d0\u05ea\u05d4 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4 \u05d0\u05d5 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05ea\u05dc\u05d5\u05d9\u05d4 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-SPI.\n
|
||||
\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=\n\u05d4\u05d7\u05dc \u05deArduino 0019, \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05ea\u05dc\u05d5\u05d9\u05d4 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-SPI.\n\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d0\u05ea\u05d4 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4 \u05d0\u05d5 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05ea\u05dc\u05d5\u05d9\u05d4 \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-SPI.\n
|
||||
|
||||
#: debug/Compiler.java:415
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0 \u05d4\u05de\u05d9\u05dc\u05d4 \u05d4\u05e9\u05de\u05d5\u05e8\u05d4 'BYTE' \u05db\u05d1\u05e8 \u05dc\u05d0 \u05e0\u05ea\u05de\u05db\u05ea.\n\u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1- Serial.write() \u05d1\u05de\u05e7\u05d5\u05dd.\n
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\n\u05d4\u05d7\u05dc \u05deArduino 1.0 \u05d4\u05de\u05d9\u05dc\u05d4 \u05d4\u05e9\u05de\u05d5\u05e8\u05d4 'BYTE' \u05db\u05d1\u05e8 \u05dc\u05d0 \u05e0\u05ea\u05de\u05db\u05ea.\n\u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1- Serial.write() \u05d1\u05de\u05e7\u05d5\u05dd.\n
|
||||
|
||||
#: debug/Compiler.java:427
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0, \u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Client \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05e9\u05d9\u05e0\u05ea\u05d4 \u05d0\u05ea \u05e9\u05e0\u05d4 \u05dc- EthernetClient.\n
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\n\u05d4\u05d7\u05dc \u05deArduino 1.0, \u05e9\u05dd \u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Client \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05e9\u05d5\u05e0\u05d4 \u05dc- EthernetClient.\n
|
||||
|
||||
#: debug/Compiler.java:421
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0, \u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Server \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05e9\u05d9\u05e0\u05ea\u05d4 \u05d0\u05ea \u05e9\u05e0\u05d4 \u05dc- EthernetServer.\n
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\n\u05d4\u05d7\u05dc \u05deArduino 1.0, \u05e9\u05dd \u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Server \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05e9\u05d5\u05e0\u05d4 \u05dc- EthernetServer.\n
|
||||
|
||||
#: debug/Compiler.java:433
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetUdp.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0, \u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Udp \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05e9\u05d9\u05e0\u05ea\u05d4 \u05d0\u05ea \u05e9\u05de\u05d4 \u05dc- EthernetUdp.\n
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetUdp.\n\n=\n\u05d4\u05d7\u05dc \u05deArduino 1.0, \u05e9\u05dd \u05d4\u05de\u05d7\u05dc\u05e7\u05d4 Udp \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Ethernet \u05e9\u05d5\u05e0\u05d4 \u05dc- EthernetUdp.\n
|
||||
|
||||
#: debug/Compiler.java:445
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0, \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 ()Wire.receive \u05e9\u05d5\u05e0\u05ea\u05d4 \u05dc ()Wire.read \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05ea\u05d0\u05de\u05d4 \u05dc\u05de\u05d7\u05dc\u05e7\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea. \n
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\n\u05d4\u05d7\u05dc \u05deArduino 1.0, \u05e9\u05dd \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 ()Wire.receive \u05e9\u05d5\u05e0\u05d4 \u05dc ()Wire.read \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05ea\u05d0\u05de\u05d4 \u05dc\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea. \n
|
||||
|
||||
#: debug/Compiler.java:439
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0, \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 ()Wire.send \u05e9\u05d5\u05e0\u05ea\u05d4 \u05dc ()Wire.read \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05ea\u05d0\u05de\u05d4 \u05dc\u05de\u05d7\u05dc\u05e7\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea. \n\n
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=\n\u05d4\u05d7\u05dc \u05de\u05d0\u05e8\u05d3\u05d5\u05d0\u05d9\u05e0\u05d5 1.0, \u05e9\u05dd \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 ()Wire.send \u05e9\u05d5\u05e0\u05d4 \u05dc ()Wire.read \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05ea\u05d0\u05de\u05d4 \u05dc\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea. \n\n
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
baud=\u05e9\u05d9\u05d3\u05d5\u05e8
|
||||
@ -1833,7 +1872,7 @@ compilation\ =\u05e7\u05d5\u05de\u05e4\u05d9\u05dc\u05e6\u05d9\u05d4
|
||||
connected\!=\u05de\u05d7\u05d5\u05d1\u05e8\!
|
||||
|
||||
#: ../../../../../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
|
||||
@ -1857,7 +1896,7 @@ 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}=\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d0 \u05de\u05d5\u05db\u05e8\u05ea\: {0}
|
||||
|
||||
#: Preferences.java:391
|
||||
upload=\u05d4\u05e2\u05dc\u05d0\u05d4
|
||||
@ -1868,16 +1907,16 @@ version\ <b>{0}</b>=\u05d2\u05e8\u05e1\u05d4 <b>{0}</b>
|
||||
|
||||
#: ../../../../../app/src/processing/app/Editor.java:2243
|
||||
#, java-format
|
||||
!{0}\ -\ {1}\ |\ Arduino\ {2}=
|
||||
{0}\ -\ {1}\ |\ Arduino\ {2}={0} - {1} | Arduino {2}
|
||||
|
||||
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
|
||||
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
|
||||
#, java-format
|
||||
!{0}\ file\ signature\ verification\ failed=
|
||||
{0}\ file\ signature\ verification\ failed={0} \u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05ea\u05d9\u05de\u05ea \u05e7\u05d5\u05d1\u05e5 \u05e0\u05db\u05e9\u05dc
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
|
||||
#, java-format
|
||||
!{0}\ file\ signature\ verification\ failed.\ File\ ignored.=
|
||||
{0}\ file\ signature\ verification\ failed.\ File\ ignored.={0} \u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05ea\u05d9\u05de\u05ea \u05e7\u05d5\u05d1\u05e5 \u05e0\u05db\u05e9\u05dc. \u05de\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05e7\u05d5\u05d1\u05e5.
|
||||
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
@ -1889,15 +1928,15 @@ version\ <b>{0}</b>=\u05d2\u05e8\u05e1\u05d4 <b>{0}</b>
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:76
|
||||
#, java-format
|
||||
!{0}\ must\ be\ a\ folder=
|
||||
{0}\ must\ be\ a\ folder={0} \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d9\u05e7\u05d9\u05d9\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/EditorLineStatus.java:109
|
||||
#, java-format
|
||||
!{0}\ on\ {1}=
|
||||
{0}\ on\ {1}={0} \u05d1-{1}
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:78
|
||||
#, java-format
|
||||
!{0}\ pattern\ is\ missing=
|
||||
{0}\ pattern\ is\ missing={0} \u05ea\u05d1\u05e0\u05d9\u05ea \u05d7\u05e1\u05e8\u05d4
|
||||
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
@ -1909,23 +1948,23 @@ version\ <b>{0}</b>=\u05d2\u05e8\u05e1\u05d4 <b>{0}</b>
|
||||
|
||||
#: ../../../processing/app/Base.java:519
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ argument\ to\ --pref,\ should\ be\ of\ the\ form\ "pref\=value"=
|
||||
{0}\:\ Invalid\ argument\ to\ --pref,\ should\ be\ of\ the\ form\ "pref\=value"={0}\: \u05d0\u05e8\u05d2\u05d5\u05de\u05e0\u05d8 \u05e9\u05d2\u05d5\u05d9 \u05dc --pref, \u05d0\u05de\u05d5\u05e8 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d4\u05ea\u05d1\u05e0\u05d9\u05ea "pref\=value"
|
||||
|
||||
#: ../../../processing/app/Base.java:476
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \u05e9\u05dd \u05dc\u05d5\u05d7 \u05e9\u05d2\u05d5\u05d9, \u05e2\u05dc\u05d9\u05d5 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d1\u05e0\u05d9\u05ea "package\:arch\:board" \u05d0\u05d5 "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: \u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4 \u05d1\u05e9\u05d1\u05d9\u05dc \u05dc\u05d5\u05d7 "{1}"
|
||||
|
||||
#: ../../../processing/app/Base.java:502
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4, \u05d0\u05de\u05d5\u05e8\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05de\u05d5 \u05d4\u05ea\u05d1\u05e0\u05d9\u05ea \u05d4\u05d1\u05d0\u05d4 "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
@ -1933,7 +1972,7 @@ version\ <b>{0}</b>=\u05d2\u05e8\u05e1\u05d4 <b>{0}</b>
|
||||
|
||||
#: ../../../processing/app/Base.java:491
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ board={0}\: \u05dc\u05d5\u05d7 \u05dc\u05d0 \u05d9\u05d5\u05d3\u05e2
|
||||
{0}\:\ Unknown\ board={0}\: \u05dc\u05d5\u05d7 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2
|
||||
|
||||
#: ../../../processing/app/Base.java:481
|
||||
#, java-format
|
||||
@ -1941,4 +1980,4 @@ version\ <b>{0}</b>=\u05d2\u05e8\u05e1\u05d4 <b>{0}</b>
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/Platform.java:223
|
||||
#, java-format
|
||||
!{0}Install{1}\ the\ package\ to\ use\ your\ {2}=
|
||||
{0}Install\ this\ package{1}\ to\ use\ your\ {2}\ board={0}\u05d4\u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05d7\u05d1\u05d9\u05dc\u05d4{1} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-\u05dc\u05d5\u05d7 {2} \u05e9\u05dc\u05da
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Masanori Ohgita <mp@ohgita.info>, 2013,2015
|
||||
# Shigeru Kanemoto <sgk@switch-science.com>, 2015
|
||||
@ -29,8 +30,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: 2017-10-27 08:57+0000\n"
|
||||
"Last-Translator: Takumi Funada\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ja_JP/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -683,6 +684,10 @@ msgstr "インデントを減らす"
|
||||
msgid "Default"
|
||||
msgstr "初期値"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "削除"
|
||||
@ -858,6 +863,11 @@ msgstr "Arduino IDEデータフォルダを読み込めません。"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Serial.{0}()でエラー"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -947,10 +957,6 @@ msgstr "検証中または書き込み中にエラーが発生しました。"
|
||||
msgid "Estonian"
|
||||
msgstr "エストニア語"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "エストニア語(エストニア)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "スケッチ例"
|
||||
@ -1154,9 +1160,9 @@ msgstr "互換性なし"
|
||||
msgid "Ignore Case"
|
||||
msgstr "大文字小文字を区別しない"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "使用できないファイル名のライブラリは無視します。"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1219,10 +1225,10 @@ msgstr "インストール済"
|
||||
msgid "Installing boards..."
|
||||
msgstr "ボードをインストール中…"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "ライブラリをインストール中:{0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1280,10 +1286,10 @@ msgstr "ライブラリが追加されました。「ライブラリをインク
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "ライブラリで「src」および「utility」というフォルダは使用できません。{0}を再確認してください。"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "ライブラリはインストール済です:{0}バージョン{1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1700,10 +1706,10 @@ msgstr "リファレンス"
|
||||
msgid "Remove"
|
||||
msgstr "削除"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "ライブラリを削除中:{0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1890,6 +1896,10 @@ msgstr "設定に関する問題"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "スケッチのフォルダを表示"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "より詳細な情報を表示する:"
|
||||
@ -2061,6 +2071,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "「{0}」というファイルは、「{1}」という名前のフォルダの中にある必要があります。自動的にこのフォルダを作って、ファイルを中に入れますか?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2106,11 +2124,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "スケッチを保存してあったフォルダが無くなってしまいました。\n同じ場所に保存しなおしますが、このスケッチと一緒に保存してあった\nファイルは無くなるかもしれません。"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "スケッチ名を変更しなければなりませんでした。\nスケッチ名はASCII文字と数字のみで構成され、64文字未満でなくてはなりません。"
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2127,6 +2146,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "指定されたスケッチブックフォルダはIDEのコピーを含みます。\nスケッチブックには他のフォルダを選択してください。"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2706,11 +2729,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}:ボード名が不正です。「package:arch:board」または「package:arch:board:options」の形式を取る必要があります。"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}:ボード「{2}」に対するオプション「{1}」は無効です"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2721,6 +2739,11 @@ msgstr "{0}:ボード「{1}」に対する不正なオプションです"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}:不正なオプションです。「name=value」の形式を取る必要があります。"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Masanori Ohgita <mp@ohgita.info>, 2013,2015
|
||||
# Shigeru Kanemoto <sgk@switch-science.com>, 2015
|
||||
@ -24,7 +25,7 @@
|
||||
# Shigeru Kobayashi <mayfair@iamas.ac.jp>, 2016-2017
|
||||
# Shinichi Ohki <auxin.one@gmail.com>, 2015
|
||||
# Takumi Funada, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-27 08\:57+0000\nLast-Translator\: Takumi Funada\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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
|
||||
@ -486,6 +487,9 @@ Decrease\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u521d\u671f\u5024
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u524a\u9664
|
||||
|
||||
@ -617,6 +621,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Arduino IDE\u30c7\u30fc\u30bf\u30d5\
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Serial.{0}()\u3067\u30a8\u30e9\u30fc
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -684,9 +692,6 @@ Error\ while\ verifying/uploading=\u691c\u8a3c\u4e2d\u307e\u305f\u306f\u66f8\u30
|
||||
#: Preferences.java:93
|
||||
Estonian=\u30a8\u30b9\u30c8\u30cb\u30a2\u8a9e
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u30a8\u30b9\u30c8\u30cb\u30a2\u8a9e\uff08\u30a8\u30b9\u30c8\u30cb\u30a2\uff09
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u30b9\u30b1\u30c3\u30c1\u4f8b
|
||||
|
||||
@ -837,8 +842,8 @@ INCOMPATIBLE=\u4e92\u63db\u6027\u306a\u3057
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u4f7f\u7528\u3067\u304d\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u540d\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u4f7f\u7528\u3067\u304d\u306a\u3044\u540d\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u306f\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
@ -882,9 +887,9 @@ Installed=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=\u30dc\u30fc\u30c9\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d\u2026
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d\uff1a{0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -929,9 +934,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\u30e9\u30
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u300csrc\u300d\u304a\u3088\u3073\u300cutility\u300d\u3068\u3044\u3046\u30d5\u30a9\u30eb\u30c0\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002{0}\u3092\u518d\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u3067\u3059\uff1a{0}\u30d0\u30fc\u30b8\u30e7\u30f3{1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u884c\u756a\u53f7\uff1a
|
||||
@ -1244,9 +1249,9 @@ Reference=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u524a\u9664
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u524a\u9664\u4e2d\uff1a{0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1385,6 +1390,9 @@ Settings\ issues=\u8a2d\u5b9a\u306b\u95a2\u3059\u308b\u554f\u984c
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u3088\u308a\u8a73\u7d30\u306a\u60c5\u5831\u3092\u8868\u793a\u3059\u308b\uff1a
|
||||
|
||||
@ -1504,6 +1512,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u300c{1}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u4e2d\u306b\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u81ea\u52d5\u7684\u306b\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u3063\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u4e2d\u306b\u5165\u308c\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\n\u30e9\u30a4\u30d6\u30e9\u30ea\u540d\u306b\u306f\u534a\u89d2\u6587\u5b57\u3068\u6570\u5b57\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u3002\n\uff08ASCII\u6587\u5b57\u306e\u307f\u3001\u30b9\u30da\u30fc\u30b9\u3092\u9664\u304d\u307e\u3059\u3002\u6570\u5b57\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\uff09
|
||||
@ -1528,8 +1540,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=\u30b9\u30b1\u30c3\u30c1\u
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u3066\u3042\u3063\u305f\u30d5\u30a9\u30eb\u30c0\u304c\u7121\u304f\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002\n\u540c\u3058\u5834\u6240\u306b\u4fdd\u5b58\u3057\u306a\u304a\u3057\u307e\u3059\u304c\u3001\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3068\u4e00\u7dd2\u306b\u4fdd\u5b58\u3057\u3066\u3042\u3063\u305f\n\u30d5\u30a1\u30a4\u30eb\u306f\u7121\u304f\u306a\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=\u30b9\u30b1\u30c3\u30c1\u540d\u3092\u5909\u66f4\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n\u30b9\u30b1\u30c3\u30c1\u540d\u306fASCII\u6587\u5b57\u3068\u6570\u5b57\u306e\u307f\u3067\u69cb\u6210\u3055\u308c\u300164\u6587\u5b57\u672a\u6e80\u3067\u306a\u304f\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u6709\u308a\u307e\u305b\u3093\u3002\n\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u5834\u6240\u306b\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\n\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3057\u3001\u4eca\u5f8c\u306f\u3053\u3061\u3089\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
|
||||
@ -1537,6 +1549,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\u6307\u5b9a\u3055\u308c\u305f\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u30d5\u30a9\u30eb\u30c0\u306fIDE\u306e\u30b3\u30d4\u30fc\u3092\u542b\u307f\u307e\u3059\u3002\n\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306b\u306f\u4ed6\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\u3053\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u30e9\u30a4\u30d6\u30e9\u30ea\u30de\u30cd\u30fc\u30b8\u30e3\u306b\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u3053\u304b\u3089\u518d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\n\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
@ -1938,10 +1953,6 @@ version\ <b>{0}</b>=\u30d0\u30fc\u30b8\u30e7\u30f3<b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\uff1a\u30dc\u30fc\u30c9\u540d\u304c\u4e0d\u6b63\u3067\u3059\u3002\u300cpackage\:arch\:board\u300d\u307e\u305f\u306f\u300cpackage\:arch\:board\:options\u300d\u306e\u5f62\u5f0f\u3092\u53d6\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\uff1a\u30dc\u30fc\u30c9\u300c{2}\u300d\u306b\u5bfe\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u300c{1}\u300d\u306f\u7121\u52b9\u3067\u3059
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\uff1a\u30dc\u30fc\u30c9\u300c{1}\u300d\u306b\u5bfe\u3059\u308b\u4e0d\u6b63\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3059
|
||||
@ -1950,6 +1961,10 @@ version\ <b>{0}</b>=\u30d0\u30fc\u30b8\u30e7\u30f3<b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\uff1a\u4e0d\u6b63\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3059\u3002\u300cname\=value\u300d\u306e\u5f62\u5f0f\u3092\u53d6\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\uff1a\u4e0d\u660e\u306a\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2013
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2012
|
||||
# Giorgi Maghlakelidze <acidlabz@gmail.com>, 2012-2013
|
||||
@ -28,7 +29,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Georgian (Georgia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/ka_GE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -682,6 +683,10 @@ msgstr "დაშორების შემცირება"
|
||||
msgid "Default"
|
||||
msgstr "ნაგულისხმები"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "წაშლა"
|
||||
@ -857,6 +862,11 @@ msgstr "Arduino მონაცემთა საქაღალდის წ
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "შეცდომა Serial.{0}()-ში"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr "შეცდომა გადამოწმება/ატვირ
|
||||
msgid "Estonian"
|
||||
msgstr "ესტონური"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "ესტონური (ესტონეთი)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "მაგალითები"
|
||||
@ -1153,9 +1159,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "რეგისტრი უმნიშვნელოა"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "ბიბლიოთეკის ბათილი სახელი უგულებელყოფილია"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,9 +1224,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1279,9 +1285,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1699,9 +1705,9 @@ msgstr "ცნობარი"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1889,6 +1895,10 @@ msgstr "მომართვის დაბრკოლება"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "ალბომის საქაღალდის გახსნა"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "დაწვრილებითი გამომავალის ჩვენება:"
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "ფაილი \"{0}\" უნდა იყოს მოთავსებული\nჩანახატის საქაღალდეში \"{1}\".\nგსურთ შექმნათ საქაღალდე, გადაიტანოთ მასში ფაილი და გააგრძელოთ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,10 +2123,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "ჩანახატის საქაღალდე არ მოიძებნა.\nშევეცდები იგივე ადგილას შენახვას, მაგრამ\nყველაფერი მოცემული კოდის გარდა დაიკარგება."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,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,2016
|
||||
# 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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=2; plural\=(n\!\=1);\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)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=\u10d3\u10d0\u10e8\u10dd\u10e0\u10d4\u10d1\u10d8\u10e1 \u10e8\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u10dc\u10d0\u10d2\u10e3\u10da\u10d8\u10e1\u10ee\u10db\u10d4\u10d1\u10d8
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u10ec\u10d0\u10e8\u10da\u10d0
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Arduino \u10db\u10dd\u10dc\u10d0\u10
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u10e8\u10d4\u10ea\u10d3\u10dd\u10db\u10d0 Serial.{0}()-\u10e8\u10d8
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ verifying/uploading=\u10e8\u10d4\u10ea\u10d3\u10dd\u10db\u10d0 \u1
|
||||
#: Preferences.java:93
|
||||
Estonian=\u10d4\u10e1\u10e2\u10dd\u10dc\u10e3\u10e0\u10d8
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\u10d4\u10e1\u10e2\u10dd\u10dc\u10e3\u10e0\u10d8 (\u10d4\u10e1\u10e2\u10dd\u10dc\u10d4\u10d7\u10d8)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u10db\u10d0\u10d2\u10d0\u10da\u10d8\u10d7\u10d4\u10d1\u10d8
|
||||
|
||||
@ -836,8 +841,8 @@ Hungarian=\u10e3\u10dc\u10d2\u10e0\u10e3\u10da\u10d8
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u10e0\u10d4\u10d2\u10d8\u10e1\u10e2\u10e0\u10d8 \u10e3\u10db\u10dc\u10d8\u10e8\u10d5\u10dc\u10d4\u10da\u10dd\u10d0
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u10d1\u10d8\u10d1\u10da\u10d8\u10dd\u10d7\u10d4\u10d9\u10d8\u10e1 \u10d1\u10d0\u10d7\u10d8\u10da\u10d8 \u10e1\u10d0\u10ee\u10d4\u10da\u10d8 \u10e3\u10d2\u10e3\u10da\u10d4\u10d1\u10d4\u10da\u10e7\u10dd\u10e4\u10d8\u10da\u10d8\u10d0
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10d1\u10d0\u10d7\u10d8\u10da\u10d8 \u10e1\u10d0\u10ee\u10d4\u10da\u10d8 \u10e3\u10d2\u10e3\u10da\u10d4\u10d1\u10d4\u10da\u10e7\u10dd\u10e4\u10d8\u10da\u10d8\u10d0
|
||||
@ -881,9 +886,9 @@ Indonesian=\u10d8\u10dc\u10d3\u10dd\u10dc\u10d4\u10d6\u10d8\u10e3\u10e0\u10d8
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Latvian=\u10da\u10d0\u10e2\u10d5\u10d8\u10e3\u10e0\u10d8
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1243,9 +1248,9 @@ Reference=\u10ea\u10dc\u10dd\u10d1\u10d0\u10e0\u10d8
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=\u10db\u10dd\u10db\u10d0\u10e0\u10d7\u10d5\u10d8\u10e1 \u10d3\u
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u10d0\u10da\u10d1\u10dd\u10db\u10d8\u10e1 \u10e1\u10d0\u10e5\u10d0\u10e6\u10d0\u10da\u10d3\u10d8\u10e1 \u10d2\u10d0\u10ee\u10e1\u10dc\u10d0
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: 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\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp \u10d9\u10da\u10d0\u10e1\u
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u10e4\u10d0\u10d8\u10da\u10d8 "{0}" \u10e3\u10dc\u10d3\u10d0 \u10d8\u10e7\u10dd\u10e1 \u10db\u10dd\u10d7\u10d0\u10d5\u10e1\u10d4\u10d1\u10e3\u10da\u10d8\n\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10e1\u10d0\u10e5\u10d0\u10e6\u10d0\u10da\u10d3\u10d4\u10e8\u10d8 "{1}".\n\u10d2\u10e1\u10e3\u10e0\u10d7 \u10e8\u10d4\u10e5\u10db\u10dc\u10d0\u10d7 \u10e1\u10d0\u10e5\u10d0\u10e6\u10d0\u10da\u10d3\u10d4, \u10d2\u10d0\u10d3\u10d0\u10d8\u10e2\u10d0\u10dc\u10dd\u10d7 \u10db\u10d0\u10e1\u10e8\u10d8 \u10e4\u10d0\u10d8\u10da\u10d8 \u10d3\u10d0 \u10d2\u10d0\u10d0\u10d2\u10e0\u10eb\u10d4\u10da\u10dd\u10d7?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)="{0}" \u10d1\u10d8\u10d1\u10da\u10d8\u10dd\u10d7\u10d4\u10d9\u10d8\u10e1 \u10d2\u10d0\u10db\u10dd\u10e7\u10d4\u10dc\u10d4\u10d1\u10d0 \u10e8\u10d4\u10e3\u10eb\u10da\u10d4\u10d1\u10d4\u10da\u10d8\u10d0.\n\u10d1\u10d8\u10d1\u10da\u10d8\u10dd\u10d7\u10d4\u10d9\u10d8\u10e1 \u10e1\u10d0\u10ee\u10d4\u10da\u10d4\u10d1\u10d8 \u10e3\u10dc\u10d3\u10d0 \u10e8\u10d4\u10d8\u10ea\u10d0\u10d5\u10d3\u10d4\u10e1 \u10e9\u10d5\u10d4\u10e3\u10da\u10d4\u10d1\u10e0\u10d8\u10d5 \u10d0\u10e1\u10dd\u10d4\u10d1\u10e1 \u10d3\u10d0 \u10ea\u10d8\u10e4\u10e0\u10d4\u10d1\u10e1.\n(\u10db\u10ee\u10dd\u10da\u10dd\u10d3 ASCII \u10d3\u10d0 \u10f0\u10d0\u10e0\u10d4\u10d1\u10d8\u10e1 \u10d2\u10d0\u10e0\u10d4\u10e8\u10d4 \u10d3\u10d0 \u10d0\u10e0 \u10e8\u10d4\u10d8\u10eb\u10da\u10d4\u10d1\u10d0 \u10d8\u10ec\u10e7\u10d4\u10d1\u10dd\u10d3\u10d4\u10e1 \u10ea\u10d8\u10e4\u10e0\u10d8\u10d7)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10e1\u10d0\u10e5\u10d0\u10e6\u10d0\u10da\u10d3\u10d4 \u10d0\u10e0 \u10db\u10dd\u10d8\u10eb\u10d4\u10d1\u10dc\u10d0.\n\u10e8\u10d4\u10d5\u10d4\u10ea\u10d3\u10d4\u10d1\u10d8 \u10d8\u10d2\u10d8\u10d5\u10d4 \u10d0\u10d3\u10d2\u10d8\u10da\u10d0\u10e1 \u10e8\u10d4\u10dc\u10d0\u10ee\u10d5\u10d0\u10e1, \u10db\u10d0\u10d2\u10e0\u10d0\u10db\n\u10e7\u10d5\u10d4\u10da\u10d0\u10e4\u10d4\u10e0\u10d8 \u10db\u10dd\u10ea\u10d4\u10db\u10e3\u10da\u10d8 \u10d9\u10dd\u10d3\u10d8\u10e1 \u10d2\u10d0\u10e0\u10d3\u10d0 \u10d3\u10d0\u10d8\u10d9\u10d0\u10e0\u10d2\u10d4\u10d1\u10d0.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u10d0\u10da\u10d1\u10dd\u10db\u10d8\u10e1 \u10e1\u10d0\u10e5\u10d0\u10e6\u10d0\u10da\u10d3\u10d4 \u10d0\u10e6\u10d0\u10e0 \u10d0\u10e0\u10e1\u10d4\u10d1\u10dd\u10d1\u10e1.\nArduino \u10d2\u10d0\u10db\u10dd\u10d8\u10e7\u10d4\u10dc\u10d4\u10d1\u10e1 \u10d0\u10da\u10d1\u10dd\u10db\u10d4\u10d1\u10d8\u10e1 \u10dc\u10d0\u10d2\u10e3\u10da\u10d8\u10e1\u10ee\u10db\u10d4\u10d1\n\u10db\u10d3\u10d4\u10d1\u10d0\u10e0\u10d4\u10dd\u10d1\u10d0\u10e1 \u10d3\u10d0 \u10e8\u10d4\u10e5\u10db\u10dc\u10d8\u10e1 \u10d0\u10ee\u10d0\u10da \u10d0\u10da\u10d1\u10dd\u10db\u10e1 \u10d7\u10e3 \u10d4\u10e1\n\u10e1\u10d0\u10ed\u10d8\u10e0\u10dd \u10d8\u10e5\u10dc\u10d4\u10d1\u10d0. Arduino \u10d0\u10e6\u10d0\u10e0 \u10d8\u10e1\u10d0\u10e3\u10d1\u10e0\u10d4\u10d1\u10e1 \u10db\u10d8\u10e1\n\u10e8\u10d4\u10e1\u10d0\u10ee\u10d4\u10d1 \u10db\u10d4\u10e1\u10d0\u10db\u10d4 \u10de\u10d8\u10e0\u10e8\u10d8.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1937,10 +1952,6 @@ upload=\u10d0\u10e2\u10d5\u10d8\u10e0\u10d7\u10d5\u10d0
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1949,6 +1960,10 @@ upload=\u10d0\u10e2\u10d5\u10d8\u10e0\u10d7\u10d5\u10d0
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \u10e3\u10ea\u10dc\u10dd\u10d1\u10d8 \u10d0\u10e0\u10e5\u10d8\u10e2\u10d4\u10e5\u10e2\u10e3\u10e0\u10d0
|
||||
|
@ -17,12 +17,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Kazakh (http://www.transifex.com/mbanzi/arduino-ide-15/language/kk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -676,6 +677,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -851,6 +856,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -940,10 +950,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
@ -1147,8 +1153,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1212,9 +1218,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1273,9 +1279,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1693,9 +1699,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1883,6 +1889,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2054,6 +2064,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2099,10 +2117,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2120,6 +2139,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2699,11 +2722,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2714,6 +2732,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,7 +17,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Kazakh (http\://www.transifex.com/mbanzi/arduino-ide-15/language/kk/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: kk\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Kazakh (http\://www.transifex.com/mbanzi/arduino-ide-15/language/kk/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: kk\nPlural-Forms\: nplurals\=2; plural\=(n\!\=1);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
!\ \ (requires\ restart\ of\ Arduino)=
|
||||
@ -479,6 +480,9 @@
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -610,6 +614,10 @@
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -677,9 +685,6 @@
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
|
||||
@ -830,8 +835,8 @@
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -875,9 +880,9 @@
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -922,9 +927,9 @@
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1237,9 +1242,9 @@
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1378,6 +1383,9 @@
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1497,6 +1505,10 @@
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1521,8 +1533,8 @@
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1530,6 +1542,9 @@
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1931,10 +1946,6 @@
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1943,6 +1954,10 @@
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Jihoon Hyun <ryrhkqn@naver.com>, 2015
|
||||
# Jinbuhm Kim <jinbuhm.kim@gmail.com>, 2013,2015-2017
|
||||
@ -27,8 +28,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: 2017-11-20 03:29+0000\n"
|
||||
"Last-Translator: Jinbuhm Kim <jinbuhm.kim@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@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"
|
||||
@ -681,6 +682,10 @@ msgstr "들여쓰기 줄이기"
|
||||
msgid "Default"
|
||||
msgstr "디폴트"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "삭제"
|
||||
@ -856,6 +861,11 @@ msgstr "아두이노 데이터 폴더를 가져올 때 에러 발생"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "시리얼 내부 에러.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -945,10 +955,6 @@ msgstr "검증/업로드 오류"
|
||||
msgid "Estonian"
|
||||
msgstr "에스토니아어"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "에스토니아어(에스토니아)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "예제"
|
||||
@ -1152,9 +1158,9 @@ msgstr "호환되지 않음"
|
||||
msgid "Ignore Case"
|
||||
msgstr "대소문자 무시"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "잘못된 라이브러리 이름을 무시함"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1217,10 +1223,10 @@ msgstr "설치됨"
|
||||
msgid "Installing boards..."
|
||||
msgstr "보드 설치..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "라이브러리 설치: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1278,10 +1284,10 @@ msgstr "라이브러리가 추가되었습니다. \"라이브러리 포함하기
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "라이브러리는 'src' 와 'utility' 폴더에 동시에 사용될 수 없습니다. 확인 {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "라이브러리가 이미 설치됐습니다: {0} 버전 {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1698,10 +1704,10 @@ msgstr "참조"
|
||||
msgid "Remove"
|
||||
msgstr "제거"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "라이브러리 제거: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1888,6 +1894,10 @@ msgstr "설정 문제"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "스케치 폴더 보이기"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "다음 동작중 자세한 출력 보이기: "
|
||||
@ -2059,6 +2069,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "\"{0}\" 파일은 스케치 폴더 \"{1}\" 에 있어야 합니다.\n이 폴더를 생성하고 파일을 이동하고 계속하시겠습니까?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2104,11 +2122,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "스케치 폴더가 사라졌습니다\n같은 장소에 다시 저장을 시도합니다,\n하지만 코드를 제외한 나머지 부분은 잃어버립니다."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "스케치 이름을 수정해야했습니다. 스케치 이름은 ASCII 문자와 \n숫자로 구성되며 64 자 미만이어야합니다."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2125,6 +2144,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "지정된 스케치북 폴더는 IDE의 사본을 포함합니다.\n다른 폴더를 선택하십시오."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2704,11 +2727,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: 잘못된 보드 이름, \"package:arch:board\" 또는 \"package:arch:board:options\" 형태가 되야 합니다."
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: \"{2}\" 보드의 옵션 \"{1}\" 의 옵션이 잘못 됨"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2719,6 +2737,11 @@ msgstr "{0}: \"{1}' 보드의 옵션이 잘못 됨"
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: 잘못 된 옵션, \"이름=값\"의 형태여야 합니다."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,12 +17,13 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Jihoon Hyun <ryrhkqn@naver.com>, 2015
|
||||
# Jinbuhm Kim <jinbuhm.kim@gmail.com>, 2013,2015-2017
|
||||
# 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\: 2017-11-20 03\:29+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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -484,6 +485,9 @@ Decrease\ Indent=\ub4e4\uc5ec\uc4f0\uae30 \uc904\uc774\uae30
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\ub514\ud3f4\ud2b8
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\uc0ad\uc81c
|
||||
|
||||
@ -615,6 +619,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=\uc544\ub450\uc774\ub178 \ub370\uc77
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\uc2dc\ub9ac\uc5bc \ub0b4\ubd80 \uc5d0\ub7ec.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -682,9 +690,6 @@ Error\ while\ verifying/uploading=\uac80\uc99d/\uc5c5\ub85c\ub4dc \uc624\ub958
|
||||
#: Preferences.java:93
|
||||
Estonian=\uc5d0\uc2a4\ud1a0\ub2c8\uc544\uc5b4
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=\uc5d0\uc2a4\ud1a0\ub2c8\uc544\uc5b4(\uc5d0\uc2a4\ud1a0\ub2c8\uc544)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\uc608\uc81c
|
||||
|
||||
@ -835,8 +840,8 @@ INCOMPATIBLE=\ud638\ud658\ub418\uc9c0 \uc54a\uc74c
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\ub300\uc18c\ubb38\uc790 \ubb34\uc2dc
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\uc798\ubabb\ub41c \ub77c\uc774\ube0c\ub7ec\ub9ac \uc774\ub984\uc744 \ubb34\uc2dc\ud568
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\uc798\ubabb\ub41c \uc774\ub984\uc758 \uc2a4\ucf00\uce58\ub97c \ubb34\uc2dc\ud568
|
||||
@ -880,9 +885,9 @@ Installed=\uc124\uce58\ub428
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=\ubcf4\ub4dc \uc124\uce58...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=\ub77c\uc774\ube0c\ub7ec\ub9ac \uc124\uce58\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -927,9 +932,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=\ub77c\uc7
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 'src' \uc640 'utility' \ud3f4\ub354\uc5d0 \ub3d9\uc2dc\uc5d0 \uc0ac\uc6a9\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud655\uc778 {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=\ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \uc774\ubbf8 \uc124\uce58\ub410\uc2b5\ub2c8\ub2e4\: {0} \ubc84\uc804 {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Line number\:
|
||||
@ -1242,9 +1247,9 @@ Reference=\ucc38\uc870
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\uc81c\uac70
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=\ub77c\uc774\ube0c\ub7ec\ub9ac \uc81c\uac70\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1383,6 +1388,9 @@ Settings\ issues=\uc124\uc815 \ubb38\uc81c
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\uc2a4\ucf00\uce58 \ud3f4\ub354 \ubcf4\uc774\uae30
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\ub2e4\uc74c \ub3d9\uc791\uc911 \uc790\uc138\ud55c \ucd9c\ub825 \ubcf4\uc774\uae30\:
|
||||
|
||||
@ -1502,6 +1510,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?="{0}" \ud30c\uc77c\uc740 \uc2a4\ucf00\uce58 \ud3f4\ub354 "{1}" \uc5d0 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.\n\uc774 \ud3f4\ub354\ub97c \uc0dd\uc131\ud558\uace0 \ud30c\uc77c\uc744 \uc774\ub3d9\ud558\uace0 \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\ub77c\uc774\ube0c\ub7ec\ub9ac "{0}"\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\ub77c\uc774\ube0c\ub7ec\ub9ac \uc774\ub984\uc740 \uae30\ubcf8 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4\n(\uc22b\uc790\ub85c \uc2dc\uc791\ud558\uc9c0 \uc54a\ub294 \uc2a4\ud398\uc774\uc2a4 \uc5c6\ub294 \uc544\uc2a4\ud0a4\ubb38\uc790\ub97c \uc0ac\uc6a9\ud574\uc57c\ud569\ub2c8\ub2e4)
|
||||
@ -1526,8 +1538,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=\uc2a4\ucf00\uce58\uc5d0 \
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\uc2a4\ucf00\uce58 \ud3f4\ub354\uac00 \uc0ac\ub77c\uc84c\uc2b5\ub2c8\ub2e4\n\uac19\uc740 \uc7a5\uc18c\uc5d0 \ub2e4\uc2dc \uc800\uc7a5\uc744 \uc2dc\ub3c4\ud569\ub2c8\ub2e4,\n\ud558\uc9c0\ub9cc \ucf54\ub4dc\ub97c \uc81c\uc678\ud55c \ub098\uba38\uc9c0 \ubd80\ubd84\uc740 \uc783\uc5b4\ubc84\ub9bd\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=\uc2a4\ucf00\uce58 \uc774\ub984\uc744 \uc218\uc815\ud574\uc57c\ud588\uc2b5\ub2c8\ub2e4. \uc2a4\ucf00\uce58 \uc774\ub984\uc740 ASCII \ubb38\uc790\uc640 \n\uc22b\uc790\ub85c \uad6c\uc131\ub418\uba70 64 \uc790 \ubbf8\ub9cc\uc774\uc5b4\uc57c\ud569\ub2c8\ub2e4.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\uc2a4\ucf00\uce58\ubd81 \ud3f4\ub354\uac00 \ub354 \uc774\uc0c1 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\uc544\ub450\uc774\ub178\ub294 \uae30\ubcf8 \uc2a4\ucf00\uce58\ubd81 \uc704\uce58\ub85c \uc804\ud658\ud569\ub2c8\ub2e4\n\uadf8\ub9ac\uace0 \ud544\uc694\ud558\uba74 \uc0c8\ub85c\uc6b4 \uc2a4\ucf00\uce58\ubd81 \ud3f4\ub354\ub97c \ub9cc\ub4e4\uac81\ub2c8\ub2e4\n\uadf8\ub7ec\uba74 \uc544\ub450\uc774\ub178\ub294 \ub354 \uc774\uc0c1 \uc774 \ubb38\uc81c\uc5d0 \ub300\ud574\n\uc598\uae30\ud558\uc9c0 \uc54a\uc744\uac81\ub2c8\ub2e4.
|
||||
@ -1535,6 +1547,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=\uc9c0\uc815\ub41c \uc2a4\ucf00\uce58\ubd81 \ud3f4\ub354\ub294 IDE\uc758 \uc0ac\ubcf8\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4.\n\ub2e4\ub978 \ud3f4\ub354\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=\uc774 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \ub9e4\ub2c8\uc800\uc5d0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc124\uce58 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
|
||||
|
||||
@ -1936,10 +1951,6 @@ version\ <b>{0}</b>=\ubc84\uc804 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: \uc798\ubabb\ub41c \ubcf4\ub4dc \uc774\ub984, "package\:arch\:board" \ub610\ub294 "package\:arch\:board\:options" \ud615\ud0dc\uac00 \ub418\uc57c \ud569\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: "{2}" \ubcf4\ub4dc\uc758 \uc635\uc158 "{1}" \uc758 \uc635\uc158\uc774 \uc798\ubabb \ub428
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: "{1}' \ubcf4\ub4dc\uc758 \uc635\uc158\uc774 \uc798\ubabb \ub428
|
||||
@ -1948,6 +1959,10 @@ version\ <b>{0}</b>=\ubc84\uc804 <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: \uc798\ubabb \ub41c \uc635\uc158, "\uc774\ub984\=\uac12"\uc758 \ud615\ud0dc\uc5ec\uc57c \ud569\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: \uc54c \uc218 \uc5c6\ub294 \uc544\ud0a4\ud14d\uccd0
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aleksandr Jadov <a.jadov@tata.lt>, 2013
|
||||
# Aurimas Liaukevicius <auris1996@gmail.com>, 2018
|
||||
msgid ""
|
||||
@ -24,8 +25,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: 2018-03-26 13:14+0000\n"
|
||||
"Last-Translator: Aurimas Liaukevicius <auris1996@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/mbanzi/arduino-ide-15/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -678,6 +679,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -853,6 +858,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
@ -1149,9 +1155,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignoruojamas blogas bibleotekos pavadinimas"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1214,9 +1220,9 @@ msgstr "Įrašyta"
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Rodyti Eskizo Aplanką"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aleksandr Jadov <a.jadov@tata.lt>, 2013
|
||||
# Aurimas Liaukevicius <auris1996@gmail.com>, 2018
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-03-26 13\:14+0000\nLast-Translator\: Aurimas Liaukevicius <auris1996@gmail.com>\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\=4; plural\=(n % 10 \=\= 1 && (n % 100 > 19 || n % 100 < 11) ? 0 \: (n % 10 >\= 2 && n % 10 <\=9) && (n % 100 > 19 || n % 100 < 11) ? 1 \: n % 1 \!\= 0 ? 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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=4; plural\=(n % 10 \=\= 1 && (n % 100 > 19 || n % 100 < 11) ? 0 \: (n % 10 >\= 2 && n % 10 <\=9) && (n % 100 > 19 || n % 100 < 11) ? 1 \: n % 1 \!\= 0 ? 2\: 3);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(reikalauja perkrauti Arduino)
|
||||
@ -481,6 +482,9 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -612,6 +616,10 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
!Examples=
|
||||
|
||||
@ -832,8 +837,8 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignoruojamas blogas bibleotekos pavadinimas
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -877,9 +882,9 @@ Installed=\u012era\u0161yta
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Installing...=\u012era\u0161oma...
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1239,9 +1244,9 @@ Recommended=Rekomenduojama
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Settings=Nustatyma
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Rodyti Eskizo Aplank\u0105
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1499,6 +1507,10 @@ Sunshine=Saul\u0117s \u0161viesa
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1523,8 +1535,8 @@ Sunshine=Saul\u0117s \u0161viesa
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1532,6 +1544,9 @@ Sunshine=Saul\u0117s \u0161viesa
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Kristofers <kristozz@gmail.com>, 2015,2017
|
||||
# Kristofers <kristozz@gmail.com>, 2012
|
||||
msgid ""
|
||||
@ -24,7 +25,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Latvian (Latvia) (http://www.transifex.com/mbanzi/arduino-ide-15/language/lv_LV/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -678,6 +679,10 @@ msgstr "Samazināt atkāpi"
|
||||
msgid "Default"
|
||||
msgstr "Noklusējuma"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Dzēst"
|
||||
@ -853,6 +858,11 @@ msgstr "Radās kļūda, iegūstot Arduino datu mapi."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Kļūda iekš Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr "Kļūda pārbaudot/augšupielādējot"
|
||||
msgid "Estonian"
|
||||
msgstr "Estonian"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Piemēri"
|
||||
@ -1149,9 +1155,9 @@ msgstr "NESADERĪGS"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorēt reģistrjūtību"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorē nekorektu bibliotēkas nosaukumu"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1214,10 +1220,10 @@ msgstr "Instalēts"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalē plates..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Instalē bibliotēku: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr "Atsauce"
|
||||
msgid "Remove"
|
||||
msgstr "Aizvākt"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr "Iestatījumu problēmas"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Parādīt skiču mapi"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Rādīt detalizētāku izvadi, kad:"
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Failam \"{0}\" jābūt iekš\nskiču mapes ar nosaukumu \"{1}\".\nIzveidot šo mapi, pārvietot failu un turpināt?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Skices mape ir pazudusi.\nTiks mēģināts saglabāt tajā pašā vietā,\nbet viss, izņemot kodu, zudīs."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Kristofers <kristozz@gmail.com>, 2015,2017
|
||||
# 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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -481,6 +482,9 @@ Decrease\ Indent=Samazin\u0101t atk\u0101pi
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Noklus\u0113juma
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Dz\u0113st
|
||||
|
||||
@ -612,6 +616,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Rad\u0101s k\u013c\u016bda, ieg\u016
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=K\u013c\u016bda iek\u0161 Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Error\ while\ verifying/uploading=K\u013c\u016bda p\u0101rbaudot/aug\u0161upiel\
|
||||
#: Preferences.java:93
|
||||
Estonian=Estonian
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Piem\u0113ri
|
||||
|
||||
@ -832,8 +837,8 @@ INCOMPATIBLE=NESADER\u012aGS
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignor\u0113t re\u0123istrj\u016bt\u012bbu
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignor\u0113 nekorektu bibliot\u0113kas nosaukumu
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignor\u0113 skici ar nekorektu nosaukumu
|
||||
@ -877,9 +882,9 @@ Installed=Instal\u0113ts
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instal\u0113 plates...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Instal\u0113 bibliot\u0113ku\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Latvian=Latvie\u0161u
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Rindas numurs\:
|
||||
@ -1239,9 +1244,9 @@ Reference=Atsauce
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Aizv\u0101kt
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Settings\ issues=Iestat\u012bjumu probl\u0113mas
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Par\u0101d\u012bt ski\u010du mapi
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =R\u0101d\u012bt detaliz\u0113t\u0101ku izvadi, kad\:
|
||||
|
||||
@ -1499,6 +1507,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp klase ir p\u0101rsaukta pa
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Failam "{0}" j\u0101b\u016bt iek\u0161\nski\u010du mapes ar nosaukumu "{1}".\nIzveidot \u0161o mapi, p\u0101rvietot failu un turpin\u0101t?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)="{0}" bibliot\u0113ka nevar tikt izmantota.\nBibliot\u0113ku nosaukumiem j\u0101satur tikai parastos burtus un ciparus.\n(Tikai ASCII, bez atstarp\u0113m, un tas nedr\u012bkst s\u0101kties ar ciparu)
|
||||
@ -1523,8 +1535,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Skices mape ir pazudusi.\nTiks m\u0113\u0123in\u0101ts saglab\u0101t taj\u0101 pa\u0161\u0101 viet\u0101,\nbet viss, iz\u0146emot kodu, zud\u012bs.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Ski\u010du burtn\u012bcas mape vairs neeksist\u0113.\nArduino p\u0101rsl\u0113gsies uz noklus\u0113juma ski\u010du burtn\u012bcas\natra\u0161an\u0101s vietu un izveidos jaunu ski\u010du burtn\u012bcas mapi,\nja nepiecie\u0161ams. Tad Arduino p\u0101rst\u0101s run\u0101t par sevi\ntre\u0161aj\u0101 person\u0101.
|
||||
@ -1532,6 +1544,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ version\ <b>{0}</b>=versija <b>{0}</b>
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ version\ <b>{0}</b>=versija <b>{0}</b>
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mayur Bangar <mayur12025gh@gmail.com>, 2017
|
||||
# Mayur Bangar <mayur12025gh@gmail.com>, 2017
|
||||
msgid ""
|
||||
@ -24,7 +25,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Marathi (http://www.transifex.com/mbanzi/arduino-ide-15/language/mr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -678,6 +679,10 @@ msgstr "अंतर कमी करा"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -853,6 +858,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "उदाहरणे"
|
||||
@ -1149,8 +1155,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1214,9 +1220,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr "संदर्भ"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "स्केचचा फोल्डर उघडा"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mayur Bangar <mayur12025gh@gmail.com>, 2017
|
||||
# Mayur Bangar <mayur12025gh@gmail.com>, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=(\u0905\u0930\u094d\u0926\u0941\u0907\u0928\u094b \u092a\u0930\u0924 \u0938\u0941\u0930\u0941 \u0915\u0930\u093e\u0935\u0902 \u0932\u093e\u0917\u0947\u0932)
|
||||
@ -481,6 +482,9 @@ Decrease\ Indent=\u0905\u0902\u0924\u0930 \u0915\u092e\u0940 \u0915\u0930\u093e
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -612,6 +616,10 @@ Environment=\u092a\u0930\u093f\u0938\u0930
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Environment=\u092a\u0930\u093f\u0938\u0930
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0909\u0926\u093e\u0939\u0930\u0923\u0947
|
||||
|
||||
@ -832,8 +837,8 @@ Help=\u092e\u0926\u0924
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -877,9 +882,9 @@ Increase\ Indent=\u0905\u0902\u0924\u0930 \u0935\u093e\u0922\u0935\u093e
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Increase\ Indent=\u0905\u0902\u0924\u0930 \u0935\u093e\u0922\u0935\u093e
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1239,9 +1244,9 @@ Reference=\u0938\u0902\u0926\u0930\u094d\u092d
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Serial\ Monitor=\u0938\u093f\u0930\u0940\u092f\u0932 \u0928\u093f\u092f\u0902\u0
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u0938\u094d\u0915\u0947\u091a\u091a\u093e \u092b\u094b\u0932\u094d\u0921\u0930 \u0909\u0918\u0921\u093e
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1499,6 +1507,10 @@ Sketchbook=\u0938\u094d\u0915\u0947\u091a \u092a\u0941\u0938\u094d\u0924\u093f\u
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1523,8 +1535,8 @@ Sketchbook=\u0938\u094d\u0915\u0947\u091a \u092a\u0941\u0938\u094d\u0924\u093f\u
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1532,6 +1544,9 @@ Sketchbook=\u0938\u094d\u0915\u0947\u091a \u092a\u0941\u0938\u094d\u0924\u093f\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ serialMenu\ is\ null=\u0938\u093f\u0930\u093f\u0905\u0932 \u092e\u0947\u0928\u09
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ serialMenu\ is\ null=\u0938\u093f\u0930\u093f\u0905\u0932 \u092e\u0947\u0928\u09
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Salai Aung Myint Myat <ammyat95@gmail.com>, 2018
|
||||
# Yhal Htet Aung <jumoun@gmail.com>, 2015
|
||||
msgid ""
|
||||
@ -24,8 +25,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: 2018-01-28 05:35+0000\n"
|
||||
"Last-Translator: Salai Aung Myint Myat <ammyat95@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/mbanzi/arduino-ide-15/language/my_MM/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -678,6 +679,10 @@ msgstr "Indent လျှော့ချသည်"
|
||||
msgid "Default"
|
||||
msgstr "မူလ"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "ဖျက်ပစ်"
|
||||
@ -853,6 +858,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -942,10 +952,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "ဥပမာများ"
|
||||
@ -1149,8 +1155,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1214,9 +1220,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1275,9 +1281,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1695,9 +1701,9 @@ msgstr "ကိုးကား"
|
||||
msgid "Remove"
|
||||
msgstr "ဖယ်ရှား"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1885,6 +1891,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2056,6 +2066,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2101,10 +2119,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2122,6 +2141,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2701,11 +2724,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2716,6 +2734,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,9 +17,10 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Salai Aung Myint Myat <ammyat95@gmail.com>, 2018
|
||||
# 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\: 2018-01-28 05\:35+0000\nLast-Translator\: Salai Aung Myint Myat <ammyat95@gmail.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=(Arduino \u1000\u102d\u102f \u1015\u103c\u1014\u103a\u1005\u1010\u1004\u103a\u101b\u1014\u103a \u101c\u102d\u102f\u1021\u1015\u103a\u101e\u100a\u103a)
|
||||
@ -481,6 +482,9 @@ Decrease\ Indent=Indent \u101c\u103b\u103e\u1031\u102c\u1037\u1001\u103b\u101e\u
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u1019\u1030\u101c
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u1016\u103b\u1000\u103a\u1015\u1005\u103a
|
||||
|
||||
@ -612,6 +616,10 @@ Error\ compiling.=\u1018\u102c\u101e\u102c\u1015\u103c\u1014\u103a\u1001\u103c\u
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -679,9 +687,6 @@ Error\ opening\ serial\ port\ ''{0}''.=serial port "{0}" \u1000\u102d\u102f \u10
|
||||
#: Preferences.java:93
|
||||
!Estonian=
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u1025\u1015\u1019\u102c\u1019\u103b\u102c\u1038
|
||||
|
||||
@ -832,8 +837,8 @@ Hungarian=\u101f\u1014\u103a\u1002\u1031\u101b\u102e\u1018\u102c\u101e\u102c
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -877,9 +882,9 @@ Indonesian=\u1021\u1004\u103a\u1012\u102d\u102f\u1014\u102e\u1038\u101b\u103e\u1
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -924,9 +929,9 @@ Library\ Manager=Library \u1019\u1014\u103a\u1014\u1031\u1002\u103b\u102c
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1239,9 +1244,9 @@ Reference=\u1000\u102d\u102f\u1038\u1000\u102c\u1038
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u1016\u101a\u103a\u101b\u103e\u102c\u1038
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1380,6 +1385,9 @@ Settings=\u1001\u103b\u102d\u1014\u103a\u100a\u103e\u102d\u1001\u103b\u1000\u103
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1499,6 +1507,10 @@ Thai=\u1011\u102d\u102f\u1004\u103a\u1038\u1018\u102c\u101e\u102c
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1523,8 +1535,8 @@ Thai=\u1011\u102d\u102f\u1004\u103a\u1038\u1018\u102c\u101e\u102c
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1532,6 +1544,9 @@ Thai=\u1011\u102d\u102f\u1004\u103a\u1038\u1018\u102c\u101e\u102c
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1933,10 +1948,6 @@ upload=\u1000\u1030\u1038\u1010\u1004\u103a
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1945,6 +1956,10 @@ upload=\u1000\u1030\u1038\u1010\u1004\u103a
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Bjørn Andreas, 2014
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Kaare Jenssen, 2015
|
||||
@ -28,7 +29,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@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"
|
||||
@ -682,6 +683,10 @@ msgstr "Mindre innrykk"
|
||||
msgid "Default"
|
||||
msgstr "Standard"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Slett"
|
||||
@ -857,6 +862,11 @@ msgstr "Feil oppstod ved henting av datamappe for Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Feil i Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -946,10 +956,6 @@ msgstr "Feil under verifisering/opplasting"
|
||||
msgid "Estonian"
|
||||
msgstr "Estisk"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estlandsk (Estland)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Eksempler"
|
||||
@ -1153,9 +1159,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ikke skill mellom store og små bokstaver"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Overser ugyldig biblioteksnavn"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1218,10 +1224,10 @@ msgstr "Installert"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Installerer kort..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Installerer bibliotek: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1279,10 +1285,10 @@ msgstr "Biblioteket er lagt til i dine bibliotek. Sjekk \"Inkluder Bibliotek\" m
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Biblioteket er allerede installert: {0} versjon {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1699,10 +1705,10 @@ msgstr "Referanse"
|
||||
msgid "Remove"
|
||||
msgstr "Fjern"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Fjern bibliotek: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1889,6 +1895,10 @@ msgstr "Problemer med innstillinger"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Vis skissemappe"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Vis detaljert informasjon under: "
|
||||
@ -2060,6 +2070,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Filen \"{0}\" må ligge i en skissemappe\nmed følgende navn \"{1}\".\nOpprett denne mappen, flytt filen og fortsett?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2105,10 +2123,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Skissemappen har forsvunnet.\n Vil forsøke å lagre på nytt i samme lokasjon,\nmen alt utenom kildekoden vil gå tapt."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2126,6 +2145,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Den spesifiserte skissebok-mappen inneholder din kopi av IDE'en.\nVennligst velg en annen mappe som din skissebok."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2705,11 +2728,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Ugyldig navn på kort, det bør ha formen \"pakke:arkitektur:kort\" eller \"pakke:arkitektur:kort:opsjon\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Ugyldig opsjon for \"{1}\" opsjon for kortet \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2720,6 +2738,11 @@ msgstr "{0}: Ugyldig opsjon for kort \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Ugyldig opsjon, må ha formen \"navn=verdi\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Bj\u00f8rn Andreas, 2014
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# 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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -485,6 +486,9 @@ Decrease\ Indent=Mindre innrykk
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Standard
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Slett
|
||||
|
||||
@ -616,6 +620,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Feil oppstod ved henting av datamapp
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Feil i Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -683,9 +691,6 @@ Error\ while\ verifying/uploading=Feil under verifisering/opplasting
|
||||
#: Preferences.java:93
|
||||
Estonian=Estisk
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estlandsk (Estland)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Eksempler
|
||||
|
||||
@ -836,8 +841,8 @@ Hungarian=Ungarsk
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ikke skill mellom store og sm\u00e5 bokstaver
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Overser ugyldig biblioteksnavn
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Overser skisse med ugyldig navn
|
||||
@ -881,9 +886,9 @@ Installed=Installert
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Installerer kort...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Installerer bibliotek\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -928,9 +933,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteke
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Biblioteket er allerede installert\: {0} versjon {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Linje nummer\:
|
||||
@ -1243,9 +1248,9 @@ Reference=Referanse
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Fjern
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Fjern bibliotek\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1384,6 +1389,9 @@ Settings\ issues=Problemer med innstillinger
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Vis skissemappe
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Vis detaljert informasjon under\:
|
||||
|
||||
@ -1503,6 +1511,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=Udp klassen har blitt omd\u00f
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Filen "{0}" m\u00e5 ligge i en skissemappe\nmed f\u00f8lgende navn "{1}".\nOpprett denne mappen, flytt filen og fortsett?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Biblioteket "{0}" kan ikke benyttes.\nBiblioteksnavn kan kun inneholde bokstaver og tall.\n(kun ASCII, ingen mellomrom, og kan ikke starte med et tall)
|
||||
@ -1527,8 +1539,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Skissemappen har forsvunnet.\n Vil fors\u00f8ke \u00e5 lagre p\u00e5 nytt i samme lokasjon,\nmen alt utenom kildekoden vil g\u00e5 tapt.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Mappen for skisser eksisterer ikke lenger.\nArduino vil n\u00e5 g\u00e5 over til \u00e5 bruke standard mappe for\nskisser, og hvis n\u00f8dvendig opprette en ny mappe\n. Etterp\u00e5 vil Arduino slutte \u00e5 omtale seg selv i\ntredje person.
|
||||
@ -1536,6 +1548,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Den spesifiserte skissebok-mappen inneholder din kopi av IDE'en.\nVennligst velg en annen mappe som din skissebok.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Dette biblioteket er ikke listet i Bibliotek Administrasjonen. Du vil ikke kunne reinstallere det fra her.\nEr du sikker p\u00e5 at du \u00f8nsker \u00e5 slette det?
|
||||
|
||||
@ -1937,10 +1952,6 @@ version\ <b>{0}</b>=versjon <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Ugyldig navn p\u00e5 kort, det b\u00f8r ha formen "pakke\:arkitektur\:kort" eller "pakke\:arkitektur\:kort\:opsjon"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Ugyldig opsjon for "{1}" opsjon for kortet "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Ugyldig opsjon for kort "{1}"
|
||||
@ -1949,6 +1960,10 @@ version\ <b>{0}</b>=versjon <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Ugyldig opsjon, m\u00e5 ha formen "navn\=verdi"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Ukjent arkitektur
|
||||
|
@ -17,13 +17,14 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paras Nath Chaudhary <opnchaudhary@gmail.com>, 2013,2016
|
||||
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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Nepali (http://www.transifex.com/mbanzi/arduino-ide-15/language/ne/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -677,6 +678,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr "पूर्वनिर्धारित"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "मेटाउन"
|
||||
@ -852,6 +857,11 @@ msgstr ""
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -941,10 +951,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "इस्टोनियाली"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "उदाहरणहरु"
|
||||
@ -1148,8 +1154,8 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
@ -1213,9 +1219,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1274,9 +1280,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1694,9 +1700,9 @@ msgstr "सन्दर्भ"
|
||||
msgid "Remove"
|
||||
msgstr "हटाउनु"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1884,6 +1890,10 @@ msgstr ""
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2055,6 +2065,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2100,10 +2118,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2121,6 +2140,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2700,11 +2723,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2715,6 +2733,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,8 +17,9 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paras Nath Chaudhary <opnchaudhary@gmail.com>, 2013,2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=
|
||||
@ -480,6 +481,9 @@ Danish\ (Denmark)=\u0921\u0947\u0928\u093f\u0938 (\u0921\u0947\u0928\u092e\u093e
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=\u092a\u0942\u0930\u094d\u0935\u0928\u093f\u0930\u094d\u0927\u093e\u0930\u093f\u0924
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u092e\u0947\u091f\u093e\u0909\u0928
|
||||
|
||||
@ -611,6 +615,10 @@ Error=\u0924\u094d\u0930\u0941\u091f\u0940
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -678,9 +686,6 @@ Error=\u0924\u094d\u0930\u0941\u091f\u0940
|
||||
#: Preferences.java:93
|
||||
Estonian=\u0907\u0938\u094d\u091f\u094b\u0928\u093f\u092f\u093e\u0932\u0940
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u0909\u0926\u093e\u0939\u0930\u0923\u0939\u0930\u0941
|
||||
|
||||
@ -831,8 +836,8 @@ Hungarian=\u0939\u0902\u0917\u0947\u0930\u0940
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
!Ignoring\ bad\ library\ name=
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
!Ignoring\ sketch\ with\ bad\ name=
|
||||
@ -876,9 +881,9 @@ Indonesian=\u0907\u0928\u094d\u0921\u094b\u0928\u0947\u0938\u093f\u092f\u093e\u0
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -923,9 +928,9 @@ Korean=\u0915\u094b\u0930\u093f\u092f\u0928
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=\u0932\u093e\u0907\u0928 \u0928\u092e\u094d\u092c\u0930\:
|
||||
@ -1238,9 +1243,9 @@ Reference=\u0938\u0928\u094d\u0926\u0930\u094d\u092d
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=\u0939\u091f\u093e\u0909\u0928\u0941
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1379,6 +1384,9 @@ Send=\u092a\u0920\u093e\u0909\u0928\u0941
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1498,6 +1506,10 @@ The\ --upload\ option\ supports\ only\ one\ file\ at\ a\ time=\u092f\u094b --upl
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=
|
||||
@ -1522,8 +1534,8 @@ The\ name\ cannot\ start\ with\ a\ period.=\u0928\u093e\u092e '.' \u0932\u0947 \
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
!The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=
|
||||
@ -1531,6 +1543,9 @@ The\ name\ cannot\ start\ with\ a\ period.=\u0928\u093e\u092e '.' \u0932\u0947 \
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1932,10 +1947,6 @@ version\ <b>{0}</b>=\u0938\u0902\u0938\u094d\u0915\u0930\u0923 <b>{0}</b>
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1944,6 +1955,10 @@ version\ <b>{0}</b>=\u0938\u0902\u0938\u094d\u0915\u0930\u0923 <b>{0}</b>
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# MrWhammy <brecht@yperman.eu>, 2013,2015
|
||||
# MrWhammy <brecht@yperman.eu>, 2012
|
||||
# Chris van Marle <qistoph@gmail.com>, 2016
|
||||
@ -32,7 +33,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/mbanzi/arduino-ide-15/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -686,6 +687,10 @@ msgstr "Insprong verkleinen"
|
||||
msgid "Default"
|
||||
msgstr "Standaard"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Verwijderen"
|
||||
@ -861,6 +866,11 @@ msgstr "Fout bij het openen van de Arduino datamap."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Fout in Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -950,10 +960,6 @@ msgstr "Fout bij het verifiëren/uploaden"
|
||||
msgid "Estonian"
|
||||
msgstr "Estisch"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estisch (Estland)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Voorbeelden"
|
||||
@ -1157,9 +1163,9 @@ msgstr "ONVERENIGBAAR"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Hoofdletters negeren"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Een foutieve bibliotheeknaam wordt genegeerd"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1222,10 +1228,10 @@ msgstr "Geïnstalleerd"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Boards installeren..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Bibliotheek installeren: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1283,10 +1289,10 @@ msgstr "Bibliotheek toegevoegd aan uw bibliotheken. Controleer het menu 'Bibliot
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Bibliotheek kan niet beide 'scr' en 'utility' mappen gebruiken. Controleer dubbel {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "De bibliotheek is reeds geïnstalleerd: {0} versie {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1703,10 +1709,10 @@ msgstr "Naslagwerk"
|
||||
msgid "Remove"
|
||||
msgstr "Verwijderen"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Bibliotheek verwijderen: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1893,6 +1899,10 @@ msgstr "Problemen met de instellingen"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Schetsmap weergeven"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Uitgebreide uitvoer weergeven tijdens:"
|
||||
@ -2064,6 +2074,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Het bestand {0} moet zich in een\nschetsmap met de naam \"{1}\" bevinden.\nDeze map aanmaken, het bestand verplaatsen en doorgaan?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2109,10 +2127,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "De map met schetsen is verdwenen.\nEr wordt geprobeerd opnieuw op dezelfde locatie op te slaan,\nmaar alles behalve de code zal verloren zijn."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2130,6 +2149,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "De map voor uw schetsboek bevat uw kopie van de IDE.\nGelieve een andere map te kiezen voor uw schetsboek."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2709,11 +2732,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Ongeldige board naam. Het moet de vorm \"package:arch:board\" of \"package:arch:board:options\" hebben."
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Ongeldige optie voor \"{1}\" optie voor board \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2724,6 +2742,11 @@ msgstr "{0}: Ongeldige optie voor board \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Ongeldige optie. Het moet de vorm \"name=waarde\" hebben."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# MrWhammy <brecht@yperman.eu>, 2013,2015
|
||||
# MrWhammy <brecht@yperman.eu>, 2012
|
||||
# Chris van Marle <qistoph@gmail.com>, 2016
|
||||
@ -27,7 +28,7 @@
|
||||
# jkf <inactive+jkf@transifex.com>, 2012
|
||||
# Robin van der Vliet <info@robinvandervliet.nl>, 2015
|
||||
# Wesley Deblaere <wesley.deblaere.100@gmail.com>, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -489,6 +490,9 @@ Decrease\ Indent=Insprong verkleinen
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Standaard
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Verwijderen
|
||||
|
||||
@ -620,6 +624,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Fout bij het openen van de Arduino d
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Fout in Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -687,9 +695,6 @@ Error\ while\ verifying/uploading=Fout bij het verifi\u00ebren/uploaden
|
||||
#: Preferences.java:93
|
||||
Estonian=Estisch
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estisch (Estland)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Voorbeelden
|
||||
|
||||
@ -840,8 +845,8 @@ INCOMPATIBLE=ONVERENIGBAAR
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Hoofdletters negeren
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Een foutieve bibliotheeknaam wordt genegeerd
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=De schets met slechte naam wordt genegeerd
|
||||
@ -885,9 +890,9 @@ Installed=Ge\u00efnstalleerd
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Boards installeren...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Bibliotheek installeren\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -932,9 +937,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Bibliothee
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Bibliotheek kan niet beide 'scr' en 'utility' mappen gebruiken. Controleer dubbel {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=De bibliotheek is reeds ge\u00efnstalleerd\: {0} versie {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Lijn nummer\:
|
||||
@ -1247,9 +1252,9 @@ Reference=Naslagwerk
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Verwijderen
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Bibliotheek verwijderen\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1388,6 +1393,9 @@ Settings\ issues=Problemen met de instellingen
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Schetsmap weergeven
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Uitgebreide uitvoer weergeven tijdens\:
|
||||
|
||||
@ -1507,6 +1515,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Het bestand {0} moet zich in een\nschetsmap met de naam "{1}" bevinden.\nDeze map aanmaken, het bestand verplaatsen en doorgaan?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Bibliotheek "{0}" kan niet worden gebruikt.\nBibliotheeknamen mogen alleen eenvoudige letters en cijfers bevatten.\n(Alleen ASCII en geen spaties en een naam mag niet met een cijfer beginnen)
|
||||
@ -1531,8 +1543,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=De schets bevat al een bes
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=De map met schetsen is verdwenen.\nEr wordt geprobeerd opnieuw op dezelfde locatie op te slaan,\nmaar alles behalve de code zal verloren zijn.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=De schetsboekmap bestaat niet meer.\nArduino zal overschakelen naar de standaard schetsboeklocatie,\nen, indien nodig, een nieuwe schetsboekmap aanmaken.\nArduino zal daarna ophouden over zichzelf te\npraten in de derde persoon.
|
||||
@ -1540,6 +1552,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=De map voor uw schetsboek bevat uw kopie van de IDE.\nGelieve een andere map te kiezen voor uw schetsboek.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Deze bibliotheek word niet genoemd in Bibliotheek Beheer. Je kan niet opnieuw installeren vanaf daar. Weet je zeker dat je deze wilt verwijderen?
|
||||
|
||||
@ -1941,10 +1956,6 @@ version\ <b>{0}</b>=versie <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Ongeldige board naam. Het moet de vorm "package\:arch\:board" of "package\:arch\:board\:options" hebben.
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Ongeldige optie voor "{1}" optie voor board "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Ongeldige optie voor board "{1}"
|
||||
@ -1953,6 +1964,10 @@ version\ <b>{0}</b>=versie <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Ongeldige optie. Het moet de vorm "name\=waarde" hebben.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Onbekende architectuur
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jeroen Doggen <jeroendoggen@gmail.com>, 2012
|
||||
# TheRevMan <jorick101@hotmail.com>, 2014
|
||||
# Rob Tillaart <rob.tillaart@gmail.com>, 2017
|
||||
@ -25,8 +26,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: 2017-12-26 13:24+0000\n"
|
||||
"Last-Translator: Rob Tillaart <rob.tillaart@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/mbanzi/arduino-ide-15/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -679,6 +680,10 @@ msgstr ""
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
@ -854,6 +859,11 @@ msgstr "Probleem bij het verkrijgen van de Arduino data-map."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -943,10 +953,6 @@ msgstr ""
|
||||
msgid "Estonian"
|
||||
msgstr "Ests"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Voorbeelden"
|
||||
@ -1150,9 +1156,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Foute bibliotheeknaam negeren"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1215,9 +1221,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1276,9 +1282,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1696,9 +1702,9 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1886,6 +1892,10 @@ msgstr "Problemen met instellingen"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr ""
|
||||
@ -2057,6 +2067,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2102,10 +2120,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2123,6 +2142,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2702,11 +2725,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2717,6 +2735,11 @@ msgstr ""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,10 +17,11 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jeroen Doggen <jeroendoggen@gmail.com>, 2012
|
||||
# TheRevMan <jorick101@hotmail.com>, 2014
|
||||
# Rob Tillaart <rob.tillaart@gmail.com>, 2017
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2017-12-26 13\:24+0000\nLast-Translator\: Rob Tillaart <rob.tillaart@gmail.com>\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)=(behoeft een herstart van Arduino)
|
||||
@ -482,6 +483,9 @@ Cut=Knippen
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
!Delete=
|
||||
|
||||
@ -613,6 +617,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Probleem bij het verkrijgen van de A
|
||||
#, java-format
|
||||
!Error\ inside\ Serial.{0}()=
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -680,9 +688,6 @@ Error\ reading\ preferences=Fout bij het lezen van de voorkeuren
|
||||
#: Preferences.java:93
|
||||
Estonian=Ests
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
!Estonian\ (Estonia)=
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Voorbeelden
|
||||
|
||||
@ -833,8 +838,8 @@ Hungarian=Hongaars
|
||||
#: FindReplace.java:96
|
||||
!Ignore\ Case=
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Foute bibliotheeknaam negeren
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Sketch met foutieve naam negeren
|
||||
@ -878,9 +883,9 @@ Indonesian=Indonesisch
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -925,9 +930,9 @@ Latvian=Lets
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1240,9 +1245,9 @@ Quit=Afsluiten
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1381,6 +1386,9 @@ Settings\ issues=Problemen met instellingen
|
||||
#: Editor.java:641
|
||||
!Show\ Sketch\ Folder=
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
!Show\ verbose\ output\ during\:\ =
|
||||
|
||||
@ -1500,6 +1508,10 @@ The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=Het "BYTE" keyword wordt niet l
|
||||
#, java-format
|
||||
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=De bibliotheek "{0}" kan niet gebruikt worden.\nBibliotheeknamen mogen enkel letters en cijfers bevatten.\n(Enkel ASCII en geen spaties, en hij mag niet met een cijfer beginnen)
|
||||
@ -1524,8 +1536,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=De sketchbookmap bestaat niet meer.\nArduino zal overschakelen naar de standaardlocatie en zal zo nodig een nieuwe sketchbookmap aanmaken. Daarna zal Arduino ophouden met over zichzelf te praten in de derde persoon.
|
||||
@ -1533,6 +1545,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1934,10 +1949,6 @@ Zip\ doesn't\ contain\ a\ library=Zip bevat geen bibliotheek
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
|
||||
@ -1946,6 +1957,10 @@ Zip\ doesn't\ contain\ a\ library=Zip bevat geen bibliotheek
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
!{0}\:\ Unknown\ architecture=
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Grzegorz Wielgoszewski <translations@wielgoszewski.pl>, 2016,2018
|
||||
# Jan Bielak <sharkie103@gmail.com>, 2013-2014,2016-2017
|
||||
@ -33,8 +34,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: 2018-02-12 17:28+0000\n"
|
||||
"Last-Translator: Grzegorz Wielgoszewski <translations@wielgoszewski.pl>\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/mbanzi/arduino-ide-15/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -687,6 +688,10 @@ msgstr "Zmniejsz wcięcie"
|
||||
msgid "Default"
|
||||
msgstr "Domyślne"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
@ -862,6 +867,11 @@ msgstr "Błąd w dostępie do folderu danych Arduino."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Błąd w funkcji Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -951,10 +961,6 @@ msgstr "Błąd przy weryfikacji/wgrywaniu"
|
||||
msgid "Estonian"
|
||||
msgstr "estoński"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "estoński (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Przykłady"
|
||||
@ -1158,9 +1164,9 @@ msgstr "NIEZGODNY"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Zignoruj przypadek"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorowanie błędnej nazwy biblioteki"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1223,10 +1229,10 @@ msgstr "Zainstalowany"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalowanie płytek..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Instalowanie biblioteki: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1284,10 +1290,10 @@ msgstr "Biblioteka została dodana do bibliotek. Sprawdź menu \"Załącz biblio
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Biblioteka nie może jednocześnie używać folderów 'src' oraz 'utility'. Sprawdź ponownie {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "Biblioteka jest już zainstalowana: {0} wersja {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1704,10 +1710,10 @@ msgstr "Referencje"
|
||||
msgid "Remove"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Usuwanie biblioteki: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1894,6 +1900,10 @@ msgstr "Błędy ustawień"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Pokaż folder szkicu"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Pokaż szczegółowe informacje podczas:"
|
||||
@ -2065,6 +2075,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "Plik \"{0}\" musi być wewnątrz\nfolderu szkicu nazwanego \"{1}\".\nUtworzyć folder, przenieść plik i kontynować ?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2110,11 +2128,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "Folder szkicu znikł.\nSpróbuję zapisać ponownie w tej samej lokalizacji,,\nale wszystko oprócz kodu zniknie."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "Nazwa szkicu musi być zmodyfikowana. Nazwy szkiców mogą zawierać jedynie\nznaki ASCII i cyfry oraz muszą być krótsze niż 64 znaki."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2131,6 +2150,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "Podany katalog na szkice zawiera twoją kopię środowiska programistycznego.\nProszę wybrać inny katalog na twoje szkice."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2710,11 +2733,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Niewłaściwa nazwa płytki, powinna mieć format \"package:arch:board\" lub \"package:arch:board:options\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Niewłaściwa opcja dla \"{1}\" opcji dla płytki \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2725,6 +2743,11 @@ msgstr "{0}: Niewłaściwa opcja dla płytki \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Niewłaściwa opcja, powinna być formatu \"name=value\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Grzegorz Wielgoszewski <translations@wielgoszewski.pl>, 2016,2018
|
||||
# Jan Bielak <sharkie103@gmail.com>, 2013-2014,2016-2017
|
||||
@ -28,7 +29,7 @@
|
||||
# Tomasz Pud\u0142o <wptom@wp.pl>, 2015-2017
|
||||
# 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\: 2018-02-12 17\:28+0000\nLast-Translator\: Grzegorz Wielgoszewski <translations@wielgoszewski.pl>\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\=4; plural\=(n\=\=1 ? 0 \: (n%10>\=2 && n%10<\=4) && (n%100<12 || n%100>14) ? 1 \: n\!\=1 && (n%10>\=0 && n%10<\=1) || (n%10>\=5 && n%10<\=9) || (n%100>\=12 && 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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\=4; plural\=(n\=\=1 ? 0 \: (n%10>\=2 && n%10<\=4) && (n%100<12 || n%100>14) ? 1 \: n\!\=1 && (n%10>\=0 && n%10<\=1) || (n%10>\=5 && n%10<\=9) || (n%100>\=12 && n%100<\=14) ? 2 \: 3);\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(wymagany restart Arduino)
|
||||
@ -490,6 +491,9 @@ Decrease\ Indent=Zmniejsz wci\u0119cie
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Domy\u015blne
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Usu\u0144
|
||||
|
||||
@ -621,6 +625,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=B\u0142\u0105d w dost\u0119pie do fo
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=B\u0142\u0105d w funkcji Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -688,9 +696,6 @@ Error\ while\ verifying/uploading=B\u0142\u0105d przy weryfikacji/wgrywaniu
|
||||
#: Preferences.java:93
|
||||
Estonian=esto\u0144ski
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=esto\u0144ski (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Przyk\u0142ady
|
||||
|
||||
@ -841,8 +846,8 @@ INCOMPATIBLE=NIEZGODNY
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Zignoruj przypadek
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorowanie b\u0142\u0119dnej nazwy biblioteki
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignoruj szkic ze z\u0142\u0105 nazw\u0105
|
||||
@ -886,9 +891,9 @@ Installed=Zainstalowany
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instalowanie p\u0142ytek...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Instalowanie biblioteki\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -933,9 +938,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteka
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Biblioteka nie mo\u017ce jednocze\u015bnie u\u017cywa\u0107 folder\u00f3w 'src' oraz 'utility'. Sprawd\u017a ponownie {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=Biblioteka jest ju\u017c zainstalowana\: {0} wersja {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=Numer linii\:
|
||||
@ -1248,9 +1253,9 @@ Reference=Referencje
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Usu\u0144
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Usuwanie biblioteki\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1389,6 +1394,9 @@ Settings\ issues=B\u0142\u0119dy ustawie\u0144
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Poka\u017c folder szkicu
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Poka\u017c szczeg\u00f3\u0142owe informacje podczas\:
|
||||
|
||||
@ -1508,6 +1516,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Plik "{0}" musi by\u0107 wewn\u0105trz\nfolderu szkicu nazwanego "{1}".\nUtworzy\u0107 folder, przenie\u015b\u0107 plik i kontynowa\u0107 ?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=Biblioteka "{0}" nie mo\u017ce by\u0107 u\u017cyta.\nNazwy bibliotek mog\u0105 zawiera\u0107 tylko podstawowe litery i cyfry.\n(Tylko ASCII bez spacji, ponadto nie mo\u017ce zaczyna\u0107 si\u0119 cyfr\u0105).
|
||||
@ -1532,8 +1544,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=Szkic zawiera ju\u017c pli
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=Folder szkicu znik\u0142.\nSpr\u00f3buj\u0119 zapisa\u0107 ponownie w tej samej lokalizacji,,\nale wszystko opr\u00f3cz kodu zniknie.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=Nazwa szkicu musi by\u0107 zmodyfikowana. Nazwy szkic\u00f3w mog\u0105 zawiera\u0107 jedynie\nznaki ASCII i cyfry oraz musz\u0105 by\u0107 kr\u00f3tsze ni\u017c 64 znaki.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=Folder szkicownika nie istnieje.\nArduino prze\u0142\u0105czy si\u0119 na domy\u015blny szkicownik,\noraz utworzy nowy szkicownik je\u015bli potrzeba.\nPotem Arduino przestanie m\u00f3wi\u0107 o sobie \nw trzeciej osobie.
|
||||
@ -1541,6 +1553,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=Podany katalog na szkice zawiera twoj\u0105 kopi\u0119 \u015brodowiska programistycznego.\nProsz\u0119 wybra\u0107 inny katalog na twoje szkice.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Ta biblioteka nie jest widoczna w mened\u017cerze bibliotek. Nie b\u0119dziesz m\u00f3g\u0142 jej st\u0105d przeinstalowa\u0107.\nCzy na pewno chcesz j\u0105 usun\u0105\u0107?
|
||||
|
||||
@ -1942,10 +1957,6 @@ version\ <b>{0}</b>=wersja <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Niew\u0142a\u015bciwa nazwa p\u0142ytki, powinna mie\u0107 format "package\:arch\:board" lub "package\:arch\:board\:options"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Niew\u0142a\u015bciwa opcja dla "{1}" opcji dla p\u0142ytki "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Niew\u0142a\u015bciwa opcja dla p\u0142ytki "{1}"
|
||||
@ -1954,6 +1965,10 @@ version\ <b>{0}</b>=wersja <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Niew\u0142a\u015bciwa opcja, powinna by\u0107 formatu "name\=value"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Nieznana architektura
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# n3okill <n3okill@hotmail.com>, 2014
|
||||
# nelsonduvall <nelsonduvall@gmail.com>, 2012,2014
|
||||
@ -31,7 +32,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/mbanzi/arduino-ide-15/language/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -685,6 +686,10 @@ msgstr "Reduzir Indentação"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
@ -860,6 +865,11 @@ msgstr "Erro ao obter a directoria de dados do Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erro na porta Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -949,10 +959,6 @@ msgstr "Erro a verificar/enviar"
|
||||
msgid "Estonian"
|
||||
msgstr "Estónio"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estónio (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemplos"
|
||||
@ -1156,9 +1162,9 @@ msgstr ""
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar capitalização"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorei nome de biblioteca inválido"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1221,9 +1227,9 @@ msgstr ""
|
||||
msgid "Installing boards..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
@ -1282,9 +1288,9 @@ msgstr ""
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
@ -1702,9 +1708,9 @@ msgstr "Referência"
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
@ -1892,6 +1898,10 @@ msgstr "Problemas com as configurações"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Ver directoria do Rascunho"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar mensagens detalhadas durante:"
|
||||
@ -2063,6 +2073,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "O ficheiro \"{0}\" tem de estar dentro\nde uma directoria de rascunhos chamada \"{1}\".\nCriar esta directoria, mover o ficheiro e continuar?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2108,10 +2126,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "A directoria de rascunhos desapareceu.\nVou tentar guardar novamente no mesmo sítio,\nmas tudo para além do código será perdido."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2129,6 +2148,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2708,11 +2731,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nome de placa inválido, o nome deve ser da forma \"pacote:arquitectura:placa\" ou \"pacote:arquitectura:placa:opções\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opção inválida para a opção \"{1}\" para a placa \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2723,6 +2741,11 @@ msgstr "{0}: Opção inválida para a placa \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opção inválida, deve ser da forma \"nome=valor\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# n3okill <n3okill@hotmail.com>, 2014
|
||||
# nelsonduvall <nelsonduvall@gmail.com>, 2012,2014
|
||||
@ -26,7 +27,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -488,6 +489,9 @@ Decrease\ Indent=Reduzir Indenta\u00e7\u00e3o
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
!Default=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Apagar
|
||||
|
||||
@ -619,6 +623,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Erro ao obter a directoria de dados
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erro na porta Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -686,9 +694,6 @@ Error\ while\ verifying/uploading=Erro a verificar/enviar
|
||||
#: Preferences.java:93
|
||||
Estonian=Est\u00f3nio
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Est\u00f3nio (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemplos
|
||||
|
||||
@ -839,8 +844,8 @@ Hungarian=H\u00fangaro
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar capitaliza\u00e7\u00e3o
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorei nome de biblioteca inv\u00e1lido
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorei o rascunho com nome inv\u00e1lido
|
||||
@ -884,9 +889,9 @@ Indonesian=Indon\u00e9sio
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
!Installing\ boards...=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
!Installing\ library\:\ {0}=
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -931,9 +936,9 @@ Latvian=Let\u00e3o
|
||||
#: ../../../../../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
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
!Line\ number\:=
|
||||
@ -1246,9 +1251,9 @@ Reference=Refer\u00eancia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
!Remove=
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
!Removing\ library\:\ {0}=
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1387,6 +1392,9 @@ Settings\ issues=Problemas com as configura\u00e7\u00f5es
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Ver directoria do Rascunho
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar mensagens detalhadas durante\:
|
||||
|
||||
@ -1506,6 +1514,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=O nome da classe Udp foi mudad
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=O ficheiro "{0}" tem de estar dentro\nde uma directoria de rascunhos chamada "{1}".\nCriar esta directoria, mover o ficheiro e continuar?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=A biblioteca "{0}" n\u00e3o pode ser usada.\u23ce Os nomes das bibliotecas s\u00f3 podem ter n\u00fameros e letras b\u00e1sicas\u23ce (apenas ASCII, sem espa\u00e7os e n\u00e3o podem come\u00e7ar por digito)
|
||||
@ -1530,8 +1542,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=A directoria de rascunhos desapareceu.\nVou tentar guardar novamente no mesmo s\u00edtio,\nmas tudo para al\u00e9m do c\u00f3digo ser\u00e1 perdido.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=A directoria do bloco de rascunhos j\u00e1 n\u00e3o existe.\nO Arduino ir\u00e1 mudar para a localiza\u00e7\u00e3o por defeito, e\ncriar uma nova directoria de bloco de rascunhos, caso necess\u00e1rio.\nDepois disto o Arduino dever\u00e1 parar de\nfalar de si mesmo na terceira pessoa.
|
||||
@ -1539,6 +1551,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
|
||||
|
||||
@ -1940,10 +1955,6 @@ upload=upload
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nome de placa inv\u00e1lido, o nome deve ser da forma "pacote\:arquitectura\:placa" ou "pacote\:arquitectura\:placa\:op\u00e7\u00f5es"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Op\u00e7\u00e3o inv\u00e1lida para a op\u00e7\u00e3o "{1}" para a placa "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Op\u00e7\u00e3o inv\u00e1lida para a placa "{1}"
|
||||
@ -1952,6 +1963,10 @@ upload=upload
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Op\u00e7\u00e3o inv\u00e1lida, deve ser da forma "nome\=valor"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitetura desconhecida
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# andre graes <andregraes@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Erick Simões <erick.simoes@yahoo.com.br>, 2014-2015
|
||||
@ -38,8 +39,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: 2018-05-05 13:59+0000\n"
|
||||
"Last-Translator: Tiago G. Sala\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/mbanzi/arduino-ide-15/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -692,6 +693,10 @@ msgstr "Diminuir indentação"
|
||||
msgid "Default"
|
||||
msgstr "Padrão"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
@ -867,6 +872,11 @@ msgstr "Erro ao obter a pasta de dados do Arduino."
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erro dentro de Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -956,10 +966,6 @@ msgstr "Erro durante a verificação/carregamento"
|
||||
msgid "Estonian"
|
||||
msgstr "Estoniano"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estoniano (Estônia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemplos"
|
||||
@ -1163,9 +1169,9 @@ msgstr "IMCOMPATÍVEL"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar maiúsculização"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorando nome incorreto para biblioteca"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1228,10 +1234,10 @@ msgstr "Instalado"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalando placas..."
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "Instalando biblioteca: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1289,10 +1295,10 @@ msgstr "Biblioteca adicionada às suas bibliotecas. Veja o menu \"Incluir biblio
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "Bibliotecas não podem usar as pastas 'src' e 'utility' ao mesmo tempo. Verifique {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "A biblioteca já está instalada: {0} versão {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1709,10 +1715,10 @@ msgstr "Referência"
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "Removendo biblioteca: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1899,6 +1905,10 @@ msgstr "Definições de problemas"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Mostrar a página do Sketch"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar mensagens de saída durante:"
|
||||
@ -2070,6 +2080,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "O arquivo \"{0}\" precisa estar dentro\nde uma pasta de sketch chamada \"{1}\".\nCriar esta pasta, mover o arquivo e continuar?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2115,11 +2133,12 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "A pasta do sketch desapareceu.\nTentarei salvar novamente no mesmo local,\nmas qualquer coisa além do código será perdida."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
msgstr "O nome do rascunho precisou ser modificado. Rascunhos só podem ter nomes compostos por caracteres ASCII e números, e possuir um tamanho menor que 64 caracteres."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
@ -2136,6 +2155,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "A pasta de sketchbook especificada contém sua cópia da IDE.\nPor favor escolha uma pasta diferente para seu sketchbook."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2715,11 +2738,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nome inválido de placa, deveria ser na forma \"pacote:arqu:placa\" ou \"pacote:arqu:placa:opções\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opção inválida para a opção \"{1}\" para a placa \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2730,6 +2748,11 @@ msgstr "{0}: Opção inválida para a placa \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opção iválida, deve estar na forma \"nome=valor\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# andre graes <andregraes@gmail.com>, 2012
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# Erick Sim\u00f5es <erick.simoes@yahoo.com.br>, 2014-2015
|
||||
@ -33,7 +34,7 @@
|
||||
# Tiago G. Sala, 2014
|
||||
# Tiago G. Sala, 2018
|
||||
# Walter Souza <wsouza@zipmail.com.br>, 2016
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-05-05 13\:59+0000\nLast-Translator\: Tiago G. Sala\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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -495,6 +496,9 @@ Decrease\ Indent=Diminuir indenta\u00e7\u00e3o
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Padr\u00e3o
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Apagar
|
||||
|
||||
@ -626,6 +630,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Erro ao obter a pasta de dados do Ar
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erro dentro de Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -693,9 +701,6 @@ Error\ while\ verifying/uploading=Erro durante a verifica\u00e7\u00e3o/carregame
|
||||
#: Preferences.java:93
|
||||
Estonian=Estoniano
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Estoniano (Est\u00f4nia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemplos
|
||||
|
||||
@ -846,8 +851,8 @@ INCOMPATIBLE=IMCOMPAT\u00cdVEL
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar mai\u00fasculiza\u00e7\u00e3o
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorando nome incorreto para biblioteca
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorando sketch com nome incorreto
|
||||
@ -891,9 +896,9 @@ Installed=Instalado
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instalando placas...
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=Instalando biblioteca\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -938,9 +943,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteca
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Bibliotecas n\u00e3o podem usar as pastas 'src' e 'utility' ao mesmo tempo. Verifique {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=A biblioteca j\u00e1 est\u00e1 instalada\: {0} vers\u00e3o {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=N\u00famero da linha\:
|
||||
@ -1253,9 +1258,9 @@ Reference=Refer\u00eancia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Remover
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=Removendo biblioteca\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1394,6 +1399,9 @@ Settings\ issues=Defini\u00e7\u00f5es de problemas
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Mostrar a p\u00e1gina do Sketch
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar mensagens de sa\u00edda durante\:
|
||||
|
||||
@ -1513,6 +1521,10 @@ The\ current\ selected\ board\ needs\ the\ core\ '{0}'\ that\ is\ not\ installed
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=O arquivo "{0}" precisa estar dentro\nde uma pasta de sketch chamada "{1}".\nCriar esta pasta, mover o arquivo e continuar?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=A Biblioteca "{0}" n\u00e3o pode ser usada. Os nomes de Biblioteca devem conter apenas letras b\u00e1sicas e n\u00fameros. \\n(Apenas ASCII, sem espa\u00e7os. N\u00e3o pode come\u00e7ar com um n\u00famero)
|
||||
@ -1537,8 +1549,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=O sketch j\u00e1 cont\u00e
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=A pasta do sketch desapareceu.\nTentarei salvar novamente no mesmo local,\nmas qualquer coisa al\u00e9m do c\u00f3digo ser\u00e1 perdida.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=O nome do rascunho precisou ser modificado. Rascunhos s\u00f3 podem ter nomes compostos por caracteres ASCII e n\u00fameros, e possuir um tamanho menor que 64 caracteres.
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=A pasta do sketchbook n\u00e3o existe mais.\nO Arduino ir\u00e1 alternar para o local padr\u00e3o\ndo sketchbook e criar uma nova pasta de\nsketchbook, se necess\u00e1rio. E ent\u00e3o, o\nArduino ir\u00e1 parar de falar sobre si mesmo\nna terceira pessoa.
|
||||
@ -1546,6 +1558,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=A pasta de sketchbook especificada cont\u00e9m sua c\u00f3pia da IDE.\nPor favor escolha uma pasta diferente para seu sketchbook.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Esta biblioteca n\u00e3o est\u00e1 listada no Gerenciador de Bibliotecas. N\u00e3o ser\u00e1 poss\u00edvel reinstal\u00e1-a a partir daqui.\nTem certeza que deseja remov\u00ea-la?
|
||||
|
||||
@ -1947,10 +1962,6 @@ version\ <b>{0}</b>=vers\u00e3o <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nome inv\u00e1lido de placa, deveria ser na forma "pacote\:arqu\:placa" ou "pacote\:arqu\:placa\:op\u00e7\u00f5es"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Op\u00e7\u00e3o inv\u00e1lida para a op\u00e7\u00e3o "{1}" para a placa "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Op\u00e7\u00e3o inv\u00e1lida para a placa "{1}"
|
||||
@ -1959,6 +1970,10 @@ version\ <b>{0}</b>=vers\u00e3o <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Op\u00e7\u00e3o iv\u00e1lida, deve estar na forma "nome\=valor"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitetura n\u00e3o identificada
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paulo Monteiro <b452042@gmail.com>, 2012
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# Manuel Menezes de Sequeira <MMSequeira@gmail.com>, 2016
|
||||
@ -34,7 +35,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: 2017-10-13 08:54+0000\n"
|
||||
"PO-Revision-Date: 2018-08-10 09:08+0000\n"
|
||||
"Last-Translator: Cristian Maglie <c.maglie@arduino.cc>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/mbanzi/arduino-ide-15/language/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -688,6 +689,10 @@ msgstr "Reduzir Indentação"
|
||||
msgid "Default"
|
||||
msgstr "Por omissão"
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
msgid "Default theme"
|
||||
msgstr ""
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
@ -863,6 +868,11 @@ msgstr "Erro ao obter a directoria de dados do Arduino"
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Erro na porta Serial.{0}()"
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
msgid "Error loading theme {0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -952,10 +962,6 @@ msgstr "Erro a verificar/enviar"
|
||||
msgid "Estonian"
|
||||
msgstr "Estónio"
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
msgid "Estonian (Estonia)"
|
||||
msgstr "Estónio (Estonia)"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "Exemplos"
|
||||
@ -1159,9 +1165,9 @@ msgstr "INCOMPATÍVEL"
|
||||
msgid "Ignore Case"
|
||||
msgstr "Ignorar capitalização"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Ignorei nome de biblioteca inválido"
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
msgid "Ignoring library with bad name"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
@ -1224,10 +1230,10 @@ msgstr "Instalado"
|
||||
msgid "Installing boards..."
|
||||
msgstr "Instalando placas…"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
msgid "Installing library: {0}"
|
||||
msgstr "A instalar biblioteca: {0}"
|
||||
msgid "Installing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -1285,10 +1291,10 @@ msgstr "Biblioteca adicionada às suas bibliotecas. Confirme no menu «Incluir b
|
||||
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
|
||||
msgstr "A biblioteca não pode usar simultaneamente as pastas «src» e «utility». Verifique de novo {0}"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
msgid "Library is already installed: {0} version {1}"
|
||||
msgstr "A biblioteca já está instalada: {0} versão {1}"
|
||||
msgid "Library is already installed: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
msgid "Line number:"
|
||||
@ -1705,10 +1711,10 @@ msgstr "Referência"
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
msgid "Removing library: {0}"
|
||||
msgstr "A remover biblioteca: {0}"
|
||||
msgid "Removing library: {0}:{1}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1895,6 +1901,10 @@ msgstr "Problemas com as configurações"
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Ver directoria do Rascunho"
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
msgid "Show timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Mostrar mensagens detalhadas durante:"
|
||||
@ -2066,6 +2076,14 @@ msgid ""
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "O ficheiro \"{0}\" tem de estar dentro\nde uma directoria de rascunhos chamada \"{1}\".\nCriar esta directoria, mover o ficheiro e continuar?"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library folder names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
@ -2111,10 +2129,11 @@ msgid ""
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "A directoria de rascunhos desapareceu.\nVou tentar guardar novamente no mesmo sítio,\nmas tudo para além do código será perdido."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers and be less than 64 characters long."
|
||||
"The sketch name had to be modified.\n"
|
||||
"Sketch names must start with a letter or number, followed by letters,\n"
|
||||
"numbers, dashes, dots and underscores. Maximum length is 63 characters."
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:259
|
||||
@ -2132,6 +2151,10 @@ msgid ""
|
||||
"Please choose a different folder for your sketchbook."
|
||||
msgstr "A pasta de bloco de rascunhos especificada contém a sua cópia do IDE.\nPor favor escolha uma outra pasta para o seu bloco de rascunhos."
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
msgid "Theme: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
msgid ""
|
||||
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
|
||||
@ -2711,11 +2734,6 @@ msgid ""
|
||||
"\"package:arch:board:options\""
|
||||
msgstr "{0}: Nome de placa inválido, o nome deve ser da forma \"pacote:arquitectura:placa\" ou \"pacote:arquitectura:placa:opções\""
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
|
||||
msgstr "{0}: Opção inválida para a opção \"{1}\" para a placa \"{2}\""
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
msgid "{0}: Invalid option for board \"{1}\""
|
||||
@ -2726,6 +2744,11 @@ msgstr "{0}: Opção inválida para a placa \"{1}\""
|
||||
msgid "{0}: Invalid option, should be of the form \"name=value\""
|
||||
msgstr "{0}: Opção inválida, deve ser da forma \"nome=valor\""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
msgid "{0}: Invalid value for option \"{1}\" for board \"{2}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
msgid "{0}: Unknown architecture"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Paulo Monteiro <b452042@gmail.com>, 2012
|
||||
# Luis Correia <buga@loide.net>, 2012
|
||||
# Manuel Menezes de Sequeira <MMSequeira@gmail.com>, 2016
|
||||
@ -29,7 +30,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\: 2017-10-13 08\:54+0000\nLast-Translator\: Cristian Maglie <c.maglie@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\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@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)
|
||||
@ -491,6 +492,9 @@ Decrease\ Indent=Reduzir Indenta\u00e7\u00e3o
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
|
||||
Default=Por omiss\u00e3o
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
|
||||
!Default\ theme=
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=Apagar
|
||||
|
||||
@ -622,6 +626,10 @@ Error\ getting\ the\ Arduino\ data\ folder.=Erro ao obter a directoria de dados
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Erro na porta Serial.{0}()
|
||||
|
||||
#: ../../../../../app/src/processing/app/Theme.java:302
|
||||
#, java-format
|
||||
!Error\ loading\ theme\ {0}\:\ {1}=
|
||||
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:95
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:106
|
||||
#: ../../../processing/app/debug/TargetPlatform.java:117
|
||||
@ -689,9 +697,6 @@ Error\ while\ verifying/uploading=Erro a verificar/enviar
|
||||
#: Preferences.java:93
|
||||
Estonian=Est\u00f3nio
|
||||
|
||||
#: ../../../processing/app/Preferences.java:146
|
||||
Estonian\ (Estonia)=Est\u00f3nio (Estonia)
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=Exemplos
|
||||
|
||||
@ -842,8 +847,8 @@ INCOMPATIBLE=INCOMPAT\u00cdVEL
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorar capitaliza\u00e7\u00e3o
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=Ignorei nome de biblioteca inv\u00e1lido
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
|
||||
!Ignoring\ library\ with\ bad\ name=
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=Ignorei o rascunho com nome inv\u00e1lido
|
||||
@ -887,9 +892,9 @@ Installed=Instalado
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
|
||||
Installing\ boards...=Instalando placas\u2026
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
|
||||
#, java-format
|
||||
Installing\ library\:\ {0}=A instalar biblioteca\: {0}
|
||||
!Installing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
|
||||
#, java-format
|
||||
@ -934,9 +939,9 @@ Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteca
|
||||
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
|
||||
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=A biblioteca n\u00e3o pode usar simultaneamente as pastas \u00absrc\u00bb e \u00abutility\u00bb. Verifique de novo {0}
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
|
||||
#, java-format
|
||||
Library\ is\ already\ installed\:\ {0}\ version\ {1}=A biblioteca j\u00e1 est\u00e1 instalada\: {0} vers\u00e3o {1}
|
||||
!Library\ is\ already\ installed\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
|
||||
Line\ number\:=N\u00famero de linha\:
|
||||
@ -1249,9 +1254,9 @@ Reference=Refer\u00eancia
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
|
||||
Remove=Remover
|
||||
|
||||
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:142
|
||||
#, java-format
|
||||
Removing\ library\:\ {0}=A remover biblioteca\: {0}
|
||||
!Removing\ library\:\ {0}\:{1}=
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
|
||||
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
|
||||
@ -1390,6 +1395,9 @@ Settings\ issues=Problemas com as configura\u00e7\u00f5es
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=Ver directoria do Rascunho
|
||||
|
||||
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:101
|
||||
!Show\ timestamp=
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =Mostrar mensagens detalhadas durante\:
|
||||
|
||||
@ -1509,6 +1517,10 @@ The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=O nome da classe Udp foi mudad
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=O ficheiro "{0}" tem de estar dentro\nde uma directoria de rascunhos chamada "{1}".\nCriar esta directoria, mover o ficheiro e continuar?
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:180
|
||||
#, java-format
|
||||
!The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ folder\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=A biblioteca "{0}" n\u00e3o pode ser usada.\u23ce Os nomes das bibliotecas s\u00f3 podem ter n\u00fameros e letras b\u00e1sicas\u23ce (apenas ASCII, sem espa\u00e7os e n\u00e3o podem come\u00e7ar por digito)
|
||||
@ -1533,8 +1545,8 @@ The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=A directoria de rascunhos desapareceu.\nVou tentar guardar novamente no mesmo s\u00edtio,\nmas tudo para al\u00e9m do c\u00f3digo ser\u00e1 perdido.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:828
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:849
|
||||
!The\ sketch\ name\ had\ to\ be\ modified.\nSketch\ names\ must\ start\ with\ a\ letter\ or\ number,\ followed\ by\ letters,\nnumbers,\ dashes,\ dots\ and\ underscores.\ Maximum\ length\ is\ 63\ characters.=
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=A directoria do bloco de rascunhos j\u00e1 n\u00e3o existe.\nO Arduino ir\u00e1 mudar para a localiza\u00e7\u00e3o por defeito, e\ncriar uma nova directoria de bloco de rascunhos, caso necess\u00e1rio.\nDepois disto o Arduino dever\u00e1 parar de\nfalar de si mesmo na terceira pessoa.
|
||||
@ -1542,6 +1554,9 @@ The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ de
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
|
||||
The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=A pasta de bloco de rascunhos especificada cont\u00e9m a sua c\u00f3pia do IDE.\nPor favor escolha uma outra pasta para o seu bloco de rascunhos.
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:311
|
||||
!Theme\:\ =
|
||||
|
||||
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
|
||||
This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=Esta biblioteca n\u00e3o est\u00e1 listada no Gestor de Bibliotecas. N\u00e3o conseguir\u00e1 reinstal\u00e1-la a partir daqui.\nQuer mesmo apag\u00e1-la?
|
||||
|
||||
@ -1943,10 +1958,6 @@ version\ <b>{0}</b>=vers\u00e3o <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"={0}\: Nome de placa inv\u00e1lido, o nome deve ser da forma "pacote\:arquitectura\:placa" ou "pacote\:arquitectura\:placa\:op\u00e7\u00f5es"
|
||||
|
||||
#: ../../../processing/app/Base.java:509
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"={0}\: Op\u00e7\u00e3o inv\u00e1lida para a op\u00e7\u00e3o "{1}" para a placa "{2}"
|
||||
|
||||
#: ../../../processing/app/Base.java:507
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option\ for\ board\ "{1}"={0}\: Op\u00e7\u00e3o inv\u00e1lida para a placa "{1}"
|
||||
@ -1955,6 +1966,10 @@ version\ <b>{0}</b>=vers\u00e3o <b>{0}</b>
|
||||
#, java-format
|
||||
{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"={0}\: Op\u00e7\u00e3o inv\u00e1lida, deve ser da forma "nome\=valor"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/helpers/CommandlineParser.java:268
|
||||
#, java-format
|
||||
!{0}\:\ Invalid\ value\ for\ option\ "{1}"\ for\ board\ "{2}"=
|
||||
|
||||
#: ../../../processing/app/Base.java:486
|
||||
#, java-format
|
||||
{0}\:\ Unknown\ architecture={0}\: Arquitetura desconhecida
|
||||
|
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