8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 10:43:03 +01:00
firebird-mirror/src/remote/window.rc

52 lines
2.3 KiB
Plaintext
Raw Normal View History

2001-05-23 15:26:42 +02:00
/*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy
* of the License at http://www.Inprise.com/IPL.html
*
* Software distributed under the License is distributed on an
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
* or implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code was created by Inprise Corporation
* and its predecessors. Portions created by Inprise Corporation are
* Copyright (C) Inprise Corporation.
*
* All Rights Reserved.
* Contributor(s): ______________________________________.
*/
/****************************************************************************
window.rc
produced by Borland Resource Workshop
*****************************************************************************/
#include <windows.h>
#include "window.rh"
2002-09-20 12:13:29 +02:00
#include "../jrd/version.rc"
2001-05-23 15:26:42 +02:00
#include "property.rc"
STRINGTABLE
{
2002-06-29 10:49:39 +02:00
IDS_PNP1, "A device which is in use by Firebird is going to be removed. The Firebird server will have to be shotdown before the device can be removed."
2001-05-23 15:26:42 +02:00
IDS_PNP2, "Any uncommitted data will be lost. Choose OK when you are ready to shutdown the server, or Cancel to abort the removal of the device."
IDS_PNP3, "Note: The removal of this device may not be cancelable in which case another warning will follow."
IDS_QUIT, "connections active; Are you sure you want to exit?"
IDS_REGERROR, "Error registering main window class"
2002-06-29 10:49:39 +02:00
IDS_ALREADYSTARTED "The Firebird Server failed to startup\r\nbecause another instance of the server\r\nis already running."
IDS_MAPERROR, "The Firebird server failed to startup\r\nbecause a needed resource is in use.\r\nInsure that all previously connected\r\nFirebird client applications have\r\nterminated and try again."
2001-05-23 15:26:42 +02:00
IDS_LIC_BADFILE, "The InterBase license file is missing or corrupt.\r\nCheck that InterBase is installed correctly."
IDS_LIC_NOREMOTE, "InterBase remote server support is not licensed."
IDS_LIC_NOLOCAL, "InterBase local server support is not licensed."
IDS_LIC_NOTHING, "InterBase database support is not licensed."
IDS_PROPERTIES, "P&roperties"
IDS_SHUTDOWN, "&Shutdown"
}
IDI_IBSVR_SMALL ICON DISCARDABLE "server.ico"