Kaydet (Commit) bf6c743f authored tarafından Thomas Arnhold's avatar Thomas Arnhold

various unused QueryBoxes

Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
üst 76f7bc12
......@@ -37,8 +37,6 @@
#define MODIFY_TOOLBAR (60 + CFG_OFFSET)
#define MODIFY_TOOLBAR_CONTENT (61 + CFG_OFFSET)
#define QBX_CONFIRM_RESET (64 + CFG_OFFSET)
#define QBX_CONFIRM_DELETE_MENU (65 + CFG_OFFSET)
#define QBX_CONFIRM_RESTORE_DEFAULT (66 + CFG_OFFSET)
#define QBX_CONFIRM_DELETE_TOOLBAR (67 + CFG_OFFSET)
......
......@@ -217,14 +217,6 @@ String RID_SVXSTR_TOOLBAR_NAME
Text [ en-US ] = "Toolbar Name" ;
};
/* %MENUNAME will be replaced at runtime by the name of the selected menu. */
QueryBox QBX_CONFIRM_DELETE_MENU
{
Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?";
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
};
QueryBox QBX_CONFIRM_DELETE_TOOLBAR
{
Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
......@@ -232,16 +224,6 @@ QueryBox QBX_CONFIRM_DELETE_TOOLBAR
DEFBUTTON = WB_DEF_NO ;
};
/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
replaced at runtime by the name of the selected application or document.
*/
QueryBox QBX_CONFIRM_RESET
{
Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
};
/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
and will be replaced at runtime by the name of the selected application
or document.
......
......@@ -351,13 +351,6 @@ String STR_DISABLEPREVIEW
Text [ en-US ] = "Disable Preview" ;
};
QueryBox APP_SAVEMODIFIED
{
Buttons = WB_YES_NO_CANCEL ;
DefButton = WB_DEF_YES ;
Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ;
};
QueryBox APP_CLOSEDOCUMENTS
{
Buttons = WB_YES_NO ;
......
......@@ -118,12 +118,6 @@ String STR_QUERY_DELETE_TABLE
Text [ en-US ] = "Do you want to delete the table '%1'?" ;
};
QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
{
Buttons = WB_YES_NO ;
Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
};
QueryBox QUERY_CONNECTION_LOST
{
Buttons = WB_YES_NO ;
......
......@@ -103,14 +103,10 @@
#define QUERY_BRW_DELETE_ROWS RID_QUERYBOX_START + 0
#define QUERY_BRW_SAVEMODIFIED RID_QUERYBOX_START + 1
#define QUERY_CONNECTION_LOST RID_QUERYBOX_START + 2
#define QUERY_BRW_DELETE_QUERY_CONFIRM RID_QUERYBOX_START + 3
#define APP_SAVEMODIFIED RID_QUERYBOX_START + 4
#define TABLE_DESIGN_SAVEMODIFIED RID_QUERYBOX_START + 5
#define TABLE_QUERY_CONNECTION_LOST RID_QUERYBOX_START + 6
#define QUERY_SAVE_CURRENT_INDEX RID_QUERYBOX_START + 7
#define QUERY_SAVE_TABLE_EDIT_INDEXES RID_QUERYBOX_START + 8
#define RELATION_DESIGN_SAVEMODIFIED RID_QUERYBOX_START + 9
// FREE
#define APP_CLOSEDOCUMENTS RID_QUERYBOX_START + 11
#define QUERY_USERADMIN_DELETE_USER RID_QUERYBOX_START + 12
#define TABLE_DESIGN_ALL_ROWS_DELETED RID_QUERYBOX_START + 13
......
......@@ -333,12 +333,6 @@ QueryBox TABLE_DESIGN_SAVEMODIFIED
Message [ en-US ] = "The table has been changed.\nDo you want to save the changes?" ;
};
QueryBox TABLE_QUERY_CONNECTION_LOST
{
Buttons = WB_YES_NO ;
Message [ en-US ] = "The connection to the database was lost! The table design can only be used with limited functionality without a connection.\nReconnect?" ;
};
String STR_TABLEDESIGN_CONNECTION_MISSING
{
Text [ en-US ] = "The table could not be saved due to problems connecting to the database.";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment