update credits
[LibreOffice.git] / cui / source / dialogs / commonlingui.src
blob3d66cfaad88cf844a3db3dd679ad909d8d845ee8
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 <cuires.hrc>
21 #include "helpid.hrc"
22 #include "hangulhanjadlg.hrc"
24 Window RID_SVX_WND_COMMON_LINGU
26     DialogControl = TRUE;   // we want to tab out of this
27     Hide = TRUE;
29     FixedText FT_WORD
30     {
31         Pos = MAP_APPFONT( 6,  9 );
32         Size = MAP_APPFONT( 42, 10 );
33         Text [ en-US ] = "Origi~nal";
34     };
35     Control FT_AKTWORD
36     {
37         HelpId=HID_SPELLDLG_SETWORD;
38         Pos = MAP_APPFONT( 51, 9 );
39         Size = MAP_APPFONT( 164, 10 );
40         Border =FALSE;
41         TabStop = TRUE;
42     };
44     FixedText FT_NEWWORD
45     {
46         Pos = MAP_APPFONT(  6, 25 );
47         Size = MAP_APPFONT( 42, 10 );
48         Text [ en-US ] = "~Word" ;
49     };
51     Edit ED_NEWWORD
52     {
53         Pos = MAP_APPFONT( 51, 24 );
54         Size = MAP_APPFONT( 137, 12 );
55         Border = TRUE;
56     };
58     FixedText FT_SUGGESTION
59     {
60         Pos = MAP_APPFONT( 6, 48 );
61         Size = MAP_APPFONT( 42, 10 );
62         Text [ en-US ] = "~Suggestions" ;
63     };
65     PushButton BTN_IGNORE
66     {
67         Pos = MAP_APPFONT( 224, 6 );
68         Size = MAP_APPFONT( 55, 14 );
69         Text [ en-US ] = "~Ignore" ;
70     };
72     PushButton BTN_IGNOREALL
73     {
74         Pos = MAP_APPFONT( 224, 22 );
75         Size = MAP_APPFONT( 55, 14 );
76         Text [ en-US ] = "Always I~gnore" ;
77     };
79     PushButton BTN_CHANGE
80     {
81         Pos = MAP_APPFONT( 224, 40 );
82         Size = MAP_APPFONT( 55, 14 );
83         Text [ en-US ] = "~Replace" ;
84         DefButton = TRUE ;
85     };
87     PushButton BTN_CHANGEALL
88     {
89         Pos = MAP_APPFONT( 224, 56 );
90         Size = MAP_APPFONT( 55, 14 );
91         Text [ en-US ] = "Always R~eplace" ;
92     };
94     PushButton BTN_OPTIONS
95     {
96         Pos = MAP_APPFONT( 224, 129 );
97         Size = MAP_APPFONT( 55, 14 );
98         Hide = TRUE ;
99         Text [ en-US ] = "Options..." ;
100     };
102     FixedText FT_STATUS
103     {
104         Pos = MAP_APPFONT(  6, 155 );
105         Size = MAP_APPFONT( 130, 10 );
106     };
108     GroupBox GB_AUDIT
109     {
110         Pos = MAP_APPFONT( 1, 1 );
111         Size = MAP_APPFONT( 283, 148 );
112         Hide=TRUE;
113     };
115     HelpButton BTN_SPL_HELP
116     {
117         Pos = MAP_APPFONT( 160, 153 );
118         Size = MAP_APPFONT( 55, 14 );
119     };
121     CancelButton BTN_SPL_CANCEL
122     {
123         Pos = MAP_APPFONT ( 224 , 153 ) ;
124         Size = MAP_APPFONT ( 55 , 14 ) ;
125         TabStop = TRUE ;
126         Text [ en-US ] = "~Close" ;
127     };
130 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */