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 .
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>";
56 Text [ en-US ] = "C~reate";
59 Menu RID_SBA_RTF_PKEYPOPUP
65 Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
66 HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
68 Text [ en-US ] = "Primary Key" ;
92 File = "sortdown.png" ;
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: */