Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / miscdlgs / acredlin.src
blob42967bea88f6737f59f91e63bcb8700279d06203
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  */
20 #include "acredlin.hrc"
21 #include "globstr.hrc"
23 String STR_CHG_INSERT_COLS
25     Text [ en-US ] = "Column inserted" ;
27 String STR_CHG_INSERT_ROWS
29     Text [ en-US ] = "Row inserted " ;
31 String STR_CHG_INSERT_TABS
33     Text [ en-US ] = "Sheet inserted " ;
35 String STR_CHG_DELETE_COLS
37     Text [ en-US ] = "Column deleted" ;
39 String STR_CHG_DELETE_ROWS
41     Text [ en-US ] = "Row deleted" ;
43 String STR_CHG_DELETE_TABS
45     Text [ en-US ] = "Sheet deleted" ;
47 String STR_CHG_MOVE
49     Text [ en-US ] = "Range moved" ;
51 String STR_CHG_CONTENT
53     Text [ en-US ] = "Changed contents" ;
55 String STR_CHG_CONTENT_WITH_CHILD
57     Text [ en-US ] = "Changed contents" ;
59 String STR_CHG_CHILD_CONTENT
61     Text [ en-US ] = "Changed to " ;
63 String STR_CHG_CHILD_ORGCONTENT
65     Text [ en-US ] = "Original" ;
67 String STR_CHG_REJECT
69     Text [ en-US ] = "Changes rejected" ;
71 String STR_CHG_ACCEPTED
73     Text [ en-US ] = "Accepted" ;
75 String STR_CHG_REJECTED
77     Text [ en-US ] = "Rejected" ;
79 String STR_CHG_NO_ENTRY
81     Text [ en-US ] = "No Entry" ;
83 String STR_CHG_EMPTY
85     Text [ en-US ] = "<empty>" ;
88 Menu RID_POPUP_CHANGES
90     ItemList =
91     {
92         MenuItem
93         {
94             Identifier = SC_CHANGES_COMMENT ;
95             HelpId = HID_SC_CHANGES_COMMENT ;
96             Text [ en-US ] = "Edit Comment..." ;
98         };
99         MenuItem
100         {
101             Identifier = SC_SUB_SORT ;
102             SubMenu = Menu
103             {
104                 ItemList =
105                 {
106                     MenuItem
107                     {
108                         Identifier = SC_SORT_ACTION ;
109                         HelpID = HID_SC_SORT_ACTION ;
110                         RadioCheck = TRUE ;
111                         Text [ en-US ] = "Action" ;
112                     };
113                     MenuItem
114                     {
115                         Identifier = SC_SORT_POSITION ;
116                         HelpID = HID_SORT_POSITION ;
117                         RadioCheck = TRUE ;
118                         Text [ en-US ] = "Position" ;
119                     };
120                     MenuItem
121                     {
122                         Identifier = SC_SORT_AUTHOR ;
123                         HelpID = HID_SC_SORT_AUTHOR ;
124                         RadioCheck = TRUE ;
125                         Text [ en-US ] = "Author" ;
126                     };
127                     MenuItem
128                     {
129                         Identifier = SC_SORT_DATE ;
130                         HelpID = HID_SC_SORT_DATE ;
131                         RadioCheck = TRUE ;
132                         Text [ en-US ] = "Date" ;
133                     };
134                     MenuItem
135                     {
136                         Identifier = SC_SORT_COMMENT ;
137                         HelpID = HID_SC_SORT_COMMENT ;
138                         RadioCheck = TRUE ;
139                         Text [ en-US ] = "Description" ;
140                     };
141                 };
142             };
143             Text [ en-US ] = "Sorting" ;
144         };
145     };
148 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */