2013-03-08 19:49:43 +01:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-06-14 17:39:53 +01:00
|
|
|
/*
|
|
|
|
* 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 .
|
|
|
|
*/
|
2001-02-23 14:07:41 +00:00
|
|
|
|
2002-08-19 07:01:32 +00:00
|
|
|
#include "dbu_misc.hrc"
|
2001-02-23 14:07:41 +00:00
|
|
|
#include "dbaccess_helpid.hrc"
|
2010-07-10 18:21:24 +02:00
|
|
|
#include "dbaccess_slotid.hrc"
|
2001-02-23 14:07:41 +00:00
|
|
|
|
|
|
|
String STR_WIZ_COLUMN_SELECT_TITEL
|
|
|
|
{
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "Apply columns";
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_WIZ_TYPE_SELECT_TITEL
|
|
|
|
{
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "Type formatting";
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_WIZ_PKEY_ALREADY_DEFINED
|
|
|
|
{
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "The following fields have already been set as primary keys:\n";
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_WIZ_NAME_MATCHING_TITEL
|
|
|
|
{
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "Assign columns" ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
2014-07-31 19:22:24 +02:00
|
|
|
String STR_WIZ_PB_PREV
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2014-07-31 19:22:24 +02:00
|
|
|
Text [ en-US ] = "< ~Back";
|
|
|
|
};
|
2001-02-23 14:07:41 +00:00
|
|
|
|
2014-07-31 19:22:24 +02:00
|
|
|
String STR_WIZ_PB_NEXT
|
|
|
|
{
|
|
|
|
Text [ en-US ] = "~Next>";
|
|
|
|
};
|
2001-06-21 14:26:43 +00:00
|
|
|
|
2014-07-31 19:22:24 +02:00
|
|
|
String STR_WIZ_PB_OK
|
|
|
|
{
|
|
|
|
Text [ en-US ] = "C~reate";
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
Menu RID_SBA_RTF_PKEYPOPUP
|
|
|
|
{
|
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
|
2010-07-10 18:21:24 +02:00
|
|
|
HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
|
2001-02-23 14:07:41 +00:00
|
|
|
Checkable = TRUE ;
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "Primary Key" ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2010-11-23 21:07:47 -08:00
|
|
|
|
2001-02-23 14:07:41 +00:00
|
|
|
|
2014-08-05 23:55:21 +02:00
|
|
|
Image IMG_UP
|
|
|
|
{
|
|
|
|
ImageBitmap = Bitmap
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2014-08-05 23:55:21 +02:00
|
|
|
File = "sortup.png" ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
2014-08-05 23:55:21 +02:00
|
|
|
MaskColor = Color
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2014-08-05 23:55:21 +02:00
|
|
|
Red = 0xFFFF ;
|
|
|
|
Green = 0x0000 ;
|
|
|
|
Blue = 0xFFFF ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
2014-08-05 23:55:21 +02:00
|
|
|
};
|
2001-02-23 14:07:41 +00:00
|
|
|
|
2014-08-05 23:55:21 +02:00
|
|
|
Image IMG_DOWN
|
|
|
|
{
|
|
|
|
ImageBitmap = Bitmap
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2014-08-05 23:55:21 +02:00
|
|
|
File = "sortdown.png" ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
2014-08-05 23:55:21 +02:00
|
|
|
MaskColor = Color
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2014-08-05 23:55:21 +02:00
|
|
|
Red = 0xFFFF ;
|
|
|
|
Green = 0x0000 ;
|
|
|
|
Blue = 0xFFFF ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
};
|
2010-11-23 21:07:47 -08:00
|
|
|
|
2001-02-23 14:07:41 +00:00
|
|
|
String STR_WIZ_TABLE_COPY
|
|
|
|
{
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "Copy table" ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_COPYTABLE_TITLE_COPY
|
|
|
|
{
|
2004-06-26 16:32:52 +00:00
|
|
|
Text [ en-US ] = "Copy table" ;
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
2009-11-25 13:48:21 +01:00
|
|
|
String STR_INVALID_TABLE_NAME
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2009-11-25 13:48:21 +01:00
|
|
|
Text [ en-US ] = "This table name is not valid in the current database.";
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
2006-07-10 14:37:04 +00:00
|
|
|
String STR_SUGGEST_APPEND_TABLE_DATA
|
2001-02-23 14:07:41 +00:00
|
|
|
{
|
2006-07-10 14:37:04 +00:00
|
|
|
Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
|
2001-02-23 14:07:41 +00:00
|
|
|
};
|
|
|
|
|
2009-11-25 13:48:21 +01:00
|
|
|
String STR_INVALID_TABLE_NAME_LENGTH
|
2002-03-21 06:08:44 +00:00
|
|
|
{
|
2009-11-25 13:48:21 +01:00
|
|
|
Text [ en-US ] = "Please change the table name. It is too long.";
|
2002-03-21 06:08:44 +00:00
|
|
|
};
|
2013-03-08 19:49:43 +01:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|