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 1dac1615e9 Cleaned up resource files 1dac1615e9 is described below commit 1dac1615e9b2baa87b293e3277941ab1eae742ad Author: mseidel <msei...@apache.org> AuthorDate: Mon May 15 23:05:51 2023 +0200 Cleaned up resource files --- main/svx/source/dialog/docrecovery.src | 712 ++++++++++++++------------- main/svx/source/dialog/swframeposstrings.src | 436 ++++++++-------- main/svx/source/gallery2/galtheme.src | 136 ++--- 3 files changed, 625 insertions(+), 659 deletions(-) diff --git a/main/svx/source/dialog/docrecovery.src b/main/svx/source/dialog/docrecovery.src index 4080d49b61..ddcaea45eb 100644 --- a/main/svx/source/dialog/docrecovery.src +++ b/main/svx/source/dialog/docrecovery.src @@ -1,22 +1,22 @@ /************************************************************** - * + * * 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 * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance + * "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,242 +28,242 @@ TabDialog RID_SVX_TABDLG_DOCRECOVERY { - Size = MAP_APPFONT( TABDLG_WIDTH, TABDLG_HEIGHT ); - HelpId = HID_SVX_TABDLG_DOCRECOVERY; - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; - Closeable = FALSE; - Text = "%PRODUCTNAME %PRODUCTVERSION"; + Size = MAP_APPFONT ( TABDLG_WIDTH, TABDLG_HEIGHT ) ; + HelpId = HID_SVX_TABDLG_DOCRECOVERY ; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; + Closeable = FALSE ; + Text = "%PRODUCTNAME %PRODUCTVERSION" ; }; TabPage RID_SVXPAGE_DOCRECOVERY_SAVE { - Size = MAP_APPFONT( SAVE_WIDTH, SAVE_HEIGHT ); + Size = MAP_APPFONT ( SAVE_WIDTH, SAVE_HEIGHT ) ; HelpId = HID_SVX_TP_DOCRECOVERY_SAVE; - OutputSize = TRUE; - SVLook = TRUE; - Hide = TRUE; + OutputSize = TRUE ; + SVLook = TRUE ; + Hide = TRUE ; Window WIN_SAVE_TITLE { - Pos = MAP_APPFONT( 0 , 0 ); - Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 ); + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( SAVE_WIDTH, SAVE_ROW1 ) ; }; FixedText FT_SAVE_TITLE { - Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW0 ); - Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "%PRODUCTNAME Document Recovery"; + Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW0 ) ; + Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "%PRODUCTNAME Document Recovery" ; + }; + FixedLine FL_SAVE_TITLE + { + Pos = MAP_APPFONT ( 0, SAVE_ROW1 ) ; + Size = MAP_APPFONT ( SAVE_WIDTH, 2 ) ; }; - FixedLine FL_SAVE_TITLE - { - Pos = MAP_APPFONT( 0 , SAVE_ROW1 ); - Size = MAP_APPFONT( SAVE_WIDTH, 2 ); - }; FixedText FT_SAVE_DESCR { - Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 ); - Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) ); - WordBreak = TRUE; - Text[ en-US ] = "Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically."; + Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW2 ) ; + Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, (SAVE_ROW3 - SAVE_ROW2 - RSC_SP_CTRL_DESC_Y) ) ; + WordBreak = TRUE ; + Text [ en-US ] = "Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically." ; }; FixedText FT_SAVE_FILELIST { - Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW3 ); - Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "The following files will be recovered:"; + Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW3 ) ; + Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "The following files will be recovered:" ; }; - ListBox LB_SAVE_FILELIST + ListBox LB_SAVE_FILELIST { - HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST"; - Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 ); - Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT ); - Border = TRUE; - TabStop = TRUE; + HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST" ; + Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW4 ) ; + Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT ) ; + Border = TRUE ; + TabStop = TRUE ; }; FixedLine FL_SAVE_BOTTOM { - Pos = MAP_APPFONT( 0 , SAVE_ROW7 ); - Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); + Pos = MAP_APPFONT ( 0, SAVE_ROW7 ) ; + Size = MAP_APPFONT ( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; }; OKButton BT_SAVE_OK { - Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - DefButton = TRUE; + Pos = MAP_APPFONT ( SAVE_COL1, SAVE_ROW8 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + DefButton = TRUE ; }; }; ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR { - Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT ); + Size = MAP_APPFONT ( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT ) ; HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR; - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; Closeable = FALSE; - Text = "%PRODUCTNAME %PRODUCTVERSION"; + Text = "%PRODUCTNAME %PRODUCTVERSION" ; FixedText FT_SAVEPROGR_HINT { - Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW0 ); - Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Documents are being saved."; + Pos = MAP_APPFONT ( SAVEPROGR_COL0, SAVEPROGR_ROW0 ) ; + Size = MAP_APPFONT ( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Documents are being saved." ; }; FixedText FT_SAVEPROGR_PROGR { - Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW1 ); - Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Progress of saving: "; + Pos = MAP_APPFONT ( SAVEPROGR_COL0, SAVEPROGR_ROW1 ) ; + Size = MAP_APPFONT ( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Progress of saving: " ; }; Window WIN_SAVEPROGR_PROGR { - Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW2 ); - Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT ); - Border = TRUE; + Pos = MAP_APPFONT ( SAVEPROGR_COL0, SAVEPROGR_ROW2 ) ; + Size = MAP_APPFONT ( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT ) ; + Border = TRUE ; }; }; TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER { - Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT ); + Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_HEIGHT ) ; HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER; - OutputSize = TRUE; - SVLook = TRUE; - Hide = TRUE; + OutputSize = TRUE ; + SVLook = TRUE ; + Hide = TRUE ; Window WIN_RECOV_TITLE { - Pos = MAP_APPFONT( 0 , 0 ); - Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT ); + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_TITLEWINHEIGHT ) ; }; FixedText FT_RECOV_TITLE { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "%PRODUCTNAME Document Recovery"; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW0 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "%PRODUCTNAME Document Recovery" ; + }; + FixedLine FL_RECOV_TITLE + { + Pos = MAP_APPFONT ( 0, RECOV_TITLEWINHEIGHT ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, 2 ) ; }; - FixedLine FL_RECOV_TITLE - { - Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT ); - Size = MAP_APPFONT( RECOV_WIDTH, 2 ); - }; FixedText FT_RECOV_DESCR { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT ); - WordBreak = TRUE; - Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document can be recovered."; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW2 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT ) ; + WordBreak = TRUE ; + Text [ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document can be recovered." ; }; FixedText FT_RECOV_PROGR { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Recovering document:"; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW3 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Recovering document:" ; }; Window WIN_RECOV_PROGR { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT ); - Border = TRUE; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW4 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, PROGR_HEIGHT ) ; + Border = TRUE ; }; FixedText FT_RECOV_FILELIST { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW5 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Status of recovered documents:"; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW5 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Status of recovered documents:" ; }; String STR_HEADERBAR { - Text[ en-US ] = "Document Name\tStatus"; + Text [ en-US ] = "Document Name\tStatus" ; }; Control LB_RECOV_FILELIST { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT ); - Border = TRUE; - SVLook = TRUE; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW6 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT ) ; + Border = TRUE ; + SVLook = TRUE ; }; FixedLine FL_RECOV_BOTTOM { - Pos = MAP_APPFONT( 0 , RECOV_ROW8 ); - Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); + Pos = MAP_APPFONT ( 0, RECOV_ROW8 ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; }; PushButton BTN_RECOV_NEXT { - HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT"; - Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH*2, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "~Start Recovery >"; - DefButton = TRUE; + HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT" ; + Pos = MAP_APPFONT ( RECOV_COL_C, RECOV_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH * 2, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "~Start Recovery >" ; + DefButton = TRUE ; + }; + String STR_RECOVERY_NEXT + { + Text [ en-US ] = "~Next >" ; }; - String STR_RECOVERY_NEXT - { - Text[ en-US ] = "~Next >"; - }; CancelButton BTN_RECOV_CANCEL { - Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - }; - Image IMG_GREENCHECK - { - ImageBitmap = Bitmap { File = "nu01.png"; }; - }; - Image IMG_GREENCHECK_HC - { - ImageBitmap = Bitmap { File = "nuh01.png"; }; - }; - Image IMG_YELLOWCHECK - { - ImageBitmap = Bitmap { File = "nu04.png"; }; - }; - Image IMG_YELLOWCHECK_HC - { - ImageBitmap = Bitmap { File = "nuh04.png"; }; - }; - Image IMG_REDCROSS - { - ImageBitmap = Bitmap { File = "nu02.png"; }; - }; - Image IMG_REDCROSS_HC - { - ImageBitmap = Bitmap { File = "nuh02.png"; }; + Pos = MAP_APPFONT ( RECOV_COL_F, RECOV_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + }; + Image IMG_GREENCHECK + { + ImageBitmap = Bitmap { File = "nu01.png" ; }; + }; + Image IMG_GREENCHECK_HC + { + ImageBitmap = Bitmap { File = "nuh01.png" ; }; + }; + Image IMG_YELLOWCHECK + { + ImageBitmap = Bitmap { File = "nu04.png" ; }; + }; + Image IMG_YELLOWCHECK_HC + { + ImageBitmap = Bitmap { File = "nuh04.png" ; }; + }; + Image IMG_REDCROSS + { + ImageBitmap = Bitmap { File = "nu02.png" ; }; + }; + Image IMG_REDCROSS_HC + { + ImageBitmap = Bitmap { File = "nuh02.png" ; }; }; String STR_SUCCESSRECOV { - Text[ en-US ] = "Successfully recovered"; + Text [ en-US ] = "Successfully recovered" ; }; - String STR_ORIGDOCRECOV + String STR_ORIGDOCRECOV { - Text[ en-US ] = "Original document recovered"; + Text [ en-US ] = "Original document recovered" ; }; String STR_RECOVFAILED { - Text[ en-US ] = "Recovery failed"; + Text [ en-US ] = "Recovery failed" ; }; String STR_RECOVINPROGR { - Text[ en-US ] = "Recovery in progress"; + Text [ en-US ] = "Recovery in progress" ; }; String STR_NOTRECOVYET { - Text[ en-US ] = "Not recovered yet"; + Text [ en-US ] = "Not recovered yet" ; }; String STR_RECOVERY_INPROGRESS { - Text[ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ; + Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ; }; String STR_RECOVERY_REPORT { - Text[ en-US ] = "A report of the crash was created to help us identify the reason why %PRODUCTNAME crashed. Click 'Next' to get to the Error Report Tool or press 'Cancel' to skip this step." ; + Text [ en-US ] = "A report of the crash was created to help us identify the reason why %PRODUCTNAME crashed. Click 'Next' to get to the Error Report Tool or press 'Cancel' to skip this step." ; }; String STR_RECOVERYONLY_FINISH_DESCR { - Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents."; + Text [ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents." ; }; String STR_RECOVERYONLY_FINISH { - Text[ en-US ] = "~Finish"; + Text [ en-US ] = "~Finish" ; }; }; @@ -271,380 +271,382 @@ QueryBox RID_SVXQB_EXIT_RECOVERY { BUTTONS = WB_YES_NO ; DEFBUTTON = WB_DEF_YES ; - Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?"; + Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?" ; }; ModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN { - Size = MAP_APPFONT( BROKEN_WIDTH, BROKEN_HEIGHT ); + Size = MAP_APPFONT ( BROKEN_WIDTH, BROKEN_HEIGHT ) ; HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN; - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; - Text = "%PRODUCTNAME %PRODUCTVERSION"; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; + Text = "%PRODUCTNAME %PRODUCTVERSION" ; FixedText FT_BROKEN_DESCR { - Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW0 ); - Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (5*RSC_CD_FIXEDTEXT_HEIGHT) ); - WordBreak = TRUE; - Text[ en-US ] = "The automatic recovery process was interrupted.\n\nThe documents listed below will be saved in the folder noted below if you click 'Save'. Click 'Cancel' to close the wizard without saving the documents."; + Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW0 ) ; + Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, (5 * RSC_CD_FIXEDTEXT_HEIGHT) ) ; + WordBreak = TRUE ; + Text [ en-US ] = "The automatic recovery process was interrupted.\n\nThe documents listed below will be saved in the folder noted below if you click 'Save'. Click 'Cancel' to close the wizard without saving the documents." ; }; FixedText FT_BROKEN_FILELIST { - Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW1 ); - Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Documents"; - }; - ListBox LB_BROKEN_FILELIST - { - HelpID = "svx:ListBox:RID_SVX_MDLG_DOCRECOVERY_BROKEN:LB_BROKEN_FILELIST"; - Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW2 ); - Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (BROKEN_ROW3-BROKEN_ROW2) ); - Border = TRUE; - TabStop = TRUE; - }; - FixedText FT_BROKEN_SAVEDIR - { - Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW4 + 1 ); // see ED_BROKEN_SAVEDIR - Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "~Save to"; - }; - Edit ED_BROKEN_SAVEDIR - { - HelpID = "svx:Edit:RID_SVX_MDLG_DOCRECOVERY_BROKEN:ED_BROKEN_SAVEDIR"; - Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW5 + 1 ); // center to pushbutton - Size = MAP_APPFONT( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT ); - Border = TRUE; - }; - PushButton BTN_BROKEN_SAVEDIR - { - HelpID = "svx:PushButton:RID_SVX_MDLG_DOCRECOVERY_BROKEN:BTN_BROKEN_SAVEDIR"; - Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW5 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text [ en-US ] = "Chan~ge..."; + Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW1 ) ; + Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Documents" ; + }; + ListBox LB_BROKEN_FILELIST + { + HelpID = "svx:ListBox:RID_SVX_MDLG_DOCRECOVERY_BROKEN:LB_BROKEN_FILELIST" ; + Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW2 ) ; + Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, (BROKEN_ROW3 - BROKEN_ROW2) ) ; + Border = TRUE ; + TabStop = TRUE ; + }; + FixedText FT_BROKEN_SAVEDIR + { + Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW4 + 1 ) ; // see ED_BROKEN_SAVEDIR + Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "~Save to" ; + }; + Edit ED_BROKEN_SAVEDIR + { + HelpID = "svx:Edit:RID_SVX_MDLG_DOCRECOVERY_BROKEN:ED_BROKEN_SAVEDIR" ; + Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW5 + 1 ) ; // center to pushbutton + Size = MAP_APPFONT ( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT ) ; + Border = TRUE ; + }; + PushButton BTN_BROKEN_SAVEDIR + { + HelpID = "svx:PushButton:RID_SVX_MDLG_DOCRECOVERY_BROKEN:BTN_BROKEN_SAVEDIR" ; + Pos = MAP_APPFONT ( BROKEN_COL3, BROKEN_ROW5 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "Chan~ge..." ; }; FixedLine FL_BROKEN_BOTTOM { - Pos = MAP_APPFONT( 0 , BROKEN_ROW6 ); - Size = MAP_APPFONT( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); + Pos = MAP_APPFONT ( 0, BROKEN_ROW6 ) ; + Size = MAP_APPFONT ( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; }; OKButton BTN_BROKEN_OK { - Pos = MAP_APPFONT( BROKEN_COL1, BROKEN_ROW7 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - DefButton = TRUE; - Text [ en-US ] = "~Save"; + Pos = MAP_APPFONT ( BROKEN_COL1, BROKEN_ROW7 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + DefButton = TRUE ; + Text [ en-US ] = "~Save" ; }; CancelButton BTN_BROKEN_CANCEL { - Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); + Pos = MAP_APPFONT ( BROKEN_COL3, BROKEN_ROW7 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; }; }; TabPage RID_SVXPAGE_ERR_REP_WELCOME { - Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT ); + Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_HEIGHT ) ; HelpId = HID_SVX_TP_ERR_REP_WELCOME; - OutputSize = TRUE; - SVLook = TRUE; - Hide = TRUE; + OutputSize = TRUE ; + SVLook = TRUE ; + Hide = TRUE ; Window WIN_RECOV_TITLE { - Pos = MAP_APPFONT( 0 , 0 ); - Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT ); + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_TITLEWINHEIGHT ) ; }; FixedText FT_RECOV_TITLE { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report"; + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW0 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report" ; + }; + FixedLine FL_RECOV_TITLE + { + Pos = MAP_APPFONT ( 0, RECOV_TITLEWINHEIGHT ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, 2 ) ; }; - FixedLine FL_RECOV_TITLE - { - Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT ); - Size = MAP_APPFONT( RECOV_WIDTH, 2 ); - }; FixedText FT_RECOV_DESCR { - Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 ); - Size = MAP_APPFONT( RECOV_CONTROLWIDTH, (RECOV_ROW7-RECOV_ROW2-RSC_SP_CTRL_Y) ); - WordBreak = TRUE; - Text[ en-US ] = "This error report tool gathers information about how %PRODUCTNAME is working and sends it to Apache OpenOffice to help improve future versions.\n\nIt's easy - just send the report without any further effort on your part by clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then click 'Send'. If you want to see the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\n\nCustomer Privacy\nThe inf [...] + Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW2 ) ; + Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, (RECOV_ROW7 - RECOV_ROW2 - RSC_SP_CTRL_Y) ) ; + WordBreak = TRUE ; + Text [ en-US ] = "This error report tool gathers information about how %PRODUCTNAME is working and sends it to Apache OpenOffice to help improve future versions.\n\nIt's easy - just send the report without any further effort on your part by clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then click 'Send'. If you want to see the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\n\nCustomer Privacy\nThe in [...] }; FixedLine FL_RECOV_BOTTOM { - Pos = MAP_APPFONT( 0 , RECOV_ROW8 ); - Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); + Pos = MAP_APPFONT ( 0, RECOV_ROW8 ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; }; PushButton BTN_RECOV_PREV { - HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_WELCOME:BTN_RECOV_PREV"; - Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "< ~Back"; + HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_WELCOME:BTN_RECOV_PREV" ; + Pos = MAP_APPFONT ( RECOV_COL_C, RECOV_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "< ~Back" ; }; OKButton BTN_RECOV_NEXT { - Pos = MAP_APPFONT( RECOV_COL_D, RECOV_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "~Next >"; - DefButton = TRUE; + Pos = MAP_APPFONT ( RECOV_COL_D, RECOV_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "~Next >" ; + DefButton = TRUE ; }; CancelButton BTN_RECOV_CANCEL { - Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); + Pos = MAP_APPFONT ( RECOV_COL_F, RECOV_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; }; }; TabPage RID_SVXPAGE_ERR_REP_SEND { - Size = MAP_APPFONT( ERRSEND_WIDTH, ERRSEND_HEIGHT ); - HelpId = HID_SVX_TP_ERR_REP_SEND; - OutputSize = TRUE; - SVLook = TRUE; - Hide = TRUE; + Size = MAP_APPFONT ( ERRSEND_WIDTH, ERRSEND_HEIGHT ) ; + HelpId = HID_SVX_TP_ERR_REP_SEND ; + OutputSize = TRUE ; + SVLook = TRUE ; + Hide = TRUE ; Window WIN_RECOV_TITLE { - Pos = MAP_APPFONT( 0 , 0 ); - Size = MAP_APPFONT( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT ); + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT ) ; }; FixedText FT_RECOV_TITLE { - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW0 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "Sending the Error Report"; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW0 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "Sending the Error Report" ; + }; + FixedLine FL_RECOV_TITLE + { + Pos = MAP_APPFONT ( 0, RECOV_TITLEWINHEIGHT ) ; + Size = MAP_APPFONT ( RECOV_WIDTH, 2 ) ; }; - FixedLine FL_RECOV_TITLE - { - Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT ); - Size = MAP_APPFONT( RECOV_WIDTH, 2 ); - }; FixedText FT_RECOV_DESCR { - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW2 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3-ERRSEND_ROW2) ); - WordBreak = TRUE; - Text[ en-US ] = "In the spaces below, you can enter a title for your error report and describe the action you were trying to carry out when the error occurred. Then click 'Send'."; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW2 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3 - ERRSEND_ROW2) ) ; + WordBreak = TRUE ; + Text [ en-US ] = "In the spaces below, you can enter a title for your error report and describe the action you were trying to carry out when the error occurred. Then click 'Send'." ; }; FixedText FT_ERRSEND_DOCTYPE { - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW4 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, 2*RSC_CD_FIXEDTEXT_HEIGHT ); - WordBreak = TRUE; - Text[ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?"; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW4 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, 2 * RSC_CD_FIXEDTEXT_HEIGHT ) ; + WordBreak = TRUE ; + Text [ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?" ; }; Edit ED_ERRSEND_DOCTYPE { - HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_DOCTYPE"; - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW5 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT ); - Border = TRUE; + HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_DOCTYPE" ; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW5 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT ) ; + Border = TRUE ; }; FixedText FT_ERRSEND_USING { - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW7 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)"; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW7 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)" ; }; MultiLineEdit ML_ERRSEND_USING { - HelpID = "svx:MultiLineEdit:RID_SVXPAGE_ERR_REP_SEND:ML_ERRSEND_USING"; - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW8 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12-ERRSEND_ROW8-RSC_SP_CTRL_Y) ); - VScroll = TRUE; - IgnoreTab = TRUE; - Border = TRUE; + HelpID = "svx:MultiLineEdit:RID_SVXPAGE_ERR_REP_SEND:ML_ERRSEND_USING" ; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW8 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12 - ERRSEND_ROW8 - RSC_SP_CTRL_Y) ) ; + VScroll = TRUE ; + IgnoreTab = TRUE ; + Border = TRUE ; }; PushButton BTN_ERRSEND_SHOWREP { - HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_SHOWREP"; - Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW8 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "Show ~Report"; + HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_SHOWREP" ; + Pos = MAP_APPFONT ( ERRSEND_COL3, ERRSEND_ROW8 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "Show ~Report" ; }; PushButton BTN_ERRSEND_OPT { - HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_OPT"; - Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW10 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "~Options..."; + HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_OPT" ; + Pos = MAP_APPFONT ( ERRSEND_COL3, ERRSEND_ROW10 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "~Options..." ; }; CheckBox CB_ERRSEND_CONTACT { - HelpID = "svx:CheckBox:RID_SVXPAGE_ERR_REP_SEND:CB_ERRSEND_CONTACT"; - Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW12 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT ); + HelpID = "svx:CheckBox:RID_SVXPAGE_ERR_REP_SEND:CB_ERRSEND_CONTACT" ; + Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW12 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT ) ; Check = FALSE; - Text[ en-US ] = "~I allow Apache OpenOffice to contact me regarding this report."; + Text [ en-US ] = "~I allow Apache OpenOffice to contact me regarding this report." ; }; FixedText FT_ERRSEND_EMAILADDR { - Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW13 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "~Please enter your e-mail address"; + Pos = MAP_APPFONT ( ERRSEND_COL1, ERRSEND_ROW13 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "~Please enter your e-mail address" ; }; Edit ED_ERRSEND_EMAILADDR { - HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_EMAILADDR"; - Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW14 ); - Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT ); - Border = TRUE; + HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_EMAILADDR" ; + Pos = MAP_APPFONT ( ERRSEND_COL1, ERRSEND_ROW14 ) ; + Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT ) ; + Border = TRUE ; }; FixedLine FL_RECOV_BOTTOM { - Pos = MAP_APPFONT( 0 , ERRSEND_ROW15 ); - Size = MAP_APPFONT( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); + Pos = MAP_APPFONT ( 0, ERRSEND_ROW15 ) ; + Size = MAP_APPFONT ( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; }; PushButton BTN_RECOV_PREV { - HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_RECOV_PREV"; - Pos = MAP_APPFONT( ERRSEND_COL5, ERRSEND_ROW16 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "< ~Back"; + HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_RECOV_PREV" ; + Pos = MAP_APPFONT ( ERRSEND_COL5, ERRSEND_ROW16 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "< ~Back" ; }; OKButton BTN_RECOV_NEXT { - Pos = MAP_APPFONT( ERRSEND_COL6, ERRSEND_ROW16 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "S~end"; - DefButton = TRUE; + Pos = MAP_APPFONT ( ERRSEND_COL6, ERRSEND_ROW16 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "S~end" ; + DefButton = TRUE ; }; CancelButton BTN_RECOV_CANCEL { - Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW16 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - Text[ en-US ] = "Do ~Not Send"; + Pos = MAP_APPFONT ( ERRSEND_COL3, ERRSEND_ROW16 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + Text [ en-US ] = "Do ~Not Send" ; }; }; ModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS { - Size = MAP_APPFONT( ERROPT_WIDTH, ERROPT_HEIGHT ); - HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS; - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; - Text[ en-US ] = "Options"; + Size = MAP_APPFONT ( ERROPT_WIDTH, ERROPT_HEIGHT ) ; + HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS ; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; + Text [ en-US ] = "Options" ; FixedLine FL_ERROPT_PROXY { - Pos = MAP_APPFONT( ERROPT_COLA, ERROPT_ROW0 ); - Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT ); - Text[ en-US ] = "Proxy settings"; + Pos = MAP_APPFONT ( ERROPT_COLA, ERROPT_ROW0 ) ; + Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT ) ; + Text [ en-US ] = "Proxy settings" ; }; RadioButton BTN_ERROPT_SYSTEM { - HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_SYSTEM"; - Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW1 ); - Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ); - Text[ en-US ] = "Use ~system settings"; + HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_SYSTEM" ; + Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW1 ) ; + Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ) ; + Text [ en-US ] = "Use ~system settings" ; }; RadioButton BTN_ERROPT_DIRECT { - HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_DIRECT"; - Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW2 ); - Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ); - Text[ en-US ] = "Use ~direct connection to the Internet"; + HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_DIRECT" ; + Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW2 ) ; + Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ) ; + Text [ en-US ] = "Use ~direct connection to the Internet" ; }; RadioButton BTN_ERROPT_MANUAL { - HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_MANUAL"; - Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW3 ); - Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ); - Text[ en-US ] = "Use ~manual settings"; + HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_MANUAL" ; + Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW3 ) ; + Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ) ; + Text [ en-US ] = "Use ~manual settings" ; }; FixedText FT_ERROPT_PROXYSERVER { - Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW4 ); - Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "HT~TP Proxy"; + Pos = MAP_APPFONT ( ERROPT_COLC, ERROPT_ROW4 ) ; + Size = MAP_APPFONT ( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "HT~TP Proxy" ; }; Edit ED_ERROPT_PROXYSERVER { - HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYSERVER"; - Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW5 ); - Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT ); - Border = TRUE; + HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYSERVER" ; + Pos = MAP_APPFONT ( ERROPT_COLC, ERROPT_ROW5 ) ; + Size = MAP_APPFONT ( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ; + Border = TRUE ; }; FixedText FT_ERROPT_PROXYPORT { - Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 ); - Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); - Text[ en-US ] = "~Port"; + Pos = MAP_APPFONT ( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 ) ; + Size = MAP_APPFONT ( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; + Text [ en-US ] = "~Port" ; }; Edit ED_ERROPT_PROXYPORT { - HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYPORT"; - Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 ); - Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ); - Border = TRUE; + HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYPORT" ; + Pos = MAP_APPFONT ( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 ) ; + Size = MAP_APPFONT ( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ; + Border = TRUE ; }; - FixedText FT_ERROPT_DESCRIPTION - { - Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW6 ); - Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 ); - WordBreak = TRUE; - Text[ en-US ] = "The %PRODUCTNAME Error Report tool needs to be connected to the Internet to be able to send error reports.\nCompanies often use proxy servers in conjunction with a firewall to protect the network.\nIf this applies to your situation, you have to specify the address and port for the server."; - }; + FixedText FT_ERROPT_DESCRIPTION + { + Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW6 ) ; + Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 ) ; + WordBreak = TRUE ; + Text [ en-US ] = "The %PRODUCTNAME Error Report tool needs to be connected to the Internet to be able to send error reports.\nCompanies often use proxy servers in conjunction with a firewall to protect the network.\nIf this applies to your situation, you have to specify the address and port for the server." ; + }; - FixedLine FL_ERROPT_BUTTONS - { - Pos = MAP_APPFONT( 0, ERROPT_ROW8 ); - Size = MAP_APPFONT( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); - }; + FixedLine FL_ERROPT_BUTTONS + { + Pos = MAP_APPFONT ( 0, ERROPT_ROW8 ) ; + Size = MAP_APPFONT ( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; + }; - OKButton BTN_ERROPT_OK + OKButton BTN_ERROPT_OK { - Pos = MAP_APPFONT( ERROPT_COLD, ERROPT_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - DefButton = TRUE; + Pos = MAP_APPFONT ( ERROPT_COLD, ERROPT_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + DefButton = TRUE ; }; CancelButton BTN_ERROPT_CANCEL { - Pos = MAP_APPFONT( ERROPT_COLE, ERROPT_ROW9 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); + Pos = MAP_APPFONT ( ERROPT_COLE, ERROPT_ROW9 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; }; }; ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW { - Size = MAP_APPFONT( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT ); - HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW; - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; - Sizeable = TRUE; - Text[ en-US ] = "Error Report"; + Size = MAP_APPFONT ( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT ) ; + HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW ; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; + Sizeable = TRUE ; + Text [ en-US ] = "Error Report" ; MultiLineEdit ML_ERRPREVIEW_CONTENT { - HelpID = "svx:MultiLineEdit:RID_SVX_MDLG_ERR_REP_PREVIEW:ML_ERRPREVIEW_CONTENT"; - Pos = MAP_APPFONT( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 ); - Size = MAP_APPFONT( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 ); - VScroll = TRUE; - HScroll = TRUE; - ReadOnly = TRUE; - Border = TRUE; + HelpID = "svx:MultiLineEdit:RID_SVX_MDLG_ERR_REP_PREVIEW:ML_ERRPREVIEW_CONTENT" ; + Pos = MAP_APPFONT ( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 ) ; + Size = MAP_APPFONT ( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 ) ; + VScroll = TRUE ; + HScroll = TRUE ; + ReadOnly = TRUE ; + Border = TRUE ; }; - OKButton BTN_ERRPREVIEW_OK + OKButton BTN_ERRPREVIEW_OK { - Pos = MAP_APPFONT( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); - DefButton = TRUE; + Pos = MAP_APPFONT ( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + DefButton = TRUE ; }; }; + +// ********************************************************************** EOF diff --git a/main/svx/source/dialog/swframeposstrings.src b/main/svx/source/dialog/swframeposstrings.src index dedc736501..be1e94cfcc 100644 --- a/main/svx/source/dialog/swframeposstrings.src +++ b/main/svx/source/dialog/swframeposstrings.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,235 +7,237 @@ * 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 <svx/dialogs.hrc> -//the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx! -#define STR_LEFT 1 -#define STR_RIGHT 2 -#define STR_FROMLEFT 3 -#define STR_MIR_LEFT 4 -#define STR_MIR_RIGHT 5 -#define STR_MIR_FROMLEFT 6 -#define STR_FRAME 7 -#define STR_PRTAREA 8 -#define STR_REL_PG_LEFT 9 -#define STR_REL_PG_RIGHT 10 -#define STR_REL_FRM_LEFT 11 -#define STR_REL_FRM_RIGHT 12 -#define STR_MIR_REL_PG_LEFT 13 -#define STR_MIR_REL_PG_RIGHT 14 -#define STR_MIR_REL_FRM_LEFT 15 -#define STR_MIR_REL_FRM_RIGHT 16 -#define STR_REL_PG_FRAME 17 -#define STR_REL_PG_PRTAREA 18 -#define STR_REL_BASE 19 -#define STR_REL_CHAR 20 -#define STR_REL_ROW 21 -#define STR_REL_BORDER 22 -#define STR_REL_PRTAREA 23 -#define STR_FLY_REL_PG_LEFT 24 -#define STR_FLY_REL_PG_RIGHT 25 -#define STR_FLY_REL_PG_FRAME 26 -#define STR_FLY_REL_PG_PRTAREA 27 -#define STR_FLY_MIR_REL_PG_LEFT 28 -#define STR_FLY_MIR_REL_PG_RIGHT 29 -#define STR_TOP 30 -#define STR_BOTTOM 31 -#define STR_CENTER_HORI 32 -#define STR_CENTER_VERT 33 -#define STR_FROMTOP 34 -#define STR_FROMBOTTOM 35 -#define STR_BELOW 36 -#define STR_FROMRIGHT 37 -#define STR_REL_PG_TOP 38 -#define STR_REL_PG_BOTTOM 39 -#define STR_REL_FRM_TOP 40 -#define STR_REL_FRM_BOTTOM 41 -#define STR_REL_LINE 42 +// the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx! +#define STR_LEFT 1 +#define STR_RIGHT 2 +#define STR_FROMLEFT 3 +#define STR_MIR_LEFT 4 +#define STR_MIR_RIGHT 5 +#define STR_MIR_FROMLEFT 6 +#define STR_FRAME 7 +#define STR_PRTAREA 8 +#define STR_REL_PG_LEFT 9 +#define STR_REL_PG_RIGHT 10 +#define STR_REL_FRM_LEFT 11 +#define STR_REL_FRM_RIGHT 12 +#define STR_MIR_REL_PG_LEFT 13 +#define STR_MIR_REL_PG_RIGHT 14 +#define STR_MIR_REL_FRM_LEFT 15 +#define STR_MIR_REL_FRM_RIGHT 16 +#define STR_REL_PG_FRAME 17 +#define STR_REL_PG_PRTAREA 18 +#define STR_REL_BASE 19 +#define STR_REL_CHAR 20 +#define STR_REL_ROW 21 +#define STR_REL_BORDER 22 +#define STR_REL_PRTAREA 23 +#define STR_FLY_REL_PG_LEFT 24 +#define STR_FLY_REL_PG_RIGHT 25 +#define STR_FLY_REL_PG_FRAME 26 +#define STR_FLY_REL_PG_PRTAREA 27 +#define STR_FLY_MIR_REL_PG_LEFT 28 +#define STR_FLY_MIR_REL_PG_RIGHT 29 +#define STR_TOP 30 +#define STR_BOTTOM 31 +#define STR_CENTER_HORI 32 +#define STR_CENTER_VERT 33 +#define STR_FROMTOP 34 +#define STR_FROMBOTTOM 35 +#define STR_BELOW 36 +#define STR_FROMRIGHT 37 +#define STR_REL_PG_TOP 38 +#define STR_REL_PG_BOTTOM 39 +#define STR_REL_FRM_TOP 40 +#define STR_REL_FRM_BOTTOM 41 +#define STR_REL_LINE 42 Resource RID_SVXSW_FRAMEPOSITIONS -{ - String STR_LEFT - { - Text [ en-US ] = "Left" ; - }; - String STR_MIR_LEFT - { - Text [ en-US ] = "Inside" ; - }; - String STR_RIGHT - { - Text [ en-US ] = "Right" ; - }; - String STR_MIR_RIGHT - { - Text [ en-US ] = "Outside" ; - }; - String STR_CENTER_VERT - { - Text [ en-US ] = "Center" ; - }; - String STR_FROMLEFT - { - Text [ en-US ] = "From left" ; - }; - String STR_MIR_FROMLEFT - { - Text [ en-US ] = "From inside" ; - }; - String STR_FRAME - { - Text [ en-US ] = "Paragraph area" ; - }; - String STR_PRTAREA - { - Text [ en-US ] = "Paragraph text area" ; - }; - String STR_REL_PG_LEFT - { - Text [ en-US ] = "Left page border" ; - }; - String STR_MIR_REL_PG_LEFT - { - Text [ en-US ] = "Inner page border" ; - }; - String STR_REL_PG_RIGHT - { - Text [ en-US ] = "Right page border" ; - }; - String STR_MIR_REL_PG_RIGHT - { - Text [ en-US ] = "Outer page border" ; - }; - String STR_REL_FRM_LEFT - { - Text [ en-US ] = "Left paragraph border" ; - }; - String STR_MIR_REL_FRM_LEFT - { - Text [ en-US ] = "Inner paragraph border" ; - }; - String STR_REL_FRM_RIGHT - { - Text [ en-US ] = "Right paragraph border" ; - }; - String STR_MIR_REL_FRM_RIGHT - { - Text [ en-US ] = "Outer paragraph border" ; - }; - String STR_REL_PG_FRAME - { - Text [ en-US ] = "Entire page" ; - }; - String STR_REL_PG_PRTAREA - { - Text [ en-US ] = "Page text area" ; - }; - String STR_TOP - { - Text [ en-US ] = "Top" ; - }; - String STR_BOTTOM - { - Text [ en-US ] = "Bottom" ; - }; - String STR_CENTER_HORI - { - Text [ en-US ] = "Center" ; - }; - String STR_FROMTOP - { - Text [ en-US ] = "From top" ; - }; - String STR_FROMBOTTOM - { - Text [ en-US ] = "From bottom" ; - }; - String STR_BELOW - { - Text [ en-US ] = "Below" ; - }; - String STR_FROMRIGHT - { - Text [ en-US ] = "From right" ; - }; - String STR_REL_PG_TOP - { - Text [ en-US ] = "Top page border" ; - }; - String STR_REL_PG_BOTTOM - { - Text [ en-US ] = "Bottom page border" ; - }; - String STR_REL_FRM_TOP - { - Text [ en-US ] = "Top paragraph border" ; - }; - String STR_REL_FRM_BOTTOM - { - Text [ en-US ] = "Bottom paragraph border" ; - }; - String STR_REL_BORDER - { - Text [ en-US ] = "Margin" ; - }; - String STR_REL_PRTAREA - { - Text [ en-US ] = "Paragraph text area" ; - }; - String STR_FLY_REL_PG_LEFT - { - Text [ en-US ] = "Left frame border" ; - }; - String STR_FLY_MIR_REL_PG_LEFT - { - Text [ en-US ] = "Inner frame border" ; - }; - String STR_FLY_REL_PG_RIGHT - { - Text [ en-US ] = "Right frame border" ; - }; - String STR_FLY_MIR_REL_PG_RIGHT - { - Text [ en-US ] = "Outer frame border" ; - }; - String STR_FLY_REL_PG_FRAME - { - Text [ en-US ] = "Entire frame" ; - }; - String STR_FLY_REL_PG_PRTAREA - { - Text [ en-US ] = "Frame text area" ; - }; - String STR_REL_BASE - { - Text [ en-US ] = "Base line" ; - }; - String STR_REL_CHAR - { - Text [ en-US ] = "Character" ; - }; - String STR_REL_ROW - { - Text [ en-US ] = "Row" ; - }; - // OD 05.01.2004 #i22341# - String STR_REL_LINE - { - Text [ en-US ] = "Line of text" ; - }; +{ + String STR_LEFT + { + Text [ en-US ] = "Left" ; + }; + String STR_MIR_LEFT + { + Text [ en-US ] = "Inside" ; + }; + String STR_RIGHT + { + Text [ en-US ] = "Right" ; + }; + String STR_MIR_RIGHT + { + Text [ en-US ] = "Outside" ; + }; + String STR_CENTER_VERT + { + Text [ en-US ] = "Center" ; + }; + String STR_FROMLEFT + { + Text [ en-US ] = "From left" ; + }; + String STR_MIR_FROMLEFT + { + Text [ en-US ] = "From inside" ; + }; + String STR_FRAME + { + Text [ en-US ] = "Paragraph area" ; + }; + String STR_PRTAREA + { + Text [ en-US ] = "Paragraph text area" ; + }; + String STR_REL_PG_LEFT + { + Text [ en-US ] = "Left page border" ; + }; + String STR_MIR_REL_PG_LEFT + { + Text [ en-US ] = "Inner page border" ; + }; + String STR_REL_PG_RIGHT + { + Text [ en-US ] = "Right page border" ; + }; + String STR_MIR_REL_PG_RIGHT + { + Text [ en-US ] = "Outer page border" ; + }; + String STR_REL_FRM_LEFT + { + Text [ en-US ] = "Left paragraph border" ; + }; + String STR_MIR_REL_FRM_LEFT + { + Text [ en-US ] = "Inner paragraph border" ; + }; + String STR_REL_FRM_RIGHT + { + Text [ en-US ] = "Right paragraph border" ; + }; + String STR_MIR_REL_FRM_RIGHT + { + Text [ en-US ] = "Outer paragraph border" ; + }; + String STR_REL_PG_FRAME + { + Text [ en-US ] = "Entire page" ; + }; + String STR_REL_PG_PRTAREA + { + Text [ en-US ] = "Page text area" ; + }; + String STR_TOP + { + Text [ en-US ] = "Top" ; + }; + String STR_BOTTOM + { + Text [ en-US ] = "Bottom" ; + }; + String STR_CENTER_HORI + { + Text [ en-US ] = "Center" ; + }; + String STR_FROMTOP + { + Text [ en-US ] = "From top" ; + }; + String STR_FROMBOTTOM + { + Text [ en-US ] = "From bottom" ; + }; + String STR_BELOW + { + Text [ en-US ] = "Below" ; + }; + String STR_FROMRIGHT + { + Text [ en-US ] = "From right" ; + }; + String STR_REL_PG_TOP + { + Text [ en-US ] = "Top page border" ; + }; + String STR_REL_PG_BOTTOM + { + Text [ en-US ] = "Bottom page border" ; + }; + String STR_REL_FRM_TOP + { + Text [ en-US ] = "Top paragraph border" ; + }; + String STR_REL_FRM_BOTTOM + { + Text [ en-US ] = "Bottom paragraph border" ; + }; + String STR_REL_BORDER + { + Text [ en-US ] = "Margin" ; + }; + String STR_REL_PRTAREA + { + Text [ en-US ] = "Paragraph text area" ; + }; + String STR_FLY_REL_PG_LEFT + { + Text [ en-US ] = "Left frame border" ; + }; + String STR_FLY_MIR_REL_PG_LEFT + { + Text [ en-US ] = "Inner frame border" ; + }; + String STR_FLY_REL_PG_RIGHT + { + Text [ en-US ] = "Right frame border" ; + }; + String STR_FLY_MIR_REL_PG_RIGHT + { + Text [ en-US ] = "Outer frame border" ; + }; + String STR_FLY_REL_PG_FRAME + { + Text [ en-US ] = "Entire frame" ; + }; + String STR_FLY_REL_PG_PRTAREA + { + Text [ en-US ] = "Frame text area" ; + }; + String STR_REL_BASE + { + Text [ en-US ] = "Base line" ; + }; + String STR_REL_CHAR + { + Text [ en-US ] = "Character" ; + }; + String STR_REL_ROW + { + Text [ en-US ] = "Row" ; + }; + // OD 05.01.2004 #i22341# + String STR_REL_LINE + { + Text [ en-US ] = "Line of text" ; + }; }; +// ********************************************************************** EOF diff --git a/main/svx/source/gallery2/galtheme.src b/main/svx/source/gallery2/galtheme.src index b54e3abf04..c6affad962 100644 --- a/main/svx/source/gallery2/galtheme.src +++ b/main/svx/source/gallery2/galtheme.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. - * + * *************************************************************/ @@ -27,98 +27,98 @@ String RID_GALLERYSTR_THEME_3D { - Text [ en-US ] = "3D Effects"; + Text [ en-US ] = "3D Effects" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_ANIMATIONS { - Text [ en-US ] = "Animations"; + Text [ en-US ] = "Animations" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_BULLETS { - Text [ en-US ] = "Bullets"; + Text [ en-US ] = "Bullets" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_OFFICE { - Text [ en-US ] = "Office"; + Text [ en-US ] = "Office" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_FLAGS { - Text [ en-US ] = "Flags"; + Text [ en-US ] = "Flags" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_FLOWCHARTS { - Text [ en-US ] = "Flow Charts"; + Text [ en-US ] = "Flow Charts" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_EMOTICONS { - Text [ en-US ] = "Emoticons"; + Text [ en-US ] = "Emoticons" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_PHOTOS { - Text [ en-US ] = "Pictures"; + Text [ en-US ] = "Pictures" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_BACKGROUNDS { - Text [ en-US ] = "Backgrounds"; + Text [ en-US ] = "Backgrounds" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_HOMEPAGE { - Text [ en-US ] = "Homepage"; + Text [ en-US ] = "Homepage" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_INTERACTION { - Text [ en-US ] = "Interaction"; + Text [ en-US ] = "Interaction" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_MAPS { - Text [ en-US ] = "Maps"; + Text [ en-US ] = "Maps" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_PEOPLE { - Text [ en-US ] = "People"; + Text [ en-US ] = "People" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_SURFACES { - Text [ en-US ] = "Surfaces"; + Text [ en-US ] = "Surfaces" ; }; // ----------------------------------------------------------------------------- @@ -126,7 +126,7 @@ String RID_GALLERYSTR_THEME_SURFACES String RID_GALLERYSTR_THEME_HTMLBUTTONS { // !!! Don't translate, please !!! - Text = "private://gallery/hidden/HtmlExportButtons"; + Text = "private://gallery/hidden/HtmlExportButtons" ; }; // ----------------------------------------------------------------------------- @@ -134,67 +134,67 @@ String RID_GALLERYSTR_THEME_HTMLBUTTONS String RID_GALLERYSTR_THEME_POWERPOINT { // !!! Don't translate, please !!! - Text = "private://gallery/hidden/imgppt"; + Text = "private://gallery/hidden/imgppt" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_RULERS { - Text [ en-US ] = "Rulers"; + Text [ en-US ] = "Rulers" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_COMPUTERS { - Text [ en-US ] = "Computers"; + Text [ en-US ] = "Computers" ; }; String RID_GALLERYSTR_THEME_DIAGRAMS { - Text [ en-US ] = "Diagrams"; + Text [ en-US ] = "Diagrams" ; }; String RID_GALLERYSTR_THEME_ENVIRONMENT { - Text [ en-US ] = "Environment"; + Text [ en-US ] = "Environment" ; }; String RID_GALLERYSTR_THEME_FINANCE { - Text [ en-US ] = "Finance"; + Text [ en-US ] = "Finance" ; }; String RID_GALLERYSTR_THEME_TRANSPORT { - Text [ en-US ] = "Transport"; + Text [ en-US ] = "Transport" ; }; String RID_GALLERYSTR_THEME_TXTSHAPES { - Text [ en-US ] = "Textshapes"; + Text [ en-US ] = "Textshapes" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_SOUNDS { - Text [ en-US ] = "Sounds"; + Text [ en-US ] = "Sounds" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_SYMBOLS { - Text [ en-US ] = "Symbols"; + Text [ en-US ] = "Symbols" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_MYTHEME { - Text [ en-US ] = "My Theme"; + Text [ en-US ] = "My Theme" ; }; // ----------------------------------------------------------------------------- @@ -202,105 +202,105 @@ String RID_GALLERYSTR_THEME_MYTHEME String RID_GALLERYSTR_THEME_USERSOUNDS { // !!! Don't translate, please !!! - Text = "private://gallery/hidden/usersounds"; + Text = "private://gallery/hidden/usersounds" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_ARROWS { - Text [ en-US ] = "Arrows"; + Text [ en-US ] = "Arrows" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_BALLOONS { - Text [ en-US ] = "Balloons"; + Text [ en-US ] = "Balloons" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_KEYBOARD { - Text [ en-US ] = "Keyboard"; + Text [ en-US ] = "Keyboard" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_TIME { - Text [ en-US ] = "Time"; + Text [ en-US ] = "Time" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_PRESENTATION { - Text [ en-US ] = "Presentation"; + Text [ en-US ] = "Presentation" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_CALENDAR { - Text [ en-US ] = "Calendar"; + Text [ en-US ] = "Calendar" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_NAVIGATION { - Text [ en-US ] = "Navigation"; + Text [ en-US ] = "Navigation" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_COMMUNICATION { - Text [ en-US ] = "Communication"; + Text [ en-US ] = "Communication" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_FINANCES { - Text [ en-US ] = "Finances"; + Text [ en-US ] = "Finances" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_COMPUTER { - Text [ en-US ] = "Computers"; + Text [ en-US ] = "Computers" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_CLIMA { - Text [ en-US ] = "Climate"; + Text [ en-US ] = "Climate" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_EDUCATION { - Text [ en-US ] = "School & University"; + Text [ en-US ] = "School & University" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_TROUBLE { - Text [ en-US ] = "Problem Solving"; + Text [ en-US ] = "Problem Solving" ; }; // ----------------------------------------------------------------------------- String RID_GALLERYSTR_THEME_SCREENBEANS { - Text [ en-US ] = "Screen Beans"; + Text [ en-US ] = "Screen Beans" ; }; // ----------------------------------------------------------------------------- @@ -308,7 +308,7 @@ String RID_GALLERYSTR_THEME_SCREENBEANS String RID_GALLERYSTR_THEME_FONTWORK { // !!! Don't translate, please !!! - Text = "private://gallery/hidden/fontwork"; + Text = "private://gallery/hidden/fontwork" ; }; // ----------------------------------------------------------------------------- @@ -316,7 +316,7 @@ String RID_GALLERYSTR_THEME_FONTWORK String RID_GALLERYSTR_THEME_FONTWORK_VERTICAL { // !!! Don't translate, please !!! - Text = "private://gallery/hidden/fontworkvertical"; + Text = "private://gallery/hidden/fontworkvertical" ; }; @@ -325,45 +325,7 @@ String RID_GALLERYSTR_THEME_FONTWORK_VERTICAL String RID_GALLERYSTR_THEME_DUMMY5 { // !!! Don't translate, please !!! - Text = "Dummy 5"; + Text = "Dummy 5" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF