fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / framework / source / classes / resource.src
blobc54eaa3272658b4038f40f656f8b985e591b931e
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 "helpid.hrc"
21 #include <classes/resource.hrc>
23 String STR_MENU_ADDONS
25     Text [ en-US ] = "Add-Ons" ;
28 String STR_MENU_ADDONHELP
30     Text [ en-US ] = "Add-~On Help" ;
33 String STR_MENU_HEADFOOTALL
35     Text [ en-US ] = "All" ;
38 String STR_UPDATEDOC
40     Text [ en-US ] = "~Update" ;
43 String STR_CLOSEDOC_ANDRETURN
45     Text [ en-US ] = "~Close & Return to " ;
48 Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
50     ItemList =
51     {
52         MenuItem
53         {
54             Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
55             SubMenu = Menu
56             {
57             };
58             Text[ en-US ] = "Visible ~Buttons";
59         };
60         MenuItem
61         {
62             Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
63             Command = ".uno:ConfigureToolboxVisible" ;
64             Text[ en-US ] = "~Customize Toolbar...";
65         };
66         MenuItem
67         {
68             Separator = TRUE ;
69         };
70         MenuItem
71         {
72             Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
73             Text[ en-US ] = "~Dock Toolbar" ;
74         };
75         MenuItem
76         {
77             Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
78             Text[ en-US ] = "Dock ~All Toolbars" ;
79         };
80         MenuItem
81         {
82             Separator = TRUE ;
83         };
84         MenuItem
85         {
86             Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
87             Text[ en-US ] = "~Lock Toolbar Position" ;
88         };
89         MenuItem
90         {
91             Identifier = MENUITEM_TOOLBAR_CLOSE;
92             Text[ en-US ] = "Close ~Toolbar" ;
93         };
94     };
97 String STR_SAVECOPYDOC
99     Text [ en-US ] = "Save Copy ~as..." ;
102 String STR_NODOCUMENT
104     Text [ en-US ] = "No Documents";
107 String STR_CLEAR_RECENT_FILES
109     Text [ en-US ] = "Clear List";
112 String STR_CLEAR_RECENT_FILES_HELP
114     Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone.";
117 String STR_TOOLBAR_TITLE_ADDON
119     Text [ en-US ] = "Add-On %num%";
122 String STR_FULL_DISC_RETRY_BUTTON
124     Text [ en-US ] = "Retry" ;
127 String STR_FULL_DISC_MSG
129     Text [ en-US ] = "%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n%PATH\n\nYou will not be able to continue working with %PRODUCTNAME without allocating more free disk space at that location.\n\nPress the 'Retry' button after you have allocated more free disk space to retry saving the data.\n\n" ;
132 String STR_RESTORE_TOOLBARS
134     Text [ en-US ] = "~Reset" ;
137 String STR_CORRUPT_UICFG_SHARE
139     Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
142 String STR_CORRUPT_UICFG_USER
144     Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
147 String STR_CORRUPT_UICFG_GENERAL
149     Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
152 String STR_UNTITLED_DOCUMENT
154     Text [ en-US ] = "Untitled" ;
157 // for displaying 'Multiple Languages' in the language statusbar control
158 String STR_LANGSTATUS_MULTIPLE_LANGUAGES
160     Text [ en-US ] = "Multiple Languages" ;
163 String STR_LANGSTATUS_NONE
165     Text [ en-US ] = "None (Do not check spelling)" ;
168 String STR_RESET_TO_DEFAULT_LANGUAGE
170     Text [ en-US ] = "Reset to Default Language" ;
173 String STR_LANGSTATUS_MORE
175     Text [ en-US ] = "More..." ;
178 String STR_SET_LANGUAGE_FOR_SELECTION
180     Text [ en-US ] = "Set Language for Selection" ;
183 String STR_SET_LANGUAGE_FOR_PARAGRAPH
185     Text [ en-US ] = "Set Language for Paragraph" ;
188 String STR_SET_LANGUAGE_FOR_ALL_TEXT
190     Text [ en-US ] = "Set Language for all Text" ;
193 String STR_LANGSTATUS_HINT
195     Text [ en-US ] = "Text Language. Right-click to set character or paragraph language" ;
198 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */