1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <sfx2/sfx.hrc>
22 #include "sfxlocal.hrc"
23 #include "dinfdlg.hrc"
26 String STR_SFX_NEWOFFICEDOC
28 Text [ en-US ] = "%PRODUCTNAME document" ;
31 ComboBox SFX_CB_PROPERTY_NAME
33 Pos = MAP_APPFONT ( 0 , 2 ) ;
34 Size = MAP_APPFONT ( 60 , 72 ) ;
40 QuickHelpText [ en-US ] = "Property Name" ;
41 StringList [ en-US ] =
75 ListBox SFX_LB_PROPERTY_TYPE
77 Pos = MAP_APPFONT ( 63 , 2 ) ;
78 Size = MAP_APPFONT ( 60 , 80 ) ;
82 StringList [ en-US ] =
84 < "Text" ; CUSTOM_TYPE_TEXT ; > ;
85 < "DateTime" ; CUSTOM_TYPE_DATETIME ; > ;
86 < "Date" ; CUSTOM_TYPE_DATE ; > ;
87 < "Duration" ; CUSTOM_TYPE_DURATION ; > ;
88 < "Number" ; CUSTOM_TYPE_NUMBER ; > ;
89 < "Yes or no" ; CUSTOM_TYPE_BOOLEAN ; > ;
98 String SFX_ST_DURATION_FORMAT
100 Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6";
103 Control SFX_WIN_PROPERTY_YESNO
105 HelpId = HID_CTRL_CUSTOMPROPS_YES_NO;
107 Pos = MAP_APPFONT ( 127 , 2 ) ;
108 Size = MAP_APPFONT ( 61 , RSC_CD_TEXTBOX_HEIGHT ) ;
110 DialogControl = TRUE ;
111 RadioButton RB_PROPERTY_YES
114 Pos = MAP_APPFONT( 1 , 1 ) ;
115 Size = MAP_APPFONT( 28 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
116 Text [ en-US ] = "Yes" ;
118 RadioButton RB_PROPERTY_NO
121 Pos = MAP_APPFONT( 32 , 1 ) ;
122 Size = MAP_APPFONT( 29 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
123 Text [ en-US ] = "No" ;
127 String STR_SFX_REMOVE_PROPERTY
129 Text [ en-US ] = "Remove Property" ;
132 Image SFX_IMG_PROPERTY_REMOVE
134 ImageBitmap = Bitmap { File = "deleterow.bmp" ; };
135 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
138 String STR_SFX_QUERY_WRONG_TYPE
140 Text [ en-US ] = "The value entered does not match the specified type.\nThe value will be stored as text." ;
143 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */