Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / dbaccess / source / ui / misc / WizardPages.src
blob4f2d1e84ded738968be846badb7e4cf49a08f375
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 "dbu_misc.hrc"
21 #include "dbaccess_helpid.hrc"
22 #include "dbaccess_slotid.hrc"
24 String STR_WIZ_COLUMN_SELECT_TITEL
26     Text [ en-US ] = "Apply columns";
29 String STR_WIZ_TYPE_SELECT_TITEL
31     Text [ en-US ] = "Type formatting";
34 String STR_WIZ_NAME_ALREADY_DEFINED
36     Text [ en-US ] = "Enter a unique name for the new primary key data field.\nThe following name is already in use:";
39 String STR_WIZ_NAME_MATCHING_TITEL
41     Text [ en-US ]  = "Assign columns" ;
44 String STR_WIZ_PB_PREV
46     Text [ en-US ] = "< ~Back";
49 String STR_WIZ_PB_NEXT
51     Text [ en-US ] = "~Next>";
54 String STR_WIZ_PB_OK
56     Text [ en-US ] = "C~reate";
59 Menu RID_SBA_RTF_PKEYPOPUP
61     ItemList =
62     {
63         MenuItem
64         {
65             Identifier      = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
66             HelpID          = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
67             Checkable       = TRUE ;
68             Text [ en-US ] = "Primary Key" ;
69         };
70     };
74 Image IMG_UP
76     ImageBitmap = Bitmap
77     {
78         File = "sortup.png" ;
79     };
80     MaskColor = Color
81     {
82         Red = 0xFFFF ;
83         Green = 0x0000 ;
84         Blue = 0xFFFF ;
85     };
88 Image IMG_DOWN
90     ImageBitmap = Bitmap
91     {
92         File = "sortdown.png" ;
93     };
94     MaskColor = Color
95     {
96         Red = 0xFFFF ;
97         Green = 0x0000 ;
98         Blue = 0xFFFF ;
99     };
102 String STR_WIZ_TABLE_COPY
104     Text [ en-US ] = "Copy table" ;
107 String STR_COPYTABLE_TITLE_COPY
109     Text [ en-US ] = "Copy table" ;
112 String STR_INVALID_TABLE_NAME
114     Text [ en-US ] = "This table name is not valid in the current database.";
116 String STR_SUGGEST_APPEND_TABLE_DATA
118     Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
121 String STR_INVALID_TABLE_NAME_LENGTH
123     Text [ en-US ] = "Please change the table name. It is too long.";
126 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */