[Gambas-bugtracker] Bug #1601: Not localized messages

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri May 24 07:17:43 CEST 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1601&from=L21haW4-

Alex - reported a new bug.

Summary
-------

Not localized messages

Type             : Request
Priority         : Medium
Gambas version   : Unknown
Product          : Unknown


Description
-----------

Many messages are not localized. For example just for Error:

 grep -r 'Error("'
main/tools/gbh3/.src/MOldMain.module:'             PrintError("unknown option: " & Args[iInd])
main/tools/gbh3/.src/MMain.module:            PrintError("unknown option: " & Args[iInd])
main/tools/gbh3/.src/MMain.module:      If Error Then PrintError("Missing class name in GB_DECLARE macro: " & sLine)
main/lib/vb/vbdate.c:       GB.Error("Invalid Date Returned");
main/lib/vb/vb.c:  	GB.Error("Invalid parameter");
main/lib/vb/vb.c:  	GB.Error("Invalid parameter");
main/lib/vb/vb.c:  	GB.Error("Invalid parameter");
main/lib/vb/vb.c:		GB.Error("Invalid parameter");
main/lib/vb/vb.c:    				GB.Error("Invalid date parameter");
main/lib/vb/vb.c:    				GB.Error("Invalid date parameter");
main/lib/vb/vb.c:	if (decimals < 0) { GB.Error("Invalid argument"); return; }
main/lib/term/cterm.c:		GB.Error("Unable to set terminal attributes");
main/lib/signal/csignal.c:		GB.Error("No Application_Signal event handler defined in startup class");
main/lib/signal/csignal.c:			GB.Error("Unable to reset signal handler");
main/lib/signal/csignal.c:			GB.Error("Unable to modify signal handler");
main/lib/signal/csignal.c:			GB.Error("SIGKILL and SIGSTOP cannot be caught");
main/lib/signal/csignal.c:		GB.Error("Bad signal number");
main/lib/signal/csignal.c:		GB.Error("Unable to send signal: &1", strerror(errno));
main/lib/inotify/c_watch.c:		GB.Error("Null path");
main/lib/image/image.c:		GB.Error("Stretching images is not implemented in gb.image"); \
main/lib/image/image.c:		GB.Error("The pixel size of both images must be the same");
main/lib/image/image.c:		GB.Error("The image must have an alpha channel");
main/lib/image/image.c:		GB.Error("The images must have an alpha channel");
main/lib/image/image.c:		GB.Error("The images must have the same format");
main/lib/image/image.c:			GB.Error("Unsupported image format");
main/lib/image/CImageStat.c:		GB.Error("Unable to stat image: &1", IMAGE_error);
main/lib/image/CImage.c:		GB.Error("Stretching images is not implemented in gb.image"); \
main/lib/image/CImage.c:			GB.Error("Unknown format");
main/lib/image/CImage.c:		GB.Error("Image format must be 32 bits");
main/lib/image/CImage.c:			GB.Error("Not enough pixels");
main/lib/image/CImage.c:		GB.Error("Missing call to BeginBalance");
main/lib/image.effect/CImage.cpp:		default: GB.Error("Bad channel"); return;
main/lib/image.effect/CImage.cpp:		GB.Error("Out of bounds");
main/lib/draw/cpaint.c:		GB.Error("No current device");
main/lib/draw/cpaint.c:		GB.Error("Pending path");
main/lib/draw/cpaint.c:		GB.Error("Not a paintable object");
main/lib/draw/cpaint.c:		GB.Error("Bad zoom factor");
main/lib/draw/cdraw.c:		GB.Error("No current device");
main/lib/draw/cdraw.c:		GB.Error("Not a drawable object");
main/lib/draw/cdraw.c:		GB.Error("Bad zoom factor");
main/lib/debug/CDebug.c:		GB.Error("Cannot create input fifo in /tmp: &1", strerror(errno));
main/lib/debug/CDebug.c:		GB.Error("Cannot create output fifo in /tmp: &1", strerror(errno));
main/lib/debug/CDebug.c:		GB.Error("Unable to open fifo");
main/lib/db/sqlite.c:		GB.Error("Unable to locate database `&1` in `&2`", desc->name, host);
main/lib/db/main.c:		GB.Error("Void &1 name", msg);
main/lib/db/main.c:		GB.Error("Bad &1 name: &2", msg, name);
main/lib/db/main.c:		GB.Error("Driver name missing");
main/lib/db/main.c:	GB.Error("Cannot find driver for database: &1", type);
main/lib/db/main.c:		GB.Error("Void query");
main/lib/db/CUser.c:      GB.Error("Unknown user: &1", name);
main/lib/db/CUser.c:      GB.Error("User already exists: &1", name);
main/lib/db/CTable.c:			GB.Error("Unknown table: &1", name);
main/lib/db/CTable.c:			GB.Error("Table already exists: &1", name);
main/lib/db/CTable.c:						GB.Error("Void field name");
main/lib/db/CTable.c:						GB.Error("Unknown field: &1", field);
main/lib/db/CTable.c:			GB.Error("Read-only property");
main/lib/db/CTable.c:		GB.Error("No field");
main/lib/db/CTable.c:				GB.Error("Serial fields are not supported");
main/lib/db/CTable.c:				GB.Error("Only one serial field is allowed");
main/lib/db/CTable.c:				GB.Error("Blob fields are not supported");
main/lib/db/CTable.c:			GB.Error("The serial field must be the primary key");
main/lib/db/CTable.c:		GB.Error("No primary key");
main/lib/db/CResultField.c:				GB.Error("Bad field index");
main/lib/db/CResultField.c:				GB.Error("Unknown field: &1", name);
main/lib/db/CResultField.c:	GB.Error("No default value");
main/lib/db/CResult.c:		GB.Error("Result is not available");
main/lib/db/CResult.c:			GB.Error("Result is forward only");
main/lib/db/CResult.c:		GB.Error("Result is read-only");
main/lib/db/CResult.c:		//GB.Error("Read-only field");
main/lib/db/CResult.c:			GB.Error("Type mismatch");
main/lib/db/CResult.c:		GB.Error("Result is read-only");
main/lib/db/CResult.c:		GB.Error("Type mismatch");
main/lib/db/CResult.c:		GB.Error("Result is forward only");
main/lib/db/CResult.c:			GB.Error("Result is read-only");
main/lib/db/CResult.c:			GB.Error("Result is read-only");
main/lib/db/CIndex.c:      GB.Error("Unknown index: &1.&2", table->name, name);
main/lib/db/CIndex.c:      GB.Error("Index already exists: &1.&2", table->name, name);
main/lib/db/CField.c:			GB.Error("Unknown field: &1.&2", table->name, name);
main/lib/db/CField.c:			GB.Error("Field already exists: &1.&2", table->name, name);
main/lib/db/CField.c:	GB.Error("Bad field type");
main/lib/db/CField.c:		GB.Error("Table already exists");
main/lib/db/CDatabase.c:      GB.Error("Unknown database: &1", name);
main/lib/db/CDatabase.c:      GB.Error("Database already exists: &1", name);
main/lib/db/CConnection.c:		GB.Error("Connection is not opened");
main/lib/db/CConnection.c:			GB.Error("No current connection");
main/lib/db/CConnection.c:	GB.Error("Malformed URL");
main/lib/db/CConnection.c:		GB.Error("Connection already opened");
main/lib/db/CConnection.c:				GB.Error("This database driver cannot be case sensitive");
main/lib/db/CConnection.c:				GB.Error("This database driver is always case sensitive");
main/lib/db/CConnection.c:		GB.Error("Collations are not supported");
main/lib/db/CConnection.c:		GB.Error("Void table name");
main/lib/db/CConnection.c:		GB.Error("Void table name");
main/lib/data/c_trie.c:		GB.Error("Prefix does not exist");
main/lib/data/c_trie.c:		GB.Error("Invalid length");
main/lib/data/c_list.c:		GB.Error("No current element");	\
main/lib/data/c_list.c:		GB.Error("No elements");	\
main/lib/data/c_list.c:		GB.Error("No elements");				\
main/lib/data/c_heap.c:		GB.Error("Invalid mode");
main/lib/data/c_graphmatrix.c:		GB.Error("gb.gsl could not be found");
main/lib/data/c_graph.c:	GB.Error("This method is not implemented.");
main/lib/data/c_graph.c:	GB.Error("This property is not implemented.");
main/lib/data/c_graph.c:	GB.Error("Method \"&1\" not found", err);
main/lib/data/c_graph.c:		GB.Error("Method " func " not found");		\
main/lib/compress/main.c:    GB.Error("Driver name missing");
main/lib/compress/main.c:    GB.Error("Cannot find driver for : &1", type);
main/lib/compress/CUncompress.c:#define Check_Driver()  if (!THIS->driver) { GB.Error("No driver specified"); return; }
main/lib/compress/CUncompress.c:	if (THIS->stream.desc) { GB.Error("Type can not be changed while the stream is opened"); return; }
main/lib/compress/CUncompress.c:		GB.Error("Cannot find driver &1", GB.ToZeroString(PROP(GB_STRING)));
main/lib/compress/CCompress.c:#define Check_Driver()  if (!THIS->driver) { GB.Error("No driver specified"); return; }
main/lib/compress/CCompress.c:				GB.Error("Invalid compression level"); \
main/lib/compress/CCompress.c:	if (THIS->stream.desc) { GB.Error("Type can not be changed while the stream is opened"); return; }
main/lib/compress/CCompress.c:		GB.Error("Cannot find driver &1", GB.ToZeroString(PROP(GB_STRING)));
main/gbx/gbx_eval.c:			GB_Error("Unknown symbol");
main/gbx/gbx_c_timer.c:		GB_Error("Too many active timers");
main/gbx/gbx_c_task.c:		GB_Error("Cannot create task return directory");
main/gbx/gbx_c_task.c:	GB_Error("Cannot run task: &1", err);
main/gbx/gbx_c_task.c:							GB_Error("Task has failed: &1", err);
main/gbx/gbx_c_task.c:					GB_Error("Unable to get task error");
main/gbx/gbx_c_task.c:		GB_Error("A task cannot create other tasks");
main/gbx/gbx_c_task.c:		GB_Error("Too many tasks");
main/gbx/gbx_c_task.c:					GB_Error("Unable to redirect task standard output");
main/gbx/gbx_c_task.c:					GB_Error("Unable to redirect task error output");
main/gbx/gbx_c_task.c:					GB_Error("Unable to serialize task return value");
main/gbx/gbx_c_task.c:			GB_Error("Task has aborted: &1", strsignal(WTERMSIG(THIS->status)));
main/gbx/gbx_c_system.c:		GB_Error("Unable to retrieve domain name: &1", strerror(errno));
main/gbx/gbx_c_file.c:		GB_Error("Unknown watch");
main/gbx/gbx_c_enum.c:		GB_Error("No current enumeration");
main/gbx/gbx_c_class.c:		GB_Error("Unknown class '&1'", name);
main/gbx/gbx_c_class.c:		GB_Error("Class is not loaded");
main/gbx/gbx_c_class.c:		GB_Error("Unknown symbol '&1'", name);
main/gbx/gbx_c_class.c:	GB_Error("Unknown event");
main/gbx/gbx_c_class.c:		GB_Error("Unknown class");
main/gbx/gbx_c_array.c:		GB_Error("Array is multi-dimensional");
main/gbx/gbx_c_array.c:		GB_Error("Bad array type");
main/gbx/gbx_c_array.c:			GB_Error("Too many dimensions");
main/gbx/gbx_c_array.c:				GB_Error("Bad dimension");
main/gbx/gbx_api.c:	GB_Error("Unable to find method &1 in class &2. &3", name, CLASS_get_name(class), err);
main/gbx/gbx_api.c:		GB_Error("Unknown function call");
main/gbx/gbx_api.c:			GB_Error("&1: &2 is deprecated. Use &3 instead", msg, func, repl);
main/gbx/gbx_api.c:			GB_Error("&1: &2 is deprecated. Do not use it anymore", msg, func);
gb.xml/src/explorer.cpp:        GB.Error("No document loaded");
gb.xml/src/document.cpp:        GB.Error("Error loading file.");
gb.xml/src/document.cpp:        GB.Error("Cannot open file");
gb.xml/src/CReader.cpp:    GB.Error("No such attribute");
gb.xml/src/CReader.cpp:    GB.Error("No enumerated attribute available");
gb.xml/src/CReader.cpp:    GB.Error("No enumerated attribute available");
gb.xml/src/CNode.cpp:    GB.Error("No enumerated attribute available");
gb.xml/src/CNode.cpp:    GB.Error("No enumerated attribute available");
gb.xml/src/CElement.cpp:        GB.Error("Null object");
gb.v4l/src/gv4l2.c:		GB.Error("Failed to stop capturing on device");
gb.v4l/src/gv4l2.c:	  GB.Error("Unable to reopen the device");
gb.v4l/src/gv4l2.c:		GB.Error("Unable to initialise the device");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to open device");
gb.v4l/src/CWebcam.c:			GB.Error("Invalid mode flag");
gb.v4l/src/CWebcam.c:			GB.Error("Unable to initialise the device");
gb.v4l/src/CWebcam.c:	// 	GB.Error("Unable to open device");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to setup capture mode");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to open device");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to setup capture mode");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to get image");
gb.v4l/src/CWebcam.c:			GB.Error("Unable to get image");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to get image");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to open file for writing");
gb.v4l/src/CWebcam.c:		GB.Error("Unknown format (jpeg|jpg|png|ppm)"); 
gb.v4l/src/CWebcam.c:		GB.Error("Unable to open file for writing");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to get image");
gb.v4l/src/CWebcam.c:		GB.Error("Unable to get image");
gb.sdl2/src/c_mouse.c:		GB.Error("No mouse event");
gb.sdl2/src/c_key.c:		GB.Error("No keyboard event");
gb.sdl2/src/c_image.c:		GB.Error("Unable to load image: &1", IMG_GetError());
gb.sdl2/src/c_font.c:		GB.Error("Font already exists");
gb.sdl2/src/c_font.c:		GB.Error("Unable to initialize TTF library: &1", TTF_GetError());
gb.sdl2/src/c_font.c:		GB.Error("Unknown font: &1", THIS->name);
gb.sdl2/src/c_font.c:		GB.Error("Unable to load font: &1: &2", THIS->name, TTF_GetError());
gb.sdl2/src/c_font.c:			GB.Error("Font name defined twice");
gb.sdl2/src/c_font.c:		GB.Error("Incorrect font size");
gb.sdl2/src/c_font.c:			GB.Error("Incorrect font size");
gb.sdl2/src/c_draw.c:		GB.Error("No device");
gb.sdl2/src/c_draw.c:		GB.Error("Too many nested drawings");
gb.sdl2/src/c_draw.c:	GB.Error("Unsupported device");
gb.sdl2/src/audio/main.c:		GB.Error("Unable to initialize mixer");
gb.sdl2/src/audio/c_sound.c:			GB.Error("Read-only property. Audio has been initialized");
gb.sdl2/src/audio/c_sound.c:			GB.Error("Read-only property. Audio has been initialized");
gb.sdl2/src/audio/c_music.c:			GB.Error("Seeking is not supported on MOD files");
gb.sdl2/src/audio/c_channel.c:		GB.Error("Unable to initialize channel pipe");
gb.sdl2/src/audio/c_channel.c:		GB.Error("Unable to set effect: &1", Mix_GetError());
gb.sdl2/src/audio/c_channel.c:		GB.Error("No more channel available");
gb.sdl/src/SDLtexture.cpp:		SDLcore::RaiseError("Unable to draw on the texture, FBO not supported!");
gb.sdl/src/SDLgfx.cpp:		SDLerror::RaiseError("Window need to be opened first !");
gb.sdl/src/SDLfont.cpp:	SDLerror::RaiseError("Font not found!");
gb.sdl/src/Cmouse.cpp:    GB.Error("No mouse event data"); \
gb.sdl/src/Ckey.cpp:    GB.Error("No keyboard event data"); \
gb.sdl/src/Cjoystick.cpp:    GB.Error("No joystick event data"); \
gb.sdl/src/Cjoystick.cpp:		GB.Error("no Joystick found !");
gb.sdl/src/Cjoystick.cpp:		GB.Error("Joystick &1 not available !", VARG(index));
gb.sdl/src/Cdraw.cpp:		GB.Error("No device");
gb.sdl/src/Cdraw.cpp:		GB.Error("Too many nested drawings");
gb.sdl/src/Cdraw.cpp:	GB.Error("Device not supported !");
gb.sdl.sound/src/sound.c:    GB.Error("Unable to open audio");
gb.sdl.sound/src/sound.c:		GB.Error("Unable to initialize channel pipe");
gb.sdl.sound/src/cdrom.c:    GB.Error("no CDROM found !");
gb.sdl.sound/src/cdrom.c:    GB.Error("CDROM &1 not available !", VARG(index));
gb.sdl.sound/src/cdrom.c:    GB.Error("CDROM not available !");
gb.sdl.sound/src/cdrom.c:    GB.Error("no CDROM found !");
gb.qt4/src/webkit/cwebview.cpp:			GB.Error("No authentication required");
gb.qt4/src/webkit/cwebview.cpp:			GB.Error("No authentication required");
gb.qt4/src/webkit/cwebview.cpp:		GB.Error("Unknown action");
gb.qt4/src/webkit/cwebview.cpp:		GB.Error("Unknown action");
gb.qt4/src/webkit/cwebsettings.cpp:			GB.Error("Cache directory must be located inside ~/.cache");
gb.qt4/src/webkit/cwebsettings.cpp:		GB.Error("Unable to remove '&1': &2", _clear_path, strerror(_clear_error));
gb.qt4/src/main.cpp:	GB.Error("GUI is not initialized");
gb.qt4/src/main.cpp:		GB.Error("Wait is forbidden during a repaint event");
gb.qt4/src/ext/CEditor.cpp:				GB.Error("Cannot load Gambas syntax highlighter");
gb.qt4/src/ext/CEditor.cpp:				GB.Error("Cannot load Gambas custom syntax highlighter component");
gb.qt4/src/ctrayicon.cpp:		GB.Error("Bad index");
gb.qt4/src/csvgimage.cpp:			GB.Error("SvgImage size is not defined");
gb.qt4/src/csvgimage.cpp:			GB.Error("Void image");
gb.qt4/src/cpaint_impl.cpp:			GB.Error("Device already being painted");
gb.qt4/src/cpaint_impl.cpp:			GB.Error("Bad picture");
gb.qt4/src/cpaint_impl.cpp:			GB.Error("Bad image");
gb.qt4/src/cpaint_impl.cpp:				GB.Error("Cannot paint outside of Draw event handler");
gb.qt4/src/cpaint_impl.cpp:			GB.Error("Printer is not printing");
gb.qt4/src/cpaint_impl.cpp:			GB.Error("SvgImage size is not defined");
gb.qt4/src/CWindow.cpp:		GB.Error("The parent of a Window must be a Container or a Workspace");
gb.qt4/src/CWindow.cpp:			GB.Error("Embedding has failed");
gb.qt4/src/CWindow.cpp:			GB.Error("Window is already opened");
gb.qt4/src/CWindow.cpp:			GB.Error("Transparent property cannot be reset");
gb.qt4/src/CWidget.cpp:			GB.Error("Circular proxy chain");	
gb.qt4/src/CWidget.cpp:		GB.Error("Control is being dragged");
gb.qt4/src/CWidget.cpp:		GB.Error("Design property cannot be reset");
gb.qt4/src/CWidget.cpp:		GB.Error("Null container");
gb.qt4/src/CTextBox.cpp:			GB.Error("ComboBox is read-only");
gb.qt4/src/CTextBox.cpp:		GB.Error("Bad index");
gb.qt4/src/CTabStrip.cpp:		GB.Error("Tab is not empty");
gb.qt4/src/CTabStrip.cpp:				GB.Error("Tab is not empty");
gb.qt4/src/CTabStrip.cpp:		GB.Error("Bad index");
gb.qt4/src/CTabStrip.cpp:		GB.Error("TabStrip cannot be empty");
gb.qt4/src/CScreen.cpp:			GB.Error("Application is already embedded");
gb.qt4/src/CPicture.cpp:			GB.Error("Bad dimension");
gb.qt4/src/CPicture.cpp:		GB.Error("Unable to load picture");
gb.qt4/src/CPicture.cpp:		GB.Error("Unable to load picture");
gb.qt4/src/CPicture.cpp:		GB.Error("Unknown format");
gb.qt4/src/CPicture.cpp:		GB.Error("Unable to save picture");
gb.qt4/src/CMouse.cpp:		GB.Error("No mouse event data"); \
gb.qt4/src/CMessage.cpp:		GB.Error("Message box already displayed");
gb.qt4/src/CMessage.cpp:		GB.Error("Message box already displayed");
gb.qt4/src/CMenu.cpp:			GB.Error("Circular proxy chain");	
gb.qt4/src/CMenu.cpp:		GB.Error("Type mismatch. The parent control of a Menu must be a Window or another Menu.");
gb.qt4/src/CKey.cpp:    GB.Error("No keyboard event data"); \
gb.qt4/src/CImage.cpp:		GB.Error("Unable to load image");
gb.qt4/src/CImage.cpp:		GB.Error("Unable to load image");
gb.qt4/src/CImage.cpp:		GB.Error("Unknown format");
gb.qt4/src/CImage.cpp:		GB.Error("Unable to save picture");
gb.qt4/src/CFont.cpp:					GB.Error("Bad font size");
gb.qt4/src/CDrawingArea.cpp:		GB.Error("DrawingArea is being painted");
gb.qt4/src/CDrawingArea.cpp:			GB.Error("DrawingArea is being drawn");
gb.qt4/src/CContainer.cpp:			GB.Error("Container must be a child control");
gb.qt4/src/CContainer.cpp:		GB.Error("Not enough argument");
gb.qt4/src/CContainer.cpp:		GB.Error("Too many argument");
gb.qt4/src/CClipboard.cpp:	GB.Error("Bad clipboard format");
gb.qt4/src/CClipboard.cpp:		GB.Error("Undergoing drag");
gb.qt4/src/CClipboard.cpp:	GB.Error("Bad drag format");
gb.qt4/src/CClipboard.cpp:		GB.Error("No drag data"); \
gb.qt4/src/CClipboard.cpp:		GB.Error("No undergoing drag");
gb.pdf/src/CPdfDocument.cpp:	GB.Error("Zoom must be a positive value");
gb.pdf/src/CPdfDocument.cpp:			case -1: GB.Error("File not found"); return;
gb.pdf/src/CPdfDocument.cpp:			case -2: GB.Error("PDF is encrypted"); return;
gb.pdf/src/CPdfDocument.cpp:			case -3: GB.Error("Bad PDF File"); return;
gb.pdf/src/CPdfDocument.cpp:		case -1: GB.Error("File not found"); return;
gb.pdf/src/CPdfDocument.cpp:		case -2: GB.Error("PDF is encrypted"); return;
gb.pdf/src/CPdfDocument.cpp:		case -3: GB.Error("Bad PDF File"); return;
gb.pdf/src/CPdfDocument.cpp:		GB.Error("Invalid page number");
gb.pdf/src/CPdfDocument.cpp:	if (!pok) { GB.Error("Out of bounds"); return; }
gb.pdf/src/CPdfDocument.cpp:		GB.Error("Invalid UTF-8 string");
gb.pdf/src/CPdfDocument.cpp:		GB.Error("Out of bounds");
gb.pcre/src/regexp.c:		GB.Error("No pattern provided");
gb.pcre/src/regexp.c:		GB.Error("No pattern compiled yet");
gb.pcre/src/regexp.c:		GB.Error("No subject provided");
gb.pcre/src/regexp.c:					GB.Error("Pattern or subject is null"); return;
gb.pcre/src/regexp.c:					GB.Error("Unknown option"); return;
gb.pcre/src/regexp.c:					GB.Error("Incorrect PCRE bytecode"); return;
gb.pcre/src/regexp.c:					GB.Error("Out of memory"); return;
gb.pcre/src/regexp.c:					GB.Error("Bad UTF-8 string"); return;
gb.pcre/src/regexp.c:					GB.Error("Bad UTF-8 offset"); return;
gb.pcre/src/regexp.c:					GB.Error("Unexpected internal error"); return;
gb.pcre/src/regexp.c:					GB.Error("Invalid combination of newline options"); return;
gb.pcre/src/regexp.c:				//	GB.Error("Recursion loop detected"); return;
gb.pcre/src/regexp.c:				//	GB.Error("JIT stack limit reached"); return;
gb.pcre/src/regexp.c:					GB.Error("Unable to run regular expression: error #&1", code);
gb.pcre/src/regexp.c:		GB.Error("Out of bounds");
gb.pcre/src/regexp.c:		GB.Error("Out of bounds");
gb.openssl/src/main.c:		GB.Error("Can't sort array");
gb.openssl/src/main.c:		GB.Error("Can't remove duplicates");
gb.openssl/src/c_hmac.c:		GB.Error("Unknown method");
gb.openssl/src/c_digest.c:		GB.Error("Can't copy array");
gb.openssl/src/c_digest.c:		GB.Error("Unknown digest method");
gb.openssl/src/c_digest.c:		GB.Error("Could not allocate digest context");
gb.openssl/src/c_cipher.c:		GB.Error("Can't copy array");
gb.openssl/src/c_cipher.c:		GB.Error("Unknown cipher method");
gb.openssl/src/c_cipher.c:			GB.Error("Key length does not match method");
gb.openssl/src/c_cipher.c:			GB.Error("InitVector length does not match method");
gb.openssl/src/c_cipher.c:		GB.Error("Unrecognised cipher string format");
gb.opengl/src/sge/cmd2model.c:		GB.Error("Bad version or identifier");
gb.opengl/src/main.c:		GB.Error("Failed to init GLEW: &1\n", glewGetErrorString(err));
gb.opengl/src/GLinfo.c:		GB.Error("Unknown parameter");
gb.opengl/src/GLinfo.c:		GB.Error("Unknown parameter");
gb.opengl/src/GLinfo.c:		GB.Error("Unknown parameter");
gb.opengl/src/GLinfo.c:		GB.Error("Unknown name");
gb.openal/src/c_alc.c:		GB.Error("This query actually returns a string array. Use ALC_GetStringv instead");
gb.openal/src/c_alc.c:			GB.Error("Unknown sample format");
gb.openal/src/c_al.c:		GB.Error("Unsupported data type. String, Pointer, Byte[], Short[] or Integer[] expected");
gb.net/src/tools.c:		GB.Error("Unable to open port: &1", strerror(errno));
gb.net/src/tools.c:		GB.Error("Unable to get configuration: &1", strerror(errno));
gb.net/src/tools.c:		GB.Error("Unable to set configuration: &1", strerror(errno));
gb.net/src/tools.c:			GB.Error("Unable to set custom speed: &1", strerror(errno));
gb.net/src/tools.c:		GB.Error("Unable to check configuration: &1", strerror(errno));
gb.net/src/CUdpSocket.c:		GB.Error("Cannot set broadcast socket option");
gb.net/src/CUdpSocket.c:		GB.Error("Socket is active");
gb.net/src/CUdpSocket.c:			GB.Error("Socket path is too long");
gb.net/src/CUdpSocket.c:			GB.Error("Invalid port number");
gb.net/src/CUdpSocket.c:		GB.Error("Invalid IP address");
gb.net/src/CUdpSocket.c:			GB.Error("Invalid port number");
gb.net/src/CUdpSocket.c:			GB.Error("Socket path is too long");
gb.net/src/CUdpSocket.c:		GB.Error("Socket is inactive");
gb.net/src/CUdpSocket.c:			GB.Error("Invalid port value");
gb.net/src/CUdpSocket.c:			GB.Error("Socket is active");
gb.net/src/CUdpSocket.c:			GB.Error("Socket is active");
gb.net/src/CUdpSocket.c:		GB.Error("Invalid IP address");
gb.net/src/CSocket.c:		GB.Error("Cannot set sending timeout");
gb.net/src/CSocket.c:		GB.Error("Cannot set receiving timeout");
gb.net/src/CSocket.c:		GB.Error("Port property cannot be changed while the socket is active");
gb.net/src/CSocket.c:		GB.Error("Invalid port number");
gb.net/src/CSocket.c:		GB.Error("Socket is not connected");
gb.net/src/CSocket.c:		case 1: GB.Error("Socket is already connected"); return;
gb.net/src/CSocket.c:		case 2: GB.Error("Invalid path length"); return;
gb.net/src/CSocket.c:		case 8: GB.Error("Port value out of range"); return;
gb.net/src/CSocket.c:		case 9: GB.Error("Invalid host name"); return;
gb.net/src/CServerSocket.c:		case 1: GB.Error("Socket is already listening"); break;
gb.net/src/CServerSocket.c:		case 2: GB.Error("Cannot create socket"); break;
gb.net/src/CServerSocket.c:		case 7: GB.Error("Path is not defined"); break;
gb.net/src/CServerSocket.c:		case 8: GB.Error("Port is not defined"); break;
gb.net/src/CServerSocket.c:		case 10: GB.Error("Cannot bind to socket"); break;
gb.net/src/CServerSocket.c:		case 13: GB.Error("Invalid maximum number of connections"); break;
gb.net/src/CServerSocket.c:		case 14: GB.Error("Cannot listen on socket"); break;
gb.net/src/CServerSocket.c:		case 15: GB.Error("Unable to bind socket to interface"); break;
gb.net/src/CServerSocket.c:		GB.Error("Port cannot be changed when socket is active");
gb.net/src/CServerSocket.c:		GB.Error("Invalid port Value");
gb.net/src/CServerSocket.c:		GB.Error("Path cannot be changed while socket is active");
gb.net/src/CServerSocket.c:			GB.Error("Interface cannot be changed while socket is active");
gb.net/src/CServerSocket.c:		GB.Error("Type cannot be changed when the socket is active");
gb.net/src/CServerSocket.c:		default: GB.Error("Invalid socket type");
gb.net/src/CServerSocket.c:			GB.Error("Invalid Host or Path");
gb.net/src/CServerSocket.c:				GB.Error("Invalid Host");
gb.net/src/CServerSocket.c:				GB.Error("Invalid Port");
gb.net/src/CServerSocket.c:		GB.Error("No connection to accept");
gb.net/src/CSerialPort.c:		GB.Error("Port is closed");
gb.net/src/CSerialPort.c:		GB.Error("Port must be closed first");
gb.net/src/CSerialPort.c:		GB.Error("Port is already opened");
gb.net/src/CSerialPort.c:			GB.Error("Unable to read input buffer size: &1", strerror(errno));
gb.net/src/CSerialPort.c:			GB.Error("Unable to read output buffer size: &1", strerror(errno));
gb.net/src/CNet.c:		if (VARG(Format)!=0) { GB.Error("Unknown Format"); return; }
gb.net/src/CDnsClient.c:	if (THIS->iStatus) { GB.Error("HostIP can not be changed while working"); return;}
gb.net/src/CDnsClient.c:	if (THIS->iStatus) { GB.Error("HostIP can not be changed while working"); return; }
gb.net/src/CDnsClient.c:  	GB.Error("Object is already working");
gb.net/src/CDnsClient.c:			GB.Error("No resources available to create a thread");
gb.net/src/CDnsClient.c:  	GB.Error("Object is already working");
gb.net/src/CDnsClient.c:			GB.Error("No resource available to create a thread");
gb.net.curl/src/gbcurl.c:	GB.Error("Unknown protocol");
gb.net.curl/src/CProxy.c:		GB.Error("Proxy cannot be modified while client is active");
gb.net.curl/src/CProxy.c:			GB.Error("Unknown authentication method");
gb.net.curl/src/CProxy.c:			GB.Error("Unknown proxy type");
gb.net.curl/src/CHttpClient.c:			GB.Error("Unable to open file for writing: &1", target);
gb.net.curl/src/CHttpClient.c:			GB.Error("Unable to open file for writing: &1", target);
gb.net.curl/src/CFtpClient.c:			GB.Error("Still active");
gb.net.curl/src/CFtpClient.c:			GB.Error("Unable to open file for writing");
gb.net.curl/src/CFtpClient.c:		GB.Error("Still active");
gb.net.curl/src/CFtpClient.c:		GB.Error("Still active");
gb.net.curl/src/CFtpClient.c:		GB.Error("Unable to open file for reading");
gb.net.curl/src/CFtpClient.c:		GB.Error("Still active");
gb.net.curl/src/CFtpClient.c:		GB.Error("Still active");
gb.net.curl/src/CCurl.c:		GB.Error("Property is read-only while client is active");
gb.ncurses/src/c_input.c:		GB.Error("Invalid value");
gb.mime/src/c_mimepart.c:#define CHECK_PART() if (!GMIME_IS_PART(PART)) { GB.Error("Not a part"); return; }
gb.mime/src/c_mimepart.c:		GB.Error("Not a multipart");
gb.mime/src/c_mimepart.c:			GB.Error("Not a message part");
gb.mime/src/c_mimemessage.c:				GB.Error("Unable to parse message");
gb.mime/src/c_mime.c:			GB.Error("Bad encoding");
gb.mime/src/c_mime.c:			GB.Error("Bad encoding");
gb.media/src/main.c:			GB.Error("Unable to get window handle");
gb.media/src/c_mediaplayer.c:			GB.Error("Unsupported default image format");
gb.media/src/c_media.c:		if (error) GB.Error("Cannot set status");
gb.media/src/c_media.c:				//GB.Error("Unsupported property datatype"); 
gb.media/src/c_media.c:		GB.Error("Unknown property: '&1'", property);
gb.media/src/c_media.c:						GB.Error("Unknown enumeration value");
gb.media/src/c_media.c:					GB.Error("Incorrect filter");
gb.media/src/c_media.c:				GB.Error("Unsupported datatype: &1", g_type_name(type));
gb.media/src/c_media.c:			GB.Error("Unsupported default image format");
gb.media/src/c_media.c:		GB.Error("Unable to retrieve or convert video frame");
gb.media/src/c_media.c:		GB.Error("No caps on video frame");
gb.media/src/c_media.c:		GB.Error("Bad image dimensions");
gb.media/src/c_media.c:		GB.Error("Not supported on this control");
gb.media/src/c_media.c:	GB.Error("Unable to find sink");
gb.media/src/c_media.c:				GB.Error("The type must be specified");
gb.media/src/c_media.c:			GB.Error("Unable to create media control");
gb.media/src/c_media.c:		GB.Error("Unable to link controls");
gb.media/src/c_media.c:		GB.Error("Signal is already activated");
gb.media/src/c_media.c:		GB.Error("Not supported on this control");
gb.libxml/src/CXMLWriter.c:		GB.Error("No XML file or string to write to");
gb.libxml/src/CXMLWriter.c:		GB.Error("Error writing XML data");
gb.libxml/src/CXMLWriter.c:		GB.Error("Unable to write XML file");
gb.libxml/src/CXMLWriter.c:		GB.Error("Unable to write XML file");
gb.libxml/src/CXMLReader.c:		GB.Error("No XML file or string to read from");
gb.libxml/src/CXMLReader.c:		GB.Error("Reached end of file");
gb.libxml/src/CXMLReader.c:			GB.Error("Error parsing XML file");
gb.libxml/src/CXMLReader.c:		GB.Error("Error parsing XML file");
gb.libxml/src/CXMLReader.c:		GB.Error("Error parsing XML file");
gb.libxml/src/CXMLNode.c:		GB.Error("Unable to add XML Attribute");
gb.libxml/src/CXMLNode.c:		GB.Error("Unable to add XML Element");
gb.libxml/src/CXMLNode.c:		GB.Error("Out of bounds");
gb.libxml/src/CXMLNode.c:		GB.Error("Out of bounds");
gb.libxml/src/CXMLDocument.c:		GB.Error("Unable to write NULL document");
gb.image.io/src/c_image.c:		GB.Error("Unable to load image");
gb.image.io/src/c_image.c:			GB.Error("Unsupported number of channels"); 
gb.image.io/src/c_image.c:		GB.Error("Unable to load image");
gb.image.io/src/c_image.c:		GB.Error("No extension specified");
gb.image.io/src/c_image.c:		GB.Error("Unknown format");
gb.image.imlib/src/c_imlib.c:		GB.Error("No current device");
gb.image.imlib/src/c_imlib.c:		GB.Error("Bad device");
gb.image.imlib/src/c_image.c:		GB.Error("Unable to load image");
gb.image.imlib/src/c_image.c:    GB.Error("Unable to load image: &1", get_error(error));
gb.image.imlib/src/c_image.c:    GB.Error("Unable to save picture: &1", get_error(error));
gb.gtk/src/opengl/c_glarea.c:		GB.Error("Unable to set OpenGL capability");
gb.gtk/src/main.cpp:		GB.Error("Wait is forbidden during a repaint event");
gb.gtk/src/csvgimage.cpp:			GB.Error("SvgImage size is not defined");
gb.gtk/src/csvgimage.cpp:			GB.Error("Void image");
gb.gtk/src/cpaint_impl.cpp:		GB.Error("Device already being painted");
gb.gtk/src/cpaint_impl.cpp:			GB.Error("Bad picture");
gb.gtk/src/cpaint_impl.cpp:			GB.Error("Bad image");
gb.gtk/src/cpaint_impl.cpp:				GB.Error("Cannot paint outside of Draw event handler");
gb.gtk/src/cpaint_impl.cpp:				GB.Error("Cannot paint outside of Draw event handler");
gb.gtk/src/cpaint_impl.cpp:			GB.Error("Printer is not printing");
gb.gtk/src/cpaint_impl.cpp:	GB.Error("No current device");
gb.gtk/src/cpaint_impl.cpp:	GB.Error("No current device");
gb.gtk/src/CWindow.cpp:		GB.Error("GUI is not initialized");
gb.gtk/src/CWindow.cpp:			GB.Error("Window is already opened");
gb.gtk/src/CWindow.cpp:			GB.Error("Transparent property cannot be reset");
gb.gtk/src/CWidget.cpp:			GB.Error("Circular proxy chain");
gb.gtk/src/CTrayIcon.cpp:		GB.Error("Bad index");
gb.gtk/src/CTextBox.cpp:		GB.Error("ComboBox is read-only"); \
gb.gtk/src/CTextBox.cpp:		GB.Error("Bad index");
gb.gtk/src/CTabStrip.cpp:		GB.Error("Bad argument");
gb.gtk/src/CTabStrip.cpp:		GB.Error("Tab is not empty"); 
gb.gtk/src/CTabStrip.cpp:		GB.Error("Bad index");
gb.gtk/src/CTabStrip.cpp:		GB.Error("Bad index");
gb.gtk/src/CTabStrip.cpp:		GB.Error("Tab is not empty");
gb.gtk/src/CStyle.cpp:			GB.Error("Cannot draw outside of 'Draw' event handler");
gb.gtk/src/CStyle.cpp:			GB.Error("Cannot draw outside of 'Draw' event handler");
gb.gtk/src/CStyle.cpp:			GB.Error("Bad picture");
gb.gtk/src/CStyle.cpp:		GB.Error("Device not supported");
gb.gtk/src/CScreen.cpp:			GB.Error("Application is already embedded");
gb.gtk/src/CPicture.cpp:	GB.Error("Unable to load picture");
gb.gtk/src/CPicture.cpp:	GB.Error("Unable to load picture");
gb.gtk/src/CPicture.cpp:		case -1: GB.Error("Unknown format"); break;
gb.gtk/src/CPicture.cpp:		case -2: GB.Error("Unable to save picture"); break;
gb.gtk/src/CMovieBox.cpp:		GB.Error("File or directory does not exist");
gb.gtk/src/CMouse.cpp:		GB.Error("No mouse event data"); \
gb.gtk/src/CMessage.cpp:  	GB.Error("Message box already displayed");
gb.gtk/src/CMenu.cpp:			GB.Error("Circular proxy chain");	
gb.gtk/src/CMenu.cpp:			GB.Error("Invalid window");
gb.gtk/src/CMenu.cpp:			GB.Error("Invalid menu");
gb.gtk/src/CMenu.cpp:	GB.Error("Type mismatch. The parent control of a Menu must be a Window or another Menu.");
gb.gtk/src/CKey.cpp:    GB.Error("No keyboard event data"); \
gb.gtk/src/CImage.cpp:	GB.Error("Unable to load image");
gb.gtk/src/CImage.cpp:	GB.Error("Unable to load image");
gb.gtk/src/CImage.cpp:		case -1: GB.Error("Unknown format"); break;
gb.gtk/src/CImage.cpp:		case -2: GB.Error("Unable to save picture"); break;
gb.gtk/src/CFont.cpp:					GB.Error("Bad font size");
gb.gtk/src/CDrawingArea.cpp:		GB.Error("DrawingArea is being painted");
gb.gtk/src/CContainer.cpp:		GB.Error("Not enough argument");
gb.gtk/src/CContainer.cpp:		GB.Error("Too many argument");
gb.gtk/src/CContainer.cpp:		GB.Error("Container must be a child control");
gb.gtk/src/CClipboard.cpp:  GB.Error("Bad clipboard format");
gb.gtk/src/CClipboard.cpp:		GB.Error("Undergoing drag");
gb.gtk/src/CClipboard.cpp:  GB.Error("Bad drag format");
gb.gtk/src/CClipboard.cpp:    GB.Error("No drag data"); \
gb.gtk/src/CClipboard.cpp:		GB.Error("No undergoing drag");
gb.gsl/src/main.c:	GB.Error("&1: &2", gsl_strerror(gsl_errno), reason);
gb.gsl/src/c_polynomial.c:			GB.Error("Cannot solve polynomial with complex coefficients");
gb.gsl/src/c_matrix.c:		GB.Error("Vector size does not match matrix width");
gb.gsl/src/c_matrix.c:		GB.Error("Vector size does not match matrix height");
gb.gsl/src/c_matrix.c:		GB.Error("Matrix is not square");
gb.gmp/src/main.c:	GB.Error("&1: &2", gsl_strerror(gsl_errno), reason);
gb.gmp/src/c_rational.c:		GB.Error("Base must be between 2 and 36");
gb.gmp/src/c_rational.c:		GB.Error("Base must be between 2 and 36");
gb.gmp/src/c_bigint.c:		GB.Error("Base must be between 2 and 36");
gb.gmp/src/c_bigint.c:		GB.Error("Base must be between 2 and 36");
gb.desktop.x11/src/c_x11.c:	GB.Error("Datatype not supported");
gb.desktop.gnome.keyring/src/keyring.c:		GB.Error("Unable to retrieve password: &1", gnome_keyring_result_to_message(result));
gb.desktop.gnome.keyring/src/keyring.c:		GB.Error("Unable to store password: &1", gnome_keyring_result_to_message(result));
gb.desktop.gnome.keyring/src/keyring.c:		GB.Error("Unable to remove password: &1", gnome_keyring_result_to_message(result));
gb.dbus/src/helper.c:		GB.Error("Unsupported datatype for signature '&1'", sign);
gb.dbus/src/helper.c:			GB.Error("Type mismatch");
gb.dbus/src/helper.c:				GB.Error("Invalid object path: &1", str);
gb.dbus/src/helper.c:					GB.Error("Unsupported datatype in variant value");
gb.dbus/src/helper.c:			GB.Error("Unsupported signature: &1", sign);
gb.dbus/src/helper.c:	//GB.Error("Unsupported datatype");
gb.dbus/src/helper.c:	GB.Error("Unsupported DBus datatype");
gb.dbus/src/helper.c:			GB.Error("Too many arguments");
gb.dbus/src/helper.c:				GB.Error("Too many arguments");
gb.dbus/src/helper.c:	GB.Error("Not enough arguments");
gb.dbus/src/helper.c:		GB.Error("Couldn't allocate D-Bus message");
gb.dbus/src/helper.c:		GB.Error("&1: &2", error.name, error.message);
gb.dbus/src/helper.c:		GB.Error("Couldn't allocate D-Bus message");
gb.dbus/src/helper.c:		GB.Error("Cannot send reply");
gb.dbus/src/helper.c:		GB.Error("Cannot send error");
gb.dbus/src/helper.c:		GB.Error("Couldn't allocate D-Bus message");
gb.dbus/src/helper.c:		GB.Error("&1: &2", error.name, error.message);
gb.dbus/src/helper.c:		GB.Error("Unable to get DBus connection socket");
gb.dbus/src/helper.c:		GB.Error("Unable to allocate DBusConnection data slot");
gb.dbus/src/helper.c:				GB.Error("Unable to increment watch count");
gb.dbus/src/helper.c:				GB.Error("Unable to watch the DBus connection");
gb.dbus/src/helper.c:			GB.Error("Unable to decrement watch count");
gb.dbus/src/helper.c:		GB.Error("Unable to register application name: &1", error.message);
gb.dbus/src/helper.c:		GB.Error("Unable to unregister application name: &1", error.message);
gb.dbus/src/c_dbusobserver.c:			GB.Error("Invalid message type");
gb.dbus/src/c_dbusobserver.c:				GB.Error("Cannot enable observer");
gb.dbus/src/c_dbusobserver.c:				GB.Error("Cannot disable observer");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Cannot connect to the &1 bus", type == DBUS_BUS_SYSTEM ? "system" : "session");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Invalid object path");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Invalid interface name");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Invalid method name");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Invalid object path");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Invalid interface name");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Invalid signal name");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Cannot find _Register method");
gb.dbus/src/c_dbusconnection.c:		GB.Error("Cannot find _Unregister method");
gb.db.sqlite3/src/main.c:		   GB.Error("Unable to get databases: &1", "Can't find current directory");
gb.db.sqlite3/src/main.c:			GB.Error("Unable to locate database `&1` in `&2`", desc->name, host);
gb.db.sqlite3/src/main.c:		GB.Error("Cannot open database: &1", sqlite_get_error_message(NULL));
gb.db.sqlite3/src/main.c:		GB.Error("SQLite does not have any table types");
gb.db.sqlite3/src/main.c:		GB.Error("Unable to find field &1.&2", table, field);
gb.db.sqlite3/src/main.c:		GB.Error("Unable to find index &1.&2", table, index);
gb.db.sqlite3/src/main.c:		GB.Error("Unable to find index &1.&2", table, index);
gb.db.sqlite3/src/main.c:		GB.Error("Cannot find database: &1", name);
gb.db.sqlite3/src/main.c:		GB.Error("Unable to delete database  &1", fullpath);
gb.db.sqlite3/src/main.c:		GB.Error("Cannot create database: &1", sqlite_get_error_message(NULL));
gb.db.sqlite3/src/main.c:	GB.Error("Invalid user &1", name);
gb.db.sqlite3/src/main.c:	GB.Error("Invalid user: &1", name);
gb.db.sqlite3/src/main.c:	GB.Error("SQLite has no users");
gb.db.sqlite3/src/main.c:	GB.Error("SQLite has no users");
gb.db.sqlite2/src/sqlitedataset.cpp:  if (db == NULL) GB.Error("No Database Connection");
gb.db.sqlite2/src/sqlitedataset.cpp:    GB.Error("No Database Connection");
gb.db.sqlite2/src/sqlitedataset.cpp:    if (db == NULL) GB.Error("Database is not Defined");
gb.db.sqlite2/src/sqlitedataset.cpp:    if(dynamic_cast<SqliteDatabase*>(db)->getHandle() == NULL) GB.Error("No Database Connection");
gb.db.sqlite2/src/sqlitedataset.cpp:	  ) GB.Error("MUST be select SQL or PRAGMA table or index!"); 
gb.db.sqlite2/src/main.cpp:			GB.Error("Unable to get databases: &1", "Can't find current directory");
gb.db.sqlite2/src/main.cpp:				GB.Error("Unable to get databases: &1", "Can't find current directory");
gb.db.sqlite2/src/main.cpp:		GB.Error("Unable to locate database: &1", name);
gb.db.sqlite2/src/main.cpp:		GB.Error("Cannot open database: &1", conn->getErrorMsg());
gb.db.sqlite2/src/main.cpp:	GB.Error("Unsupported feature");
gb.db.sqlite2/src/main.cpp:		GB.Error("Table '&1' has no primary index", table);
gb.db.sqlite2/src/main.cpp:		GB.Error("SQLite does not have any table types");
gb.db.sqlite2/src/main.cpp:		GB.Error("Unable to find field &1.&2", table, field);
gb.db.sqlite2/src/main.cpp:			GB.Error("Unable to find field &1.&2", table, field);
gb.db.sqlite2/src/main.cpp:		GB.Error("Unable to find index &1.&2", table, index);
gb.db.sqlite2/src/main.cpp:			GB.Error("Unable to find index &1.&2", table, index);
gb.db.sqlite2/src/main.cpp:				//GB.Error("Unable to get databases: &1", "Can't find current directory");
gb.db.sqlite2/src/main.cpp:		GB.Error("Cannot Find  database: &1", name);
gb.db.sqlite2/src/main.cpp:			GB.Error("Unable to delete database  &1", fullpath);
gb.db.sqlite2/src/main.cpp:		GB.Error("Cannot create database: &1", conn2.getErrorMsg());
gb.db.sqlite2/src/main.cpp:		GB.Error("User_exist:&1", "Unable to get databasename");
gb.db.sqlite2/src/main.cpp:		GB.Error("User_exist: Unable to get status of &1", Databasefile);
gb.db.sqlite2/src/main.cpp:		GB.Error("Unable to get databasename");
gb.db.sqlite2/src/main.cpp:		GB.Error("Unable to get status of &1", Databasefile);
gb.db.sqlite2/src/main.cpp:		GB.Error("User_info: Invalid user &1", name);
gb.db.sqlite2/src/main.cpp:		GB.Error("User_info: &1", "Unable to get databasename");
gb.db.sqlite2/src/main.cpp:	GB.Error("SQLite users do not exist.");
gb.db.sqlite2/src/main.cpp:	GB.Error("SQLite users do not exist.");
gb.db.sqlite2/src/main.cpp:	GB.Error("SQLite users do not exist.");
gb.db.sqlite2/src/dataset.cpp:	      GB.Error("Field not found: &1",f_name);
gb.db.sqlite2/src/dataset.cpp:  GB.Error("Not in Insert or Edit state");
gb.db.sqlite2/src/dataset.cpp:			GB.Error("Field not found: %s", f_name);
gb.db.sqlite2/src/dataset.cpp:		GB.Error("Field not found: %s", f_name);
gb.db.sqlite2/src/dataset.cpp:	GB.Error("Dataset state is Inactive");
gb.db.sqlite2/src/dataset.cpp:	GB.Error("Dataset state is Inactive");
gb.db.postgresql/src/main.c:		GB.Error("Out of memory");
gb.db.postgresql/src/main.c:		GB.Error("Cannot open database: database name too long");
gb.db.postgresql/src/main.c:		GB.Error("Out of memory");
gb.db.postgresql/src/main.c:		GB.Error("Cannot open database: &1", PQerrorMessage(conn));
gb.db.postgresql/src/main.c:		GB.Error("Cannot set 'datestyle' to 'ISO': &1", PQerrorMessage(conn));
gb.db.postgresql/src/main.c:			GB.Error("Cannot set 'bytea_output' to 'escape': &1", PQerrorMessage(conn));
gb.db.postgresql/src/main.c:				GB.Error("Table &1 not unique in pg_class", table);
gb.db.postgresql/src/main.c:					GB.Error("Field &1.&2 not found", table, fld);
gb.db.postgresql/src/main.c:			GB.Error("Field &1.&2 not supported below 7.4.1", table, fld);
gb.db.postgresql/src/main.c:		GB.Error("Table '&1' has no primary index", fulltable);
gb.db.postgresql/src/main.c:		GB.Error("Unable to find field &1.&2", fulltable, field);
gb.db.postgresql/src/main.c:		GB.Error("Unable to find index &1.&2", fulltable, index);
gb.db.postgresql/src/main.c:		GB.Error("PostgreSQL does not have any table types");
gb.db.postgresql/src/main.c:		GB.Error("Unable to find user &1", name);
gb.db.odbc/src/main.c:		reportODBCError("SQLSetStmtAttr SQL_ATTR_RETRIEVE_DATA",
gb.db.odbc/src/main.c:		reportODBCError("SQLGetStmtAttr SQL_ATTR_ROW_NUMBER",
gb.db.odbc/src/main.c:		reportODBCError("SQLFetchScroll SQL_FETCH_FIRST", stmtHandle, SQL_HANDLE_STMT);
gb.db.odbc/src/main.c:			reportODBCError("SQLFetchScroll SQL_ATTR_ROW_NUMBER (first recno)", stmtHandle, SQL_HANDLE_STMT);
gb.db.odbc/src/main.c:			reportODBCError("SQLGetStmtAttr SQL_ATTR_ROW_NUMBER (last recno)", stmtHandle, SQL_HANDLE_STMT);
gb.db.odbc/src/main.c:		reportODBCError("SQLFetchScroll SQL_FETCH_LAST", stmtHandle, SQL_HANDLE_STMT);
gb.db.odbc/src/main.c:		reportODBCError("SQLSetStmtAttr SQL_ATTR_RETRIEVE_DATA", stmtHandle, SQL_HANDLE_STMT);
gb.db.odbc/src/main.c:		GB.Error("Unable to allocate ODBC environment handle");
gb.db.odbc/src/main.c:		GB.Error("Unable to set ODBC environment attributes");
gb.db.odbc/src/main.c:		GB.Error("Unable to allocate ODBC database handle");
gb.db.odbc/src/main.c:		//GB.Error("Error connecting to database");
gb.db.odbc/src/main.c:		throwODBCError("SQLGetFunctions SQL_API_SQLFETCHSCROLL", odbc->odbcHandle, SQL_HANDLE_DBC);
gb.db.odbc/src/main.c:		//GB.Error("Error calling the ODBC SQLGetFunctions API");
gb.db.odbc/src/main.c:		GB.Error("ODBC module internal error disconnecting hDBC");
gb.db.odbc/src/main.c:		GB.Error("ODBC module internal error freeing hDBC");
gb.db.odbc/src/main.c:		GB.Error("ODBC module internal error freeing hENV");
gb.db.odbc/src/main.c:		//GB.Error("Cannot allocate statement handle");
gb.db.odbc/src/main.c:		throwODBCError("SQLAllocHandle", handle->odbcHandle, SQL_HANDLE_DBC);
gb.db.odbc/src/main.c:		throwODBCError("SQLExecDirect", odbcres->odbcStatHandle, SQL_HANDLE_STMT);
gb.db.odbc/src/main.c:		//GB.Error("Error while executing the statement");
gb.db.odbc/src/main.c:		GB.Error("ODBC error: Unable to get the number of columns");
gb.db.odbc/src/main.c:	GB.Error("Unsupported feature");
gb.db.odbc/src/main.c:			GB.Error("Unable to fetch row");
gb.db.odbc/src/main.c:		GB.Error("Unable to fetch row");
gb.db.odbc/src/main.c:			GB.Error("ODBC internal error 4");
gb.db.odbc/src/main.c:				GB.Error("ODBC internal error 5");
gb.db.odbc/src/main.c:			GB.Error("ODBC module: Internal error 1");
gb.db.odbc/src/main.c:			GB.Error("ODBC module: Internal error 2");
gb.db.odbc/src/main.c:		GB.Error("ODBC module: Internal error");
gb.db.odbc/src/main.c:			GB.Error("Unable to retrieve blob data");
gb.db.odbc/src/main.c:		GB.Error("Unable to retrieve field type");
gb.db.odbc/src/main.c:		GB.Error("Unable to get primary key: &1", table);
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function - index_exist");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function - index_list");
gb.db.odbc/src/main.c://GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c://GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c://GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c://GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:		GB.Error("ODBC does not have any table types");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//  GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//GB.Error("ODBC does not implement this function");
gb.db.odbc/src/main.c:	//GB.Error("ODBC can't delete users");
gb.db.odbc/src/main.c:	//GB.Error("ODBC can't create users");
gb.db.odbc/src/main.c:	//GB.Error("ODBC can't set user's password");
gb.db.mysql/src/main.c:		GB.Error("Cannot open database: &1", mysql_error(conn));
gb.db.mysql/src/main.c:		GB.Error("Table '&1' has no primary index", table);
gb.db.mysql/src/main.c:		GB.Error("Unable to check table for: &1", table);
gb.db.mysql/src/main.c:					GB.Error("Incorrect collation");
gb.db.mysql/src/main.c:		GB.Error("Unable to find field &2 in table &1", table, field);
gb.db.mysql/src/main.c:		GB.Error("Unable to find index &2 in table &1", table, index);
gb.db.mysql/src/main.c:		GB.Error("Unable to check database: &1", mysql_error(conn));
gb.db.mysql/src/main.c:		GB.Error("Unable to get databases: &1", mysql_error(conn));
gb.db.mysql/src/main.c:		GB.Error("Unable to delete database: &1", "system database");
gb.db.mysql/src/main.c:		GB.Error("user_info: Non unique user found");
gb.crypt/src/c_crypt.c:    GB.Error("Crypting is not supported on this system");
gb.crypt/src/c_crypt.c:  GB.Error("Bad prefix, &1",errormsg);
gb.crypt/src/c_crypt.c:    GB.Error("Crypting is not supported on this system");
gb.compress.zlib/src/main.c:		GB.Error("Unable to compress string");
gb.compress.zlib/src/main.c:				GB.Error("Invalid compressed string");
gb.compress.zlib/src/main.c:			GB.Error("Not enough memory: String too long");
gb.compress.zlib/src/main.c:			GB.Error("Unable to inflate string");
gb.compress.zlib/src/main.c:				GB.Error("Error while reading data");
gb.compress.zlib/src/main.c:				GB.Error("Error while writing data");
gb.compress.zlib/src/main.c:			GB.Error("Error while reading data");
gb.compress.zlib/src/main.c:				GB.Error("Error while writing data");
gb.compress.zlib/src/main.c:		GB.Error("Not enough memory to manage selected file");
gb.compress.zlib/src/main.c:	GB.Error("Unable to open selected file");
gb.compress.zlib/src/main.c:		GB.Error("Not enough memory to manage selected file");
gb.compress.zlib/src/main.c:	GB.Error("Unable to open selected file");
gb.compress.bzlib2/src/main.c:		GB.Error("Unable to compress string");
gb.compress.bzlib2/src/main.c:				GB.Error("Error while reading data");
gb.compress.bzlib2/src/main.c:			GB.Error("Error while writing data");
gb.compress.bzlib2/src/main.c:			GB.Error("Error while reading data");
gb.compress.bzlib2/src/main.c:				GB.Error("Error while writing data");
gb.compress.bzlib2/src/main.c:		GB.Error("Unable to open file");
gb.compress.bzlib2/src/main.c:		GB.Error("Unable to open file");
gb.compress.bzlib2/src/main.c:		GB.Error("Unable to open file");
gb.compress.bzlib2/src/main.c:		GB.Error("Unable to open file");
gb.cairo/src/c_cairo.c:		GB.Error("No current device");
gb.cairo/src/c_cairo.c:		GB.Error("Bad device");
comp/src/gb.web.form/.src/Test/Webform2.class:  Message.Error("Quit !")
comp/src/gb.report2/.src/Tests/old/Report11.class:    Message.Error(" You have to create the test database with the <b>Database</b> example.")
comp/src/gb.report/.src/Tests/Old/Report14.class:    Message.Error(" You have to create the test database with the <b>Database</b> example.")
app/src/gb.wiki/.src/Controllers/UserManage.module:    Main.ThrowError("Invalid method")
app/src/gb.wiki/.src/Controllers/UserManage.module:    Main.ThrowError("Hacking attempt, the admin has been notified!")
app/src/gb.wiki/.src/Controllers/UserManage.module:    Main.ThrowError("Username does not exist!")
app/src/gb.wiki/.src/Controllers/Admin.module:    Main.ThrowError("Invalid method")
app/src/gb.wiki/.src/Controllers/Admin.module:    Main.ThrowError("Invalid method")
app/src/gambas3/.src/Save.module:  FMain.ShowError("<b>" & ("Cannot save file !") & "</b>\n\n" & sError, $sPath)
app/src/gambas3/.src/Project.module:'       FMain.ShowError("<b>" & ("The following classes have circular inheritance:") & "</b>\n\n" & $aInheritance.Join(", "))
app/src/gambas3/.src/Project.module:  Message.Error("<b>" & Subst(("Unable to convert &1"), File.Name(sPath)) & "</b><p>" & Error.Text & "<br>" & Error.Where)
app/src/gambas3/.src/Packager/Package.module:  FMakeInstall.ShowError("<b>" & ("The package build has failed.") & "</b><br>" & sErr)
app/src/gambas3/.src/Connection/FExportData.class:  Message.Error("<b>" & ("Unable to export data.") & "</b>\n\n" & Error.Text)
app/src/gambas-farm-server/.src/MMain.module:      PrintError("11 Unknown command")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nMissing login")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nMissing password")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nMissing e-mail")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("14 Login already in use")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("15 Cannot send confirmation mail\n" & sErr)
app/src/gambas-farm-server/.src/MMain.module:    PrintError("16 Unknown user")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("17 Confirmation failed")
app/src/gambas-farm-server/.src/MMain.module:  If Not bIgnoreFail Then PrintError("18 Authentication failed")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nName missing")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nVendor missing")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nVersion missing.")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nRelease missing.")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nChecksum missing")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nIcon missing")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nSource archive missing")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("19 Incorrect version")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("20 Incorrect release")
app/src/gambas-farm-server/.src/MMain.module:      PrintError("21 Incorrect Gambas version")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("22 Unsupported source archive format")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("23 Unsupported icon format")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("24 Bad checksum")
app/src/gambas-farm-server/.src/MMain.module:      PrintError("25 Software already exists")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("13 Bad request\nId missing")
app/src/gambas-farm-server/.src/MMain.module:      PrintError("13 Bad request\nIncorrect version")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("26 Unknown software")
app/src/gambas-farm-server/.src/MMain.module:      PrintError("27 No screenshot")
app/src/gambas-farm-server/.src/MMain.module:      PrintError("27 No background")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("28 No source")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("29 No sort criteria")
app/src/gambas-farm-server/.src/MMain.module:            PrintError("13 Bad request\nIncorrect date: " & sFrom)
app/src/gambas-farm-server/.src/MMain.module:        PrintError("30 Unknown sort criteria")
app/src/gambas-farm-server/.src/MMain.module:    PrintError("31 Not the owner")

Needs to review all messages.


System information
------------------

-




More information about the Bugtracker mailing list