Changeset 1045
Author: reyalp
(2011/01/15 23:42) Over 1 year ago
* Updated badpixel messages from ultimA in http://chdk.setepontos.com/index.php?topic=5793.msg59721#msg59721 * Move script not supported message to lang, shorten.
Author: reyalp
(2011/01/15 23:42) Over 1 year ago
* Updated badpixel messages from ultimA in http://chdk.setepontos.com/index.php?topic=5793.msg59721#msg59721 * Move script not supported message to lang, shorten.
426 "Cannot load CHDK/badpixel.bin\nUse Create badpixel.bin in raw menu"426 "Cannot load CHDK/badpixel.bin\nUse 'Create badpixel.bin' first"426 "Datei badpixel.bin fehlt!\nBitte starte \nCHDK/SCRIPTS/TEST/badpixel.lua"426 "Datei badpixel.bin fehlt!\nFühre 'badpixel.bin erstellen' aus"426 "CHDK/badpixel.bin fájlt nem lehet betölteni\nFuttasd a következöt:\nCHDK/SCRIPTS/TEST/badpixel.lua"426 "CHDK/badpixel.bin fájlt nem lehet betölteni\nFuttasd a következöt:'badpixel.bin mentése'""426 \"Cannot load CHDK/badpixel.bin\\nPlease run \\nCHDK/SCRIPTS/TEST/badpixel.lua\"\n""426 \"Cannot load CHDK/badpixel.bin\\nUse 'Create badpixel.bin' first\"\n"#define GUI_LANG_ITEMS 460#define GUI_LANG_ITEMS 461console_add_line("Cannot run script.");char msg[64];console_add_line("There is no Lua");sprintf(msg,lang_str(LANG_CONSOLE_SCRIPT_DISABLED_IN_BUILD),"Lua");console_add_line("support in this build.");console_add_line(msg);console_add_line("Cannot run script.");char msg[64];console_add_line("There is no UBasic");sprintf(msg,lang_str(LANG_CONSOLE_SCRIPT_DISABLED_IN_BUILD),"UBASIC");console_add_line("support in this build.");console_add_line(msg);