Localisation updates from https://translatewiki.net.

This commit is contained in:
Siebrand Mazeland
2014-12-27 17:23:58 +01:00
parent bd6b80e2f5
commit 20f2f30dac
20 changed files with 198 additions and 69 deletions

View File

@@ -57,6 +57,7 @@
"CONTROLS_FOR_TOOLTIP": "Hacer que la variable %1 tome los valores desde el número de inicio hasta el número final, contando con el intervalo especificado, y hacer los bloques especificados.",
"CONTROLS_FOR_INPUT_WITH": "contar con",
"CONTROLS_FOR_INPUT_FROM_TO_BY": "desde %1 hasta %2 de a %3",
"CONTROLS_FOREACH_HELPURL": "https://es.wikipedia.org/wiki/Foreach bloque 'para cada'",
"CONTROLS_FOREACH_INPUT_ITEM": "para cada elemento",
"CONTROLS_FOREACH_INPUT_INLIST": "en la lista",
"CONTROLS_FOREACH_TOOLTIP": "Para cada elemento en una lista, establecer la variable '%1' al elemento y luego hacer algunas declaraciones.",