1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 #include "hangulhanjadlg.hrc"
24 Window RID_SVX_WND_COMMON_LINGU
26 DialogControl = TRUE; // we want to tab out of this
31 Pos = MAP_APPFONT( 6, 9 );
32 Size = MAP_APPFONT( 42, 10 );
33 Text [ en-US ] = "Origi~nal";
37 HelpId=HID_SPELLDLG_SETWORD;
38 Pos = MAP_APPFONT( 51, 9 );
39 Size = MAP_APPFONT( 164, 10 );
46 Pos = MAP_APPFONT( 6, 25 );
47 Size = MAP_APPFONT( 42, 10 );
48 Text [ en-US ] = "~Word" ;
53 Pos = MAP_APPFONT( 51, 24 );
54 Size = MAP_APPFONT( 137, 12 );
58 FixedText FT_SUGGESTION
60 Pos = MAP_APPFONT( 6, 48 );
61 Size = MAP_APPFONT( 42, 10 );
62 Text [ en-US ] = "~Suggestions" ;
67 Pos = MAP_APPFONT( 224, 6 );
68 Size = MAP_APPFONT( 55, 14 );
69 Text [ en-US ] = "~Ignore" ;
72 PushButton BTN_IGNOREALL
74 Pos = MAP_APPFONT( 224, 22 );
75 Size = MAP_APPFONT( 55, 14 );
76 Text [ en-US ] = "Always I~gnore" ;
81 Pos = MAP_APPFONT( 224, 40 );
82 Size = MAP_APPFONT( 55, 14 );
83 Text [ en-US ] = "~Replace" ;
87 PushButton BTN_CHANGEALL
89 Pos = MAP_APPFONT( 224, 56 );
90 Size = MAP_APPFONT( 55, 14 );
91 Text [ en-US ] = "Always R~eplace" ;
94 PushButton BTN_OPTIONS
96 Pos = MAP_APPFONT( 224, 129 );
97 Size = MAP_APPFONT( 55, 14 );
99 Text [ en-US ] = "Options..." ;
104 Pos = MAP_APPFONT( 6, 155 );
105 Size = MAP_APPFONT( 130, 10 );
110 Pos = MAP_APPFONT( 1, 1 );
111 Size = MAP_APPFONT( 283, 148 );
115 HelpButton BTN_SPL_HELP
117 Pos = MAP_APPFONT( 160, 153 );
118 Size = MAP_APPFONT( 55, 14 );
121 CancelButton BTN_SPL_CANCEL
123 Pos = MAP_APPFONT ( 224 , 153 ) ;
124 Size = MAP_APPFONT ( 55 , 14 ) ;
126 Text [ en-US ] = "~Close" ;
130 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */