update emoji autocorrect entries from po-files
[LibreOffice.git] / reportdesign / source / ui / dlg / CondFormat.src
blobb45a7f81ab262d86054c1fe10cf7059dd6237c5e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #include "CondFormat.hrc"
20 #include "RptResId.hrc"
21 #include "helpids.hrc"
22 #include <svx/globlmn.hrc>
23 #include "rptui_slotid.hrc"
24 #include "rptui_slotid.hrc"
26 String STR_NUMBERED_CONDITION
28     Text [ en-US ] = "Condition $number$";
31 String STR_COLOR_WHITE
33     Text [ en-US ] = "White" ;
35 String STR_CHARCOLOR
37     Text [ en-US ] = "Font color" ;
39 String STR_CHARBACKGROUND
41     Text [ en-US ] = "Background";
43 String STR_TRANSPARENT
45     Text [ en-US ] = "No Fill" ;
48 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
50 ImageList 31000
52     MASKCOLOR;
53     prefix = "sc";
54     IdList = {05500;};
55     IdCount = 1;
58 ToolBox RID_TB_SORTING
60     Pos = MAP_APPFONT ( 0,0 ) ;
61     ButtonType = BUTTON_SYMBOL;
62     Align = BOXALIGN_TOP;
63     Customize = FALSE;
64     ItemList =
65     {
66         ToolBoxItem
67         {
68             Identifier = SID_FM_SORTUP;
69             Text [ en-US ] = "Sort Ascending" ;
70             Checkable = TRUE;
71         };
72         ToolBoxItem
73         {
74             Identifier = SID_FM_SORTDOWN;
75             Text [ en-US ] = "Sort Descending" ;
76             Checkable = TRUE;
77         };
78         ToolBoxItem
79         {
80             Identifier = SID_FM_REMOVE_FILTER_SORT;
81             Text [ en-US ] = "Remove sorting" ;
82         };
83         ToolBoxItem
84         {
85             Type = TOOLBOXITEM_SEPARATOR;
86         };
87         ToolBoxItem
88         {
89             Identifier = SID_ADD_CONTROL_PAIR;
90             Text [ en-US ] = "Insert" ;
91         };
92     };
95 ImageList IMG_ADDFIELD_DLG_SC
97     MASKCOLOR;
98     FileList =
99     {
100         < "cmd/sc_sortup.png" ;            SID_FM_SORTUP ; > ;
101         < "cmd/sc_sortdown.png" ;          SID_FM_SORTDOWN ; > ;
102         < "cmd/sc_removefiltersort.png" ;  SID_FM_REMOVE_FILTER_SORT ; > ;
103     };
106 ImageList IMG_ADDFIELD_DLG_LC
108     MASKCOLOR;
109     FileList =
110     {
111         < "cmd/lc_sortup.png" ;            SID_FM_SORTUP ; > ;
112         < "cmd/lc_sortdown.png" ;          SID_FM_SORTDOWN ; > ;
113         < "cmd/lc_removefiltersort.png" ;  SID_FM_REMOVE_FILTER_SORT ; > ;
114     };
117 FixedLine ADDFIELD_FL_HELP_SEPARATOR
119     SVLook = TRUE ;
120     Pos = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
121     Size = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
122     Text [ en-US ] = "Help";
125 FixedText ADDFIELD_HELP_FIELD
127     SVLook = TRUE ;
128     Pos = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
129     Size = MAP_APPFONT ( RELATED_CONTROLS , RELATED_CONTROLS ) ;
130     WordBreak = TRUE;
131     Text [ en-US ] = "Highlight the fields to insert into the selected section of the template, then click Insert or press Enter.";
134 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */