2016-07-26 17:23:57 -07:00
// This file was automatically generated. Do not modify.
'use strict' ;
goog . provide ( 'Blockly.Msg.diq' ) ;
goog . require ( 'Blockly.Msg' ) ;
Blockly . Msg . ADD _COMMENT = "Tefsir cı ke" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . CHANGE _VALUE _TITLE = "Erci bı vurne:" ;
Blockly . Msg . CLEAN _UP = "Blokan pak ke" ;
Blockly . Msg . COLLAPSE _ALL = "Blokan teng ke" ;
Blockly . Msg . COLLAPSE _BLOCK = "Bloki teng ke" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . COLOUR _BLEND _COLOUR1 = "reng 1" ;
Blockly . Msg . COLOUR _BLEND _COLOUR2 = "reng 2" ;
Blockly . Msg . COLOUR _BLEND _HELPURL = "http://meyerweb.com/eric/tools/color-blend/" ; // untranslated
2016-09-07 18:50:36 -07:00
Blockly . Msg . COLOUR _BLEND _RATIO = "nı sbet" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . COLOUR _BLEND _TITLE = "tewde" ;
Blockly . Msg . COLOUR _BLEND _TOOLTIP = "Blends two colours together with a given ratio (0.0 - 1.0)." ; // untranslated
Blockly . Msg . COLOUR _PICKER _HELPURL = "https://diq.wikipedia.org/wiki/Reng" ;
Blockly . Msg . COLOUR _PICKER _TOOLTIP = "Choose a colour from the palette." ; // untranslated
Blockly . Msg . COLOUR _RANDOM _HELPURL = "http://randomcolour.com" ; // untranslated
Blockly . Msg . COLOUR _RANDOM _TITLE = "rengo rastameye" ;
2016-08-26 16:14:40 -07:00
Blockly . Msg . COLOUR _RANDOM _TOOLTIP = "Tesadufi yu ren bı weçin" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . COLOUR _RGB _BLUE = "kewe" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . COLOUR _RGB _GREEN = "kı ho" ;
Blockly . Msg . COLOUR _RGB _HELPURL = "http://www.december.com/html/spec/colorper.html" ; // untranslated
Blockly . Msg . COLOUR _RGB _RED = "sur" ;
Blockly . Msg . COLOUR _RGB _TITLE = "komponentên rengan" ;
Blockly . Msg . COLOUR _RGB _TOOLTIP = "Create a colour with the specified amount of red, green, and blue. All values must be between 0 and 100." ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _HELPURL = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks" ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _BREAK = "Çerxen ra vec" ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _CONTINUE = "Gama bin da çerxeni ra dewam ke" ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _BREAK = "Öujtewada çerxeni ra bı vı ci" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _CONTINUE = "Skip the rest of this loop, and continue with the next iteration." ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _WARNING = "Warning: This block may only be used within a loop." ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _HELPURL = "https://github.com/google/blockly/wiki/Loops#for-each" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _TITLE = "for each item %1 in list %2" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _TOOLTIP = "For each item in a list, set the variable '%1' to the item, and then do some statements." ; // untranslated
Blockly . Msg . CONTROLS _FOR _HELPURL = "https://github.com/google/blockly/wiki/Loops#count-with" ; // untranslated
Blockly . Msg . CONTROLS _FOR _TITLE = "count with %1 from %2 to %3 by %4" ; // untranslated
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
2016-11-11 17:05:13 -08:00
Blockly . Msg . CONTROLS _IFELSE _TITLE = "if %1 do %2 else %3" ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . CONTROLS _IF _ELSEIF _TOOLTIP = "Bloq da if'i rê yu şert dekerê de." ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . CONTROLS _IF _ELSE _TOOLTIP = "Add a final, catch-all condition to the if block." ; // untranslated
Blockly . Msg . CONTROLS _IF _HELPURL = "https://github.com/google/blockly/wiki/IfElse" ; // untranslated
Blockly . Msg . CONTROLS _IF _IF _TOOLTIP = "Add, remove, or reorder sections to reconfigure this if block." ; // untranslated
Blockly . Msg . CONTROLS _IF _MSG _ELSE = "çı niyose" ;
Blockly . Msg . CONTROLS _IF _MSG _ELSEIF = "niyose" ;
Blockly . Msg . CONTROLS _IF _MSG _IF = "se" ;
Blockly . Msg . CONTROLS _IF _TOOLTIP _1 = "If a value is true, then do some statements." ; // untranslated
Blockly . Msg . CONTROLS _IF _TOOLTIP _2 = "If a value is true, then do the first block of statements. Otherwise, do the second block of statements." ; // untranslated
Blockly . Msg . CONTROLS _IF _TOOLTIP _3 = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements." ; // untranslated
Blockly . Msg . CONTROLS _IF _TOOLTIP _4 = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements." ; // untranslated
Blockly . Msg . CONTROLS _REPEAT _HELPURL = "https://en.wikipedia.org/wiki/For_loop" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . CONTROLS _REPEAT _INPUT _DO = "bı ke" ;
2016-08-26 16:14:40 -07:00
Blockly . Msg . CONTROLS _REPEAT _TITLE = "%1 fı ni tekrar ke" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . CONTROLS _REPEAT _TOOLTIP = "Do some statements several times." ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _HELPURL = "https://github.com/google/blockly/wiki/Loops#repeat" ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _UNTIL = "hend tekrar ke" ;
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _WHILE = "Tekrar kerdı ş de" ;
Blockly . Msg . CONTROLS _WHILEUNTIL _TOOLTIP _UNTIL = "Yew erc xı rabo se tay beyanati bı d" ;
Blockly . Msg . CONTROLS _WHILEUNTIL _TOOLTIP _WHILE = "Yew erc raşto se yu beyanat bı d." ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . DELETE _ALL _BLOCKS = "Pêro %1 bloki besteriyê?" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . DELETE _BLOCK = "Bloki bestere" ;
2016-08-08 16:59:25 -07:00
Blockly . Msg . DELETE _VARIABLE = "Delete the '%1' variable" ; // untranslated
2016-08-17 16:08:38 -07:00
Blockly . Msg . DELETE _VARIABLE _CONFIRMATION = "Delete %1 uses of the '%2' variable?" ; // untranslated
2016-09-07 18:50:36 -07:00
Blockly . Msg . DELETE _X _BLOCKS = "%1 blokan bestere" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . DISABLE _BLOCK = "Çengi devre ra vec" ;
Blockly . Msg . DUPLICATE _BLOCK = "Zewnc" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . ENABLE _BLOCK = "Bloki feal ke" ;
Blockly . Msg . EXPAND _ALL = "Blokan hera ke" ;
Blockly . Msg . EXPAND _BLOCK = "Bloki hera ke" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . EXTERNAL _INPUTS = "Cı kewtı şê xarı ciy" ;
Blockly . Msg . HELP = "Peşti" ;
Blockly . Msg . INLINE _INPUTS = "Cı kerdı şê xomiyani" ;
Blockly . Msg . LISTS _CREATE _EMPTY _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list" ; // untranslated
Blockly . Msg . LISTS _CREATE _EMPTY _TITLE = "lista venge vı raze" ;
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 = "liste" ;
Blockly . Msg . LISTS _CREATE _WITH _CONTAINER _TOOLTIP = "Add, remove, or reorder sections to reconfigure this list block." ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-list-with" ; // untranslated
2016-10-11 14:59:12 -07:00
Blockly . Msg . LISTS _CREATE _WITH _INPUT _WITH = "Liste ya vı raz" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TOOLTIP = "Yew nesne dekerê lista miyan" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . LISTS _CREATE _WITH _TOOLTIP = "Create a list with any number of items." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _FIRST = "verên" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _GET _INDEX _FROM _END = "# peyniye ra" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . LISTS _GET _INDEX _FROM _START = "#" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _GET = "bı gê" ;
Blockly . Msg . LISTS _GET _INDEX _GET _REMOVE = "Bı gi u wedarne" ;
Blockly . Msg . LISTS _GET _INDEX _LAST = "peyên" ;
Blockly . Msg . LISTS _GET _INDEX _RANDOM = "raştameye" ;
Blockly . Msg . LISTS _GET _INDEX _REMOVE = "wedare" ;
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 = "Returns the item at the specified position in a list." ; // 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 = "Removes and returns the item at the specified position in a list." ; // 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 = "Removes the item at the specified position in a list." ; // 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 = "Peyni # ra hetana" ;
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _START = "#'ya" ;
Blockly . Msg . LISTS _GET _SUBLIST _END _LAST = "Hetana pey" ;
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 _FROM _END _TOOLTIP = "%1 objeyo peyên o" ;
Blockly . Msg . LISTS _INDEX _FROM _START _TOOLTIP = "%1 objeyo sı fteyên o" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _INDEX _OF _FIRST = "Sı fte bı yayena cay obcey bı vin" ;
2016-07-26 17:23:57 -07:00
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 %1 if item is not found." ; // untranslated
Blockly . Msg . LISTS _INLIST = "lista de" ;
Blockly . Msg . LISTS _ISEMPTY _HELPURL = "https://github.com/google/blockly/wiki/Lists#is-empty" ; // untranslated
Blockly . Msg . LISTS _ISEMPTY _TITLE = "%1 vengo" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _ISEMPTY _TOOLTIP = "Eger kı lista venga se raşt keno çerğ" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . LISTS _LENGTH _HELPURL = "https://github.com/google/blockly/wiki/Lists#length-of" ; // untranslated
Blockly . Msg . LISTS _LENGTH _TITLE = "length of %1" ; // untranslated
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _LENGTH _TOOLTIP = "Derganiya yu lister dano." ;
2016-07-26 17:23:57 -07:00
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 = "zey" ;
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _SET _INDEX _INSERT = "De fi" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . LISTS _SET _INDEX _SET = "ca ke" ;
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 = "Inserts the item at the specified position in a list." ; // 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 = "Sets the item at the specified position in a list." ; // 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
Blockly . Msg . LISTS _SORT _HELPURL = "https://github.com/google/blockly/wiki/Lists#sorting-a-list" ;
Blockly . Msg . LISTS _SORT _ORDER _ASCENDING = "zeydı yen" ;
Blockly . Msg . LISTS _SORT _ORDER _DESCENDING = "Kemeyen" ;
Blockly . Msg . LISTS _SORT _TITLE = "Kı lm %1 %2 %3" ;
Blockly . Msg . LISTS _SORT _TOOLTIP = "Sort a copy of a list." ; // untranslated
Blockly . Msg . LISTS _SORT _TYPE _IGNORECASE = "alphabetic, ignore case" ; // untranslated
Blockly . Msg . LISTS _SORT _TYPE _NUMERIC = "Amoriyal" ;
Blockly . Msg . LISTS _SORT _TYPE _TEXT = "Alfabetik" ;
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
2016-09-07 18:50:36 -07:00
Blockly . Msg . LISTS _SPLIT _WITH _DELIMITER = "Hududoxi ya" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . LOGIC _BOOLEAN _FALSE = "ğelet" ;
Blockly . Msg . LOGIC _BOOLEAN _HELPURL = "https://github.com/google/blockly/wiki/Logic#values" ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . LOGIC _BOOLEAN _TOOLTIP = "Raşt yana çep erc dano" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . LOGIC _BOOLEAN _TRUE = "raşt" ;
Blockly . Msg . LOGIC _COMPARE _HELPURL = "https://en.wikipedia.org/wiki/Inequality_(mathematics)" ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _EQ = "Return true if both inputs equal each other." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GT = "Return true if the first input is greater than the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GTE = "Return true if the first input is greater than or equal to the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LT = "Return true if the first input is smaller than the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LTE = "Return true if the first input is smaller than or equal to the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _NEQ = "Return true if both inputs are not equal to each other." ; // untranslated
Blockly . Msg . LOGIC _NEGATE _HELPURL = "https://github.com/google/blockly/wiki/Logic#not" ; // untranslated
Blockly . Msg . LOGIC _NEGATE _TITLE = "%1 niyo" ;
Blockly . Msg . LOGIC _NEGATE _TOOLTIP = "Returns true if the input is false. Returns false if the input is true." ; // untranslated
Blockly . Msg . LOGIC _NULL = "veng" ;
Blockly . Msg . LOGIC _NULL _HELPURL = "https://en.wikipedia.org/wiki/Nullable_type" ; // untranslated
Blockly . Msg . LOGIC _NULL _TOOLTIP = "Veng çarneno ra." ;
Blockly . Msg . LOGIC _OPERATION _AND = "û" ;
Blockly . Msg . LOGIC _OPERATION _HELPURL = "https://github.com/google/blockly/wiki/Logic#logical-operations" ; // untranslated
Blockly . Msg . LOGIC _OPERATION _OR = "ya zi" ;
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _AND = "Return true if both inputs are true." ; // untranslated
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _OR = "Return true if at least one of the inputs is true." ; // untranslated
Blockly . Msg . LOGIC _TERNARY _CONDITION = "test" ;
Blockly . Msg . LOGIC _TERNARY _HELPURL = "https://en.wikipedia.org/wiki/%3F:" ; // untranslated
Blockly . Msg . LOGIC _TERNARY _IF _FALSE = "eke ğeleto" ;
Blockly . Msg . LOGIC _TERNARY _IF _TRUE = "eke raşto" ;
2016-08-26 16:14:40 -07:00
Blockly . Msg . LOGIC _TERNARY _TOOLTIP = "Şerta'test'i test keno. Eger ke şert raşta se erca 'raşt'i çarneno, çepo se erca 'çep' çarneno." ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _ADDITION _SYMBOL = "+" ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _HELPURL = "https://en.wikipedia.org/wiki/Aritmetik" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _ADD = "Return the sum of the two numbers." ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _DIVIDE = "Return the quotient of the two numbers." ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MINUS = "Return the difference of the two numbers." ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MULTIPLY = "Return the product of the two numbers." ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _POWER = "Return the first number raised to the power of the second number." ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _CHANGE _HELPURL = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _CHANGE _TITLE = "%2, keno %1 vurneno" ;
Blockly . Msg . MATH _CHANGE _TOOLTIP = "Add a number to variable '%1'." ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _CONSTANT _HELPURL = "https://en.wikipedia.org/wiki/Mathematical_constant" ;
Blockly . Msg . MATH _CONSTANT _TOOLTIP = "Heryen sabitan ra yewi çerx ke:π (3.141…), e (2.718…), φ (1.618…), sqrt(2) (1.414…), sqrt(½) (0.707…), or ∞ (bêsonp)." ;
2016-07-26 17:23:57 -07:00
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
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _IS _DIVISIBLE _BY = "Leteyêno" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _IS _EVEN = "zewnco" ;
Blockly . Msg . MATH _IS _NEGATIVE = "negatifo" ;
Blockly . Msg . MATH _IS _ODD = "kı to" ;
Blockly . Msg . MATH _IS _POSITIVE = "pozitifo" ;
Blockly . Msg . MATH _IS _PRIME = "bı ngehên" ;
Blockly . Msg . MATH _IS _TOOLTIP = "Check if a number is an even, odd, prime, whole, positive, negative, or if it is divisible by certain number. Returns true or false." ; // untranslated
Blockly . Msg . MATH _IS _WHOLE = "tamo" ;
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _MODULO _HELPURL = "https://en.wikipedia.org/wiki/Modulo_operation" ;
Blockly . Msg . MATH _MODULO _TITLE = "%1 ÷ %2 ra menden" ;
Blockly . Msg . MATH _MODULO _TOOLTIP = "Dı amoran ra amora menden çerx ke" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _MULTIPLICATION _SYMBOL = "× " ; // untranslated
Blockly . Msg . MATH _NUMBER _HELPURL = "https://diq.wikipedia.org/wiki/Numre" ;
Blockly . Msg . MATH _NUMBER _TOOLTIP = "Yew numre." ;
Blockly . Msg . MATH _ONLIST _HELPURL = "" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _AVERAGE = "Averacê lista" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MAX = "Tewr gı rdê lista" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MEDIAN = "Wertey lista" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MIN = "Tewr qı cê lista" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MODE = "listey modi" ;
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _ONLIST _OPERATOR _RANDOM = "Raştamaye objeya lista" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _ONLIST _OPERATOR _STD _DEV = "standard deviation of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _SUM = "koma liste" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _AVERAGE = "Return the average (arithmetic mean) of the numeric values in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MAX = "Return the largest number in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MEDIAN = "Return the median number in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MIN = "Return the smallest number in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MODE = "Return a list of the most common item(s) in the list." ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _ONLIST _TOOLTIP _RANDOM = "Liste ra raştamaye yew elementi çerx ke" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _ONLIST _TOOLTIP _STD _DEV = "Return the standard deviation of the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _SUM = "Return the sum of all the numbers in the list." ; // untranslated
Blockly . Msg . MATH _POWER _SYMBOL = "^" ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _RANDOM _FLOAT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _RANDOM _FLOAT _TITLE _RANDOM = "Raştamaye nimande amor" ;
Blockly . Msg . MATH _RANDOM _FLOAT _TOOLTIP = "Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive)." ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _RANDOM _INT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ;
2016-07-26 17:23:57 -07:00
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 = "gı lor ke" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDDOWN = "Loğê cêri ke" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDUP = "Loğê cori ke" ;
Blockly . Msg . MATH _ROUND _TOOLTIP = "Yu amorer loğê cêri yana cori ke" ;
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _SINGLE _HELPURL = "https://en.wikipedia.org/wiki/Square_root" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _SINGLE _OP _ABSOLUTE = "mutlaq" ;
Blockly . Msg . MATH _SINGLE _OP _ROOT = "karekok" ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _ABS = "Return the absolute value of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _EXP = "Return e to the power of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _LN = "Return the natural logarithm of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _LOG10 = "Return the base 10 logarithm of a number." ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . MATH _SINGLE _TOOLTIP _NEG = "Ena amorer nêravêrde deyne çerx ke." ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . MATH _SINGLE _TOOLTIP _POW10 = "Return 10 to the power of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _ROOT = "Return the square root of a number." ; // untranslated
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" ; // untranslated
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
2016-09-07 18:50:36 -07:00
Blockly . Msg . NEW _VARIABLE = "Vuriyayeyo bı vı raz..." ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . NEW _VARIABLE _TITLE = "Namey vuriyayeyê newi:" ;
Blockly . Msg . ORDINAL _NUMBER _SUFFIX = "" ; // untranslated
Blockly . Msg . PROCEDURES _ALLOW _STATEMENTS = "Çı yan rê mı safe bı d" ;
Blockly . Msg . PROCEDURES _BEFORE _PARAMS = "ebe:" ;
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 = "ebe:" ;
Blockly . Msg . PROCEDURES _CREATE _DO = "'%1' vı raze" ;
Blockly . Msg . PROCEDURES _DEFNORETURN _COMMENT = "Nê fonksiyoni beyan ke..." ;
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 = "Çı yê bı k" ;
Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE = "rê" ;
Blockly . Msg . PROCEDURES _DEFNORETURN _TOOLTIP = "Yew fonksiyono çap nêdate vı razeno" ;
Blockly . Msg . PROCEDURES _DEFRETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _RETURN = "peyser biya" ;
Blockly . Msg . PROCEDURES _DEFRETURN _TOOLTIP = "Yew fonksiyono çap daye vı razeno" ;
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 _HELPURL = "http://c2.com/cgi/wiki?GuardClause" ; // 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 = "nameyê cı kewtı şi:" ;
Blockly . Msg . PROCEDURES _MUTATORARG _TOOLTIP = "Add an input to the function." ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORCONTAINER _TITLE = "cı kewtı şi" ;
Blockly . Msg . PROCEDURES _MUTATORCONTAINER _TOOLTIP = "Add, remove, or reorder inputs to this function." ; // untranslated
2016-09-07 18:50:36 -07:00
Blockly . Msg . REDO = "Newe ke" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . REMOVE _COMMENT = "Tefsiri Wedare" ;
Blockly . Msg . RENAME _VARIABLE = "Vuriyayey fı na name ke..." ;
Blockly . Msg . RENAME _VARIABLE _TITLE = "Rename all '%1' variables to:" ; // untranslated
2016-08-26 16:14:40 -07:00
Blockly . Msg . TEXT _APPEND _APPENDTEXT = "Metin dek" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . TEXT _APPEND _HELPURL = "https://github.com/google/blockly/wiki/Text#text-modification" ; // untranslated
Blockly . Msg . TEXT _APPEND _TO = "rê" ;
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
2016-08-26 16:14:40 -07:00
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _LOWERCASE = "Herfanê werdiyana" ;
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _TITLECASE = "Ser herf gı rd" ;
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _UPPERCASE = "HERFANÊ GIRDANA" ;
2016-07-26 17:23:57 -07:00
Blockly . Msg . TEXT _CHANGECASE _TOOLTIP = "Return a copy of the text in a different case." ; // untranslated
Blockly . Msg . TEXT _CHARAT _FIRST = "Herfa sı fti bı gi" ;
Blockly . Msg . TEXT _CHARAT _FROM _END = "# ra tepya herfan bı gi" ;
Blockly . Msg . TEXT _CHARAT _FROM _START = "Herfa # bı gi" ;
Blockly . Msg . TEXT _CHARAT _HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-text" ; // untranslated
Blockly . Msg . TEXT _CHARAT _INPUT _INTEXT = "metı n de" ;
Blockly . Msg . TEXT _CHARAT _LAST = "Herfa peyên bı gi" ;
Blockly . Msg . TEXT _CHARAT _RANDOM = "Raştamaye yu herf bı gi" ;
Blockly . Msg . TEXT _CHARAT _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _CHARAT _TOOLTIP = "Şı nasnaye pozisyon de yu herfer çerğ keno" ;
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TOOLTIP = "Add an item to the text." ; // untranslated
Blockly . Msg . TEXT _CREATE _JOIN _TITLE _JOIN = "gı re de" ;
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 = "metı n de" ;
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 = "# ra substring gêno" ;
Blockly . Msg . TEXT _GET _SUBSTRING _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _TOOLTIP = "Tay letey metini çerğ keno" ;
Blockly . Msg . TEXT _INDEXOF _HELPURL = "https://github.com/google/blockly/wiki/Text#finding-text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _INPUT _INTEXT = "metı n de" ;
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 the first text in the second text. Returns %1 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 vengo" ;
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
2016-08-26 16:14:40 -07:00
Blockly . Msg . TEXT _JOIN _TITLE _CREATEWITH = "ya metin vı raz" ;
2016-07-26 17:23:57 -07:00
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
2016-08-26 16:14:40 -07:00
Blockly . Msg . TEXT _TEXT _HELPURL = "https://en.wikipedia.org/wiki/String_(computer_science)" ;
Blockly . Msg . TEXT _TEXT _TOOLTIP = "Yu herfa, satı r yana çekuya metini" ;
2016-07-26 17:23:57 -07:00
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 . TODAY = "Ewro" ;
Blockly . Msg . UNDO = "Peyser biya" ;
Blockly . Msg . VARIABLES _DEFAULT _NAME = "unsur" ;
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 _TOOLTIP = "Returns the value of this variable." ; // untranslated
Blockly . Msg . VARIABLES _SET = "set %1 to %2" ; // untranslated
Blockly . Msg . VARIABLES _SET _CREATE _GET = "'get %1' vı raz" ;
Blockly . Msg . VARIABLES _SET _HELPURL = "https://github.com/google/blockly/wiki/Variables#set" ; // untranslated
Blockly . Msg . VARIABLES _SET _TOOLTIP = "Sets this variable to be equal to the input." ; // untranslated
2016-08-17 16:08:38 -07:00
Blockly . Msg . VARIABLE _ALREADY _EXISTS = "A variable named '%1' already exists." ; // untranslated
2016-07-26 17:23:57 -07:00
Blockly . Msg . PROCEDURES _DEFRETURN _TITLE = Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE ;
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 _MSG _THEN = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _IF _ELSE _TITLE _ELSE = Blockly . Msg . CONTROLS _IF _MSG _ELSE ;
Blockly . Msg . PROCEDURES _DEFRETURN _PROCEDURE = Blockly . Msg . PROCEDURES _DEFNORETURN _PROCEDURE ;
Blockly . Msg . LISTS _GET _SUBLIST _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . LISTS _GET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . MATH _CHANGE _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . PROCEDURES _DEFRETURN _DO = Blockly . Msg . PROCEDURES _DEFNORETURN _DO ;
Blockly . Msg . CONTROLS _IF _ELSEIF _TITLE _ELSEIF = Blockly . Msg . CONTROLS _IF _MSG _ELSEIF ;
Blockly . Msg . LISTS _GET _INDEX _HELPURL = Blockly . Msg . LISTS _INDEX _OF _HELPURL ;
Blockly . Msg . CONTROLS _FOREACH _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . LISTS _SET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . CONTROLS _FOR _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TITLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . TEXT _APPEND _VARIABLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . LISTS _INDEX _OF _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . PROCEDURES _DEFRETURN _COMMENT = Blockly . Msg . PROCEDURES _DEFNORETURN _COMMENT ;