You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/04/24 21:11:05 UTC

[openoffice] branch AOO42X updated: Cleaned up resource files

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new ee10c56  Cleaned up resource files
ee10c56 is described below

commit ee10c560b86ce02a1e6cd73596625db9f4557bc6
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Apr 24 23:06:31 2020 +0200

    Cleaned up resource files
    
    (cherry picked from commit 1253895eb2cd4e9ef89c55d43ceac03e6ac2ec83)
---
 main/sc/source/ui/miscdlgs/conflictsdlg.src  | 169 ++++----
 main/sc/source/ui/miscdlgs/highred.src       |  95 ++---
 main/sc/source/ui/miscdlgs/instbdlg.src      | 142 +++----
 main/sc/source/ui/miscdlgs/protectiondlg.src | 208 +++++-----
 main/sc/source/ui/miscdlgs/retypepassdlg.src | 579 +++++++++++++--------------
 5 files changed, 565 insertions(+), 628 deletions(-)

diff --git a/main/sc/source/ui/miscdlgs/conflictsdlg.src b/main/sc/source/ui/miscdlgs/conflictsdlg.src
index 5f30dde..1072979 100644
--- a/main/sc/source/ui/miscdlgs/conflictsdlg.src
+++ b/main/sc/source/ui/miscdlgs/conflictsdlg.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -25,85 +25,86 @@
 
 ModalDialog RID_SCDLG_CONFLICTS
 {
-    OutputSize = TRUE ;
-    HelpId = HID_SCDLG_CONFLICTS ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 338 , 192 ) ;
-    Text [ en-US ] = "Resolve Conflicts" ;
-    Moveable = TRUE ;
-    Sizeable = TRUE ;
-    Closeable = TRUE ;
-    FixedText FT_CONFLICTS
-    {
-        Pos = MAP_APPFONT ( 6 , 6 ) ;
-        Size = MAP_APPFONT ( 326 , 26 ) ;
-        WordBreak = TRUE ;
-        Text [ en-US ] = "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes." ;
-    };
-    Control LB_CONFLICTS
-    {
-        Pos = MAP_APPFONT ( 6 , 34 ) ;
-        Size = MAP_APPFONT ( 326 , 104 ) ;
-        Border = TRUE ;
-    };    
-    PushButton BTN_KEEPMINE
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPMINE";
-        Pos = MAP_APPFONT ( 72 , 145 ) ;
-        Size = MAP_APPFONT ( 76 , 14 ) ;
-        Text [ en-US ] = "Keep ~Mine" ;
-    };
-    PushButton BTN_KEEPOTHER
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPOTHER";
-        Pos = MAP_APPFONT ( 190 , 145 ) ;
-        Size = MAP_APPFONT ( 76 , 14 ) ;
-        Text [ en-US ] = "Keep ~Other" ;
-    };
-    FixedLine FL_CONFLICTS
-    {
-        Pos = MAP_APPFONT ( 1 , 162 ) ;
-        Size = MAP_APPFONT ( 338 , 8 ) ;
-    };
-    PushButton BTN_KEEPALLMINE
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLMINE";
-        Pos = MAP_APPFONT ( 6 , 172 ) ;
-        Size = MAP_APPFONT ( 104 , 14 ) ;
-        Text [ en-US ] = "~Keep All Mine" ;
-    };
-    PushButton BTN_KEEPALLOTHERS
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLOTHERS";
-        Pos = MAP_APPFONT ( 116 , 172 ) ;
-        Size = MAP_APPFONT ( 104 , 14 ) ;
-        Text [ en-US ] = "Keep ~All Others" ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 226 , 172 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 282 , 172 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;    
-    };
-    String STR_TITLE_CONFLICT
-    {
-        Text [ en-US ] = "Conflict" ;
-    };
-    String STR_TITLE_AUTHOR
-    {
-        Text [ en-US ] = "Author" ;
-    };
-    String STR_TITLE_DATE
-    {
-        Text [ en-US ] = "Date" ;
-    };
-    String STR_UNKNOWN_USER
-    {
-        Text [ en-US ] = "Unknown User" ;
-    };
+	OutputSize = TRUE ;
+	HelpId = HID_SCDLG_CONFLICTS ;
+	SVLook = TRUE ;
+	Size = MAP_APPFONT ( 338, 192 ) ;
+	Text [ en-US ] = "Resolve Conflicts" ;
+	Moveable = TRUE ;
+	Sizeable = TRUE ;
+	Closeable = TRUE ;
+	FixedText FT_CONFLICTS
+	{
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 326, 26 ) ;
+		WordBreak = TRUE ;
+		Text [ en-US ] = "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes." ;
+	};
+	Control LB_CONFLICTS
+	{
+		Pos = MAP_APPFONT ( 6, 34 ) ;
+		Size = MAP_APPFONT ( 326, 104 ) ;
+		Border = TRUE ;
+	};
+	PushButton BTN_KEEPMINE
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPMINE" ;
+		Pos = MAP_APPFONT ( 72, 145 ) ;
+		Size = MAP_APPFONT ( 76, 14 ) ;
+		Text [ en-US ] = "Keep ~Mine" ;
+	};
+	PushButton BTN_KEEPOTHER
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPOTHER" ;
+		Pos = MAP_APPFONT ( 190, 145 ) ;
+		Size = MAP_APPFONT ( 76, 14 ) ;
+		Text [ en-US ] = "Keep ~Other" ;
+	};
+	FixedLine FL_CONFLICTS
+	{
+		Pos = MAP_APPFONT ( 1, 162 ) ;
+		Size = MAP_APPFONT ( 338, 8 ) ;
+	};
+	PushButton BTN_KEEPALLMINE
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLMINE" ;
+		Pos = MAP_APPFONT ( 6, 172 ) ;
+		Size = MAP_APPFONT ( 104, 14 ) ;
+		Text [ en-US ] = "~Keep All Mine" ;
+	};
+	PushButton BTN_KEEPALLOTHERS
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLOTHERS" ;
+		Pos = MAP_APPFONT ( 116, 172 ) ;
+		Size = MAP_APPFONT ( 104, 14 ) ;
+		Text [ en-US ] = "Keep ~All Others" ;
+	};
+	CancelButton BTN_CANCEL
+	{
+		Pos = MAP_APPFONT ( 226, 172 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+	HelpButton BTN_HELP
+	{
+		Pos = MAP_APPFONT ( 282, 172 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+	String STR_TITLE_CONFLICT
+	{
+		Text [ en-US ] = "Conflict" ;
+	};
+	String STR_TITLE_AUTHOR
+	{
+		Text [ en-US ] = "Author" ;
+	};
+	String STR_TITLE_DATE
+	{
+		Text [ en-US ] = "Date" ;
+	};
+	String STR_UNKNOWN_USER
+	{
+		Text [ en-US ] = "Unknown User" ;
+	};
 };
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/miscdlgs/highred.src b/main/sc/source/ui/miscdlgs/highred.src
index 007d41f..615ad24 100644
--- a/main/sc/source/ui/miscdlgs/highred.src
+++ b/main/sc/source/ui/miscdlgs/highred.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -28,107 +28,78 @@ ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
 	HelpId = CMD_FID_CHG_ACCEPT ;
 	Hide = TRUE ;
 	SVLook = TRUE ;
-    Size = MAP_APPFONT ( 318 , 148 ) ;
+	Size = MAP_APPFONT ( 318, 148 ) ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
-	 // Dieser Dialog hat einen Cancel-Button !
+	// This dialog has a Cancel button!
 	CheckBox CB_HIGHLIGHT
 	{
-	    HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT";
-		Pos = MAP_APPFONT ( 6 , 6 ) ;
-        Size = MAP_APPFONT ( 150 , 10 ) ;
+		HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT" ;
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 150, 10 ) ;
 		TabStop = TRUE ;
 		Text [ en-US ] = "~Show changes in spreadsheet" ;
 	};
-    FixedLine FL_FILTER
+	FixedLine FL_FILTER
 	{
-        Pos = MAP_APPFONT ( 6 , 22 ) ;
-        Size = MAP_APPFONT ( 255 , 8 ) ;
-		Text [ en-US ] = "Filter settings";
+		Pos = MAP_APPFONT ( 6, 22 ) ;
+		Size = MAP_APPFONT ( 255, 8 ) ;
+		Text [ en-US ] = "Filter settings" ;
 	};
 	CheckBox CB_HIGHLIGHT_ACCEPT
 	{
-	    HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT";
-        Pos = MAP_APPFONT ( 12 , 118 ) ;
-        Size = MAP_APPFONT ( 246 , 10 ) ;
+		HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT" ;
+		Pos = MAP_APPFONT ( 12, 118 ) ;
+		Size = MAP_APPFONT ( 246, 10 ) ;
 		TabStop = TRUE ;
 		Text [ en-US ] = "Show ~accepted changes" ;
 	};
 	CheckBox CB_HIGHLIGHT_REJECT
 	{
-	    HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT";
-        Pos = MAP_APPFONT ( 12 , 132 ) ;
-        Size = MAP_APPFONT ( 246 , 10 ) ;
+		HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT" ;
+		Pos = MAP_APPFONT ( 12, 132 ) ;
+		Size = MAP_APPFONT ( 246, 10 ) ;
 		TabStop = TRUE ;
 		Text [ en-US ] = "Show ~rejected changes" ;
 	};
 	OKButton BTN_OK
 	{
-        Pos = MAP_APPFONT ( 267 , 6 ) ;
-		Size = MAP_APPFONT ( 45 , 14 ) ;
+		Pos = MAP_APPFONT ( 267, 6 ) ;
+		Size = MAP_APPFONT ( 45, 14 ) ;
 		TabStop = TRUE ;
 		DefButton = TRUE ;
 	};
 	CancelButton BTN_CANCEL
 	{
-        Pos = MAP_APPFONT ( 267 , 23 ) ;
-		Size = MAP_APPFONT ( 45 , 14 ) ;
+		Pos = MAP_APPFONT ( 267, 23 ) ;
+		Size = MAP_APPFONT ( 45, 14 ) ;
 		TabStop = TRUE ;
 	};
 	HelpButton BTN_HELP
 	{
-        Pos = MAP_APPFONT ( 267 , 43 ) ;
-		Size = MAP_APPFONT ( 45 , 14 ) ;
+		Pos = MAP_APPFONT ( 267, 43 ) ;
+		Size = MAP_APPFONT ( 45, 14 ) ;
 		TabStop = TRUE ;
 	};
 	Edit ED_ASSIGN
 	{
-	    HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN";
+		HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN" ;
 		Hide = TRUE ;
 		Border = TRUE ;
-		Pos = MAP_APPFONT ( 12 , 119 ) ;
-		Size = MAP_APPFONT ( 128 , 12 ) ;
+		Pos = MAP_APPFONT ( 12, 119 ) ;
+		Size = MAP_APPFONT ( 128, 12 ) ;
 		TabStop = TRUE ;
 	};
 	ImageButton RB_ASSIGN
 	{
-	    HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN";
+		HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN" ;
 		Hide = TRUE ;
-		Pos = MAP_APPFONT ( 142 , 118 ) ;
-		Size = MAP_APPFONT ( 13 , 15 ) ;
-		TabStop = TRUE;
+		Pos = MAP_APPFONT ( 142, 118 ) ;
+		Size = MAP_APPFONT ( 13, 15 ) ;
+		TabStop = TRUE ;
 		QuickHelpText [ en-US ] = "Minimize/Maximize" ;
 	};
 	Text [ en-US ] = "Show Changes" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/miscdlgs/instbdlg.src b/main/sc/source/ui/miscdlgs/instbdlg.src
index 2a47f99..0c07545 100644
--- a/main/sc/source/ui/miscdlgs/instbdlg.src
+++ b/main/sc/source/ui/miscdlgs/instbdlg.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -24,167 +24,131 @@
 #include "instbdlg.hrc"
 ModalDialog RID_SCDLG_INSERT_TABLE
 {
-    HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE";
+	HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE" ;
 	OutputSize = TRUE ;
 	SVLook = TRUE ;
-	Size = MAP_APPFONT ( 274 , 190 ) ;
-	/* ### ACHTUNG: Neuer Text in Resource? Tabelle einf�gen : Tabelle einf�gen */
+	Size = MAP_APPFONT ( 274, 190 ) ;
 	Text [ en-US ] = "Insert Sheet" ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
 	OKButton BTN_OK
 	{
-        Pos = MAP_APPFONT ( 218 , 6 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+		Pos = MAP_APPFONT ( 218, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 		DefButton = TRUE ;
 	};
 	CancelButton BTN_CANCEL
 	{
-        Pos = MAP_APPFONT ( 218 , 23 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+		Pos = MAP_APPFONT ( 218, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 	};
 	HelpButton BTN_HELP
 	{
-        Pos = MAP_APPFONT ( 218 , 43 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+		Pos = MAP_APPFONT ( 218, 43 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 	};
 	FixedLine FL_POSITION
 	{
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-		Size = MAP_APPFONT ( 206 , 8 ) ;
+		Pos = MAP_APPFONT ( 6, 3 ) ;
+		Size = MAP_APPFONT ( 206, 8 ) ;
 		Text [ en-US ] = "Position" ;
 	};
 	RadioButton RB_BEFORE
 	{
-	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE";
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 197 , 10 ) ;
+		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" ;
+		Pos = MAP_APPFONT ( 12, 14 ) ;
+		Size = MAP_APPFONT ( 197, 10 ) ;
 		TabStop = TRUE ;
 		Text [ en-US ] = "B~efore current sheet" ;
 	};
 	RadioButton RB_BEHIND
 	{
-	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND";
-		Pos = MAP_APPFONT ( 12 , 28 ) ;
-        Size = MAP_APPFONT ( 197 , 10 ) ;
+		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" ;
+		Pos = MAP_APPFONT ( 12, 28 ) ;
+		Size = MAP_APPFONT ( 197, 10 ) ;
 		TabStop = TRUE ;
 		Text [ en-US ] = "~After current sheet" ;
 	};
 	FixedLine FL_TABLE
 	{
-        Pos = MAP_APPFONT ( 6 , 44 ) ;
-		Size = MAP_APPFONT ( 206 , 8 ) ;
+		Pos = MAP_APPFONT ( 6, 44 ) ;
+		Size = MAP_APPFONT ( 206, 8 ) ;
 		Text [ en-US ] = "Sheet" ;
 	};
 	RadioButton RB_NEW
 	{
-	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW";
-        Pos = MAP_APPFONT ( 12 , 55 ) ;
-        Size = MAP_APPFONT ( 197 , 10 ) ;
+		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" ;
+		Pos = MAP_APPFONT ( 12, 55 ) ;
+		Size = MAP_APPFONT ( 197, 10 ) ;
 		Text [ en-US ] = "~New sheet" ;
 	};
 	FixedText FT_COUNT
 	{
-        Pos = MAP_APPFONT ( 20 , 68 ) ;
-        Size = MAP_APPFONT ( 52 , 8 ) ;
+		Pos = MAP_APPFONT ( 20, 68 ) ;
+		Size = MAP_APPFONT ( 52, 8 ) ;
 		Text [ en-US ] = "N~o. of sheets" ;
 	};
 	NumericField NF_COUNT
 	{
-	    HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT";
+		HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 72 , 66 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
+		Pos = MAP_APPFONT ( 72, 66 ) ;
+		Size = MAP_APPFONT ( 30, 12 ) ;
 		TabStop = TRUE ;
 		Spin = TRUE ;
-        SpinSize = 1 ;
+		SpinSize = 1 ;
 		Repeat = TRUE ;
-        Minimum = 1 ;
+		Minimum = 1 ;
 		Maximum = 256 ;
 	};
 	FixedText FT_NAME
 	{
-        Pos = MAP_APPFONT ( 20 , 84 ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
-		Text [ en-US ] = "Na~me";
+		Pos = MAP_APPFONT ( 20, 84 ) ;
+		Size = MAP_APPFONT ( 50, 8 ) ;
+		Text [ en-US ] = "Na~me" ;
 	};
 	Edit ED_TABNAME
 	{
-	    HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME";
+		HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 72 , 82 ) ;
-        Size = MAP_APPFONT ( 137 , 12 ) ;
+		Pos = MAP_APPFONT ( 72, 82 ) ;
+		Size = MAP_APPFONT ( 137, 12 ) ;
 	};
 	RadioButton RB_FROMFILE
 	{
-	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE";
-		Pos = MAP_APPFONT ( 12 , 100 ) ;
-        Size = MAP_APPFONT ( 197 , 10 ) ;
+		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE" ;
+		Pos = MAP_APPFONT ( 12, 100 ) ;
+		Size = MAP_APPFONT ( 197, 10 ) ;
 		Text [ en-US ] = "~From file" ;
 	};
 	MultiListBox LB_TABLES
 	{
-	    HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES";
+		HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" ;
 		SimpleMode = TRUE ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 20 , 113 ) ;
-        Size = MAP_APPFONT ( 123 , 59 ) ;
+		Pos = MAP_APPFONT ( 20, 113 ) ;
+		Size = MAP_APPFONT ( 123, 59 ) ;
 		AutoHScroll = TRUE ;
 	};
 	PushButton BTN_BROWSE
 	{
-	    HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE";
-        Pos = MAP_APPFONT ( 149 , 113 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" ;
+		Pos = MAP_APPFONT ( 149, 113 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		Text [ en-US ] = "~Browse..." ;
 	};
 	CheckBox CB_LINK
 	{
-	    HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK";
-        Pos = MAP_APPFONT ( 149 , 131 ) ;
-        Size = MAP_APPFONT ( 60 , 10 ) ;
-		/* ### ACHTUNG: Neuer Text in Resource? Ver~kn�pfen : Ver~kn�pfen */
+		HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" ;
+		Pos = MAP_APPFONT ( 149, 131 ) ;
+		Size = MAP_APPFONT ( 60, 10 ) ;
 		Text [ en-US ] = "Lin~k" ;
 	};
 	FixedText FT_PATH
 	{
-        Pos = MAP_APPFONT ( 20 , 176 ) ;
-        Size = MAP_APPFONT ( 192 , 8 ) ;
+		Pos = MAP_APPFONT ( 20, 176 ) ;
+		Size = MAP_APPFONT ( 192, 8 ) ;
 	};
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/miscdlgs/protectiondlg.src b/main/sc/source/ui/miscdlgs/protectiondlg.src
index 527cb41..ded1f2b 100644
--- a/main/sc/source/ui/miscdlgs/protectiondlg.src
+++ b/main/sc/source/ui/miscdlgs/protectiondlg.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -25,103 +25,105 @@
 
 ModalDialog RID_SCDLG_TABPROTECTION
 {
-    HelpID = "sc:ModalDialog:RID_SCDLG_TABPROTECTION";
-    Text [ en-US ] = "Protect Sheet" ;
-    Size = MAP_APPFONT ( 220 , 135 ) ;
-    Moveable = TRUE ;
-    Closeable = TRUE ;
-
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 164 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 164 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 164 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-    };
-
-    CheckBox BTN_PROTECT
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_TABPROTECTION:BTN_PROTECT";
-        Pos = MAP_APPFONT ( 6 , 6 ) ;
-        Size = MAP_APPFONT ( 150 , 10 );
-
-        Text [ en-US ] = "P~rotect this sheet and the contents of locked cells" ;
-    };
-
-    FixedText FT_PASSWORD1
-    {
-        Pos = MAP_APPFONT ( 11, 23 );
-        Size = MAP_APPFONT ( 42, 10 );
-
-        Text [ en-US ] = "~Password" ;
-    };
-
-    Edit ED_PASSWORD1
-    {
-        HelpID = "sc:Edit:RID_SCDLG_TABPROTECTION:ED_PASSWORD1";
-        Border = TRUE;
-        PassWord = TRUE;
-        Pos = MAP_APPFONT ( 56, 22 );
-        Size = MAP_APPFONT ( 75, 12 );
-    };
-
-    FixedText FT_PASSWORD2
-    {
-        Pos = MAP_APPFONT ( 11, 40 );
-        Size = MAP_APPFONT ( 42, 10 );
-
-        Text [ en-US ] = "~Confirm" ;
-    };
-
-    Edit ED_PASSWORD2
-    {
-        HelpID = "sc:Edit:RID_SCDLG_TABPROTECTION:ED_PASSWORD2";
-        Border = TRUE;
-        PassWord = TRUE;
-        Pos = MAP_APPFONT ( 56, 39 );
-        Size = MAP_APPFONT ( 75, 12 );
-    };
-
-    FixedLine FL_OPTIONS
-    {
-        Pos = MAP_APPFONT ( 6, 60 );
-        Size = MAP_APPFONT ( 150, 8 );
-
-        Text [ en-US ] = "Options";
-    };
-
-    FixedText FT_OPTIONS
-    {
-        Pos = MAP_APPFONT ( 11, 74 );
-        Size = MAP_APPFONT ( 140, 8 );
-
-        Text [ en-US ] = "Allow all users of this sheet to:";
-    };
-
-    Control CLB_OPTIONS
-    {
-        Pos = MAP_APPFONT ( 11, 85 );
-        Size = MAP_APPFONT ( 140, 40 );
-        Border = TRUE ;
-        TabStop = TRUE ;
-    };
-
-    String ST_SELECT_LOCKED_CELLS
-    {
-        Text [ en-US ] = "Select locked cells";
-    };
-
-    String ST_SELECT_UNLOCKED_CELLS
-    {
-        Text [ en-US ] = "Select unlocked cells";
-    };
+	HelpID = "sc:ModalDialog:RID_SCDLG_TABPROTECTION" ;
+	Text [ en-US ] = "Protect Sheet" ;
+	Size = MAP_APPFONT ( 220, 135 ) ;
+	Moveable = TRUE ;
+	Closeable = TRUE ;
+
+	OKButton BTN_OK
+	{
+		Pos = MAP_APPFONT ( 164, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		DefButton = TRUE ;
+	};
+	CancelButton BTN_CANCEL
+	{
+		Pos = MAP_APPFONT ( 164, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+	HelpButton BTN_HELP
+	{
+		Pos = MAP_APPFONT ( 164, 43 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+
+	CheckBox BTN_PROTECT
+	{
+		HelpID = "sc:CheckBox:RID_SCDLG_TABPROTECTION:BTN_PROTECT" ;
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 150, 10 ) ;
+
+		Text [ en-US ] = "P~rotect this sheet and the contents of locked cells" ;
+	};
+
+	FixedText FT_PASSWORD1
+	{
+		Pos = MAP_APPFONT ( 11, 23 ) ;
+		Size = MAP_APPFONT ( 42, 10 ) ;
+
+		Text [ en-US ] = "~Password" ;
+	};
+
+	Edit ED_PASSWORD1
+	{
+		HelpID = "sc:Edit:RID_SCDLG_TABPROTECTION:ED_PASSWORD1" ;
+		Border = TRUE ;
+		PassWord = TRUE ;
+		Pos = MAP_APPFONT ( 56, 22 ) ;
+		Size = MAP_APPFONT ( 75, 12 ) ;
+	};
+
+	FixedText FT_PASSWORD2
+	{
+		Pos = MAP_APPFONT ( 11, 40 ) ;
+		Size = MAP_APPFONT ( 42, 10 ) ;
+
+		Text [ en-US ] = "~Confirm" ;
+	};
+
+	Edit ED_PASSWORD2
+	{
+		HelpID = "sc:Edit:RID_SCDLG_TABPROTECTION:ED_PASSWORD2" ;
+		Border = TRUE ;
+		PassWord = TRUE ;
+		Pos = MAP_APPFONT ( 56, 39 ) ;
+		Size = MAP_APPFONT ( 75, 12 ) ;
+	};
+
+	FixedLine FL_OPTIONS
+	{
+		Pos = MAP_APPFONT ( 6, 60 ) ;
+		Size = MAP_APPFONT ( 150, 8 ) ;
+
+		Text [ en-US ] = "Options" ;
+	};
+
+	FixedText FT_OPTIONS
+	{
+		Pos = MAP_APPFONT ( 11, 74 ) ;
+		Size = MAP_APPFONT ( 140, 8 ) ;
+
+		Text [ en-US ] = "Allow all users of this sheet to:" ;
+	};
+
+	Control CLB_OPTIONS
+	{
+		Pos = MAP_APPFONT ( 11, 85 ) ;
+		Size = MAP_APPFONT ( 140, 40 ) ;
+		Border = TRUE ;
+		TabStop = TRUE ;
+	};
+
+	String ST_SELECT_LOCKED_CELLS
+	{
+		Text [ en-US ] = "Select locked cells" ;
+	};
+
+	String ST_SELECT_UNLOCKED_CELLS
+	{
+		Text [ en-US ] = "Select unlocked cells" ;
+	};
 };
+
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/miscdlgs/retypepassdlg.src b/main/sc/source/ui/miscdlgs/retypepassdlg.src
index 5301a06..daf11a8 100644
--- a/main/sc/source/ui/miscdlgs/retypepassdlg.src
+++ b/main/sc/source/ui/miscdlgs/retypepassdlg.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,315 +7,314 @@
  * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
 #include "retypepassdlg.hrc"
 
-
 ModalDialog RID_SCDLG_RETYPEPASS
 {
-    HelpID = "sc:ModalDialog:RID_SCDLG_RETYPEPASS";
-    Text [ en-US ] = "Re-type Password" ;
-    Size = MAP_APPFONT ( 260 , 165 ) ;
-    Moveable = TRUE ;
-    Closeable = TRUE ;
-
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 204, 6 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-        DefButton = TRUE ;
-    };
-
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 204, 23 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-    };
-
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 204, 43 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-    };
-
-    FixedText FT_DESC
-    {
-        Pos = MAP_APPFONT ( 6, 6 ) ;
-        Size = MAP_APPFONT ( 190, 36 );
-
-        WordBreak = TRUE ;
-
-        Text [ en-US ] = "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document." ;
-    };
-
-    FixedLine FL_DOCUMENT
-    {
-        Pos = MAP_APPFONT ( 6, 48 );
-        Size = MAP_APPFONT ( 190, 8 );
-
-        Text [ en-US ] = "Document protection" ;
-    };
-
-    FixedText FT_DOCSTATUS
-    {
-        Pos = MAP_APPFONT ( 10, 62 );
-        Size = MAP_APPFONT ( 140, 8 );
-
-        Text [ en-US ] = "Status unknown" ;
-    };
-
-    PushButton BTN_RETYPE_DOC
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_DOC";
-        Pos = MAP_APPFONT ( 158, 59 );
-        Size = MAP_APPFONT ( 30, 14 );
-
-        Text [ en-US ] = "Re-type" ;
-    };
-
-    FixedLine FL_SHEET
-    {
-        Pos = MAP_APPFONT ( 6, 83 );
-        Size = MAP_APPFONT ( 190, 8 );
-
-        Text [ en-US ] = "Sheet protection" ;
-    };
-
-    FixedText FT_SHEETNAME1
-    {
-        Pos = MAP_APPFONT ( 10, 97 );
-        Size = MAP_APPFONT ( 68, 8 );
-
-        Text [ en-US ] = "Sheet1 has a really long name" ;
-    };
-
-    FixedText FT_SHEETSTATUS1
-    {
-        Pos = MAP_APPFONT ( 82, 97 );
-        Size = MAP_APPFONT ( 72, 8 );
-
-        Text [ en-US ] = "Status unknown" ;
-    };
-
-    PushButton BTN_RETYPE_SHEET1
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET1";
-        Pos = MAP_APPFONT ( 158, 94 );
-        Size = MAP_APPFONT ( 30, 14 );
-
-        Text [ en-US ] = "Re-type" ;
-    };
-
-    FixedText FT_SHEETNAME2
-    {
-        Pos = MAP_APPFONT ( 10, 113 );
-        Size = MAP_APPFONT ( 68, 8 );
-
-        Text [ en-US ] = "Sheet2" ;
-    };
-
-    FixedText FT_SHEETSTATUS2
-    {
-        Pos = MAP_APPFONT ( 82, 113 );
-        Size = MAP_APPFONT ( 72, 8 );
-
-        Text [ en-US ] = "Status unknown" ;
-    };
-
-    PushButton BTN_RETYPE_SHEET2
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET2";
-        Pos = MAP_APPFONT ( 158, 110 );
-        Size = MAP_APPFONT ( 30, 14 );
-
-        Text [ en-US ] = "Re-type" ;
-    };
-
-    FixedText FT_SHEETNAME3
-    {
-        Pos = MAP_APPFONT ( 10, 129 );
-        Size = MAP_APPFONT ( 68, 8 );
-
-        Text [ en-US ] = "Sheet3" ;
-    };
-
-    FixedText FT_SHEETSTATUS3
-    {
-        Pos = MAP_APPFONT ( 82, 129 );
-        Size = MAP_APPFONT ( 72, 8 );
-
-        Text [ en-US ] = "Status unknown" ;
-    };
-
-    PushButton BTN_RETYPE_SHEET3
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET3";
-        Pos = MAP_APPFONT ( 158, 126 );
-        Size = MAP_APPFONT ( 30, 14 );
-
-        Text [ en-US ] = "Re-type" ;
-    };
-
-    FixedText FT_SHEETNAME4
-    {
-        Pos = MAP_APPFONT ( 10, 145 );
-        Size = MAP_APPFONT ( 68, 8 );
-
-        Text [ en-US ] = "Sheet4" ;
-    };
-
-    FixedText FT_SHEETSTATUS4
-    {
-        Pos = MAP_APPFONT ( 82, 145 );
-        Size = MAP_APPFONT ( 72, 8 );
-
-        Text [ en-US ] = "Status unknown" ;
-    };
-
-    PushButton BTN_RETYPE_SHEET4
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET4";
-        Pos = MAP_APPFONT ( 158, 142 );
-        Size = MAP_APPFONT ( 30, 14 );
-
-        Text [ en-US ] = "Re-type" ;
-    };
-
-    ScrollBar SB_SCROLL
-    {
-        Pos = MAP_APPFONT ( 190, 94 ) ;
-        Size = MAP_APPFONT (  8, 61 ) ;
-        VScroll = TRUE ;
-    };
-
-    String STR_NOT_PROTECTED
-    {
-        Text [ en-US ] = "Not protected" ;
-    };
-
-    String STR_NOT_PASS_PROTECTED
-    {
-        Text [ en-US ] = "Not password-protected" ;
-    };
-
-    String STR_HASH_BAD
-    {
-        Text [ en-US ] = "Hash incompatible" ;
-    };
-
-    String STR_HASH_GOOD
-    {
-        Text [ en-US ] = "Hash compatible" ;
-    };
-
-    String STR_HASH_REGENERATED
-    {
-        Text [ en-US ] = "Hash re-generated" ;
-    };
+	HelpID = "sc:ModalDialog:RID_SCDLG_RETYPEPASS" ;
+	Text [ en-US ] = "Re-type Password" ;
+	Size = MAP_APPFONT ( 260, 165 ) ;
+	Moveable = TRUE ;
+	Closeable = TRUE ;
+
+	OKButton BTN_OK
+	{
+		Pos = MAP_APPFONT ( 204, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		DefButton = TRUE ;
+	};
+
+	CancelButton BTN_CANCEL
+	{
+		Pos = MAP_APPFONT ( 204, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+
+	HelpButton BTN_HELP
+	{
+		Pos = MAP_APPFONT ( 204, 43 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+
+	FixedText FT_DESC
+	{
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 190, 36 ) ;
+
+		WordBreak = TRUE ;
+
+		Text [ en-US ] = "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document." ;
+	};
+
+	FixedLine FL_DOCUMENT
+	{
+		Pos = MAP_APPFONT ( 6, 48 ) ;
+		Size = MAP_APPFONT ( 190, 8 ) ;
+
+		Text [ en-US ] = "Document protection" ;
+	};
+
+	FixedText FT_DOCSTATUS
+	{
+		Pos = MAP_APPFONT ( 10, 62 ) ;
+		Size = MAP_APPFONT ( 140, 8 ) ;
+
+		Text [ en-US ] = "Status unknown" ;
+	};
+
+	PushButton BTN_RETYPE_DOC
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_DOC" ;
+		Pos = MAP_APPFONT ( 158, 59 ) ;
+		Size = MAP_APPFONT ( 30, 14 ) ;
+
+		Text [ en-US ] = "Re-type" ;
+	};
+
+	FixedLine FL_SHEET
+	{
+		Pos = MAP_APPFONT ( 6, 83 ) ;
+		Size = MAP_APPFONT ( 190, 8 ) ;
+
+		Text [ en-US ] = "Sheet protection" ;
+	};
+
+	FixedText FT_SHEETNAME1
+	{
+		Pos = MAP_APPFONT ( 10, 97 ) ;
+		Size = MAP_APPFONT ( 68, 8 ) ;
+
+		Text [ en-US ] = "Sheet1 has a really long name" ;
+	};
+
+	FixedText FT_SHEETSTATUS1
+	{
+		Pos = MAP_APPFONT ( 82, 97 ) ;
+		Size = MAP_APPFONT ( 72, 8 ) ;
+
+		Text [ en-US ] = "Status unknown" ;
+	};
+
+	PushButton BTN_RETYPE_SHEET1
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET1" ;
+		Pos = MAP_APPFONT ( 158, 94 ) ;
+		Size = MAP_APPFONT ( 30, 14 ) ;
+
+		Text [ en-US ] = "Re-type" ;
+	};
+
+	FixedText FT_SHEETNAME2
+	{
+		Pos = MAP_APPFONT ( 10, 113 ) ;
+		Size = MAP_APPFONT ( 68, 8 ) ;
+
+		Text [ en-US ] = "Sheet2" ;
+	};
+
+	FixedText FT_SHEETSTATUS2
+	{
+		Pos = MAP_APPFONT ( 82, 113 ) ;
+		Size = MAP_APPFONT ( 72, 8 ) ;
+
+		Text [ en-US ] = "Status unknown" ;
+	};
+
+	PushButton BTN_RETYPE_SHEET2
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET2" ;
+		Pos = MAP_APPFONT ( 158, 110 ) ;
+		Size = MAP_APPFONT ( 30, 14 ) ;
+
+		Text [ en-US ] = "Re-type" ;
+	};
+
+	FixedText FT_SHEETNAME3
+	{
+		Pos = MAP_APPFONT ( 10, 129 ) ;
+		Size = MAP_APPFONT ( 68, 8 ) ;
+
+		Text [ en-US ] = "Sheet3" ;
+	};
+
+	FixedText FT_SHEETSTATUS3
+	{
+		Pos = MAP_APPFONT ( 82, 129 ) ;
+		Size = MAP_APPFONT ( 72, 8 ) ;
+
+		Text [ en-US ] = "Status unknown" ;
+	};
+
+	PushButton BTN_RETYPE_SHEET3
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET3" ;
+		Pos = MAP_APPFONT ( 158, 126 ) ;
+		Size = MAP_APPFONT ( 30, 14 ) ;
+
+		Text [ en-US ] = "Re-type" ;
+	};
+
+	FixedText FT_SHEETNAME4
+	{
+		Pos = MAP_APPFONT ( 10, 145 ) ;
+		Size = MAP_APPFONT ( 68, 8 ) ;
+
+		Text [ en-US ] = "Sheet4" ;
+	};
+
+	FixedText FT_SHEETSTATUS4
+	{
+		Pos = MAP_APPFONT ( 82, 145 ) ;
+		Size = MAP_APPFONT ( 72, 8 ) ;
+
+		Text [ en-US ] = "Status unknown" ;
+	};
+
+	PushButton BTN_RETYPE_SHEET4
+	{
+		HelpID = "sc:PushButton:RID_SCDLG_RETYPEPASS:BTN_RETYPE_SHEET4" ;
+		Pos = MAP_APPFONT ( 158, 142 ) ;
+		Size = MAP_APPFONT ( 30, 14 ) ;
+
+		Text [ en-US ] = "Re-type" ;
+	};
+
+	ScrollBar SB_SCROLL
+	{
+		Pos = MAP_APPFONT ( 190, 94 ) ;
+		Size = MAP_APPFONT (  8, 61 ) ;
+		VScroll = TRUE ;
+	};
+
+	String STR_NOT_PROTECTED
+	{
+		Text [ en-US ] = "Not protected" ;
+	};
+
+	String STR_NOT_PASS_PROTECTED
+	{
+		Text [ en-US ] = "Not password-protected" ;
+	};
+
+	String STR_HASH_BAD
+	{
+		Text [ en-US ] = "Hash incompatible" ;
+	};
+
+	String STR_HASH_GOOD
+	{
+		Text [ en-US ] = "Hash compatible" ;
+	};
+
+	String STR_HASH_REGENERATED
+	{
+		Text [ en-US ] = "Hash re-generated" ;
+	};
 };
 
 // ----------------------------------------------------------------------------
 
 ModalDialog RID_SCDLG_RETYPEPASS_INPUT
 {
-    HelpID = "sc:ModalDialog:RID_SCDLG_RETYPEPASS_INPUT";
-    Text [ en-US ] = "Re-type Password" ;
-    Size = MAP_APPFONT ( 230 , 110 ) ;
-    Moveable = TRUE ;
-    Closeable = TRUE ;
-
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 174, 6 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-        DefButton = TRUE ;
-    };
-
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 174, 23 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-    };
-
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 174, 43 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-    };
-
-    RadioButton BTN_RETYPE_PASSWORD
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_RETYPEPASS_INPUT:BTN_RETYPE_PASSWORD";
-        Pos = MAP_APPFONT ( 11, 10 );
-        Size = MAP_APPFONT ( 150, 10 );
-
-        Text [ en-US ] = "Re-type password" ;
-    };
-
-    FixedText FT_PASSWORD1
-    {
-        Pos = MAP_APPFONT ( 20, 30 );
-        Size = MAP_APPFONT ( 42, 10 );
-
-        Text [ en-US ] = "~Password" ;
-    };
-
-    Edit ED_PASSWORD1
-    {
-        HelpID = "sc:Edit:RID_SCDLG_RETYPEPASS_INPUT:ED_PASSWORD1";
-        Border = TRUE;
-        PassWord = TRUE;
-        Pos = MAP_APPFONT ( 65, 29 );
-        Size = MAP_APPFONT ( 75, 12 );
-    };
-
-    FixedText FT_PASSWORD2
-    {
-        Pos = MAP_APPFONT ( 20, 45 );
-        Size = MAP_APPFONT ( 42, 10 );
-
-        Text [ en-US ] = "~Confirm" ;
-    };
-
-    Edit ED_PASSWORD2
-    {
-        HelpID = "sc:Edit:RID_SCDLG_RETYPEPASS_INPUT:ED_PASSWORD2";
-        Border = TRUE;
-        PassWord = TRUE;
-        Pos = MAP_APPFONT ( 65, 44 );
-        Size = MAP_APPFONT ( 75, 12 );
-    };
-
-    CheckBox BTN_MATCH_OLD_PASSWORD
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_RETYPEPASS_INPUT:BTN_MATCH_OLD_PASSWORD";
-        Pos = MAP_APPFONT ( 20, 65 );
-        Size = MAP_APPFONT ( 150, 10 );
-
-        Text [ en-US ] = "New password must match the original password." ;
-    };
-
-    RadioButton BTN_REMOVE_PASSWORD
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_RETYPEPASS_INPUT:BTN_REMOVE_PASSWORD";
-        Pos = MAP_APPFONT ( 11, 90 );
-        Size = MAP_APPFONT ( 150, 10 );
-
-        Text [ en-US ] = "Remove password from this protected item." ;
-    };
+	HelpID = "sc:ModalDialog:RID_SCDLG_RETYPEPASS_INPUT" ;
+	Text [ en-US ] = "Re-type Password" ;
+	Size = MAP_APPFONT ( 230, 110 ) ;
+	Moveable = TRUE ;
+	Closeable = TRUE ;
+
+	OKButton BTN_OK
+	{
+		Pos = MAP_APPFONT ( 174, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		DefButton = TRUE ;
+	};
+
+	CancelButton BTN_CANCEL
+	{
+		Pos = MAP_APPFONT ( 174, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+
+	HelpButton BTN_HELP
+	{
+		Pos = MAP_APPFONT ( 174, 43 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+	};
+
+	RadioButton BTN_RETYPE_PASSWORD
+	{
+		HelpID = "sc:RadioButton:RID_SCDLG_RETYPEPASS_INPUT:BTN_RETYPE_PASSWORD" ;
+		Pos = MAP_APPFONT ( 11, 10 ) ;
+		Size = MAP_APPFONT ( 150, 10 ) ;
+
+		Text [ en-US ] = "Re-type password" ;
+	};
+
+	FixedText FT_PASSWORD1
+	{
+		Pos = MAP_APPFONT ( 20, 30 ) ;
+		Size = MAP_APPFONT ( 42, 10 ) ;
+
+		Text [ en-US ] = "~Password" ;
+	};
+
+	Edit ED_PASSWORD1
+	{
+		HelpID = "sc:Edit:RID_SCDLG_RETYPEPASS_INPUT:ED_PASSWORD1" ;
+		Border = TRUE ;
+		PassWord = TRUE ;
+		Pos = MAP_APPFONT ( 65, 29 ) ;
+		Size = MAP_APPFONT ( 75, 12 ) ;
+	};
+
+	FixedText FT_PASSWORD2
+	{
+		Pos = MAP_APPFONT ( 20, 45 ) ;
+		Size = MAP_APPFONT ( 42, 10 ) ;
+
+		Text [ en-US ] = "~Confirm" ;
+	};
+
+	Edit ED_PASSWORD2
+	{
+		HelpID = "sc:Edit:RID_SCDLG_RETYPEPASS_INPUT:ED_PASSWORD2" ;
+		Border = TRUE ;
+		PassWord = TRUE ;
+		Pos = MAP_APPFONT ( 65, 44 ) ;
+		Size = MAP_APPFONT ( 75, 12 ) ;
+	};
+
+	CheckBox BTN_MATCH_OLD_PASSWORD
+	{
+		HelpID = "sc:CheckBox:RID_SCDLG_RETYPEPASS_INPUT:BTN_MATCH_OLD_PASSWORD" ;
+		Pos = MAP_APPFONT ( 20, 65 ) ;
+		Size = MAP_APPFONT ( 150, 10 ) ;
+
+		Text [ en-US ] = "New password must match the original password." ;
+	};
+
+	RadioButton BTN_REMOVE_PASSWORD
+	{
+		HelpID = "sc:RadioButton:RID_SCDLG_RETYPEPASS_INPUT:BTN_REMOVE_PASSWORD" ;
+		Pos = MAP_APPFONT ( 11, 90 ) ;
+		Size = MAP_APPFONT ( 150, 10 ) ;
+
+		Text [ en-US ] = "Remove password from this protected item." ;
+	};
 };
 
-
+// ********************************************************************** EOF