2014-11-14 14:21:03 -08:00
// This file was automatically generated. Do not modify.
'use strict' ;
goog . provide ( 'Blockly.Msg.sk' ) ;
goog . require ( 'Blockly.Msg' ) ;
Blockly . Msg . ADD _COMMENT = "Pridať komentár" ;
Blockly . Msg . AUTH = "Prosím autorizujte túto aplikáciu, aby Vaša práca mohla byť uložená a zdieľaná." ;
Blockly . Msg . CHANGE _VALUE _TITLE = "Zmeniť hodnotu:" ;
Blockly . Msg . CHAT = "Písaním do tohto poľa sa rozprávať so spolupracovníkom!" ;
Blockly . Msg . COLLAPSE _ALL = "Zložiť bloky" ;
Blockly . Msg . COLLAPSE _BLOCK = "Zložiť blok" ;
Blockly . Msg . COLOUR _BLEND _COLOUR1 = "farba 1" ;
Blockly . Msg . COLOUR _BLEND _COLOUR2 = "farba 2" ;
Blockly . Msg . COLOUR _BLEND _HELPURL = "http://meyerweb.com/eric/tools/color-blend/" ; // untranslated
Blockly . Msg . COLOUR _BLEND _RATIO = "pomer" ;
Blockly . Msg . COLOUR _BLEND _TITLE = "miešať" ;
Blockly . Msg . COLOUR _BLEND _TOOLTIP = "Zmieša spolu dve farby v danom pomere (0.0 - 1.0)." ;
Blockly . Msg . COLOUR _PICKER _HELPURL = "https://en.wikipedia.org/wiki/Color" ;
Blockly . Msg . COLOUR _PICKER _TOOLTIP = "Vyberte si farbu z palety." ;
Blockly . Msg . COLOUR _RANDOM _HELPURL = "http://randomcolour.com" ; // untranslated
Blockly . Msg . COLOUR _RANDOM _TITLE = "náhodná farba" ;
Blockly . Msg . COLOUR _RANDOM _TOOLTIP = "Náhodne vybrať farbu." ;
Blockly . Msg . COLOUR _RGB _BLUE = "modrá" ;
Blockly . Msg . COLOUR _RGB _GREEN = "zelená" ;
Blockly . Msg . COLOUR _RGB _HELPURL = "http://www.december.com/html/spec/colorper.html" ; // untranslated
Blockly . Msg . COLOUR _RGB _RED = "červená" ;
Blockly . Msg . COLOUR _RGB _TITLE = "farba s" ;
Blockly . Msg . COLOUR _RGB _TOOLTIP = "Vytvoriť farbu pomocou špecifikovaného množstva červenej, zelenej a modrej. Všetky množstvá musia byť medzi 0 a 100." ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _HELPURL = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks" ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _BREAK = "vyjsť zo slučky" ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _CONTINUE = "pokračovať v ďalšom opakovaní slučky" ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _BREAK = "Vyskočiť zo slučky." ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _CONTINUE = "Vynechať zvyšok tejto slučky a pokračovať ďalším opakovaním." ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _WARNING = "Upozornenie: Tento blok sa môže používať len v rámci slučky." ;
Blockly . Msg . CONTROLS _FOREACH _HELPURL = "https://github.com/google/blockly/wiki/Loops#for-each for each block" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _INPUT _INLIST = "v zozname" ;
Blockly . Msg . CONTROLS _FOREACH _INPUT _INLIST _TAIL = "" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _INPUT _ITEM = "pre každú položku" ;
Blockly . Msg . CONTROLS _FOREACH _TOOLTIP = "Pre každú položku v zozname priradiť premennú '%1' a potom vykonať nejaké zadania." ;
Blockly . Msg . CONTROLS _FOR _HELPURL = "https://github.com/google/blockly/wiki/Loops#count-with" ; // untranslated
Blockly . Msg . CONTROLS _FOR _INPUT _FROM _TO _BY = "od %1 do %2 po %3" ;
Blockly . Msg . CONTROLS _FOR _INPUT _WITH = "počítať s" ;
Blockly . Msg . CONTROLS _FOR _TOOLTIP = "Have the variable %1 take on the values from the start number to the end number, counting by the specified interval, and do the specified blocks." ; // untranslated
Blockly . Msg . CONTROLS _IF _ELSEIF _TOOLTIP = "Pridať podmienku k \"ak\" bloku." ;
Blockly . Msg . CONTROLS _IF _ELSE _TOOLTIP = "Pridať poslednú \"catch-all\" podmienku k \"ak\" bloku." ;
Blockly . Msg . CONTROLS _IF _HELPURL = "https://github.com/google/blockly/wiki/IfElse" ; // untranslated
Blockly . Msg . CONTROLS _IF _IF _TOOLTIP = "Pridať, odstrániť alebo zmeniť poradie oddielov tohto \"ak\" bloku." ;
Blockly . Msg . CONTROLS _IF _MSG _ELSE = "iné" ;
Blockly . Msg . CONTROLS _IF _MSG _ELSEIF = "iné ako" ;
Blockly . Msg . CONTROLS _IF _MSG _IF = "ak" ;
Blockly . Msg . CONTROLS _IF _TOOLTIP _1 = "Ak je hodnota pravda, potom urobiť nejaké zadania." ;
Blockly . Msg . CONTROLS _IF _TOOLTIP _2 = "Ak je hodnota pravda, tak urobiť zadania prvého bloku. V opačnom prípade urobiť zadania druhého bloku." ;
Blockly . Msg . CONTROLS _IF _TOOLTIP _3 = "Ak je prvá hodnota pravda, tak urobiť zadania prvého bloku. Inak, ak je druhá hodnota pravda, tak urobiť zadania druhého bloku." ;
Blockly . Msg . CONTROLS _IF _TOOLTIP _4 = "Ak je prvá hodnota pravda, tak urobiť zadania prvého bloku. Inak ak je druhá hodnota pravda tak urobiť zadania druhého bloku. Ak ani jedna hodnota nie je pravda tak urobiť zadania posledného bloku." ;
Blockly . Msg . CONTROLS _REPEAT _HELPURL = "https://en.wikipedia.org/wiki/For_loop" ;
Blockly . Msg . CONTROLS _REPEAT _INPUT _DO = "urobiť" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE = "opakovať %1 krát" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE _REPEAT = "opakovať" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE _TIMES = "krát" ;
Blockly . Msg . CONTROLS _REPEAT _TOOLTIP = "Opakovať niektoré zadania." ;
Blockly . Msg . CONTROLS _WHILEUNTIL _HELPURL = "https://github.com/google/blockly/wiki/Loops#repeat" ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _UNTIL = "opakovať dokiaľ" ;
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _WHILE = "opakovať kým" ;
Blockly . Msg . CONTROLS _WHILEUNTIL _TOOLTIP _UNTIL = "Pokiaľ je hodnota nepravda, potom urobiť nejaké zadania." ;
Blockly . Msg . CONTROLS _WHILEUNTIL _TOOLTIP _WHILE = "Pokiaľ je hodnota pravda, potom urobiť nejaké zadania." ;
Blockly . Msg . DELETE _BLOCK = "Odstrániť blok" ;
Blockly . Msg . DELETE _X _BLOCKS = "Odstrániť %1 bloky" ;
Blockly . Msg . DISABLE _BLOCK = "Zakázať blok" ;
Blockly . Msg . DUPLICATE _BLOCK = "Duplikovať" ;
Blockly . Msg . ENABLE _BLOCK = "Povoliť blok" ;
Blockly . Msg . EXPAND _ALL = "Rozložiť bloky" ;
Blockly . Msg . EXPAND _BLOCK = "Rozložiť blok" ;
Blockly . Msg . EXTERNAL _INPUTS = "Vonkajšie vstupy" ;
Blockly . Msg . HELP = "Pomoc" ;
Blockly . Msg . INLINE _INPUTS = "Riadkové vstupy" ;
2015-01-18 16:54:30 -08:00
Blockly . Msg . LISTS _CREATE _EMPTY _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list" ; // untranslated
2014-11-14 14:21:03 -08:00
Blockly . Msg . LISTS _CREATE _EMPTY _TITLE = "create empty list" ; // untranslated
Blockly . Msg . LISTS _CREATE _EMPTY _TOOLTIP = "Returns a list, of length 0, containing no data records" ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _CONTAINER _TITLE _ADD = "list" ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _CONTAINER _TOOLTIP = "Add, remove, or reorder sections to reconfigure this list block." ; // untranslated
2015-01-18 16:54:30 -08:00
Blockly . Msg . LISTS _CREATE _WITH _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-list-with" ; // untranslated
2014-11-14 14:21:03 -08:00
Blockly . Msg . LISTS _CREATE _WITH _INPUT _WITH = "create list with" ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TOOLTIP = "Add an item to the list." ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _TOOLTIP = "Create a list with any number of items." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _FIRST = "first" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _FROM _END = "# from end" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _FROM _START = "#" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _GET = "get" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _GET _REMOVE = "get and remove" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _LAST = "last" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _RANDOM = "random" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _REMOVE = "remove" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TAIL = "" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FIRST = "Returns the first item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FROM _END = "Returns the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FROM _START = "Returns the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _LAST = "Returns the last item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _RANDOM = "Returns a random item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FIRST = "Removes and returns the first item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FROM _END = "Removes and returns the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FROM _START = "Removes and returns the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _LAST = "Removes and returns the last item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _RANDOM = "Removes and returns a random item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FIRST = "Removes the first item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FROM _END = "Removes the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FROM _START = "Removes the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _LAST = "Removes the last item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _RANDOM = "Removes a random item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _END = "to # from end" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _START = "to #" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _LAST = "to last" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _HELPURL = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _START _FIRST = "get sub-list from first" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _START _FROM _END = "get sub-list from # from end" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _START _FROM _START = "get sub-list from #" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _TAIL = "" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _TOOLTIP = "Creates a copy of the specified portion of a list." ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _FIRST = "find first occurrence of item" ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _HELPURL = "https://github.com/google/blockly/wiki/Lists#getting-items-from-a-list" ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _LAST = "find last occurrence of item" ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _TOOLTIP = "Returns the index of the first/last occurrence of the item in the list. Returns 0 if text is not found." ; // untranslated
Blockly . Msg . LISTS _INLIST = "in list" ; // untranslated
Blockly . Msg . LISTS _IS _EMPTY _HELPURL = "https://github.com/google/blockly/wiki/Lists#is-empty" ; // untranslated
Blockly . Msg . LISTS _IS _EMPTY _TITLE = "%1 is empty" ; // untranslated
Blockly . Msg . LISTS _LENGTH _HELPURL = "https://github.com/google/blockly/wiki/Lists#length-of" ; // untranslated
Blockly . Msg . LISTS _LENGTH _TITLE = "length of %1" ; // untranslated
Blockly . Msg . LISTS _LENGTH _TOOLTIP = "Returns the length of a list." ; // untranslated
Blockly . Msg . LISTS _REPEAT _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-list-with" ; // untranslated
Blockly . Msg . LISTS _REPEAT _TITLE = "create list with item %1 repeated %2 times" ; // untranslated
Blockly . Msg . LISTS _REPEAT _TOOLTIP = "Creates a list consisting of the given value repeated the specified number of times." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _HELPURL = "https://github.com/google/blockly/wiki/Lists#in-list--set" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _INPUT _TO = "as" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _INSERT = "insert at" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _SET = "set" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FIRST = "Inserts the item at the start of a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FROM _END = "Inserts the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FROM _START = "Inserts the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _LAST = "Append the item to the end of a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _RANDOM = "Inserts the item randomly in a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FIRST = "Sets the first item in a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FROM _END = "Sets the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FROM _START = "Sets the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _LAST = "Sets the last item in a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _RANDOM = "Sets a random item in a list." ; // untranslated
2015-01-18 16:54:30 -08:00
Blockly . Msg . LISTS _SPLIT _HELPURL = "https://github.com/google/blockly/wiki/Lists#splitting-strings-and-joining-lists" ; // untranslated
Blockly . Msg . LISTS _SPLIT _LIST _FROM _TEXT = "make list from text" ; // untranslated
Blockly . Msg . LISTS _SPLIT _TEXT _FROM _LIST = "make text from list" ; // untranslated
Blockly . Msg . LISTS _SPLIT _TOOLTIP _JOIN = "Join a list of texts into one text, separated by a delimiter." ; // untranslated
Blockly . Msg . LISTS _SPLIT _TOOLTIP _SPLIT = "Split text into a list of texts, breaking at each delimiter." ; // untranslated
Blockly . Msg . LISTS _SPLIT _WITH _DELIMITER = "with delimiter" ; // untranslated
2014-11-14 14:21:03 -08:00
Blockly . Msg . LISTS _TOOLTIP = "Returns true if the list is empty." ; // untranslated
Blockly . Msg . LOGIC _BOOLEAN _FALSE = "nepravda" ;
Blockly . Msg . LOGIC _BOOLEAN _HELPURL = "https://github.com/google/blockly/wiki/Logic#values" ; // untranslated
Blockly . Msg . LOGIC _BOOLEAN _TOOLTIP = "Vráti buď hodnotu pravda alebo nepravda." ;
Blockly . Msg . LOGIC _BOOLEAN _TRUE = "pravda" ;
Blockly . Msg . LOGIC _COMPARE _HELPURL = "https://en.wikipedia.org/wiki/Inequality_(mathematics)" ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _EQ = "Vrátiť hodnotu pravda ak sú oba vstupy rovnaké." ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GT = "Vrátiť hodnotu pravda ak prvý vstup je väčší než druhý." ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GTE = "Vrátiť hodnotu pravda ak prvý vstup je väčší alebo rovný druhému." ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LT = "Vrátiť hodnotu pravda ak prvý vstup je menší než druhý." ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LTE = "Vrátiť hodnotu pravda ak prvý vstup je menší alebo rovný druhému." ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _NEQ = "Vrátiť hodnotu pravda ak nie sú oba vstupy rovnaké." ;
Blockly . Msg . LOGIC _NEGATE _HELPURL = "https://github.com/google/blockly/wiki/Logic#not" ; // untranslated
Blockly . Msg . LOGIC _NEGATE _TITLE = "nie %1" ;
Blockly . Msg . LOGIC _NEGATE _TOOLTIP = "Vráti hodnotu pravda ak je vstup nepravda. Vráti hodnotu nepravda ak je vstup pravda." ;
Blockly . Msg . LOGIC _NULL = "nula" ;
Blockly . Msg . LOGIC _NULL _HELPURL = "https://en.wikipedia.org/wiki/Nullable_type" ; // untranslated
Blockly . Msg . LOGIC _NULL _TOOLTIP = "Vrátiť hodnotu nula." ;
Blockly . Msg . LOGIC _OPERATION _AND = "a" ;
Blockly . Msg . LOGIC _OPERATION _HELPURL = "https://github.com/google/blockly/wiki/Logic#logical-operations" ; // untranslated
Blockly . Msg . LOGIC _OPERATION _OR = "alebo" ;
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _AND = "Vrátiť hodnotu pravda ak sú oba vstupy pravdivé." ;
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _OR = "Vrátiť hodnotu pravda ak je aspoň jeden vstup pravda." ;
Blockly . Msg . LOGIC _TERNARY _CONDITION = "testovať" ;
Blockly . Msg . LOGIC _TERNARY _HELPURL = "https://en.wikipedia.org/wiki/%3F:" ; // untranslated
Blockly . Msg . LOGIC _TERNARY _IF _FALSE = "ak nepravda" ;
Blockly . Msg . LOGIC _TERNARY _IF _TRUE = "ak pravda" ;
Blockly . Msg . LOGIC _TERNARY _TOOLTIP = "Skontrolovať podmienku v testovaní. Ak je podmienka pravda, vráti hodnotu podmienky \"ak pravda\", inak vráti hodnotu \"ak nepravda\"." ;
Blockly . Msg . MATH _ADDITION _SYMBOL = "+" ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _HELPURL = "https://en.wikipedia.org/wiki/Arithmetic" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _ADD = "Vrátiť súčet dvoch čísel." ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _DIVIDE = "Vrátiť rozdiel dvoch čísel." ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MINUS = "Vrátiť rozdiel dvoch čísel." ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MULTIPLY = "Vráti súčin dvoch čísel." ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _POWER = "Vrátiť prvé číslo umocnené číslom dva." ;
Blockly . Msg . MATH _CHANGE _HELPURL = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter" ;
Blockly . Msg . MATH _CHANGE _INPUT _BY = "(hodnotou)" ;
Blockly . Msg . MATH _CHANGE _TITLE _CHANGE = "zmeniť" ;
Blockly . Msg . MATH _CHANGE _TOOLTIP = "Pridať číslo do premennej \"%1\"." ;
Blockly . Msg . MATH _CONSTANT _HELPURL = "https://en.wikipedia.org/wiki/Mathematical_constant" ; // untranslated
Blockly . Msg . MATH _CONSTANT _TOOLTIP = "Return one of the common constants: π (3.141…), e (2.718…), φ (1.618…), sqrt(2) (1.414…), sqrt(½) (0.707…), or ∞ (infinity)." ; // untranslated
Blockly . Msg . MATH _CONSTRAIN _HELPURL = "https://en.wikipedia.org/wiki/Clamping_%28graphics%29" ; // untranslated
Blockly . Msg . MATH _CONSTRAIN _TITLE = "constrain %1 low %2 high %3" ; // untranslated
Blockly . Msg . MATH _CONSTRAIN _TOOLTIP = "Constrain a number to be between the specified limits (inclusive)." ; // untranslated
Blockly . Msg . MATH _DIVISION _SYMBOL = "÷" ; // untranslated
Blockly . Msg . MATH _IS _DIVISIBLE _BY = "je deliteľné" ;
Blockly . Msg . MATH _IS _EVEN = "je párne" ;
Blockly . Msg . MATH _IS _NEGATIVE = "je záporné" ;
Blockly . Msg . MATH _IS _ODD = "je nepárne" ;
Blockly . Msg . MATH _IS _POSITIVE = "je kladné" ;
Blockly . Msg . MATH _IS _PRIME = "je prvočíslo" ;
Blockly . Msg . MATH _IS _TOOLTIP = "Skontrolovať či je číslo párne, nepárne, celé, kladné, záporné alebo či deliteľné určitým číslom. Vrátiť hodnotu pravda alebo nepravda." ;
Blockly . Msg . MATH _IS _WHOLE = "je celé číslo" ;
Blockly . Msg . MATH _MODULO _HELPURL = "https://en.wikipedia.org/wiki/Modulo_operation" ; // untranslated
Blockly . Msg . MATH _MODULO _TITLE = "remainder of %1 ÷ %2" ; // untranslated
Blockly . Msg . MATH _MODULO _TOOLTIP = "Return the remainder from dividing the two numbers." ; // untranslated
Blockly . Msg . MATH _MULTIPLICATION _SYMBOL = "× " ; // untranslated
Blockly . Msg . MATH _NUMBER _HELPURL = "https://en.wikipedia.org/wiki/Number" ;
Blockly . Msg . MATH _NUMBER _TOOLTIP = "Číslo." ;
Blockly . Msg . MATH _ONLIST _HELPURL = "" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _AVERAGE = "priemerné zo zoznamu" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MAX = "najväčšie zo zoznamu" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MEDIAN = "stredné zo zoznamu" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MIN = "najmenšie zo zoznamu" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MODE = "najčastejšie zo zoznamu" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _RANDOM = "random item of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _STD _DEV = "standard deviation of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _SUM = "súčet zoznamu" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _AVERAGE = "Vrátiť priemernú (aritmeticky) číselnú hodnotu zo zoznamu." ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MAX = "Vrátiť najväčšie číslo zo zoznamu." ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MEDIAN = "Vrátiť stredné číslo zo zoznamu." ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MIN = "Vrátiť najmenšie číslo zo zoznamu." ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MODE = "Vrátiť najčastejšiu položku zo zoznamu." ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _RANDOM = "Return a random element from the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _STD _DEV = "Return the standard deviation of the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _SUM = "Vrátiť súčet všetkých čísel v zozname." ;
Blockly . Msg . MATH _POWER _SYMBOL = "^" ; // untranslated
Blockly . Msg . MATH _RANDOM _FLOAT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ; // untranslated
Blockly . Msg . MATH _RANDOM _FLOAT _TITLE _RANDOM = "random fraction" ; // untranslated
Blockly . Msg . MATH _RANDOM _FLOAT _TOOLTIP = "Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive)." ; // untranslated
Blockly . Msg . MATH _RANDOM _INT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ; // untranslated
Blockly . Msg . MATH _RANDOM _INT _TITLE = "random integer from %1 to %2" ; // untranslated
Blockly . Msg . MATH _RANDOM _INT _TOOLTIP = "Return a random integer between the two specified limits, inclusive." ; // untranslated
Blockly . Msg . MATH _ROUND _HELPURL = "https://en.wikipedia.org/wiki/Rounding" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUND = "zaokrúhliť" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDDOWN = "zaokrúhliť nadol" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDUP = "zaokrúhliť nahor" ;
Blockly . Msg . MATH _ROUND _TOOLTIP = "Zaokrúhliť číslo nahor alebo nadol." ;
Blockly . Msg . MATH _SINGLE _HELPURL = "https://en.wikipedia.org/wiki/Square_root" ;
Blockly . Msg . MATH _SINGLE _OP _ABSOLUTE = "absolútna hodnota" ;
Blockly . Msg . MATH _SINGLE _OP _ROOT = "druhá odmocnina" ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _ABS = "Vrátiž absolútnu hodnotu čísla." ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _EXP = "Return e to the power of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _LN = "Vrátiť prirodzený logaritmus čísla." ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _LOG10 = "Return the base 10 logarithm of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _NEG = "Vrátiť odpočet čísla." ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _POW10 = "Return 10 to the power of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _ROOT = "Vrátiť druhú odmocninu čísla." ;
Blockly . Msg . MATH _SUBTRACTION _SYMBOL = "-" ; // untranslated
Blockly . Msg . MATH _TRIG _ACOS = "acos" ; // untranslated
Blockly . Msg . MATH _TRIG _ASIN = "asin" ; // untranslated
Blockly . Msg . MATH _TRIG _ATAN = "atan" ; // untranslated
Blockly . Msg . MATH _TRIG _COS = "cos" ; // untranslated
Blockly . Msg . MATH _TRIG _HELPURL = "https://en.wikipedia.org/wiki/Trigonometric_functions" ;
Blockly . Msg . MATH _TRIG _SIN = "sin" ; // untranslated
Blockly . Msg . MATH _TRIG _TAN = "tan" ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _ACOS = "Return the arccosine of a number." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _ASIN = "Return the arcsine of a number." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _ATAN = "Return the arctangent of a number." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _COS = "Return the cosine of a degree (not radian)." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _SIN = "Return the sine of a degree (not radian)." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _TAN = "Return the tangent of a degree (not radian)." ; // untranslated
Blockly . Msg . ME = "Ja" ;
Blockly . Msg . NEW _VARIABLE = "Nová premenná..." ;
Blockly . Msg . NEW _VARIABLE _TITLE = "Nový názov premennej:" ;
Blockly . Msg . ORDINAL _NUMBER _SUFFIX = "" ; // untranslated
Blockly . Msg . PROCEDURES _ALLOW _STATEMENTS = "allow statements" ; // untranslated
Blockly . Msg . PROCEDURES _BEFORE _PARAMS = "with:" ; // untranslated
Blockly . Msg . PROCEDURES _CALLNORETURN _CALL = "" ; // untranslated
Blockly . Msg . PROCEDURES _CALLNORETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _CALLNORETURN _TOOLTIP = "Run the user-defined function '%1'." ; // untranslated
Blockly . Msg . PROCEDURES _CALLRETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _CALLRETURN _TOOLTIP = "Run the user-defined function '%1' and use its output." ; // untranslated
Blockly . Msg . PROCEDURES _CALL _BEFORE _PARAMS = "with:" ; // untranslated
Blockly . Msg . PROCEDURES _CREATE _DO = "Create '%1'" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _DO = "" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _PROCEDURE = "do something" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE = "to" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _TOOLTIP = "Creates a function with no output." ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _RETURN = "return" ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _TOOLTIP = "Creates a function with an output." ; // untranslated
Blockly . Msg . PROCEDURES _DEF _DUPLICATE _WARNING = "Warning: This function has duplicate parameters." ; // untranslated
Blockly . Msg . PROCEDURES _HIGHLIGHT _DEF = "Highlight function definition" ; // untranslated
Blockly . Msg . PROCEDURES _IFRETURN _TOOLTIP = "If a value is true, then return a second value." ; // untranslated
Blockly . Msg . PROCEDURES _IFRETURN _WARNING = "Warning: This block may be used only within a function definition." ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORARG _TITLE = "input name:" ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORARG _TOOLTIP = "Add an input to the function." ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORCONTAINER _TITLE = "inputs" ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORCONTAINER _TOOLTIP = "Add, remove, or reorder inputs to this function." ; // untranslated
Blockly . Msg . REMOVE _COMMENT = "Odstrániť komentár" ;
Blockly . Msg . RENAME _VARIABLE = "Premenovať premennú..." ;
Blockly . Msg . RENAME _VARIABLE _TITLE = "Premenovať všetky premenné '%1' na:" ;
Blockly . Msg . TEXT _APPEND _APPENDTEXT = "append text" ; // untranslated
Blockly . Msg . TEXT _APPEND _HELPURL = "https://github.com/google/blockly/wiki/Text#text-modification" ; // untranslated
Blockly . Msg . TEXT _APPEND _TO = "to" ; // untranslated
Blockly . Msg . TEXT _APPEND _TOOLTIP = "Append some text to variable '%1'." ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _HELPURL = "https://github.com/google/blockly/wiki/Text#adjusting-text-case" ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _LOWERCASE = "to lower case" ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _TITLECASE = "to Title Case" ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _UPPERCASE = "to UPPER CASE" ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _TOOLTIP = "Return a copy of the text in a different case." ; // untranslated
Blockly . Msg . TEXT _CHARAT _FIRST = "get first letter" ; // untranslated
Blockly . Msg . TEXT _CHARAT _FROM _END = "get letter # from end" ; // untranslated
Blockly . Msg . TEXT _CHARAT _FROM _START = "get letter #" ; // untranslated
Blockly . Msg . TEXT _CHARAT _HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-text" ; // untranslated
Blockly . Msg . TEXT _CHARAT _INPUT _INTEXT = "in text" ; // untranslated
Blockly . Msg . TEXT _CHARAT _LAST = "get last letter" ; // untranslated
Blockly . Msg . TEXT _CHARAT _RANDOM = "get random letter" ; // untranslated
Blockly . Msg . TEXT _CHARAT _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _CHARAT _TOOLTIP = "Returns the letter at the specified position." ; // untranslated
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TOOLTIP = "Add an item to the text." ; // untranslated
Blockly . Msg . TEXT _CREATE _JOIN _TITLE _JOIN = "join" ; // untranslated
Blockly . Msg . TEXT _CREATE _JOIN _TOOLTIP = "Add, remove, or reorder sections to reconfigure this text block." ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _END _FROM _END = "to letter # from end" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _END _FROM _START = "to letter #" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _END _LAST = "to last letter" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-a-region-of-text" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _INPUT _IN _TEXT = "in text" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _START _FIRST = "get substring from first letter" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _START _FROM _END = "get substring from letter # from end" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _START _FROM _START = "get substring from letter #" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _TOOLTIP = "Returns a specified portion of the text." ; // untranslated
Blockly . Msg . TEXT _INDEXOF _HELPURL = "https://github.com/google/blockly/wiki/Text#finding-text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _INPUT _INTEXT = "in text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _OPERATOR _FIRST = "find first occurrence of text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _OPERATOR _LAST = "find last occurrence of text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _TOOLTIP = "Returns the index of the first/last occurrence of first text in the second text. Returns 0 if text is not found." ; // untranslated
Blockly . Msg . TEXT _ISEMPTY _HELPURL = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text" ; // untranslated
Blockly . Msg . TEXT _ISEMPTY _TITLE = "%1 is empty" ; // untranslated
Blockly . Msg . TEXT _ISEMPTY _TOOLTIP = "Returns true if the provided text is empty." ; // untranslated
Blockly . Msg . TEXT _JOIN _HELPURL = "https://github.com/google/blockly/wiki/Text#text-creation" ; // untranslated
Blockly . Msg . TEXT _JOIN _TITLE _CREATEWITH = "create text with" ; // untranslated
Blockly . Msg . TEXT _JOIN _TOOLTIP = "Create a piece of text by joining together any number of items." ; // untranslated
Blockly . Msg . TEXT _LENGTH _HELPURL = "https://github.com/google/blockly/wiki/Text#text-modification" ; // untranslated
Blockly . Msg . TEXT _LENGTH _TITLE = "length of %1" ; // untranslated
Blockly . Msg . TEXT _LENGTH _TOOLTIP = "Returns the number of letters (including spaces) in the provided text." ; // untranslated
Blockly . Msg . TEXT _PRINT _HELPURL = "https://github.com/google/blockly/wiki/Text#printing-text" ; // untranslated
Blockly . Msg . TEXT _PRINT _TITLE = "print %1" ; // untranslated
Blockly . Msg . TEXT _PRINT _TOOLTIP = "Print the specified text, number or other value." ; // untranslated
Blockly . Msg . TEXT _PROMPT _HELPURL = "https://github.com/google/blockly/wiki/Text#getting-input-from-the-user" ; // untranslated
Blockly . Msg . TEXT _PROMPT _TOOLTIP _NUMBER = "Prompt for user for a number." ; // untranslated
Blockly . Msg . TEXT _PROMPT _TOOLTIP _TEXT = "Prompt for user for some text." ; // untranslated
Blockly . Msg . TEXT _PROMPT _TYPE _NUMBER = "prompt for number with message" ; // untranslated
Blockly . Msg . TEXT _PROMPT _TYPE _TEXT = "prompt for text with message" ; // untranslated
Blockly . Msg . TEXT _TEXT _HELPURL = "https://en.wikipedia.org/wiki/String_(computer_science)" ; // untranslated
Blockly . Msg . TEXT _TEXT _TOOLTIP = "A letter, word, or line of text." ; // untranslated
Blockly . Msg . TEXT _TRIM _HELPURL = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces" ; // untranslated
Blockly . Msg . TEXT _TRIM _OPERATOR _BOTH = "trim spaces from both sides of" ; // untranslated
Blockly . Msg . TEXT _TRIM _OPERATOR _LEFT = "trim spaces from left side of" ; // untranslated
Blockly . Msg . TEXT _TRIM _OPERATOR _RIGHT = "trim spaces from right side of" ; // untranslated
Blockly . Msg . TEXT _TRIM _TOOLTIP = "Return a copy of the text with spaces removed from one or both ends." ; // untranslated
Blockly . Msg . VARIABLES _DEFAULT _NAME = "položka" ;
Blockly . Msg . VARIABLES _GET _CREATE _SET = "Create 'set %1'" ; // untranslated
Blockly . Msg . VARIABLES _GET _HELPURL = "https://github.com/google/blockly/wiki/Variables#get" ; // untranslated
Blockly . Msg . VARIABLES _GET _TAIL = "" ; // untranslated
Blockly . Msg . VARIABLES _GET _TITLE = "" ; // untranslated
Blockly . Msg . VARIABLES _GET _TOOLTIP = "Returns the value of this variable." ; // untranslated
Blockly . Msg . VARIABLES _SET _CREATE _GET = "Create 'get %1'" ; // untranslated
Blockly . Msg . VARIABLES _SET _HELPURL = "https://github.com/google/blockly/wiki/Variables#set" ; // untranslated
Blockly . Msg . VARIABLES _SET _TAIL = "to" ; // untranslated
Blockly . Msg . VARIABLES _SET _TITLE = "set" ; // untranslated
Blockly . Msg . VARIABLES _SET _TOOLTIP = "Sets this variable to be equal to the input." ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _TITLE = Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE ;
Blockly . Msg . LISTS _GET _SUBLIST _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . LISTS _SET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . PROCEDURES _DEFRETURN _PROCEDURE = Blockly . Msg . PROCEDURES _DEFNORETURN _PROCEDURE ;
Blockly . Msg . VARIABLES _SET _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TITLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . MATH _CHANGE _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . VARIABLES _GET _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . PROCEDURES _DEFRETURN _DO = Blockly . Msg . PROCEDURES _DEFNORETURN _DO ;
Blockly . Msg . LISTS _GET _INDEX _HELPURL = Blockly . Msg . LISTS _INDEX _OF _HELPURL ;
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . CONTROLS _IF _MSG _THEN = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . LISTS _INDEX _OF _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . PROCEDURES _CALLRETURN _CALL = Blockly . Msg . PROCEDURES _CALLNORETURN _CALL ;
Blockly . Msg . LISTS _GET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . CONTROLS _FOR _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _FOREACH _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _IF _IF _TITLE _IF = Blockly . Msg . CONTROLS _IF _MSG _IF ;
Blockly . Msg . CONTROLS _WHILEUNTIL _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _IF _ELSEIF _TITLE _ELSEIF = Blockly . Msg . CONTROLS _IF _MSG _ELSEIF ;
Blockly . Msg . TEXT _APPEND _VARIABLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . CONTROLS _IF _ELSE _TITLE _ELSE = Blockly . Msg . CONTROLS _IF _MSG _ELSE ;