Remove some unneeded and/or incorrect translations.

For keys:
* "CONTROLS_FOREACH_HELPURL": "https://github.com/google/blockly/wiki/Loops#for-each",
* "MATH_CONSTRAIN_HELPURL": "https://en.wikipedia.org/wiki/Clamping_%28graphics%29",
* "LISTS_ISEMPTY_HELPURL": "https://github.com/google/blockly/wiki/Lists#is-empty",
This commit is contained in:
Siebrand Mazeland
2015-06-22 15:38:13 +02:00
parent 93cfbe99ee
commit 9bc989c1b8
41 changed files with 0 additions and 64 deletions

View File

@@ -60,7 +60,6 @@
"CONTROLS_FOR_HELPURL": "https://github.com/google/blockly/wiki/Loops#count-with",
"CONTROLS_FOR_TOOLTIP": "Laat de variabele \"%1\" de waarden aannemen van het beginnummer tot het laatste nummer, tellende met het opgegeven interval, en met uitvoering van de opgegeven blokken.",
"CONTROLS_FOR_TITLE": "rekenen met %1 van %2 tot %3 in stappen van %4",
"CONTROLS_FOREACH_HELPURL": "https://github.com/google/blockly/wiki/Loops#for-each voor ieder blok",
"CONTROLS_FOREACH_TITLE": "voor ieder item %1 in lijst %2",
"CONTROLS_FOREACH_TOOLTIP": "Voor ieder item in een lijst, stel de variabele \"%1\" in op het item en voer daarna opdrachten uit.",
"CONTROLS_FLOW_STATEMENTS_HELPURL": "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks",
@@ -180,7 +179,6 @@
"MATH_MODULO_HELPURL": "https://nl.wikipedia.org/wiki/Modulair_rekenen",
"MATH_MODULO_TITLE": "restgetal van %1 ÷ %2",
"MATH_MODULO_TOOLTIP": "Geeft het restgetal van het resultaat van de deling van de twee getallen.",
"MATH_CONSTRAIN_HELPURL": "https://en.wikipedia.org/wiki/Clamping_%28graphics%29",
"MATH_CONSTRAIN_TITLE": "beperk %1 van minimaal %2 tot maximaal %3",
"MATH_CONSTRAIN_TOOLTIP": "Beperk een getal tussen de twee opgegeven limieten (inclusief).",
"MATH_RANDOM_INT_HELPURL": "https://nl.wikipedia.org/wiki/Toevalsgenerator",
@@ -261,7 +259,6 @@
"LISTS_LENGTH_HELPURL": "https://github.com/google/blockly/wiki/Lists#length-of",
"LISTS_LENGTH_TITLE": "lengte van %1",
"LISTS_LENGTH_TOOLTIP": "Geeft de lengte van een lijst terug.",
"LISTS_ISEMPTY_HELPURL": "https://github.com/google/blockly/wiki/Lists#is-empty",
"LISTS_ISEMPTY_TITLE": "%1 is leeg",
"LISTS_ISEMPTY_TOOLTIP": "Geeft waar terug als de lijst leeg is.",
"LISTS_INLIST": "in lijst",