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 "svx/fmresids.hrc"
21 #include <svx/svxids.hrc>
22 #include "globlmn.hrc"
24 #include <svx/svxcommands.h>
32 Identifier = SID_FM_DELETEROWS ;
33 HelpId = HID_FM_DELETEROWS ;
34 Text [ en-US ] = "Delete Rows" ;
38 Identifier = SID_FM_RECORD_SAVE ;
39 HelpId = CMD_SID_FM_RECORD_SAVE ;
40 Text [ en-US ] = "Save Record" ;
44 Identifier = SID_FM_RECORD_UNDO ;
45 HelpId = CMD_SID_FM_RECORD_UNDO ;
46 Text [ en-US ] = "Undo: Data entry" ;
56 Identifier = SID_FM_INSERTCOL ;
57 HelpId = HID_FM_INSERTCOL ;
58 Text [ en-US ] = "Insert ~Column" ;
65 Identifier = SID_FM_EDIT ;
66 HelpId = CMD_SID_FM_EDIT ;
67 Text [ en-US ] = "Text Box" ;
71 Identifier = SID_FM_CHECKBOX ;
72 HelpId = CMD_SID_FM_CHECKBOX ;
73 Text [ en-US ] = "Check Box" ;
77 Identifier = SID_FM_COMBOBOX ;
78 HelpId = CMD_SID_FM_COMBOBOX ;
79 Text [ en-US ] = "Combo Box" ;
83 Identifier = SID_FM_LISTBOX ;
84 HelpId = CMD_SID_FM_LISTBOX ;
85 Text [ en-US ] = "List Box" ;
89 Identifier = SID_FM_DATEFIELD ;
90 HelpId = CMD_SID_FM_DATEFIELD ;
91 Text [ en-US ] = "Date Field" ;
95 Identifier = SID_FM_TIMEFIELD ;
96 HelpId = CMD_SID_FM_TIMEFIELD ;
97 Text [ en-US ] = "Time Field" ;
101 Identifier = SID_FM_NUMERICFIELD ;
102 HelpId = CMD_SID_FM_NUMERICFIELD ;
103 Text [ en-US ] = "Numeric Field" ;
107 Identifier = SID_FM_CURRENCYFIELD ;
108 HelpId = CMD_SID_FM_CURRENCYFIELD ;
109 Text [ en-US ] = "Currency Field" ;
113 Identifier = SID_FM_PATTERNFIELD ;
114 HelpId = CMD_SID_FM_PATTERNFIELD ;
115 Text [ en-US ] = "Pattern Field" ;
119 Identifier = SID_FM_FORMATTEDFIELD ;
120 HelpId = CMD_SID_FM_FORMATTEDFIELD ;
121 Text [ en-US ] = "Formatted Field" ;
125 // this is a dummy which is never used herein but for copy to newly built menus
126 Identifier = SID_FM_TWOFIELDS_DATE_N_TIME;
127 HelpId = HID_CONTROLS_DATE_N_TIME;
128 Text [ en-US ] = "Date and Time Field" ;
136 Identifier = SID_FM_CHANGECOL ;
137 HelpId = HID_FM_CHANGECOL ;
138 Text [ en-US ] = "~Replace with" ;
142 Identifier = SID_FM_DELETECOL ;
143 HelpId = HID_FM_DELETECOL ;
144 Text [ en-US ] = "Delete Column" ;
148 Identifier = SID_FM_HIDECOL ;
149 HelpId = HID_FM_HIDECOL ;
150 Text [ en-US ] = "~Hide Column";
154 Identifier = SID_FM_SHOWCOLS ;
155 HelpId = HID_FM_SHOWCOLS ;
162 Identifier = SID_FM_SHOWCOLS_MORE ;
163 HelpId = HID_FM_SHOWCOLS_MORE ;
164 Text [ en-US ] = "~More...";
172 Identifier = SID_FM_SHOWALLCOLS ;
173 HelpId = HID_FM_SHOWALLCOLS ;
174 Text [ en-US ] = "~All";
178 Text [ en-US ] = "~Show Columns";
182 Identifier = SID_FM_SHOW_PROPERTY_BROWSER ;
183 HelpId = CMD_SID_FM_SHOW_PROPERTY_BROWSER ;
184 Text [ en-US ] = "Column..." ;
200 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */