/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * 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 with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include #include "helpid.hrc" #include "docrecovery.hrc" 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?"; }; ModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN { Size = MAP_APPFONT( BROKEN_WIDTH, BROKEN_HEIGHT ); HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN; 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."; }; 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..."; }; FixedLine FL_BROKEN_BOTTOM { 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"; }; CancelButton BTN_BROKEN_CANCEL { Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */