editeng/source/misc/lingu.src | 7 +------ starmath/source/toolbox.src | 1 - svx/source/dialog/ruler.src | 1 - svx/source/dialog/sdstring.src | 6 ------ svx/source/items/svxerr.src | 2 -- 5 files changed, 1 insertion(+), 16 deletions(-)
New commits: commit f86ec3beba8f7fbea4f6da6bf8c692673d75980e Author: Thomas Arnhold <[email protected]> Date: Mon Apr 21 09:30:22 2014 +0200 clean up src files Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e diff --git a/editeng/source/misc/lingu.src b/editeng/source/misc/lingu.src index f962b80..5a64661 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 a0eb63b..3d5798c 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 acceba4..d100a91 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 c9a0f35..4cb1c9b 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 commit 9a8bb1ec3fbfd59a8ed1d1485d88bdbf923c409b Author: Thomas Arnhold <[email protected]> Date: Mon Apr 21 09:25:06 2014 +0200 remove commented out translations from src file Change-Id: I2cab3d18913e7d7a4e5c89a391e5d9158effc037 diff --git a/svx/source/items/svxerr.src b/svx/source/items/svxerr.src index 1feaed2..a4acbc4 100644 --- a/svx/source/items/svxerr.src +++ b/svx/source/items/svxerr.src @@ -112,8 +112,6 @@ Resource RID_SVXERRCODE String ERRCODE_SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK { -// TEXT = "Der Basic-Code wurde verändert und kann somit nicht mehr als Original gespeichert werden." ; -// TEXT [ English ] = "The Basic-Code is modified and so it can not be saved as original." ; Text [ en-US ] = "All changes to the Basic Code are lost. The original VBA Macro Code is saved instead."; };
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
