diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 09:30:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 09:30:22 +0200 |
commit | f86ec3beba8f7fbea4f6da6bf8c692673d75980e (patch) | |
tree | 270dee27041a2534d44f636520c1b37f4122a60e | |
parent | 9a8bb1ec3fbfd59a8ed1d1485d88bdbf923c409b (diff) |
clean up src files
Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e
-rw-r--r-- | editeng/source/misc/lingu.src | 7 | ||||
-rw-r--r-- | starmath/source/toolbox.src | 1 | ||||
-rw-r--r-- | svx/source/dialog/ruler.src | 1 | ||||
-rw-r--r-- | svx/source/dialog/sdstring.src | 6 |
4 files changed, 1 insertions, 14 deletions
diff --git a/editeng/source/misc/lingu.src b/editeng/source/misc/lingu.src index f962b80a118f..5a64661fa90f 100644 --- a/editeng/source/misc/lingu.src +++ b/editeng/source/misc/lingu.src @@ -19,24 +19,21 @@ #include <editeng/editrids.hrc> - // QueryBoxen --------------------------------------------------------------- QueryBox RID_SVXQB_CONTINUE { BUTTONS = WB_YES_NO ; DEFBUTTON = WB_DEF_YES ; - /* ### WARNING: New 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 ; - /* ### WARNING: New 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 { - /* ### WARNING: New 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 fr 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" ; }; String RID_SVXSTR_DIC_ERR_UNKNOWN @@ -52,6 +49,4 @@ String RID_SVXSTR_DIC_ERR_READONLY Text [ en-US ] = "The dictionary is read-only."; }; - // ********************************************************************** EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src index a0eb63b2f2eb..3d5798cf7755 100644 --- a/starmath/source/toolbox.src +++ b/starmath/source/toolbox.src @@ -302,7 +302,6 @@ FloatingWindow RID_TOOLBOXWINDOW { Identifier = RID_XSIMEQY ; HelpId = HID_SMA_XSIMEQY ; - /* ### ACHTUNG: Neuer Text in Resource? ist ähnlich oder gleich : ist ähnlich oder glech */ Text [ en-US ] = "Is Similar Or Equal" ; }; ToolBoxItem diff --git a/svx/source/dialog/ruler.src b/svx/source/dialog/ruler.src index acceba4f410f..d100a9156e09 100644 --- a/svx/source/dialog/ruler.src +++ b/svx/source/dialog/ruler.src @@ -57,7 +57,6 @@ Menu RID_SVXMN_RULER { Identifier = ID_FOOT ; Checkable = TRUE ; - /* ### ATTENTION: New text in Resource? Feet : Feet */ Text [ en-US ] = "Foot" ; }; MenuItem diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index c9a0f35a6a4f..4cb1c9b9a02d 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -22,7 +22,6 @@ // Strings for the Draw-Dialog -------------------------------------------- String RID_SVXSTR_SOLID { - /* ### ATTENTION: New text in Resource? Continuous : Continuous */ Text [ en-US ] = "Continuous" ; }; String RID_SVXSTR_GRADIENT @@ -56,7 +55,6 @@ String RID_SVXSTR_LINEEND String RID_SVXSTR_CLOSE { - /* ### ATTENTION: New text in Resource? Close : Close */ Text [ en-US ] = "Close" ; }; String RID_SVXSTR_COLOR_BLACK @@ -69,12 +67,10 @@ String RID_SVXSTR_COLOR_BLUE }; String RID_SVXSTR_COLOR_GREEN { - /* ### ATTENTION: New text in Resource? Green : Green */ Text [ en-US ] = "Green" ; }; String RID_SVXSTR_COLOR_CYAN { - /* ### ATTENTION: New text in Resource? Turquoise : Turquoise */ Text [ en-US ] = "Cyan" ; }; String RID_SVXSTR_COLOR_RED @@ -83,7 +79,6 @@ String RID_SVXSTR_COLOR_RED }; String RID_SVXSTR_COLOR_MAGENTA { - /* ### ATTENTION: New text in Resource? Magenta : Violett */ Text [ en-US ] = "Magenta" ; }; String RID_SVXSTR_COLOR_GREY @@ -96,7 +91,6 @@ String RID_SVXSTR_COLOR_YELLOW }; String RID_SVXSTR_COLOR_WHITE { - /* ### ATTENTION: New text in Resource? White : White */ Text [ en-US ] = "White" ; }; String RID_SVXSTR_COLOR_BLUEGREY |