resource.src (6d5620bc) resource.src (2434eb8b)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 114 unchanged lines hidden (view full) ---

123 Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone.";
124};
125
126String STR_TOOLBAR_TITLE_ADDON
127{
128 Text [ en-US ] = "Add-On %num%";
129};
130
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 114 unchanged lines hidden (view full) ---

123 Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone.";
124};
125
126String STR_TOOLBAR_TITLE_ADDON
127{
128 Text [ en-US ] = "Add-On %num%";
129};
130
131String STR_STATUSBAR_LOGOTEXT
132{
133 Text [ en-US ] = "A %PRODUCTNAME product by Oracle";
134};
135
136// ***********************************************************************
137// License Dialog
138// ***********************************************************************
139#define LICENSE_DIALOG_WIDTH 260
140//#define LICENSE_DIALOG_HEIGTH 185
141//#define LICENSE_DIALOG_HEIGTH 190
142#define LICENSE_RIGHT_BORDER 7
143#define LICENSE_BOTTOM_BORDER 0

--- 136 unchanged lines hidden (view full) ---

280 HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
281 TabStop = TRUE ;
282 Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
283 Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
284 };
285
286};
287
131// ***********************************************************************
132// License Dialog
133// ***********************************************************************
134#define LICENSE_DIALOG_WIDTH 260
135//#define LICENSE_DIALOG_HEIGTH 185
136//#define LICENSE_DIALOG_HEIGTH 190
137#define LICENSE_RIGHT_BORDER 7
138#define LICENSE_BOTTOM_BORDER 0

--- 136 unchanged lines hidden (view full) ---

275 HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
276 TabStop = TRUE ;
277 Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
278 Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
279 };
280
281};
282
288Image RID_IMAGE_STATUSBAR_LOGO
289{
290 ImageBitmap = Bitmap { File = "logo.png" ; };
291 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
292};
293
294String STR_FULL_DISC_RETRY_BUTTON
295{
296 Text [ en-US ] = "Retry" ;
297};
298
299String STR_FULL_DISC_MSG
300{
301 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" ;

--- 63 unchanged lines hidden ---
283String STR_FULL_DISC_RETRY_BUTTON
284{
285 Text [ en-US ] = "Retry" ;
286};
287
288String STR_FULL_DISC_MSG
289{
290 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" ;

--- 63 unchanged lines hidden ---