summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuires.src
blob: fe97a9c901c9bdbdccf9d9949eeb6147e0a54842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#include "cuires.hrc"

String RID_SVXSTR_ERR_TEXTNOTFOUND
{
    Text [ en-US ] = "No alternatives found." ;
};

String RID_SVXSTR_SELECT_FILE_IFRAME
{
    Text [ en-US ] = "Select File for Floating Frame" ;
};

String RID_SVXSTR_MYMACROS
{
    Text [ en-US ] = "My Macros";
};

String RID_SVXSTR_PRODMACROS
{
    Text [ en-US ] = "%PRODUCTNAME Macros";
};

String RID_SVXSTR_SELECTOR_ADD_COMMANDS
{
    Text [ en-US ] = "Add Commands" ;
};

String RID_SVXSTR_SELECTOR_RUN
{
    Text [ en-US ] = "Run" ;
};

String RID_SVXSTR_ROW
{
    Text [ en-US ] = "Insert Rows" ;
};

String RID_SVXSTR_PPI
{
    Text [ x-comment ] = "PPI is pixel per inch, %1 is a number" ;
    Text [ en-US ] = "(%1 PPI)" ;
};

String RID_SVXSTR_COL
{
    Text [ en-US ] = "Insert Columns" ;
};

String RID_SVXSTR_AUTO_ENTRY
{
    Text [ en-US ] = "Automatic";
};

String RID_SVXSTR_EDIT_GRAPHIC
{
    Text [ en-US ] = "Link" ;
};

#define MASKCOLOR  MaskColor = \
    Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };

Image RID_CUIIMG_HARDDISK
{
    ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
    MASKCOLOR
};

Image RID_CUIIMG_LIB
{
    ImageBitmap = Bitmap { File = "im30820.png"; };
    MASKCOLOR
};

Image RID_CUIIMG_MACRO
{
    ImageBitmap = Bitmap { File = "im30821.png"; };
    MASKCOLOR
};

Image RID_CUIIMG_DOC
{
    ImageBitmap = Bitmap { File = "im30826.png"; };
    MASKCOLOR
};

String RID_SVXSTR_LOADACCELCONFIG
{
    Text [ en-US ] = "Load Keyboard Configuration" ;
};

String RID_SVXSTR_SAVEACCELCONFIG
{
    Text [ en-US ] = "Save Keyboard Configuration" ;
};

String RID_SVXSTR_FILTERNAME_CFG
{
    Text [ en-US ] = "Configuration (*.cfg)" ;
};

String RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES
{
    Text [ en-US ] = "Targets do not exist in the document." ;
};

String RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN
{
    Text [ en-US ] = "Couldn't open the document." ;
};

String RID_SVXSTR_EDITHINT
{
    Text [ en-US ] = "[Enter text here]";
};

String RID_SVXSTR_HANGUL
{
    Text [ en-US ] = "Hangul";
};

String RID_SVXSTR_HANJA
{
    Text [ en-US ] = "Hanja";
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */