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 11f42e0 Cleaned up resource files
11f42e0 is described below
commit 11f42e0a25627e4727784ddcdcee3298be414648
Author: mseidel <[email protected]>
AuthorDate: Sat Aug 21 22:11:13 2021 +0200
Cleaned up resource files
(cherry picked from commit 024d3acdae810712980fb146a950413934ccedf4)
---
main/dbaccess/source/ui/dlg/dlgattr.src | 53 +--
main/dbaccess/source/ui/dlg/queryfilter.src | 146 +++---
main/dbaccess/source/ui/dlg/queryorder.src | 133 ++----
main/sc/source/ui/src/namedlg.src | 115 +++--
main/sc/source/ui/src/toolbox.src | 77 ++--
main/svx/source/dialog/sdstring.src | 674 ++++++++++++++--------------
main/sw/source/ui/fmtui/tmpdlg.src | 203 +++++----
7 files changed, 661 insertions(+), 740 deletions(-)
diff --git a/main/dbaccess/source/ui/dlg/dlgattr.src
b/main/dbaccess/source/ui/dlg/dlgattr.src
index 8503504..26f1306 100644
--- a/main/dbaccess/source/ui/dlg/dlgattr.src
+++ b/main/dbaccess/source/ui/dlg/dlgattr.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,19 +7,20 @@
* 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.
- *
+ *
*************************************************************/
+
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
@@ -33,7 +34,7 @@
#include "dlgattr.hrc"
#endif
//================================================
- // Der Attributdialog:
+ // Attribute dialog:
TabDialog DLG_ATTR
{
Moveable = TRUE ;
@@ -47,29 +48,28 @@ TabDialog DLG_ATTR
};
OKButton 1
{
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
- DefButton = TRUE;
+ DefButton = TRUE ;
};
CancelButton 1
{
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
};
PushButton 1
{
TabStop = TRUE ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
Text [ en-US ] = "Bac~k" ;
};
String TP_ATTR_CHAR
{
- /* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
Text [ en-US ] = "Font" ;
};
String TP_ATTR_NUMBER
@@ -86,33 +86,4 @@ TabDialog DLG_ATTR
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/dbaccess/source/ui/dlg/queryfilter.src
b/main/dbaccess/source/ui/dlg/queryfilter.src
index 3abe975..9733642 100644
--- a/main/dbaccess/source/ui/dlg/queryfilter.src
+++ b/main/dbaccess/source/ui/dlg/queryfilter.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,11 +28,11 @@
/*
#define STRLST_AND_OR \
- StringList [ en-US ] = \
- {\
- < "AND" ; Default ; > ; \
- < "OR" ; Default ; > ; \
- };\
+ StringList [ en-US ] = \
+ {\
+ < "AND" ; Default ; > ; \
+ < "OR" ; Default ; > ; \
+ };\
*/
ModalDialog DLG_FILTERCRIT
@@ -40,28 +40,28 @@ ModalDialog DLG_FILTERCRIT
OutputSize = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 303 , 76 ) ;
+ Size = MAP_APPFONT ( 303, 76 ) ;
/* These strings are equal to the toolbox bubble helptext from
MID_SBA_QRY_FILTERCRIT in toolbox.hrc */
- Text [ en-US ] ="Standard Filter";
+ Text [ en-US ] ="Standard Filter" ;
Moveable = TRUE ;
Closeable = TRUE ;
HelpId = HID_DLG_FILTERCRIT ;
ListBox LB_WHEREFIELD1
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD1";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD1" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 25 ) ;
- Size = MAP_APPFONT ( 60 , 90 ) ;
+ Pos = MAP_APPFONT ( 60, 25 ) ;
+ Size = MAP_APPFONT ( 60, 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox LB_WHERECOMP1
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP1";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP1" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 124 , 25 ) ;
- Size = MAP_APPFONT ( 49 , 72 ) ;
+ Pos = MAP_APPFONT ( 124, 25 ) ;
+ Size = MAP_APPFONT ( 49, 72 ) ;
TabStop = TRUE ;
DDExtraWidth = TRUE ;
DropDown = TRUE ;
@@ -69,43 +69,43 @@ ModalDialog DLG_FILTERCRIT
};
Edit ET_WHEREVALUE1
{
- HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE1";
+ HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE1" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 177 , 25 ) ;
- Size = MAP_APPFONT ( 60 , 12 ) ;
+ Pos = MAP_APPFONT ( 177, 25 ) ;
+ Size = MAP_APPFONT ( 60, 12 ) ;
TabStop = TRUE ;
};
ListBox LB_WHERECOND2
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOND2";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOND2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 15 , 41 ) ;
- Size = MAP_APPFONT ( 41 , 36 ) ;
+ Pos = MAP_APPFONT ( 15, 41 ) ;
+ Size = MAP_APPFONT ( 41, 36 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
// STRLST_AND_OR
- StringList [ en-US ] =
- {
- < "AND" ; Default ; > ;
- < "OR" ; Default ; > ;
- };
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
};
ListBox LB_WHEREFIELD2
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD2";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 41 ) ;
- Size = MAP_APPFONT ( 60 , 90 ) ;
+ Pos = MAP_APPFONT ( 60, 41 ) ;
+ Size = MAP_APPFONT ( 60, 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox LB_WHERECOMP2
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP2";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 124 , 41 ) ;
- Size = MAP_APPFONT ( 49 , 72 ) ;
+ Pos = MAP_APPFONT ( 124, 41 ) ;
+ Size = MAP_APPFONT ( 49, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
@@ -113,43 +113,43 @@ ModalDialog DLG_FILTERCRIT
};
Edit ET_WHEREVALUE2
{
- HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE2";
+ HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 177 , 41 ) ;
- Size = MAP_APPFONT ( 60 , 12 ) ;
+ Pos = MAP_APPFONT ( 177, 41 ) ;
+ Size = MAP_APPFONT ( 60, 12 ) ;
TabStop = TRUE ;
};
ListBox LB_WHERECOND3
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOND3";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOND3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 15 , 57 ) ;
- Size = MAP_APPFONT ( 41 , 36 ) ;
+ Pos = MAP_APPFONT ( 15, 57 ) ;
+ Size = MAP_APPFONT ( 41, 36 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
// STRLST_AND_OR
- StringList [ en-US ] =
- {
- < "AND" ; Default ; > ;
- < "OR" ; Default ; > ;
- };
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
};
ListBox LB_WHEREFIELD3
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD3";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 57 ) ;
- Size = MAP_APPFONT ( 60 , 90 ) ;
+ Pos = MAP_APPFONT ( 60, 57 ) ;
+ Size = MAP_APPFONT ( 60, 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox LB_WHERECOMP3
{
- HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP3";
+ HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 124 , 57 ) ;
- Size = MAP_APPFONT ( 49 , 72 ) ;
+ Pos = MAP_APPFONT ( 124, 57 ) ;
+ Size = MAP_APPFONT ( 49, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
@@ -157,64 +157,63 @@ ModalDialog DLG_FILTERCRIT
};
Edit ET_WHEREVALUE3
{
- HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE3";
+ HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 177 , 57 ) ;
- Size = MAP_APPFONT ( 60 , 12 ) ;
+ Pos = MAP_APPFONT ( 177, 57 ) ;
+ Size = MAP_APPFONT ( 60, 12 ) ;
TabStop = TRUE ;
};
FixedText FT_WHEREFIELD
{
- Pos = MAP_APPFONT ( 60 , 14 ) ;
- Size = MAP_APPFONT ( 60 , 8 ) ;
+ Pos = MAP_APPFONT ( 60, 14 ) ;
+ Size = MAP_APPFONT ( 60, 8 ) ;
Center = TRUE ;
Text [ en-US ] = "Field name" ;
};
FixedText FT_WHERECOMP
{
- Pos = MAP_APPFONT ( 124 , 14 ) ;
- Size = MAP_APPFONT ( 50 , 8 ) ;
+ Pos = MAP_APPFONT ( 124, 14 ) ;
+ Size = MAP_APPFONT ( 50, 8 ) ;
Center = TRUE ;
Text [ en-US ] = "Condition" ;
};
FixedText FT_WHEREVALUE
{
- Pos = MAP_APPFONT ( 177 , 14 ) ;
- Size = MAP_APPFONT ( 60 , 8 ) ;
+ Pos = MAP_APPFONT ( 177, 14 ) ;
+ Size = MAP_APPFONT ( 60, 8 ) ;
Center = TRUE ;
Text [ en-US ] = "Value" ;
};
FixedText FT_WHEREOPER
{
- Pos = MAP_APPFONT ( 15 , 14 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Verkn�pfung :
Verkn�pfung */
+ Pos = MAP_APPFONT ( 15, 14 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Center = TRUE ;
Text [ en-US ] = "Operator" ;
};
- FixedLine FL_FIELDS
+ FixedLine FL_FIELDS
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 236 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 236, 8 ) ;
Text [ en-US ] = "Criteria" ;
};
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 249 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 249, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 249 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 249, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 249 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 249, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
String STR_NOENTRY
@@ -223,7 +222,8 @@ ModalDialog DLG_FILTERCRIT
};
String STR_COMPARE_OPERATORS
{
- Text [ en-US ] = "=;<>;<;<=;>;>=;like;not like;null;not null";
+ Text [ en-US ] = "=;<>;<;<=;>;>=;like;not like;null;not null" ;
};
};
+// ********************************************************************** EOF
diff --git a/main/dbaccess/source/ui/dlg/queryorder.src
b/main/dbaccess/source/ui/dlg/queryorder.src
index d10e708..f37426f 100644
--- a/main/dbaccess/source/ui/dlg/queryorder.src
+++ b/main/dbaccess/source/ui/dlg/queryorder.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.
- *
+ *
*************************************************************/
@@ -32,142 +32,141 @@ ModalDialog DLG_ORDERCRIT
Border = TRUE ;
SVLook = TRUE ;
HelpId = HID_DLG_ORDERCRIT ;
- Size = MAP_APPFONT ( 252 , 76 ) ;
+ Size = MAP_APPFONT ( 252, 76 ) ;
Text [ en-US ] = "Sort Order" ;
Moveable = TRUE ;
Closeable = TRUE ;
ListBox LB_ORDERFIELD1
{
- HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1";
+ HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 59 , 25 ) ;
- Size = MAP_APPFONT ( 60 , 72 ) ;
+ Pos = MAP_APPFONT ( 59, 25 ) ;
+ Size = MAP_APPFONT ( 60, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
};
ListBox LB_ORDERVALUE1
{
- HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
+ HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 123 , 25 ) ;
- Size = MAP_APPFONT ( 60 , 36 ) ;
+ Pos = MAP_APPFONT ( 123, 25 ) ;
+ Size = MAP_APPFONT ( 60, 36 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
StringList [ en-US ] =
{
- < "ascending" ; Default ; > ;
- < "descending" ; Default ; > ;
+ < "ascending" ; Default ; > ;
+ < "descending" ; Default ; > ;
};
};
ListBox LB_ORDERFIELD2
{
- HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
+ HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 59 , 41 ) ;
- Size = MAP_APPFONT ( 60 , 72 ) ;
+ Pos = MAP_APPFONT ( 59, 41 ) ;
+ Size = MAP_APPFONT ( 60, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
};
ListBox LB_ORDERVALUE2
{
- HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
+ HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 123 , 41 ) ;
- Size = MAP_APPFONT ( 60 , 36 ) ;
+ Pos = MAP_APPFONT ( 123, 41 ) ;
+ Size = MAP_APPFONT ( 60, 36 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
StringList [ en-US ] =
{
- < "ascending" ; Default ; > ;
- < "descending" ; Default ; > ;
+ < "ascending" ; Default ; > ;
+ < "descending" ; Default ; > ;
};
};
ListBox LB_ORDERFIELD3
{
- HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
+ HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 59 , 57 ) ;
- Size = MAP_APPFONT ( 60 , 72 ) ;
+ Pos = MAP_APPFONT ( 59, 57 ) ;
+ Size = MAP_APPFONT ( 60, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
};
ListBox LB_ORDERVALUE3
{
- HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
+ HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 123 , 57 ) ;
- Size = MAP_APPFONT ( 60 , 36 ) ;
+ Pos = MAP_APPFONT ( 123, 57 ) ;
+ Size = MAP_APPFONT ( 60, 36 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
StringList [ en-US ] =
{
- < "ascending" ; Default ; > ;
- < "descending" ; Default ; > ;
+ < "ascending" ; Default ; > ;
+ < "descending" ; Default ; > ;
};
};
FixedText FT_ORDERFIELD
{
- Pos = MAP_APPFONT ( 58 , 14 ) ;
- Size = MAP_APPFONT ( 60 , 8 ) ;
+ Pos = MAP_APPFONT ( 58, 14 ) ;
+ Size = MAP_APPFONT ( 60, 8 ) ;
Text [ en-US ] = "Field name" ;
Center = TRUE ;
};
FixedText FT_ORDERAFTER1
{
- Pos = MAP_APPFONT ( 12 , 43 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 43 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Text [ en-US ] = "and then" ;
};
FixedText FT_ORDERAFTER2
{
- Pos = MAP_APPFONT ( 12 , 59 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 59 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Text [ en-US ] = "and then" ;
};
FixedText FT_ORDEROPER
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 46 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Verkn�pfung :
Verkn�pfung */
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 46, 8 ) ;
Text [ en-US ] = "Operator" ;
};
FixedText FT_ORDERDIR
{
- Pos = MAP_APPFONT ( 122 , 14 ) ;
- Size = MAP_APPFONT ( 60 , 8 ) ;
+ Pos = MAP_APPFONT ( 122, 14 ) ;
+ Size = MAP_APPFONT ( 60, 8 ) ;
Text [ en-US ] = "Order" ;
Center = TRUE ;
};
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 196 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 196, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 196 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 196, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 196 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 196, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
- FixedLine FL_ORDER
+ FixedLine FL_ORDER
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 184 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 184, 8 ) ;
Text [ en-US ] = "Sort order" ;
};
String STR_NOENTRY
@@ -176,38 +175,4 @@ ModalDialog DLG_ORDERCRIT
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/src/namedlg.src
b/main/sc/source/ui/src/namedlg.src
index 05f8c99..8dfe767 100644
--- a/main/sc/source/ui/src/namedlg.src
+++ b/main/sc/source/ui/src/namedlg.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,58 +28,56 @@ ModelessDialog RID_SCDLG_NAMES
HelpId = CMD_FID_DEFINE_NAME ;
Hide = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 222 , 142 ) ;
+ Size = MAP_APPFONT ( 222, 142 ) ;
Text [ en-US ] = "Define Names" ;
Moveable = TRUE ;
- // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
+ // Closeable = TRUE; // This dialog has a Cancel button!
OKButton BTN_OK
{
- Pos = MAP_APPFONT ( 166 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 166, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT ( 166 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 166, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 166 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 166, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
PushButton BTN_ADD
{
- HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD";
- Pos = MAP_APPFONT ( 166 , 74 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen :
Hinzu~f�gen */
+ HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD" ;
+ Pos = MAP_APPFONT ( 166, 74 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Add" ;
TabStop = TRUE ;
DefButton = TRUE ;
};
PushButton BTN_REMOVE
{
- HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE";
- Pos = MAP_APPFONT ( 166 , 92 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
+ HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE" ;
+ Pos = MAP_APPFONT ( 166, 92 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Delete" ;
TabStop = TRUE ;
};
FixedLine FL_NAME
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 154 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 154, 8 ) ;
Text [ en-US ] = "Name" ;
};
-/*
+/*
ComboBox ED_NAME
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 145 , 92 ) ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 145, 92 ) ;
TabStop = TRUE ;
VScroll = TRUE ;
Sort = TRUE ;
@@ -88,102 +86,101 @@ ModelessDialog RID_SCDLG_NAMES
Edit ED_NAME
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 145 , 11 ) ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 145, 11 ) ;
};
-
+
ListBox LB_NAMES
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 25 ) ;
- Size = MAP_APPFONT ( 145 , 84 ) ;
+ Pos = MAP_APPFONT ( 12, 25 ) ;
+ Size = MAP_APPFONT ( 145, 84 ) ;
TabStop = TRUE ;
VScroll = TRUE ;
AutoHScroll = TRUE ;
Sort = TRUE ;
};
- FixedLine FL_ASSIGN
+ FixedLine FL_ASSIGN
{
- Pos = MAP_APPFONT ( 6 , 112 ) ;
- Size = MAP_APPFONT ( 154 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 112 ) ;
+ Size = MAP_APPFONT ( 154, 8 ) ;
Text [ en-US ] = "Assigned to" ;
};
Edit ED_ASSIGN
{
- HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
+ HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 123 ) ;
- Size = MAP_APPFONT ( 131 , 12 ) ;
+ Pos = MAP_APPFONT ( 12, 123 ) ;
+ Size = MAP_APPFONT ( 131, 12 ) ;
TabStop = TRUE ;
};
ImageButton RB_ASSIGN
{
- HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN";
- Pos = MAP_APPFONT ( 145 , 122 ) ;
- Size = MAP_APPFONT ( 13 , 15 ) ;
+ HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN" ;
+ Pos = MAP_APPFONT ( 145, 122 ) ;
+ Size = MAP_APPFONT ( 13, 15 ) ;
TabStop = FALSE ;
QuickHelpText [ en-US ] = "Shrink" ;
};
MoreButton BTN_MORE
{
- HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
- Pos = MAP_APPFONT ( 166 , 122 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE" ;
+ Pos = MAP_APPFONT ( 166, 122 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
MapUnit = MAP_APPFONT ;
Delta = 41 ;
};
FixedLine FL_TYPE
{
- Pos = MAP_APPFONT ( 6 , 142 ) ;
- Size = MAP_APPFONT ( 154 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 142 ) ;
+ Size = MAP_APPFONT ( 154, 8 ) ;
Text [ en-US ] = "Area type" ;
};
CheckBox BTN_PRINTAREA
{
- HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA";
- Pos = MAP_APPFONT ( 12 , 153 ) ;
- Size = MAP_APPFONT ( 60 , 10 ) ;
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA" ;
+ Pos = MAP_APPFONT ( 12, 153 ) ;
+ Size = MAP_APPFONT ( 60, 10 ) ;
Text [ en-US ] = "~Print range" ;
TabStop = TRUE ;
};
CheckBox BTN_CRITERIA
{
- HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA";
- Pos = MAP_APPFONT ( 12 , 167 ) ;
- Size = MAP_APPFONT ( 60 , 10 ) ;
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA" ;
+ Pos = MAP_APPFONT ( 12, 167 ) ;
+ Size = MAP_APPFONT ( 60, 10 ) ;
Text [ en-US ] = "~Filter" ;
TabStop = TRUE ;
};
CheckBox BTN_ROWHEADER
{
- HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER";
- Pos = MAP_APPFONT ( 75 , 167 ) ;
- Size = MAP_APPFONT ( 82 , 10 ) ;
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER" ;
+ Pos = MAP_APPFONT ( 75, 167 ) ;
+ Size = MAP_APPFONT ( 82, 10 ) ;
Text [ en-US ] = "Repeat ~row" ;
TabStop = TRUE ;
};
CheckBox BTN_COLHEADER
{
- HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER";
- Pos = MAP_APPFONT ( 75 , 153 ) ;
- Size = MAP_APPFONT ( 82 , 10 ) ;
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER" ;
+ Pos = MAP_APPFONT ( 75, 153 ) ;
+ Size = MAP_APPFONT ( 82, 10 ) ;
Text [ en-US ] = "Repeat ~column" ;
TabStop = TRUE ;
};
String STR_ADD
{
- /* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen :
Hinzu~f�gen */
Text [ en-US ] = "~Add" ;
};
String STR_MODIFY
{
- /* ### ACHTUNG: Neuer Text in Resource? ~�ndern : ~�ndern */
Text [ en-US ] = "Mod~ify" ;
};
String STR_INVALIDSYMBOL
{
- /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Ausdruck :
Ung�ltiger Ausdruck */
Text [ en-US ] = "Invalid expression" ;
};
};
+
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/src/toolbox.src
b/main/sc/source/ui/src/toolbox.src
index ddf3f53..c6ce019 100644
--- a/main/sc/source/ui/src/toolbox.src
+++ b/main/sc/source/ui/src/toolbox.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.
- *
+ *
*************************************************************/
@@ -26,61 +26,61 @@
#include "tbinsert.hrc" // Sub-IDs
- // ToolBoxen: ----------------------------------------------------------------
+// ToolBoxen: ----------------------------------------------------------------
/*
- * ToolBox mit Eingabezeile: HelpStrings fuer Knoepfe und Fenster:
+ * ToolBox mit Eingabezeile: HelpStrings fuer Knoepfe und Fenster:
*/
#define ITEM_TOOLBAR_SORT_ASCENDING \
- Identifier = SID_SORT_ASCENDING ; \
- HelpId = SID_SORT_ASCENDING ;
+ Identifier = SID_SORT_ASCENDING ; \
+ HelpId = SID_SORT_ASCENDING ;
#define ITEM_TOOLBAR_SORT_DESCENDING \
- Identifier = SID_SORT_DESCENDING ; \
- HelpId = SID_SORT_DESCENDING ;
+ Identifier = SID_SORT_DESCENDING ; \
+ HelpId = SID_SORT_DESCENDING ;
#define ITEM_TOOLBAR_INSERT_FRAME \
- Identifier = SID_INSERT_FRAME ; \
- HelpId = SID_INSERT_FRAME ;
+ Identifier = SID_INSERT_FRAME ; \
+ HelpId = SID_INSERT_FRAME ;
#define ITEM_TOOLBAR_INSERT_GRAPHIC \
- Identifier = SID_INSERT_GRAPHIC ; \
- HelpId = SID_INSERT_GRAPHIC ;
+ Identifier = SID_INSERT_GRAPHIC ; \
+ HelpId = SID_INSERT_GRAPHIC ;
#define ITEM_TOOLBAR_AUTO_FILTER \
- Identifier = SID_AUTO_FILTER ; \
- HelpId = SID_AUTO_FILTER ;
+ Identifier = SID_AUTO_FILTER ; \
+ HelpId = SID_AUTO_FILTER ;
#define ITEM_TOOLBAR_OUTLINE_MAKE \
- Identifier = SID_OUTLINE_MAKE ; \
- HelpId = SID_OUTLINE_MAKE ;
+ Identifier = SID_OUTLINE_MAKE ; \
+ HelpId = SID_OUTLINE_MAKE ;
#define ITEM_TOOLBAR_OUTLINE_REMOVE \
- Identifier = SID_OUTLINE_REMOVE ; \
- HelpId = SID_OUTLINE_REMOVE ;
+ Identifier = SID_OUTLINE_REMOVE ; \
+ HelpId = SID_OUTLINE_REMOVE ;
#define ITEM_TOOLBAR_DRAW_CHART \
- Identifier = SID_INSERT_DIAGRAM ; \
- HelpId = SID_DRAW_CHART ;
+ Identifier = SID_INSERT_DIAGRAM ; \
+ HelpId = SID_DRAW_CHART ;
#define ITEM_TOOLBAR_SPELLING \
- Identifier = SID_SPELL_DIALOG ; \
- HelpId = SID_SPELL_DIALOG ;
+ Identifier = SID_SPELL_DIALOG ; \
+ HelpId = SID_SPELL_DIALOG ;
#define ITEM_TOOLBAR_THESAURUS \
- Identifier = SID_THESAURUS ; \
- HelpId = SID_THESAURUS ;
+ Identifier = SID_THESAURUS ; \
+ HelpId = SID_THESAURUS ;
#define ITEM_TOOLBAR_FILTER \
Identifier = SID_FILTER ; \
HelpId = SID_FILTER ;
#define ITEM_TOOLBAR_SPECIAL_FILTER \
- Identifier = SID_SPECIAL_FILTER;\
+ Identifier = SID_SPECIAL_FILTER ;\
HelpId = SID_SPECIAL_FILTER ;
String SCSTR_QHELP_POSWND
@@ -95,12 +95,11 @@ String SCSTR_QHELP_INPUTWND
String SCSTR_QHELP_BTNCALC
{
- Text [ en-US ] = "Function Wizard" ;
+ Text [ en-US ] = "Function Wizard" ;
};
String SCSTR_QHELP_BTNOK
{
- /* ### ACHTUNG: Neuer Text in Resource? �bernehmen : �bernehmen */
Text [ en-US ] = "Accept" ;
};
@@ -124,42 +123,44 @@ String SCSTR_QHELP_BTNEQUAL
// used in floating windows.
#define DEFAULT_IDLIST \
- IdList = { \
+ IdList = { \
/* Eingabezeile */
\
SID_INPUT_FUNCTION; /* 20047 */
\
SID_INPUT_SUM; /* 20048 */
\
SID_INPUT_EQUAL; /* 20049 */
\
SID_INPUT_CANCEL; \
SID_INPUT_OK; \
- }; \
- IdCount = { \
- 5; \
- };
+ }; \
+ IdCount = { \
+ 5; \
+ };
ImageList RID_DEFAULTIMAGELIST_SC
{
- Prefix = "sc";
+ Prefix = "sc" ;
MaskColor = STD_MASKCOLOR ;
DEFAULT_IDLIST
};
ImageList RID_DEFAULTIMAGELIST_LC
{
- Prefix = "lc";
+ Prefix = "lc" ;
MaskColor = STD_MASKCOLOR ;
DEFAULT_IDLIST
};
ImageList RID_DEFAULTIMAGELIST_SCH
{
- Prefix = "sch";
+ Prefix = "sch" ;
MaskColor = SC_HC_MASKCOLOR ;
DEFAULT_IDLIST
};
ImageList RID_DEFAULTIMAGELIST_LCH
{
- Prefix = "lch";
+ Prefix = "lch" ;
MaskColor = SC_HC_MASKCOLOR ;
DEFAULT_IDLIST
};
+
+// ********************************************************************** EOF
diff --git a/main/svx/source/dialog/sdstring.src
b/main/svx/source/dialog/sdstring.src
index 3a7b163..160f80f 100644
--- a/main/svx/source/dialog/sdstring.src
+++ b/main/svx/source/dialog/sdstring.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,28 +7,27 @@
* 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 ------------------------------------------------------------------
+
+// include ------------------------------------------------------------------
#include <svx/dialogs.hrc>
- // pragma -------------------------------------------------------------------
+// pragma -------------------------------------------------------------------
- // Strings fuer die Draw-Dialoge --------------------------------------------
+// Strings for Draw dialogs -------------------------------------------------
String RID_SVXSTR_SOLID
{
- /* ### ACHTUNG: Neuer Text in Resource? Durchg�ngig : Durchg�ngig */
- /* ### ACHTUNG: Neuer Text in Resource? Durchg�ngig : Durchg�ngig */
Text [ en-US ] = "Continuous" ;
};
String RID_SVXSTR_GRADIENT
@@ -62,8 +61,6 @@ String RID_SVXSTR_LINEEND
String RID_SVXSTR_CLOSE
{
- /* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */
- /* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */
Text [ en-US ] = "Close" ;
};
String RID_SVXSTR_COLOR_BLACK
@@ -76,14 +73,10 @@ String RID_SVXSTR_COLOR_BLUE
};
String RID_SVXSTR_COLOR_GREEN
{
- /* ### ACHTUNG: Neuer Text in Resource? Gr�n : Gr�n */
- /* ### ACHTUNG: Neuer Text in Resource? Gr�n : Gr�n */
Text [ en-US ] = "Green" ;
};
String RID_SVXSTR_COLOR_CYAN
{
- /* ### ACHTUNG: Neuer Text in Resource? T�rkis : T�rkis */
- /* ### ACHTUNG: Neuer Text in Resource? T�rkis : T�rkis */
Text [ en-US ] = "Cyan" ;
};
String RID_SVXSTR_COLOR_RED
@@ -92,7 +85,6 @@ String RID_SVXSTR_COLOR_RED
};
String RID_SVXSTR_COLOR_MAGENTA
{
- /* ### ACHTUNG: Neuer Text in Resource? Magenta : Violett */
Text [ en-US ] = "Magenta" ;
};
String RID_SVXSTR_COLOR_GREY
@@ -105,8 +97,6 @@ String RID_SVXSTR_COLOR_YELLOW
};
String RID_SVXSTR_COLOR_WHITE
{
- /* ### ACHTUNG: Neuer Text in Resource? Wei� : Wei� */
- /* ### ACHTUNG: Neuer Text in Resource? Wei� : Wei� */
Text [ en-US ] = "White" ;
};
String RID_SVXSTR_COLOR_BLUEGREY
@@ -115,7 +105,7 @@ String RID_SVXSTR_COLOR_BLUEGREY
};
String RID_SVXSTR_COLOR_BLUE_CLASSIC
{
- /* Old default color Blue9, probably often used in saved files */
+ /* Old default color Blue9, probably often used in saved files */
Text [ en-US ] = "Blue classic" ;
};
String RID_SVXSTR_COLOR_ORANGE
@@ -152,53 +142,53 @@ String RID_SVXSTR_NOTCENTERED
};
String RID_SVXSTR_GRAFMODE_STANDARD
{
- Text [ en-US ] = "Default";
+ Text [ en-US ] = "Default" ;
};
String RID_SVXSTR_GRAFMODE_GREYS
{
- Text [ en-US ] = "Grayscale";
+ Text [ en-US ] = "Grayscale" ;
};
String RID_SVXSTR_GRAFMODE_MONO
{
- Text [ en-US ] = "Black/White";
+ Text [ en-US ] = "Black/White" ;
};
String RID_SVXSTR_GRAFMODE_WATERMARK
{
- Text [ en-US ] = "Watermark";
+ Text [ en-US ] = "Watermark" ;
};
String STR_INSERT_VIDEO_EXTFILTER_IVF
{
- Text [ en-US ] = "Intel Indeo Video (*.ivf)" ;
+ Text [ en-US ] = "Intel Indeo Video (*.ivf)" ;
};
String STR_INSERT_VIDEO_EXTFILTER_AVI
{
- Text [ en-US ] = "Video for Windows (*.avi)" ;
+ Text [ en-US ] = "Video for Windows (*.avi)" ;
};
String STR_INSERT_VIDEO_EXTFILTER_MOV
{
- Text [ en-US ] = "QuickTime Movie (*.mov)" ;
+ Text [ en-US ] = "QuickTime Movie (*.mov)" ;
};
String STR_INSERT_VIDEO_EXTFILTER_MPEG
{
- Text [ en-US ] = "MPEG - Motion Pictures Experts Group
(*.mpe;*.mpeg;*.mpg)" ;
+ Text [ en-US ] = "MPEG - Motion Pictures Experts Group
(*.mpe;*.mpeg;*.mpg)" ;
};
String STR_EXTFILTER_ALL
{
- Text [ en-US ] = "<All>" ;
+ Text [ en-US ] = "<All>" ;
};
String STR_INSERT_SOUND_TITLE
{
- Text [ en-US ] = "Insert sound" ;
+ Text [ en-US ] = "Insert sound" ;
};
String STR_INSERT_VIDEO_TITLE
{
- Text [ en-US ] = "Insert video" ;
+ Text [ en-US ] = "Insert video" ;
};
@@ -206,37 +196,37 @@ String STR_INSERT_VIDEO_TITLE
String RID_SVXSTR_COLOR_VIOLET
{
- Text [ en-US ] = "Violet";
+ Text [ en-US ] = "Violet" ;
};
String RID_SVXSTR_COLOR_BORDEAUX
{
- Text [ en-US ] = "Bordeaux";
+ Text [ en-US ] = "Bordeaux" ;
};
String RID_SVXSTR_COLOR_PALE_YELLOW
{
- Text [ en-US ] = "Pale yellow";
+ Text [ en-US ] = "Pale yellow" ;
};
String RID_SVXSTR_COLOR_PALE_GREEN
{
- Text [ en-US ] = "Pale green";
+ Text [ en-US ] = "Pale green" ;
};
String RID_SVXSTR_COLOR_DARKVIOLET
{
- Text [ en-US ] = "Dark violet";
+ Text [ en-US ] = "Dark violet" ;
};
String RID_SVXSTR_COLOR_SALMON
{
- Text [ en-US ] = "Salmon";
+ Text [ en-US ] = "Salmon" ;
};
String RID_SVXSTR_COLOR_SEABLUE
{
- Text [ en-US ] = "Sea blue";
+ Text [ en-US ] = "Sea blue" ;
};
String RID_SVXSTR_COLOR_CHART
@@ -246,121 +236,121 @@ String RID_SVXSTR_COLOR_CHART
String RID_SVXSTR_COLOR_PURPLE
{
- Text [ en-US ] = "Purple";
+ Text [ en-US ] = "Purple" ;
};
String RID_SVXSTR_COLOR_SKYBLUE
{
- Text [ en-US ] = "Sky blue";
+ Text [ en-US ] = "Sky blue" ;
};
String RID_SVXSTR_COLOR_YELLOWGREEN
{
- Text [ en-US ] = "Yellow green";
+ Text [ en-US ] = "Yellow green" ;
};
String RID_SVXSTR_COLOR_PINK
{
- Text [ en-US ] = "Pink";
+ Text [ en-US ] = "Pink" ;
};
String RID_SVXSTR_COLOR_TURQUOISE
{
- Text [ en-US ] = "Turquoise" ;
+ Text [ en-US ] = "Turquoise" ;
};
String RID_SVXSTR_TBLAFMT_3D
{
- Text [ en-US ] = "3D";
+ Text [ en-US ] = "3D" ;
};
String RID_SVXSTR_TBLAFMT_BLACK1
{
- Text [ en-US ] = "Black 1";
+ Text [ en-US ] = "Black 1" ;
};
String RID_SVXSTR_TBLAFMT_BLACK2
{
- Text [ en-US ] = "Black 2";
+ Text [ en-US ] = "Black 2" ;
};
String RID_SVXSTR_TBLAFMT_BLUE
{
- Text [ en-US ] = "Blue";
+ Text [ en-US ] = "Blue" ;
};
String RID_SVXSTR_TBLAFMT_BROWN
{
- Text [ en-US ] = "Brown";
+ Text [ en-US ] = "Brown" ;
};
String RID_SVXSTR_TBLAFMT_CURRENCY
{
- Text [ en-US ] = "Currency";
+ Text [ en-US ] = "Currency" ;
};
String RID_SVXSTR_TBLAFMT_CURRENCY_3D
{
- Text [ en-US ] = "Currency 3D";
+ Text [ en-US ] = "Currency 3D" ;
};
String RID_SVXSTR_TBLAFMT_CURRENCY_GRAY
{
- Text [ en-US ] = "Currency Gray";
+ Text [ en-US ] = "Currency Gray" ;
};
String RID_SVXSTR_TBLAFMT_CURRENCY_LAVENDER
{
- Text [ en-US ] = "Currency Lavender";
+ Text [ en-US ] = "Currency Lavender" ;
};
String RID_SVXSTR_TBLAFMT_CURRENCY_TURQUOISE
{
- Text [ en-US ] = "Currency Turquoise";
+ Text [ en-US ] = "Currency Turquoise" ;
};
String RID_SVXSTR_TBLAFMT_GRAY
{
- Text [ en-US ] = "Gray";
+ Text [ en-US ] = "Gray" ;
};
String RID_SVXSTR_TBLAFMT_GREEN
{
- Text [ en-US ] = "Green";
+ Text [ en-US ] = "Green" ;
};
String RID_SVXSTR_TBLAFMT_LAVENDER
{
- Text [ en-US ] = "Lavender";
+ Text [ en-US ] = "Lavender" ;
};
String RID_SVXSTR_TBLAFMT_RED
{
- Text [ en-US ] = "Red";
+ Text [ en-US ] = "Red" ;
};
String RID_SVXSTR_TBLAFMT_TURQUOISE
{
- Text [ en-US ] = "Turquoise";
+ Text [ en-US ] = "Turquoise" ;
};
String RID_SVXSTR_TBLAFMT_YELLOW
{
- Text [ en-US ] = "Yellow";
+ Text [ en-US ] = "Yellow" ;
};
String RID_SVXSTR_LINEJOINT_MIDDLE
{
- Text [ en-US ] = "Line joint averaged";
+ Text [ en-US ] = "Line joint averaged" ;
};
String RID_SVXSTR_LINEJOINT_BEVEL
{
- Text [ en-US ] = "Line joint bevel";
+ Text [ en-US ] = "Line joint bevel" ;
};
String RID_SVXSTR_LINEJOINT_MITER
{
- Text [ en-US ] = "Line joint miter";
+ Text [ en-US ] = "Line joint miter" ;
};
String RID_SVXSTR_LINEJOINT_ROUND
{
- Text [ en-US ] = "Line joint round";
+ Text [ en-US ] = "Line joint round" ;
};
String RID_SVXSTR_LINECAP_BUTT
{
- Text [ en-US ] = "Line cap flat"; // string as in Excel
+ Text [ en-US ] = "Line cap flat" ; // string as in Excel
};
String RID_SVXSTR_LINECAP_ROUND
{
- Text [ en-US ] = "Line cap round";
+ Text [ en-US ] = "Line cap round" ;
};
String RID_SVXSTR_LINECAP_SQUARE
{
- Text [ en-US ] = "Line cap square";
+ Text [ en-US ] = "Line cap square" ;
};
@@ -369,126 +359,126 @@ String RID_SVXSTR_LINECAP_SQUARE
// Reference-strings for standardcolor-table
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_BLACK_DEF
{
Text = "Black" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_BLUE_DEF
{
Text = "Blue" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_GREEN_DEF
{
Text = "Green" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_CYAN_DEF
{
Text = "Cyan" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_RED_DEF
{
Text = "Red" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_MAGENTA_DEF
{
Text = "Magenta" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_GREY_DEF
{
Text = "Gray" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_YELLOW_DEF
{
Text = "Yellow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_WHITE_DEF
{
Text = "White" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_BLUEGREY_DEF
{
Text = "Blue gray" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_ORANGE_DEF
{
Text = "Orange" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_VIOLET_DEF
{
- Text = "Violet";
+ Text = "Violet" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_BORDEAUX_DEF
{
- Text = "Bordeaux";
+ Text = "Bordeaux" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_PALE_YELLOW_DEF
{
- Text = "Pale yellow";
+ Text = "Pale yellow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_PALE_GREEN_DEF
{
- Text = "Pale green";
+ Text = "Pale green" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_DARKVIOLET_DEF
{
- Text = "Dark violet";
+ Text = "Dark violet" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_SALMON_DEF
{
- Text = "Salmon";
+ Text = "Salmon" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_SEABLUE_DEF
{
- Text = "Sea blue";
+ Text = "Sea blue" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_SUN_DEF
{
// attention: this is the color string for the Sun Microsystems
specific colors !!!
- Text = "Sun";
+ Text = "Sun" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_CHART_DEF
{
- Text = "Chart";
+ Text = "Chart" ;
};
/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_PURPLE_DEF
{
- Text = "Purple";
+ Text = "Purple" ;
};
/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_SKYBLUE_DEF
{
- Text = "Sky blue";
+ Text = "Sky blue" ;
};
/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_YELLOWGREEN_DEF
{
- Text = "Yellow green";
+ Text = "Yellow green" ;
};
/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_PINK_DEF
{
- Text = "Pink";
+ Text = "Pink" ;
};
/* DO NOT TRANSLATE */
String RID_SVXSTR_COLOR_TURQUOISE_DEF
@@ -506,96 +496,96 @@ String RID_SVXSTR_COLOR_BLUE_CLASSIC_DEF
// Reference-strings for standard-gradient-table
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT0_DEF
{
- Text = "Gradient";
+ Text = "Gradient" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT1_DEF
{
- Text = "Linear blue/white";
+ Text = "Linear blue/white" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT2_DEF
{
- Text = "Linear magenta/green";
+ Text = "Linear magenta/green" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT3_DEF
{
- Text = "Linear yellow/brown";
+ Text = "Linear yellow/brown" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT4_DEF
{
- Text = "Radial green/black";
+ Text = "Radial green/black" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT5_DEF
{
- Text = "Radial red/yellow";
+ Text = "Radial red/yellow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT6_DEF
{
- Text = "Rectangular red/white";
+ Text = "Rectangular red/white" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT7_DEF
{
- Text = "Square yellow/white";
+ Text = "Square yellow/white" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT8_DEF
{
- Text = "Ellipsoid blue grey/light blue";
+ Text = "Ellipsoid blue grey/light blue" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_GRDT9_DEF
{
- Text = "Axial light red/white";
+ Text = "Axial light red/white" ;
};
String RID_SVXSTR_GRDT0
{
- Text [ en-US ] = "Gradient";
+ Text [ en-US ] = "Gradient" ;
};
String RID_SVXSTR_GRDT1
{
- Text [ en-US ] = "Linear blue/white";
+ Text [ en-US ] = "Linear blue/white" ;
};
String RID_SVXSTR_GRDT2
{
- Text [ en-US ] = "Linear magenta/green";
+ Text [ en-US ] = "Linear magenta/green" ;
};
String RID_SVXSTR_GRDT3
{
- Text [ en-US ] = "Linear yellow/brown";
+ Text [ en-US ] = "Linear yellow/brown" ;
};
String RID_SVXSTR_GRDT4
{
- Text [ en-US ] = "Radial green/black";
+ Text [ en-US ] = "Radial green/black" ;
};
String RID_SVXSTR_GRDT5
{
- Text [ en-US ] = "Radial red/yellow";
+ Text [ en-US ] = "Radial red/yellow" ;
};
String RID_SVXSTR_GRDT6
{
- Text [ en-US ] = "Rectangular red/white";
+ Text [ en-US ] = "Rectangular red/white" ;
};
String RID_SVXSTR_GRDT7
{
- Text [ en-US ] = "Square yellow/white";
+ Text [ en-US ] = "Square yellow/white" ;
};
String RID_SVXSTR_GRDT8
{
- Text [ en-US ] = "Ellipsoid blue gray/light blue";
+ Text [ en-US ] = "Ellipsoid blue gray/light blue" ;
};
String RID_SVXSTR_GRDT9
{
- Text [ en-US ] = "Axial light red/white";
+ Text [ en-US ] = "Axial light red/white" ;
};
///////////////////////////////////////////////////////////////////////////////
@@ -603,101 +593,101 @@ String RID_SVXSTR_GRDT9
// Reference-strings for standard-hatch-table
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH0_DEF
{
- Text = "Black 45 Degrees Wide";
+ Text = "Black 45 Degrees Wide" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH1_DEF
{
- Text = "Black 45 Degrees";
+ Text = "Black 45 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH2_DEF
{
- Text = "Black -45 Degrees";
+ Text = "Black -45 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH3_DEF
{
- Text = "Black 90 Degrees";
+ Text = "Black 90 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH4_DEF
{
- Text = "Red Crossed 45 Degrees";
+ Text = "Red Crossed 45 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH5_DEF
{
- Text = "Red Crossed 0 Degrees";
+ Text = "Red Crossed 0 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH6_DEF
{
- Text = "Blue Crossed 45 Degrees";
+ Text = "Blue Crossed 45 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH7_DEF
{
- Text = "Blue Crossed 0 Degrees";
+ Text = "Blue Crossed 0 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH8_DEF
{
- Text = "Blue Triple 90 Degrees";
+ Text = "Blue Triple 90 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH9_DEF
{
- Text = "Black 0 Degrees";
+ Text = "Black 0 Degrees" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_HATCH10_DEF
{
- Text = "Hatch";
+ Text = "Hatch" ;
};
String RID_SVXSTR_HATCH0
{
- Text [ en-US ] = "Black 45 degrees wide";
+ Text [ en-US ] = "Black 45 degrees wide" ;
};
String RID_SVXSTR_HATCH1
{
- Text [ en-US ] = "Black 45 degrees";
+ Text [ en-US ] = "Black 45 degrees" ;
};
String RID_SVXSTR_HATCH2
{
- Text [ en-US ] = "Black -45 degrees";
+ Text [ en-US ] = "Black -45 degrees" ;
};
String RID_SVXSTR_HATCH3
{
- Text [ en-US ] = "Black 90 degrees";
+ Text [ en-US ] = "Black 90 degrees" ;
};
String RID_SVXSTR_HATCH4
{
- Text [ en-US ] = "Red crossed 45 degrees";
+ Text [ en-US ] = "Red crossed 45 degrees" ;
};
String RID_SVXSTR_HATCH5
{
- Text [ en-US ] = "Red crossed 0 degrees";
+ Text [ en-US ] = "Red crossed 0 degrees" ;
};
String RID_SVXSTR_HATCH6
{
- Text [ en-US ] = "Blue crossed 45 degrees";
+ Text [ en-US ] = "Blue crossed 45 degrees" ;
};
String RID_SVXSTR_HATCH7
{
- Text [ en-US ] = "Blue crossed 0 degrees";
+ Text [ en-US ] = "Blue crossed 0 degrees" ;
};
String RID_SVXSTR_HATCH8
{
- Text [ en-US ] = "Blue triple 90 degrees";
+ Text [ en-US ] = "Blue triple 90 degrees" ;
};
String RID_SVXSTR_HATCH9
{
- Text [ en-US ] = "Black 0 degrees";
+ Text [ en-US ] = "Black 0 degrees" ;
};
String RID_SVXSTR_HATCH10
{
@@ -709,320 +699,320 @@ String RID_SVXSTR_HATCH10
// Reference-strings for standard-bitmap-table
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP0_DEF
{
- Text = "Empty";
+ Text = "Empty" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP1_DEF
{
- Text = "Sky";
+ Text = "Sky" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP2_DEF
{
- Text = "Aqua";
+ Text = "Aqua" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP3_DEF
{
- Text = "Coarse";
+ Text = "Coarse" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP4_DEF
{
- Text = "Space Metal";
+ Text = "Space Metal" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP5_DEF
{
- Text = "Space";
+ Text = "Space" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP6_DEF
{
- Text = "Metal";
+ Text = "Metal" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP7_DEF
{
- Text = "Wet";
+ Text = "Wet" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP8_DEF
{
- Text = "Marble";
+ Text = "Marble" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP9_DEF
{
- Text = "Linen";
+ Text = "Linen" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP10_DEF
{
- Text = "Stone";
+ Text = "Stone" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP11_DEF
{
- Text = "Pebbles";
+ Text = "Pebbles" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP12_DEF
{
- Text = "Wall";
+ Text = "Wall" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP13_DEF
{
- Text = "Red Wall";
+ Text = "Red Wall" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP14_DEF
{
- Text = "Pattern";
+ Text = "Pattern" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP15_DEF
{
- Text = "Leaves";
+ Text = "Leaves" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP16_DEF
{
- Text = "Lawn Artificial";
+ Text = "Lawn Artificial" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP17_DEF
{
- Text = "Daisy";
+ Text = "Daisy" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP18_DEF
{
- Text = "Orange";
+ Text = "Orange" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP19_DEF
{
- Text = "Fiery";
+ Text = "Fiery" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP20_DEF
{
- Text = "Roses";
+ Text = "Roses" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_BMP21_DEF
{
- Text = "Bitmape";
+ Text = "Bitmape" ;
};
String RID_SVXSTR_BMP0
{
- Text [ en-US ] = "Blank";
+ Text [ en-US ] = "Blank" ;
};
String RID_SVXSTR_BMP1
{
- Text [ en-US ] = "Sky";
+ Text [ en-US ] = "Sky" ;
};
String RID_SVXSTR_BMP2
{
- Text [ en-US ] = "Water";
+ Text [ en-US ] = "Water" ;
};
String RID_SVXSTR_BMP3
{
- Text [ en-US ] = "Coarse grained";
+ Text [ en-US ] = "Coarse grained" ;
};
String RID_SVXSTR_BMP4
{
- Text [ en-US ] = "Mercury";
+ Text [ en-US ] = "Mercury" ;
};
String RID_SVXSTR_BMP5
{
- Text [ en-US ] = "Space";
+ Text [ en-US ] = "Space" ;
};
String RID_SVXSTR_BMP6
{
- Text [ en-US ] = "Metal";
+ Text [ en-US ] = "Metal" ;
};
String RID_SVXSTR_BMP7
{
- Text [ en-US ] = "Droplets";
+ Text [ en-US ] = "Droplets" ;
};
String RID_SVXSTR_BMP8
{
- Text [ en-US ] = "Marble";
+ Text [ en-US ] = "Marble" ;
};
String RID_SVXSTR_BMP9
{
- Text [ en-US ] = "Linen";
+ Text [ en-US ] = "Linen" ;
};
String RID_SVXSTR_BMP10
{
- Text [ en-US ] = "Stone";
+ Text [ en-US ] = "Stone" ;
};
String RID_SVXSTR_BMP11
{
- Text [ en-US ] = "Gravel";
+ Text [ en-US ] = "Gravel" ;
};
String RID_SVXSTR_BMP12
{
- Text [ en-US ] = "Wall";
+ Text [ en-US ] = "Wall" ;
};
String RID_SVXSTR_BMP13
{
- Text [ en-US ] = "Brownstone";
+ Text [ en-US ] = "Brownstone" ;
};
String RID_SVXSTR_BMP14
{
- Text [ en-US ] = "Netting";
+ Text [ en-US ] = "Netting" ;
};
String RID_SVXSTR_BMP15
{
- Text [ en-US ] = "Leaves";
+ Text [ en-US ] = "Leaves" ;
};
String RID_SVXSTR_BMP16
{
- Text [ en-US ] = "Artificial Turf";
+ Text [ en-US ] = "Artificial Turf" ;
};
String RID_SVXSTR_BMP17
{
- Text [ en-US ] = "Daisy";
+ Text [ en-US ] = "Daisy" ;
};
String RID_SVXSTR_BMP18
{
- Text [ en-US ] = "Orange";
+ Text [ en-US ] = "Orange" ;
};
String RID_SVXSTR_BMP19
{
- Text [ en-US ] = "Fiery";
+ Text [ en-US ] = "Fiery" ;
};
String RID_SVXSTR_BMP20
{
- Text [ en-US ] = "Roses";
+ Text [ en-US ] = "Roses" ;
};
String RID_SVXSTR_BMP21
{
- Text [ en-US ] = "Bitmap";
+ Text [ en-US ] = "Bitmap" ;
};
///////////////////////////////////////////////////////////////////////////////
//
// Reference-strings for standard-dash-table
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH0_DEF
{
- Text = "Ultrafine Dashed";
+ Text = "Ultrafine Dashed" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH1_DEF
{
- Text = "Fine Dashed";
+ Text = "Fine Dashed" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH2_DEF
{
- Text = "Ultrafine 2 Dots 3 Dashes";
+ Text = "Ultrafine 2 Dots 3 Dashes" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH3_DEF
{
- Text = "Fine Dotted";
+ Text = "Fine Dotted" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH4_DEF
{
- Text = "Line with Fine Dots";
+ Text = "Line with Fine Dots" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH5_DEF
{
- Text = "Fine Dashed (var)";
+ Text = "Fine Dashed (var)" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH6_DEF
{
- Text = "3 Dashes 3 Dots (var)";
+ Text = "3 Dashes 3 Dots (var)" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH7_DEF
{
- Text = "Ultrafine Dotted (var)";
+ Text = "Ultrafine Dotted (var)" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH8_DEF
{
- Text = "Line Style 9";
+ Text = "Line Style 9" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH9_DEF
{
- Text = "2 Dots 1 Dash";
+ Text = "2 Dots 1 Dash" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH10_DEF
{
- Text = "Dashed (var)";
+ Text = "Dashed (var)" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_DASH11_DEF
{
- Text = "Dash";
+ Text = "Dash" ;
};
String RID_SVXSTR_DASH0
{
- Text [ en-US ] = "Ultrafine Dashed";
+ Text [ en-US ] = "Ultrafine Dashed" ;
};
String RID_SVXSTR_DASH1
{
- Text [ en-US ] = "Fine Dashed";
+ Text [ en-US ] = "Fine Dashed" ;
};
String RID_SVXSTR_DASH2
{
- Text [ en-US ] = "Ultrafine 2 Dots 3 Dashes";
+ Text [ en-US ] = "Ultrafine 2 Dots 3 Dashes" ;
};
String RID_SVXSTR_DASH3
{
- Text [ en-US ] = "Fine Dotted";
+ Text [ en-US ] = "Fine Dotted" ;
};
String RID_SVXSTR_DASH4
{
- Text [ en-US ] = "Line with Fine Dots";
+ Text [ en-US ] = "Line with Fine Dots" ;
};
String RID_SVXSTR_DASH5
{
- Text [ en-US ] = "Fine Dashed (var)";
+ Text [ en-US ] = "Fine Dashed (var)" ;
};
String RID_SVXSTR_DASH6
{
- Text [ en-US ] = "3 Dashes 3 Dots (var)";
+ Text [ en-US ] = "3 Dashes 3 Dots (var)" ;
};
String RID_SVXSTR_DASH7
{
- Text [ en-US ] = "Ultrafine Dotted (var)";
+ Text [ en-US ] = "Ultrafine Dotted (var)" ;
};
String RID_SVXSTR_DASH8
{
- Text [ en-US ] = "Line Style 9";
+ Text [ en-US ] = "Line Style 9" ;
};
String RID_SVXSTR_DASH9
{
- Text [ en-US ] = "2 Dots 1 Dash";
+ Text [ en-US ] = "2 Dots 1 Dash" ;
};
String RID_SVXSTR_DASH10
{
- Text [ en-US ] = "Dashed (var)";
+ Text [ en-US ] = "Dashed (var)" ;
};
String RID_SVXSTR_DASH11
{
- Text [ en-US ] = "Dashed";
+ Text [ en-US ] = "Dashed" ;
};
///////////////////////////////////////////////////////////////////////////////
@@ -1030,186 +1020,186 @@ String RID_SVXSTR_DASH11
// Reference-strings for standard-line-end-table
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND0_DEF
{
- Text = "Arrow concave";
+ Text = "Arrow concave" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND1_DEF
{
- Text = "Square 45";
+ Text = "Square 45" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND2_DEF
{
- Text = "Small Arrow";
+ Text = "Small Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND3_DEF
{
- Text = "Dimension Lines";
+ Text = "Dimension Lines" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND4_DEF
{
- Text = "Double Arrow";
+ Text = "Double Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND5_DEF
{
- Text = "Rounded short Arrow";
+ Text = "Rounded short Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND6_DEF
{
- Text = "Symmetric Arrow";
+ Text = "Symmetric Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND7_DEF
{
- Text = "Line Arrow";
+ Text = "Line Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND8_DEF
{
- Text = "Rounded large Arrow";
+ Text = "Rounded large Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND9_DEF
{
- Text = "Circle";
+ Text = "Circle" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND10_DEF
{
- Text = "Square";
+ Text = "Square" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND11_DEF
{
- Text = "Arrow";
+ Text = "Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND12_DEF
{
- Text = "Short line Arrow";
+ Text = "Short line Arrow" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND13_DEF
{
- Text = "Triangle unfilled";
+ Text = "Triangle unfilled" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND14_DEF
{
- Text = "Diamond unfilled";
+ Text = "Diamond unfilled" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND15_DEF
{
- Text = "Diamond";
+ Text = "Diamond" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND16_DEF
{
- Text = "Circle unfilled";
+ Text = "Circle unfilled" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND17_DEF
{
- Text = "Square 45 unfilled";
+ Text = "Square 45 unfilled" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND18_DEF
{
- Text = "Square unfilled";
+ Text = "Square unfilled" ;
};
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_LEND19_DEF
{
- Text = "Half Circle unfilled";
+ Text = "Half Circle unfilled" ;
};
String RID_SVXSTR_LEND0
{
- Text [ en-US ] = "Arrow concave";
+ Text [ en-US ] = "Arrow concave" ;
};
String RID_SVXSTR_LEND1
{
- Text [ en-US ] = "Square 45";
+ Text [ en-US ] = "Square 45" ;
};
String RID_SVXSTR_LEND2
{
- Text [ en-US ] = "Small arrow";
+ Text [ en-US ] = "Small arrow" ;
};
String RID_SVXSTR_LEND3
{
- Text [ en-US ] = "Dimension lines";
+ Text [ en-US ] = "Dimension lines" ;
};
String RID_SVXSTR_LEND4
{
- Text [ en-US ] = "Double Arrow";
+ Text [ en-US ] = "Double Arrow" ;
};
String RID_SVXSTR_LEND5
{
- Text [ en-US ] = "Rounded short arrow";
+ Text [ en-US ] = "Rounded short arrow" ;
};
String RID_SVXSTR_LEND6
{
- Text [ en-US ] = "Symmetric arrow";
+ Text [ en-US ] = "Symmetric arrow" ;
};
String RID_SVXSTR_LEND7
{
- Text [ en-US ] = "Line arrow";
+ Text [ en-US ] = "Line arrow" ;
};
String RID_SVXSTR_LEND8
{
- Text [ en-US ] = "Rounded large arrow";
+ Text [ en-US ] = "Rounded large arrow" ;
};
String RID_SVXSTR_LEND9
{
- Text [ en-US ] = "Circle";
+ Text [ en-US ] = "Circle" ;
};
String RID_SVXSTR_LEND10
{
- Text [ en-US ] = "Square";
+ Text [ en-US ] = "Square" ;
};
String RID_SVXSTR_LEND11
{
- Text [ en-US ] = "Arrow";
+ Text [ en-US ] = "Arrow" ;
};
String RID_SVXSTR_LEND12
{
- Text [ en-US ] = "Short line Arrow";
+ Text [ en-US ] = "Short line Arrow" ;
};
String RID_SVXSTR_LEND13
{
- Text [ en-US ] = "Triangle unfilled";
+ Text [ en-US ] = "Triangle unfilled" ;
};
String RID_SVXSTR_LEND14
{
- Text [ en-US ] = "Diamond unfilled";
+ Text [ en-US ] = "Diamond unfilled" ;
};
String RID_SVXSTR_LEND15
{
- Text [ en-US ] = "Diamond";
+ Text [ en-US ] = "Diamond" ;
};
String RID_SVXSTR_LEND16
{
- Text [ en-US ] = "Circle unfilled";
+ Text [ en-US ] = "Circle unfilled" ;
};
String RID_SVXSTR_LEND17
{
- Text [ en-US ] = "Square 45 unfilled";
+ Text [ en-US ] = "Square 45 unfilled" ;
};
String RID_SVXSTR_LEND18
{
- Text [ en-US ] = "Square unfilled";
+ Text [ en-US ] = "Square unfilled" ;
};
String RID_SVXSTR_LEND19
{
- Text [ en-US ] = "Half Circle unfilled";
+ Text [ en-US ] = "Half Circle unfilled" ;
};
///////////////////////////////////////////////////////////////////////////////
@@ -1217,38 +1207,36 @@ String RID_SVXSTR_LEND19
// Reference-strings for standard transparence gradients
//
-/* nicht uebersetzen */
+/* DO NOT TRANSLATE */
String RID_SVXSTR_TRASNGR0_DEF
{
- Text = "Transparency";
+ Text = "Transparency" ;
};
String RID_SVXSTR_TRASNGR0
{
- Text [ en-US ] = "Transparency";
+ Text [ en-US ] = "Transparency" ;
};
- // ********************************************************************** EOF
-
- // RID_SVXSTR_FIELDUNIT_TABLE --------------------------------------------
+// RID_SVXSTR_FIELDUNIT_TABLE --------------------------------------------
StringArray RID_SVXSTR_FIELDUNIT_TABLE
{
ItemList [ en-US ] =
{
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Centimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Inch" ; FUNIT_INCH ; > ;
- < "Foot" ; FUNIT_FOOT ; > ;
- < "Miles" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Centimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Inch" ; FUNIT_INCH ; > ;
+ < "Foot" ; FUNIT_FOOT ; > ;
+ < "Miles" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
};
};
-// unbekannte Zeichenfarbe
+// unknown color
String RID_SVXSTR_COLOR_USER
{
Text [ en-US ] = "User" ;
@@ -1261,17 +1249,19 @@ String RID_SVXSTR_GALLERYPROPS_GALTHEME
String RID_SVXSTR_GALLERY_THEMEITEMS
{
- Text [ en-US ] = "Theme Items";
+ Text [ en-US ] = "Theme Items" ;
};
String RID_SVXSTR_GALLERY_THEMENAME
{
- Text [ en-US ] = "Theme Name";
+ Text [ en-US ] = "Theme Name" ;
};
String RID_SVXSTR_GALLERY_FILESFOUND
{
- Text [ en-US ] = "Files Found";
+ Text [ en-US ] = "Files Found" ;
};
String RID_SVXSTR_GALLERY_PREVIEW
{
- Text [ en-US ] = "Preview";
+ Text [ en-US ] = "Preview" ;
};
+
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/fmtui/tmpdlg.src
b/main/sw/source/ui/fmtui/tmpdlg.src
index 479b6ce..3071367 100644
--- a/main/sw/source/ui/fmtui/tmpdlg.src
+++ b/main/sw/source/ui/fmtui/tmpdlg.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.
- *
+ *
*************************************************************/
@@ -54,13 +54,13 @@ TabDialog DLG_TEMPLATE_1
{
Identifier = TP_CHAR_POS ;
PageResID = TP_CHAR_POS ;
- Text [ en-US ] = "Position";
+ Text [ en-US ] = "Position" ;
};
PageItem
{
Identifier = TP_CHAR_TWOLN ;
- PageResID = TP_CHAR_TWOLN;
- Text [ en-US ] = "Asian Layout";
+ PageResID = TP_CHAR_TWOLN ;
+ Text [ en-US ] = "Asian Layout" ;
};
PageItem
{
@@ -85,7 +85,6 @@ TabDialog DLG_TEMPLATE_2
PageItem
{
Identifier = TP_PARA_STD ;
- /* ### ACHTUNG: Neuer Text in Resource? Einz�ge
und Abst�nde : Einz�ge und Abst�nde */
Text [ en-US ] = "Indents & Spacing" ;
PageResID = TP_PARA_STD ;
};
@@ -98,14 +97,13 @@ TabDialog DLG_TEMPLATE_2
PageItem
{
Identifier = TP_PARA_EXT ;
- /* ### ACHTUNG: Neuer Text in Resource?
Textflu?: Textflu?*/
Text [ en-US ] = "Text Flow" ;
PageResID = TP_PARA_EXT ;
};
PageItem
{
- Identifier = TP_PARA_ASIAN;
- Text [ en-US ] = "Asian Typography";
+ Identifier = TP_PARA_ASIAN ;
+ Text [ en-US ] = "Asian Typography" ;
};
PageItem
{
@@ -123,13 +121,13 @@ TabDialog DLG_TEMPLATE_2
{
Identifier = TP_CHAR_POS ;
PageResID = TP_CHAR_POS ;
- Text [ en-US ] = "Position";
+ Text [ en-US ] = "Position" ;
};
PageItem
{
Identifier = TP_CHAR_TWOLN ;
- PageResID = TP_CHAR_TWOLN;
- Text [ en-US ] = "Asian Layout";
+ PageResID = TP_CHAR_TWOLN ;
+ Text [ en-US ] = "Asian Layout" ;
};
PageItem
{
@@ -149,27 +147,27 @@ TabDialog DLG_TEMPLATE_2
PageResID = TP_DROPCAPS ;
};
- //UUUU new Area and Transparence TabPages
- PageItem
- {
- Identifier = RID_SVXPAGE_AREA;
- PageResID = RID_SVXPAGE_AREA;
- Text [ en-US ] = "Area" ;
- };
- PageItem
- {
- Identifier = RID_SVXPAGE_TRANSPARENCE;
- PageResID = RID_SVXPAGE_TRANSPARENCE;
- Text [ en-US ] = "Transparency" ;
- };
+ //UUUU new Area and Transparence TabPages
+ PageItem
+ {
+ Identifier = RID_SVXPAGE_AREA ;
+ PageResID = RID_SVXPAGE_AREA ;
+ Text [ en-US ] = "Area" ;
+ };
+ PageItem
+ {
+ Identifier = RID_SVXPAGE_TRANSPARENCE ;
+ PageResID = RID_SVXPAGE_TRANSPARENCE ;
+ Text [ en-US ] = "Transparency" ;
+ };
- //UUUU remove?
- //PageItem
- //{
- // Identifier = TP_BACKGROUND ;
- // Text [ en-US ] = "Background" ;
- // PageResID = TP_BACKGROUND ;
- //};
+ //UUUU remove?
+ //PageItem
+ //{
+ // Identifier = TP_BACKGROUND ;
+ // Text [ en-US ] = "Background" ;
+ // PageResID = TP_BACKGROUND ;
+ //};
PageItem
{
@@ -190,16 +188,16 @@ TabDialog DLG_TEMPLATE_4
{
OutputSize = TRUE ;
SVLook = TRUE ;
- // Text[norwegian_wrong] = "Sidetyper";
- // Text[italian_wrong] = "Stili pagina";
- // Text[portuguese_brazilian_wrong] = "Estilos da P�gina ";
- // Text[portuguese_wrong] = "Estilos da P�gina ";
- // Text[finnish_wrong] = "Sivutyylit";
- // Text[danish_wrong] = "Sidelayout";
- // Text[french_wrong] = "Styles de page";
- // Text[swedish_wrong] = "Sidformat";
- // Text[dutch_wrong] = "Pagina-opmaakprofielen";
- // Text[spanish_wrong] = "Estilos de p�gina";
+ // Text[norwegian_wrong] = "Sidetyper" ;
+ // Text[italian_wrong] = "Stili pagina" ;
+ // Text[portuguese_brazilian_wrong] = "Estilos da P�gina " ;
+ // Text[portuguese_wrong] = "Estilos da P�gina " ;
+ // Text[finnish_wrong] = "Sivutyylit" ;
+ // Text[danish_wrong] = "Sidelayout" ;
+ // Text[french_wrong] = "Styles de page" ;
+ // Text[swedish_wrong] = "Sidformat" ;
+ // Text[dutch_wrong] = "Pagina-opmaakprofielen" ;
+ // Text[spanish_wrong] = "Estilos de p�gina" ;
Text [ en-US ] = "Page Style" ;
Moveable = TRUE ;
TabControl 1
@@ -207,35 +205,35 @@ TabDialog DLG_TEMPLATE_4
OutputSize = TRUE ;
PageList =
{
- /* PageItem
+ /* PageItem
{
Identifier = TP_PAGE_STD ;
Text [ en-US ] = "Page" ;
PageResID = TP_PAGE_STD ;
};*/
- //UUUU new Area and Transparence TabPages
- PageItem
- {
- Identifier = RID_SVXPAGE_AREA;
- PageResID = RID_SVXPAGE_AREA;
- Text [ en-US ] = "Area" ;
- };
- PageItem
- {
- Identifier = RID_SVXPAGE_TRANSPARENCE;
- PageResID = RID_SVXPAGE_TRANSPARENCE;
- Text [ en-US ] = "Transparency" ;
- };
+ //UUUU new Area and Transparence TabPages
+ PageItem
+ {
+ Identifier = RID_SVXPAGE_AREA ;
+ PageResID = RID_SVXPAGE_AREA ;
+ Text [ en-US ] = "Area" ;
+ };
+ PageItem
+ {
+ Identifier = RID_SVXPAGE_TRANSPARENCE ;
+ PageResID = RID_SVXPAGE_TRANSPARENCE ;
+ Text [ en-US ] = "Transparency" ;
+ };
- //UUUU remove?
- //PageItem
- //{
- // Identifier = TP_BACKGROUND ;
- // Text [ en-US ] = "Background" ;
- // PageResID = TP_BACKGROUND ;
- //};
- /* PageItem
+ //UUUU remove?
+ //PageItem
+ //{
+ // Identifier = TP_BACKGROUND ;
+ // Text [ en-US ] = "Background" ;
+ // PageResID = TP_BACKGROUND ;
+ //};
+ /* PageItem
{
Identifier = TP_BORDER ;
Text [ en-US ] = "Borders" ;
@@ -282,12 +280,11 @@ String STR_PAGE_HEADER
};
String STR_PAGE_FOOTER
{
- /* ### ACHTUNG: Neuer Text in Resource? Fu�zeile : Fu�zeile */
Text [ en-US ] = "Footer" ;
};
String STR_PAGE_TEXTGRID
{
- Text [ en-US ] = "Text Grid";
+ Text [ en-US ] = "Text Grid" ;
};
String STR_PAGE_COLUMN
{
@@ -295,23 +292,22 @@ String STR_PAGE_COLUMN
};
String STR_PAGE_FOOTNOTE
{
- /* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */
Text [ en-US ] = "Footnote" ;
};
TabDialog DLG_TEMPLATE_3
{
OutputSize = TRUE ;
SVLook = TRUE ;
- // Text[norwegian_wrong] = "Rammemaler";
- // Text[italian_wrong] = "Stili cornice";
- // Text[portuguese_brazilian_wrong] = "Estilos de Moldura";
- // Text[portuguese_wrong] = "Estilos de Moldura";
- // Text[finnish_wrong] = "Kehystyylit";
- // Text[danish_wrong] = "Rammelayout";
- // Text[french_wrong] = "Styles d'encadrement";
- // Text[swedish_wrong] = "Ramformat";
- // Text[dutch_wrong] = "Kaderopmaakprofielen";
- // Text[spanish_wrong] = "Estilos de marco";
+ // Text[norwegian_wrong] = "Rammemaler" ;
+ // Text[italian_wrong] = "Stili cornice" ;
+ // Text[portuguese_brazilian_wrong] = "Estilos de Moldura" ;
+ // Text[portuguese_wrong] = "Estilos de Moldura" ;
+ // Text[finnish_wrong] = "Kehystyylit" ;
+ // Text[danish_wrong] = "Rammelayout" ;
+ // Text[french_wrong] = "Styles d'encadrement" ;
+ // Text[swedish_wrong] = "Ramformat" ;
+ // Text[dutch_wrong] = "Kaderopmaakprofielen" ;
+ // Text[spanish_wrong] = "Estilos de marco" ;
Text [ en-US ] = "Frame Style" ;
Moveable = TRUE ;
TabControl 1
@@ -329,7 +325,6 @@ TabDialog DLG_TEMPLATE_3
{
Identifier = TP_FRM_ADD ;
PageResID = TP_FRM_ADD ;
- /* ### ACHTUNG: Neuer Text in Resource? Zus�tze
: Zus�tze */
Text [ en-US ] = "Options" ;
};
PageItem
@@ -339,27 +334,27 @@ TabDialog DLG_TEMPLATE_3
PageResID = TP_FRM_WRAP ;
};
- //UUUU new Area and Transparence TabPages
- PageItem
- {
- Identifier = RID_SVXPAGE_AREA;
- PageResID = RID_SVXPAGE_AREA;
- Text [ en-US ] = "Area" ;
- };
- PageItem
- {
- Identifier = RID_SVXPAGE_TRANSPARENCE;
- PageResID = RID_SVXPAGE_TRANSPARENCE;
- Text [ en-US ] = "Transparency" ;
- };
+ //UUUU new Area and Transparence TabPages
+ PageItem
+ {
+ Identifier = RID_SVXPAGE_AREA ;
+ PageResID = RID_SVXPAGE_AREA ;
+ Text [ en-US ] = "Area" ;
+ };
+ PageItem
+ {
+ Identifier = RID_SVXPAGE_TRANSPARENCE ;
+ PageResID = RID_SVXPAGE_TRANSPARENCE ;
+ Text [ en-US ] = "Transparency" ;
+ };
- //UUUU Remove?
- //PageItem
- //{
- // Identifier = TP_BACKGROUND ;
- // Text [ en-US ] = "Background" ;
- // PageResID = TP_BACKGROUND ;
- //};
+ //UUUU Remove?
+ //PageItem
+ //{
+ // Identifier = TP_BACKGROUND ;
+ // Text [ en-US ] = "Background" ;
+ // PageResID = TP_BACKGROUND ;
+ //};
PageItem
{
@@ -397,7 +392,7 @@ TabDialog DLG_TEMPLATE_5
};
PageItem
{
- Identifier = RID_SVXPAGE_PICK_SINGLE_NUM;
+ Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
Text [ en-US ] = "Numbering Style" ;
};
PageItem
@@ -407,7 +402,7 @@ TabDialog DLG_TEMPLATE_5
};
PageItem
{
- Identifier = RID_SVXPAGE_PICK_BMP;
+ Identifier = RID_SVXPAGE_PICK_BMP ;
Text [ en-US ] = "Graphics" ;
};
PageItem
@@ -417,10 +412,12 @@ TabDialog DLG_TEMPLATE_5
};
PageItem
{
- Identifier = RID_SVXPAGE_NUM_OPTIONS;
+ Identifier = RID_SVXPAGE_NUM_OPTIONS ;
Text [ en-US ] = "Options" ;
};
};
};
Text [ en-US ] = "Numbering Style" ;
};
+
+// ********************************************************************** EOF