180fe9c7bSAndrew Rist/**************************************************************
2*76ab84b8Smseidel *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*76ab84b8Smseidel *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*76ab84b8Smseidel *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19*76ab84b8Smseidel *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
2280fe9c7bSAndrew Rist
23*76ab84b8Smseidel
24cdf0e10cSrcweir#include "bib.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirString RID_BIB_STR_FIELDSELECTION
27cdf0e10cSrcweir{
28*76ab84b8Smseidel	Text [ en-US ] = "Field selection:" ;
29cdf0e10cSrcweir};
30cdf0e10cSrcweir
31cdf0e10cSrcweirString RID_BIB_STR_TABWIN_PREFIX
32cdf0e10cSrcweir{
33*76ab84b8Smseidel	Text [ en-US ] = "Table;Query;Sql;Sql [Native]" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweirString RID_BIB_STR_FRAME_TITLE
36cdf0e10cSrcweir{
37*76ab84b8Smseidel	Text [ en-US ] = "Bibliography Database" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweirString RID_MAP_QUESTION
40cdf0e10cSrcweir{
41*76ab84b8Smseidel	Text [ en-US ] = "Do you want to edit the column arrangement?" ;
42cdf0e10cSrcweir};
43cdf0e10cSrcweir
44*76ab84b8Smseidel// ********************************************************************** EOF
45