1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: internationaloptions.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "internationaloptions.hrc"
33 #include <svx/dialogs.hrc>
35 TabPage RID_OFA_TP_INTERNATIONAL
38 Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
42 FixedLine FL_DEFTXTDIRECTION
44 Pos = MAP_APPFONT( COL_0, ROW_0 );
45 Size = MAP_APPFONT( WIDTH2END( COL_0 ), HEIGHT_FL );
46 Text [ en-US ] = "Default text direction";
49 RadioButton RB_TXTDIR_LEFT2RIGHT
51 Pos = MAP_APPFONT( COL_1, ROW_1 );
52 Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_RB );
54 Text [ en-US ] = "~Left-to-right";
57 RadioButton RB_TXTDIR_RIGHT2LEFT
59 Pos = MAP_APPFONT( COL_1, ROW_2 );
60 Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_RB );
61 Text [ en-US ] = "~Right-to-left";
64 FixedLine FL_SHEETVIEW
66 Pos = MAP_APPFONT( COL_0, ROW_3 );
67 Size = MAP_APPFONT( WIDTH2END( COL_0 ), HEIGHT_FL );
68 Text [ en-US ] = "Sheet view";
71 CheckBox CB_SHTVW_RIGHT2LEFT
73 Pos = MAP_APPFONT( COL_1, ROW_4 );
74 Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_CB );
75 Text [ en-US ] = "Right-~to-left";
78 CheckBox CB_SHTVW_CURRENTDOCONLY
80 Pos = MAP_APPFONT( COL_2, ROW_5 );
81 Size = MAP_APPFONT( WIDTH2END( COL_2 ), HEIGHT_CB );
82 Text [ en-US ] = "~Current document only";