summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog/regionsw.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dialog/regionsw.src')
-rw-r--r--sw/source/uibase/dialog/regionsw.src31
1 files changed, 21 insertions, 10 deletions
diff --git a/sw/source/uibase/dialog/regionsw.src b/sw/source/uibase/dialog/regionsw.src
index 8558ed38e41f..4a7602f061e9 100644
--- a/sw/source/uibase/dialog/regionsw.src
+++ b/sw/source/uibase/dialog/regionsw.src
@@ -22,35 +22,46 @@
#include "globals.hrc"
#include "helpid.h"
-ImageList IL_SECTION_BITMAPS
+Bitmap RID_BMP_HIDE
{
- Prefix = "re";
- IdList =
- {
- BMP_HIDE /*1*/ ;
- BMP_NO_HIDE /*2*/ ;
- BMP_PROT_HIDE /*3*/ ;
- BMP_PROT_NO_HIDE /*4*/ ;
- };
- IdCount = { 4 ; };
+ File = "re01.png";
+};
+
+Bitmap RID_BMP_NO_HIDE
+{
+ File = "re02.png";
+};
+
+Bitmap RID_BMP_PROT_HIDE
+{
+ File = "re03.png";
+};
+
+Bitmap RID_BMP_PROT_NO_HIDE
+{
+ File = "re04.png";
};
String STR_REG_DUPLICATE
{
Text [ en-US ] = "Section name changed:" ;
};
+
String STR_INFO_DUPLICATE
{
Text [ en-US ] = "Duplicate section name" ;
};
+
String STR_QUERY_CONNECT
{
Text[ en-US ] = "A file connection will delete the contents of the current section. Connect anyway?" ;
};
+
String STR_WRONG_PASSWORD
{
Text [ en-US ] = "The password entered is invalid." ;
};
+
String STR_WRONG_PASSWD_REPEAT
{
Text [ en-US ] = "The password has not been set." ;