/* -*- 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "miscdlgs.hrc"

ModalDialog RID_SCDLG_INSCONT
{
    OutputSize = TRUE ;
    HelpId = CMD_FID_INS_CELL_CONTENTS ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 260 , 187 ) ;
    Text [ en-US ] = "Paste Special" ;
    Moveable = TRUE ;
    Closeable = FALSE ;
    OKButton BTN_OK
    {
        Pos = MAP_APPFONT ( 204 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 204 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 204 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSALL
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSALL";
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Paste all" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSSTRINGS
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSSTRINGS";
        Pos = MAP_APPFONT ( 12 , 30 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "Te~xt" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSNUMBERS
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNUMBERS";
        Pos = MAP_APPFONT ( 12 , 44 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Numbers" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSDATETIME
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSDATETIME";
        Pos = MAP_APPFONT ( 12 , 58 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Date & time" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSFORMULAS
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSFORMULAS";
        Pos = MAP_APPFONT ( 12 , 72 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Formulas" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSATTRS
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSATTRS";
        Pos = MAP_APPFONT ( 12 , 100 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "For~mats" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSOBJECTS
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSOBJECTS";
        Pos = MAP_APPFONT ( 12 , 114 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Objects" ;
        TabStop = TRUE ;
    };
    CheckBox BTN_INSNOTES
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNOTES";
        Pos = MAP_APPFONT ( 12 , 86 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Comments" ;
        TabStop = TRUE ;
    };
    FixedLine FL_FRAME
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 93 , 8 ) ;
        Text [ en-US ] = "Selection" ;
    };
    RadioButton BTN_OP_NOOP
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_NOOP";
        Pos = MAP_APPFONT ( 111 , 14 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "Non~e" ;
    };
    RadioButton BTN_OP_ADD
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_ADD";
        Pos = MAP_APPFONT ( 111 , 30 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "~Add" ;
    };
    RadioButton BTN_OP_SUB
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_SUB";
        Pos = MAP_APPFONT ( 111 , 44 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "~Subtract" ;
    };
    RadioButton BTN_OP_MUL
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_MUL";
        Pos = MAP_APPFONT ( 111 , 58 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "Multipl~y" ;
    };
    RadioButton BTN_OP_DIV
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_DIV";
        Pos = MAP_APPFONT ( 111 , 72 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "Di~vide" ;
    };
    FixedLine FL_OPERATION
    {
        Pos = MAP_APPFONT ( 105 , 3 ) ;
        Size = MAP_APPFONT ( 93 , 8 ) ;
        Text [ en-US ] = "Operations" ;
    };
    CheckBox BTN_SKIP_EMPTY
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY";
        Pos = MAP_APPFONT ( 12 , 141 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "S~kip empty cells" ;
    };
    CheckBox BTN_TRANSPOSE
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_TRANSPOSE";
        Pos = MAP_APPFONT ( 12 , 155 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Transpose" ;
    };
    CheckBox BTN_LINK
    {
        HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_LINK";
        Pos = MAP_APPFONT ( 12 , 169 ) ;
        Size = MAP_APPFONT ( 84 , 10 ) ;
        Text [ en-US ] = "~Link" ;
    };
    FixedLine FL_OPTIONS
    {
        Pos = MAP_APPFONT ( 6 , 130 ) ;
        Size = MAP_APPFONT ( 93 , 8 ) ;
        Text [ en-US ] = "Options" ;
    };
    RadioButton BTN_MV_NONE
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_NONE";
        Pos = MAP_APPFONT ( 111 , 141 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "Don't sh~ift" ;
    };
    RadioButton BTN_MV_DOWN
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_DOWN";
        Pos = MAP_APPFONT ( 111 , 155 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "Do~wn" ;
    };
    RadioButton BTN_MV_RIGHT
    {
        HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_RIGHT";
        Pos = MAP_APPFONT ( 111 , 169 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "~Right" ;
    };
    FixedLine FL_MOVE
    {
        Pos = MAP_APPFONT ( 105 , 130 ) ;
        Size = MAP_APPFONT ( 93 , 8 ) ;
        Text [ en-US ] = "Shift cells" ;
    };
    FixedLine FL_SEP1
    {
        Pos = MAP_APPFONT( 102 , 14 ) ;
        Size = MAP_APPFONT( 1 , 96 ) ;
    };
    FixedLine FL_SEP2
    {
        Pos = MAP_APPFONT( 102 , 127 ) ;
        Size = MAP_APPFONT( 1 , 38 ) ;
    };
};

ModalDialog RID_SCDLG_CHARTCOLROW
{
    HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 191 , 63 ) ;
    Moveable = TRUE ;
    CheckBox 1
    {
        HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:1";
        Pos = MAP_APPFONT ( 12 , 28 ) ;
        Size = MAP_APPFONT ( 114 , 10 ) ;
        Text [ en-US ] = "First ~column as label" ;
    };
    CheckBox 2
    {
        HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:2";
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 114 , 10 ) ;
        Text [ en-US ] = "First ~row as label" ;
    };
    FixedLine 6
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 123 , 8 ) ;
        Text [ en-US ] = "Labels" ;
    };
    OKButton 3
    {
        Pos = MAP_APPFONT ( 135 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
    };
    CancelButton 4
    {
        Pos = MAP_APPFONT ( 135 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    HelpButton 5
    {
        Pos = MAP_APPFONT ( 135 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    Text [ en-US ] = "Change Source Data Range" ;
};

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