bump product version to 5.0.4.1
[LibreOffice.git] / cui / source / dialogs / cuires.src
bloba738423f593d6b6655e40d84d3cbf78e34332e30
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  */
10 #include "cuires.hrc"
12 String RID_SVXSTR_ERR_TEXTNOTFOUND
14     Text [ en-US ] = "No alternatives found." ;
17 String RID_SVXSTR_SELECT_FILE_IFRAME
19     Text [ en-US ] = "Select File for Floating Frame" ;
22 String RID_SVXSTR_MYMACROS
24     Text [ en-US ] = "My Macros";
27 String RID_SVXSTR_PRODMACROS
29     Text [ en-US ] = "%PRODUCTNAME Macros";
32 String RID_SVXSTR_SELECTOR_ADD_COMMANDS
34     Text [ en-US ] = "Add Commands" ;
37 String RID_SVXSTR_SELECTOR_RUN
39     Text [ en-US ] = "Run" ;
42 String RID_SVXSTR_ROW
44     Text [ en-US ] = "Insert Rows" ;
47 String RID_SVXSTR_PPI
49     Text [ x-comment ] = "PPI is pixel per inch, %1 is a number" ;
50     Text [ en-US ] = "(%1 PPI)" ;
53 String RID_SVXSTR_COL
55     Text [ en-US ] = "Insert Columns" ;
58 String RID_SVXSTR_AUTO_ENTRY
60     Text [ en-US ] = "Automatic";
63 String RID_SVXSTR_THOUSAND_SEP
65     Text [ en-US ] = "Thousands separator";
68 String RID_SVXSTR_ENGINEERING
70     Text [ en-US ] = "Engineering notation";
73 String RID_SVXSTR_EDIT_GRAPHIC
75     Text [ en-US ] = "Link" ;
78 #define MASKCOLOR  MaskColor = \
79     Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
81 Image RID_CUIIMG_HARDDISK
83     ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
84     MASKCOLOR
87 Image RID_CUIIMG_LIB
89     ImageBitmap = Bitmap { File = "im30820.png"; };
90     MASKCOLOR
93 Image RID_CUIIMG_MACRO
95     ImageBitmap = Bitmap { File = "im30821.png"; };
96     MASKCOLOR
99 Image RID_CUIIMG_DOC
101     ImageBitmap = Bitmap { File = "im30826.png"; };
102     MASKCOLOR
105 String RID_SVXSTR_LOADACCELCONFIG
107     Text [ en-US ] = "Load Keyboard Configuration" ;
110 String RID_SVXSTR_SAVEACCELCONFIG
112     Text [ en-US ] = "Save Keyboard Configuration" ;
115 String RID_SVXSTR_FILTERNAME_CFG
117     Text [ en-US ] = "Configuration (*.cfg)" ;
120 String RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES
122     Text [ en-US ] = "Targets do not exist in the document." ;
125 String RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN
127     Text [ en-US ] = "Couldn't open the document." ;
130 String RID_SVXSTR_EDITHINT
132     Text [ en-US ] = "[Enter text here]";
135 String RID_SVXSTR_HANGUL
137     Text [ en-US ] = "Hangul";
140 String RID_SVXSTR_HANJA
142     Text [ en-US ] = "Hanja";
145 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */