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 "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" ;
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" ;
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" ;
85 Text [ en-US ] = "<empty>" ;
88 Menu RID_POPUP_CHANGES
94 Identifier = SC_CHANGES_COMMENT ;
95 HelpId = HID_SC_CHANGES_COMMENT ;
96 Text [ en-US ] = "Edit Comment..." ;
101 Identifier = SC_SUB_SORT ;
108 Identifier = SC_SORT_ACTION ;
109 HelpID = HID_SC_SORT_ACTION ;
111 Text [ en-US ] = "Action" ;
115 Identifier = SC_SORT_POSITION ;
116 HelpID = HID_SORT_POSITION ;
118 Text [ en-US ] = "Position" ;
122 Identifier = SC_SORT_AUTHOR ;
123 HelpID = HID_SC_SORT_AUTHOR ;
125 Text [ en-US ] = "Author" ;
129 Identifier = SC_SORT_DATE ;
130 HelpID = HID_SC_SORT_DATE ;
132 Text [ en-US ] = "Date" ;
136 Identifier = SC_SORT_COMMENT ;
137 HelpID = HID_SC_SORT_COMMENT ;
139 Text [ en-US ] = "Description" ;
143 Text [ en-US ] = "Sorting" ;
148 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */