forked from amazingfate/loongoffice
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
195 lines
5.5 KiB
Plaintext
195 lines
5.5 KiB
Plaintext
/* -*- 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 "versdlg.hrc"
|
|
ModalDialog DLG_VERSIONS
|
|
{
|
|
HelpID = "sfx2:ModalDialog:DLG_VERSIONS";
|
|
OutputSize = TRUE ;
|
|
Size = MAP_APPFONT ( 340 , 184 ) ;
|
|
SvLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
FixedLine GB_NEWVERSIONS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 272 , 8 ) ;
|
|
Text [ en-US ] = "New versions" ;
|
|
};
|
|
PushButton PB_SAVE
|
|
{
|
|
HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE";
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
Size = MAP_APPFONT ( 90 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Save ~New Version" ;
|
|
};
|
|
CheckBox CB_SAVEONCLOSE
|
|
{
|
|
HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE";
|
|
Pos = MAP_APPFONT ( 108 , 16 ) ;
|
|
Size = MAP_APPFONT ( 164 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Always save a version on closing" ;
|
|
};
|
|
FixedLine GB_OLDVERSIONS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 34 ) ;
|
|
Size = MAP_APPFONT ( 272 , 8 ) ;
|
|
Text [ en-US ] = "Existing versions" ;
|
|
};
|
|
FixedText FT_DATETIME
|
|
{
|
|
Pos = MAP_APPFONT ( 15 , 45 ) ;
|
|
Size = MAP_APPFONT ( 60 , 10 ) ;
|
|
Text [ en-US ] = "Date and time" ;
|
|
};
|
|
FixedText FT_SAVEDBY
|
|
{
|
|
Pos = MAP_APPFONT ( 76 , 45 ) ;
|
|
Size = MAP_APPFONT ( 60 , 10 ) ;
|
|
Text [ en-US ] = "Saved by" ;
|
|
};
|
|
FixedText FT_COMMENTS
|
|
{
|
|
Pos = MAP_APPFONT ( 138 , 45 ) ;
|
|
Size = MAP_APPFONT ( 60 , 10 ) ;
|
|
Text [ en-US ] = "Comments" ;
|
|
};
|
|
Control TLB_VERSIONS
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 58 ) ;
|
|
Size = MAP_APPFONT ( 260 , 114 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
CancelButton PB_CLOSE
|
|
{
|
|
Pos = MAP_APPFONT ( 284 , 6 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Close" ;
|
|
};
|
|
PushButton PB_OPEN
|
|
{
|
|
HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN";
|
|
Pos = MAP_APPFONT ( 284 , 26 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Open" ;
|
|
};
|
|
PushButton PB_VIEW
|
|
{
|
|
HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW";
|
|
Pos = MAP_APPFONT ( 284 , 43 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
DefButton = TRUE ;
|
|
Text [ en-US ] = "~Show..." ;
|
|
};
|
|
PushButton PB_DELETE
|
|
{
|
|
HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE";
|
|
Pos = MAP_APPFONT ( 284 , 60 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Delete" ;
|
|
};
|
|
PushButton PB_COMPARE
|
|
{
|
|
HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE";
|
|
Pos = MAP_APPFONT ( 284 , 77 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Compare" ;
|
|
};
|
|
HelpButton PB_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 284 , 97 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
Text [ en-US ] = "Versions of" ;
|
|
};
|
|
ModalDialog DLG_COMMENTS
|
|
{
|
|
HelpID = "sfx2:ModalDialog:DLG_COMMENTS";
|
|
OutputSize = TRUE ;
|
|
Size = MAP_APPFONT ( 180 , 118 ) ;
|
|
SvLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
FixedText FT_DATETIME
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 168 , 10 ) ;
|
|
Text [ en-US ] = "Date and time: " ;
|
|
};
|
|
FixedText FT_SAVEDBY
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
|
Size = MAP_APPFONT ( 168 , 10 ) ;
|
|
Text [ en-US ] = "Saved by " ;
|
|
};
|
|
MultiLineEdit ME_VERSIONS
|
|
{
|
|
HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 32 ) ;
|
|
Size = MAP_APPFONT ( 168 , 60 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
OKButton PB_OK
|
|
{
|
|
Pos = MAP_APPFONT ( 15 , 98 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton PB_CANCEL
|
|
{
|
|
Pos = MAP_APPFONT ( 68 , 98 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
PushButton PB_CLOSE
|
|
{
|
|
HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE";
|
|
Pos = MAP_APPFONT ( 68 , 98 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Close" ;
|
|
};
|
|
HelpButton PB_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 124 , 98 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
Text [ en-US ] = "Insert Version Comment" ;
|
|
};
|
|
String DLG_COMMENTS
|
|
{
|
|
Text [ en-US ] = "Version comment" ;
|
|
};
|
|
String STR_VIEWVERSIONCOMMENT
|
|
{
|
|
Text [ en-US ] = "View Version Comment" ;
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|