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

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


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

commit 034ae911c56175dd7f2516d0cc289b692f155b23
Author: mseidel <msei...@apache.org>
AuthorDate: Fri Dec 6 19:19:55 2019 +0100

    Cleaned up resource files
---
 main/cui/source/dialogs/hyphen.src | 83 +++++++++++++++++++-------------------
 main/editeng/source/misc/lingu.src | 68 ++++++-------------------------
 2 files changed, 54 insertions(+), 97 deletions(-)

diff --git a/main/cui/source/dialogs/hyphen.src 
b/main/cui/source/dialogs/hyphen.src
index 0fbdf81..2ffe154 100644
--- a/main/cui/source/dialogs/hyphen.src
+++ b/main/cui/source/dialogs/hyphen.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,122 +7,121 @@
  * 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 "helpid.hrc"
 #include "cuires.hrc"
 #include "hyphen.hrc"
 
 String RID_SVXSTR_HMERR_CHECKINSTALL
 {
-       /* ### ACHTUNG: Neuer Text in Resource?  ist für die Prüfung nicht 
verfügbar. \nÜberprüfen Sie bitte Ihre Installation und installieren Sie 
\ngegebenenfalls die gewünschte Sprache :  ist f³r die Pr³fung nicht verf³gbar. 
\nšberpr³fen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls 
die gew³nschte Sprache */
-       /* ### ACHTUNG: Neuer Text in Resource?  ist für die Prüfung nicht 
verfügbar. \nÜberprüfen Sie bitte Ihre Installation und installieren Sie 
\ngegebenenfalls die gewünschte Sprache :  ist f³r die Pr³fung nicht verf³gbar. 
\nšberpr³fen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls 
die gew³nschte Sprache */
        Text [ en-US ] = "is not available for spellchecking\nPlease check your 
installation and install the desired language\n" ;
 };
 
- // RID_SVXDLG_HYPHENATE --------------------------------------------------
+// RID_SVXDLG_HYPHENATE --------------------------------------------------
 ModalDialog RID_SVXDLG_HYPHENATE
 {
        HelpId = HID_HYPHENATE ;
-    Size = MAP_APPFONT ( 200 , 111 ) ;
+       Size = MAP_APPFONT ( 200, 111 ) ;
        OutputSize = TRUE ;
        SvLook = TRUE ;
        Text [ en-US ] = "Hyphenation" ;
        Moveable = TRUE ;
 
-    FixedText FT_WORD
-    {
-        Pos = MAP_APPFONT ( 5 , 5 ) ;
-        Size = MAP_APPFONT ( 120 , 8 ) ;
+       FixedText FT_WORD
+       {
+        Pos = MAP_APPFONT ( 5, 5 ) ;
+        Size = MAP_APPFONT ( 120, 8 ) ;
         Text [ en-US ] = "~Word" ;
-    };
+       };
        Edit ED_WORD
        {
-           HelpID = "cui:Edit:RID_SVXDLG_HYPHENATE:ED_WORD";
+           HelpID = "cui:Edit:RID_SVXDLG_HYPHENATE:ED_WORD" ;
                BORDER = TRUE ;
-        Pos = MAP_APPFONT ( 5 , 17 ) ;
-        Size = MAP_APPFONT ( 132 , 12 ) ;
+        Pos = MAP_APPFONT ( 5, 17 ) ;
+        Size = MAP_APPFONT ( 132, 12 ) ;
                TABSTOP = TRUE ;
                LEFT = TRUE ;
        };
        ImageButton BTN_LEFT
        {
-           HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_LEFT";
-        Pos = MAP_APPFONT ( 56 , 33 ) ;
-               Size = MAP_APPFONT ( 14 , 14 ) ;
+           HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_LEFT" ;
+        Pos = MAP_APPFONT ( 56, 33 ) ;
+               Size = MAP_APPFONT ( 14, 14 ) ;
                TABSTOP = TRUE ;
                SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
        };
        ImageButton BTN_RIGHT
        {
-           HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_RIGHT";
-        Pos = MAP_APPFONT ( 75 , 33 ) ;
-               Size = MAP_APPFONT ( 14 , 14 ) ;
+           HelpID = "cui:ImageButton:RID_SVXDLG_HYPHENATE:BTN_RIGHT" ;
+        Pos = MAP_APPFONT ( 75, 33 ) ;
+               Size = MAP_APPFONT ( 14, 14 ) ;
                TABSTOP = TRUE ;
                Symbol = IMAGEBUTTON_ARROW_RIGHT ;
        };
     OKButton BTN_HYPH_CUT
     {
-        Pos = MAP_APPFONT ( 144 , 17 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+        Pos = MAP_APPFONT ( 144, 17 ) ;
+        Size = MAP_APPFONT ( 50, 14 ) ;
         Text [ en-US ] = "H~yphenate" ;
         TABSTOP = TRUE ;
         DEFBUTTON = TRUE ;
     };
        PushButton BTN_HYPH_CONTINUE
        {
-           HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE";
-        Pos = MAP_APPFONT ( 144 , 35 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+           HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE" ;
+        Pos = MAP_APPFONT ( 144, 35 ) ;
+        Size = MAP_APPFONT ( 50, 14 ) ;
         Text [ en-US ] = "~Skip" ;
                TABSTOP = TRUE ;
        };
        PushButton BTN_HYPH_DELETE
        {
-           HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE";
-        Pos = MAP_APPFONT ( 144 , 52 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+           HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE" ;
+        Pos = MAP_APPFONT ( 144, 52 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                Text [ en-US ] = "~Remove" ;
                TABSTOP = TRUE ;
        };
     FixedLine FL_BOTTOM
     {
-        Pos = MAP_APPFONT ( 0 , 81 ) ;
-        Size = MAP_APPFONT ( 200 , 8 ) ;
+        Pos = MAP_APPFONT ( 0, 81 ) ;
+        Size = MAP_APPFONT ( 200, 8 ) ;
     };
     HelpButton BTN_HYPH_HELP
     {
-        Pos = MAP_APPFONT ( 5 , 93 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+        Pos = MAP_APPFONT ( 5, 93 ) ;
+        Size = MAP_APPFONT ( 50, 14 ) ;
         TABSTOP = TRUE ;
     };
     PushButton BTN_HYPH_ALL
     {
-        HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_ALL";
-        Pos = MAP_APPFONT ( 63 , 93 ) ;
-        Size = MAP_APPFONT ( 74 , 14 ) ;
+        HelpID = "cui:PushButton:RID_SVXDLG_HYPHENATE:BTN_HYPH_ALL" ;
+        Pos = MAP_APPFONT ( 63, 93 ) ;
+        Size = MAP_APPFONT ( 74, 14 ) ;
         Text [ en-US ] = "Hyphenate ~All" ;
         TABSTOP = TRUE ;
     };
        CancelButton BTN_HYPH_CANCEL
        {
-        Pos = MAP_APPFONT ( 144 , 93 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
-        Text [ en-US ] = "~Close";
+        Pos = MAP_APPFONT ( 144, 93 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+        Text [ en-US ] = "~Close" ;
                TABSTOP = TRUE ;
        };
 };
 
-
+// ********************************************************************** EOF
diff --git a/main/editeng/source/misc/lingu.src 
b/main/editeng/source/misc/lingu.src
index c665669..ce997a5 100644
--- a/main/editeng/source/misc/lingu.src
+++ b/main/editeng/source/misc/lingu.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,94 +7,52 @@
  * 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 <editeng/editrids.hrc>
- // pragma ----------------------------------------------------------------
+// pragma ----------------------------------------------------------------
 
- // QueryBoxen ---------------------------------------------------------------
+// QueryBox ---------------------------------------------------------------
 QueryBox RID_SVXQB_CONTINUE
 {
        BUTTONS = WB_YES_NO ;
        DEFBUTTON = WB_DEF_YES ;
-       /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Anfang des 
Dokumentes fortsetzen? : �berpr�fung am Anfang des Dokumentes fortsetzen? */
-       /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Anfang des 
Dokumentes fortsetzen? : �berpr�fung am Anfang des Dokumentes fortsetzen? */
        Message [ en-US ] = "Continue checking at beginning of document?" ;
 };
 QueryBox RID_SVXQB_BW_CONTINUE
 {
        BUTTONS = WB_YES_NO ;
        DEFBUTTON = WB_DEF_YES ;
-       /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Ende des 
Dokumentes fortsetzen? : �berpr�fung am Ende des Dokumentes fortsetzen? */
-       /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Ende des 
Dokumentes fortsetzen? : �berpr�fung am Ende des Dokumentes fortsetzen? */
        Message [ en-US ] = "Continue checking at end of document?" ;
 };
 String RID_SVXSTR_HMERR_THESAURUS
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Ein Thesaurus f�r die 
eingestellte Sprache ist nicht verf�gbar. \n�berpr�fen Sie bitte Ihre 
Installation und installieren Sie \ngegebenenfalls die gew�nschte Sprache : Ein 
Thesaurus f�r die eingestellte Sprache ist nicht verf�gbar. \n�berpr�fen Sie 
bitte Ihre Installation und installieren Sie \ngegebenenfalls die gew�nschte 
Sprache */
-       /* ### ACHTUNG: Neuer Text in Resource? Ein Thesaurus f�r die 
eingestellte Sprache ist nicht verf�gbar. \n�berpr�fen Sie bitte Ihre 
Installation und installieren Sie \ngegebenenfalls die gew�nschte Sprache : Ein 
Thesaurus f�r die eingestellte Sprache ist nicht verf�gbar. \n�berpr�fen Sie 
bitte Ihre Installation und installieren Sie \ngegebenenfalls die gew�nschte 
Sprache */
-       Text [ en-US ] = "No thesaurus is available for the selected language. 
\nPlease check your installation and install the desired language\n" ;
+       Text [ en-US ] = "No thesaurus is available for the selected 
language.\nPlease check your installation and install the desired language\n" ;
 };
 String RID_SVXSTR_DIC_ERR_UNKNOWN
 {
-       Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown 
reason.";
+       Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown 
reason." ;
 };
 String RID_SVXSTR_DIC_ERR_FULL
 {
-       Text [ en-US ] = "The dictionary is already full.";
+       Text [ en-US ] = "The dictionary is already full." ;
 };
 String RID_SVXSTR_DIC_ERR_READONLY
 {
-       Text [ en-US ] = "The dictionary is read-only.";
+       Text [ en-US ] = "The dictionary is read-only." ;
 };
 
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF

Reply via email to