office-gobmx/extensions/source/bibliography/toolbar.src
Jens-Heiner Rechtien ab2995c96c INTEGRATION: CWS dialogdiet (1.27.68); FILE MERGED
2004/01/19 21:38:23 mba 1.27.68.2: RESYNC: (1.27-1.28); FILE MERGED
2003/11/28 14:19:59 mba 1.27.68.1: #i22972#: include svx instead of offmgr
2004-02-03 16:10:27 +00:00

584 lines
23 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*************************************************************************
*
* $RCSfile: toolbar.src,v $
*
* $Revision: 1.29 $
*
* last change: $Author: hr $ $Date: 2004-02-03 17:10:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (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.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include <svx/svxids.hrc>
#include "extensio.hrc"
#include "toolbar.hrc"
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
ToolBox RID_BIB_TOOLBAR
{
HelpId = HID_BIB_DB_TBX;
Sizeable = TRUE ;
HideWhenDeactivate = TRUE ;
LineSpacing = TRUE ;
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( 200 , 16 ) ;
ButtonType = BUTTON_SYMBOL ;
ItemList =
{
ToolBoxItem
{
Identifier = TBC_FT_SOURCE;
//HelpID = SID_SBA_BRW_INSERT ;
Text = "Tabelle" ;
Text [ ENGLISH ] = "Table" ;
Text[ english_us ] = "Table";
Text[ portuguese ] = "Tabela";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Tabel";
Text[ french ] = "Table";
Text[ spanish ] = "Tabla";
Text[ italian ] = "Tabella";
Text[ danish ] = "Tabel";
Text[ swedish ] = "Tabell";
Text[ polish ] = "Tabela";
Text[ portuguese_brazilian ] = "Tabela";
Text[ japanese ] = "テーブル";
Text[ korean ] = "테이블";
Text[ chinese_simplified ] = "表格";
Text[ chinese_traditional ] = "表格";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Tablo";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Taula";
Text[ finnish ] = "Taulukko";
Text[ thai ] = "ตาราง";
Text[ czech ] = "Tabulka";
Text[ hebrew ] = "‮טבלה‬";
Text[ hindi ] = "सारणी";
Text[ slovak ] = "Tabuľka";
Text[ hungarian ] = "Tábla";
Text[ slovenian ] = "Tabela";
};
ToolBoxItem
{
Identifier = TBC_LB_SOURCE;
HelpID = HID_BIB_TBX_TABLE;
Command = ".uno:Bib/source" ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBC_FT_QUERY;
//HelpID = SID_SBA_BRW_INSERT ;
Text = "Suchbegriff" ;
Text [ ENGLISH ] = "Search key" ;
Text[ english_us ] = "Search Key";
Text[ portuguese ] = "Express<73>o procurada";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Zoekbegrip";
Text[ french ] = "Terme recherch<63>";
Text[ spanish ] = "Expresi<73>n de b<>squeda";
Text[ italian ] = "Termine ricercato";
Text[ danish ] = "S<>geord";
Text[ swedish ] = "S<>kord";
Text[ polish ] = "Szukane has<61>o";
Text[ portuguese_brazilian ] = "Chave de pesquisa";
Text[ japanese ] = "検索キー";
Text[ korean ] = "검색 키";
Text[ chinese_simplified ] = "搜寻条目";
Text[ chinese_traditional ] = "搜尋項目";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Arama <20>l<EFBFBD><6C>t<EFBFBD>";
Text[ catalan ] = "Clau de cerca";
Text[ finnish ] = "Etsitt<74>v<EFBFBD>";
Text[ thai ] = "ปุ่มค้นหา";
Text[ czech ] = "Hledat klíčové slovo";
Text[ hebrew ] = "Suchbegriff";
Text[ hindi ] = "खोज करने की चाभी";
Text[ slovak ] = "Hľadať kľúčové slovo";
Text[ hungarian ] = "Keresési kulcs";
Text[ slovenian ] = "Ključ za iskanje";
};
ToolBoxItem
{
Identifier = TBC_ED_QUERY;
HelpID = HID_BIB_TBX_SEARCH;
Command = ".uno:Bib/query" ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBC_BT_AUTOFILTER ;
HelpID = HID_BIB_TBX_AUTOFILTER;
// ItemBitmap = Bitmap { File = "sc10716.bmp" ; };
DropDown = TRUE ;
Text = "AutoFilter" ;
Text [ ENGLISH ] = "AutoFilter" ;
Command = ".uno:Bib/autoFilter" ;
Text[ english_us ] = "AutoFilter";
Text[ portuguese ] = "AutoFiltro";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "AutoFilter";
Text[ french ] = "AutoFiltre";
Text[ spanish ] = "Filtro autom<6F>tico";
Text[ italian ] = "Filtro automatico";
Text[ danish ] = "AutoFilter";
Text[ swedish ] = "AutoFilter";
Text[ polish ] = "Autofiltr";
Text[ portuguese_brazilian ] = "AutoFiltro";
Text[ japanese ] = "オートフィルタ";
Text[ korean ] = "자동 필터";
Text[ chinese_simplified ] = "自动筛选";
Text[ chinese_traditional ] = "自訂篩選";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>";
Text[ turkish ] = "Otomatik filtre";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Filtre autom<6F>tic";
Text[ finnish ] = "Automaattinen suodatus";
Text[ thai ] = "ตัวกรองอัตโนมัติ";
Text[ czech ] = "Automatický filtr";
Text[ hebrew ] = "‮סינון אוטומטי‬";
Text[ hindi ] = "स्वचालित ढंग से छानना";
Text[ slovak ] = "Automatický filter";
Text[ hungarian ] = "Automatikus szűrő";
Text[ slovenian ] = "Samodejni filter";
};
ToolBoxItem
{
Identifier = TBC_BT_FILTERCRIT ;
HelpID = SID_FM_FILTERCRIT ;
// ItemBitmap = Bitmap { File = "sc10715.bmp" ; };
Text = "Standard Filter" ;
Text [ ENGLISH ] = "Standard Filter" ;
Command = ".uno:Bib/standardFilter" ;
Text[ english_us ] = "Standard Filter";
Text[ portuguese ] = "Filtro padr<64>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Standaardfilter";
Text[ french ] = "Filtre standard";
Text[ spanish ] = "Filtro predeterminado";
Text[ italian ] = "Filtro standard";
Text[ danish ] = "Standardfilter";
Text[ swedish ] = "Standardfilter";
Text[ polish ] = "Filtr standardowy";
Text[ portuguese_brazilian ] = "Filtro padr<64>o";
Text[ japanese ] = "標準フィルタ";
Text[ korean ] = "표준 필터";
Text[ chinese_simplified ] = "标准筛选";
Text[ chinese_traditional ] = "標準篩選";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Standart filtre";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Filtre est<73>ndard";
Text[ finnish ] = "Oletussuodatin";
Text[ thai ] = "ตัวกรองมาตรฐาน";
Text[ czech ] = "Standardní filtr";
Text[ hebrew ] = "Standard Filter";
Text[ hindi ] = "स्टान्डर्ड फिल्टर";
Text[ slovak ] = "Bežný filter";
Text[ hungarian ] = "Általános szűrő";
Text[ slovenian ] = "Standardni filter";
};
ToolBoxItem
{
Identifier = TBC_BT_REMOVEFILTER ;
HelpID = SID_FM_REMOVE_FILTER_SORT ;
// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Text = "Filter entfernen" ;
Text [ ENGLISH ] = "Remove Filter" ;
Command = ".uno:Bib/removeFilter" ;
Text[ english_us ] = "Remove Filter";
Text[ portuguese ] = "Eliminar filtro";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Filter verwijderen";
Text[ french ] = "Supprimer le filtre";
Text[ spanish ] = "Borrar filtro";
Text[ italian ] = "Rimuovi filtro";
Text[ danish ] = "Fjern filter";
Text[ swedish ] = "Ta bort filter";
Text[ polish ] = "Usu<73> filtr";
Text[ portuguese_brazilian ] = "Remover Filtro";
Text[ japanese ] = "フィルタの解除";
Text[ korean ] = "필터 제거";
Text[ chinese_simplified ] = "删除筛选";
Text[ chinese_traditional ] = "清除篩選";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Filtreyi kald<6C>r";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Suprimeix el filtre";
Text[ finnish ] = "Poista suodatus";
Text[ thai ] = "เอาตัวกรองออก";
Text[ czech ] = "Odstranit filtr";
Text[ hebrew ] = "Filter entfernen";
Text[ hindi ] = "फिल्टर हटाओ";
Text[ slovak ] = "Odstrániť filter";
Text[ hungarian ] = "Szűrő törlése";
Text[ slovenian ] = "Odstrani filter";
};
ToolBoxItem
{
Identifier = TBC_BT_COL_ASSIGN ;
HelpId = HID_BIB_MAPPINGDLG;
Text = "Spaltenzuordnung" ;
Text[ English ] = "Column assignment" ;
// Command = ".uno:Bib/Mapping" ;
// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Text[ english_us ] = "Column Arrangement";
Text[ portuguese ] = "Dispor colunas";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Kolomindeling";
Text[ french ] = "Assignation de colonnes";
Text[ spanish ] = "Disposici<63>n de columnas";
Text[ italian ] = "Assegnazione colonne";
Text[ danish ] = "Kolonnetildeling";
Text[ swedish ] = "Kolumntilldelning";
Text[ polish ] = "Rozmieszczenie kolumn";
Text[ portuguese_brazilian ] = "Disposi<73><69>o das Colunas";
Text[ japanese ] = "列の分類";
Text[ korean ] = "열 배치";
Text[ chinese_simplified ] = "编排列(C)";
Text[ chinese_traditional ] = "編排欄(C)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "S<>tun d<>zeni";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Disposici<63> de les columnes";
Text[ finnish ] = "Sarakej<65>rjestys";
Text[ thai ] = "จัดเรียงคอลัมน์";
Text[ czech ] = "Uspořádání sloupců";
Text[ hebrew ] = "Spaltenzuordnung";
Text[ hindi ] = "स्तंभ को क्रम में रखना";
Text[ slovak ] = "Usporiadanie stĺpcov";
Text[ hungarian ] = "Oszlop rendezése";
Text[ slovenian ] = "Razporeditev stolpcev";
};
ToolBoxItem
{
Identifier = TBC_BT_CHANGESOURCE ;
HelpId = HID_BIB_CHANGESOURCE;
Text = "Datenquelle" ;
Text[ English ] = "Data source" ;
// Command = ".uno:Bib/sdbsource" ;
// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Checkable=TRUE;
Text[ english_us ] = "Data Source";
Text[ portuguese ] = "Fonte de dados";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Gegevensbron";
Text[ french ] = "Source de donn<6E>es";
Text[ spanish ] = "Fuente de datos";
Text[ italian ] = "Sorgente dati";
Text[ danish ] = "Datakilde";
Text[ swedish ] = "Datak<61>lla";
Text[ polish ] = "<22>r<EFBFBD>d<EFBFBD>o danych";
Text[ portuguese_brazilian ] = "Fonte de dados";
Text[ japanese ] = "データソース";
Text[ korean ] = "데이터 원본";
Text[ chinese_simplified ] = "数据源(D)";
Text[ chinese_traditional ] = "資料源(D)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Veri Kaynak kodu";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Font de les dades";
Text[ finnish ] = "Tietol<6F>hde";
Text[ thai ] = "แหล่งข้อมูล";
Text[ czech ] = "Zdroj dat";
Text[ hebrew ] = "‮מקור הנתונים‬";
Text[ hindi ] = "ड़ॉटा मूल";
Text[ slovak ] = "Zdroj dát";
Text[ hungarian ] = "Adatforrás";
Text[ slovenian ] = "Vir podatkov";
};
/*
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBC_BT_NEWCARD ;
//HelpID = SID_FM_REMOVE_FILTER_SORT ;
Command = ".uno:Bib/newEntry" ;
ItemBitmap = Bitmap { File = "newcard.bmp" ; };
Text = "Neue Adresse" ;
Text [ ENGLISH ] = "New Address" ;
Text[ english_us ] = "New Address";
Text[ portuguese ] = "Novo endere<72>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "New Address";
Text[ dutch ] = "Nieuw adres";
Text[ french ] = "Nouvelle adresse";
Text[ spanish ] = "Nueva direcci<63>n";
Text[ italian ] = "Nuovo indirizzo";
Text[ danish ] = "Ny adresse";
Text[ swedish ] = "Ny adress";
Text[ polish ] = "Nowy adres";
Text[ portuguese_brazilian ] = "New Address";
Text[ japanese ] = "<22>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>Z<EFBFBD><5A>";
Text[ korean ] = "New Address";
Text[ chinese_simplified ] = "<22>µ<EFBFBD>ַ";
Text[ chinese_traditional ] = "<22>s<EFBFBD>a<EFBFBD>}";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
};
ToolBoxItem
{
Identifier = TBC_BT_EDITCARD ;
//HelpID = SID_FM_REMOVE_FILTER_SORT ;
Command = ".uno:Bib/changeEntry" ;
ItemBitmap = Bitmap { File = "modcard.bmp" ; };
Text = "Adresse bearbeiten" ;
Text [ ENGLISH ] = "Edit address" ;
Text[ english_us ] = "Edit Address";
Text[ portuguese ] = "Editar endere<72>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "Edit address";
Text[ dutch ] = "Adres wijzigen";
Text[ french ] = "<22>diter une adresse";
Text[ spanish ] = "Editar direcci<63>n";
Text[ italian ] = "Modifica indirizzo";
Text[ danish ] = "Rediger adresse";
Text[ swedish ] = "Redigera adress";
Text[ polish ] = "Edytuj adres";
Text[ portuguese_brazilian ] = "Edit address";
Text[ japanese ] = "<22><><EFBFBD>ڽ<EFBFBD>̕ҏW";
Text[ korean ] = "Edit address";
Text[ chinese_simplified ] = "<22><EFBFBD><E0BCAD>ַ";
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD>a<EFBFBD>}";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
};
ToolBoxItem
{
Identifier = TBC_BT_REMOVECARD ;
//HelpID = SID_FM_REMOVE_FILTER_SORT ;
Command = ".uno:Bib/removeEntry" ;
ItemBitmap = Bitmap { File = "remcard.bmp" ; };
Text = "Adresse l<>schen" ;
Text [ ENGLISH ] = "Remove address" ;
Text[ english_us ] = "Remove Address";
Text[ portuguese ] = "Eliminar endere<72>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Adres wissen";
Text[ french ] = "Supprimer une adresse";
Text[ spanish ] = "Eliminar direcci<63>n";
Text[ italian ] = "Elimina indirizzo";
Text[ danish ] = "Slet adresse";
Text[ swedish ] = "Ta bort adress";
Text[ polish ] = "Usu<73> adres";
Text[ portuguese_brazilian ] = "Remove address";
Text[ japanese ] = "<22><><EFBFBD>ڽ<EFBFBD>̍폜";
Text[ korean ] = "Remove address";
Text[ chinese_simplified ] = "ɾ<><C9BE><EFBFBD><EFBFBD>ַ";
Text[ chinese_traditional ] = "<22>R<EFBFBD><52><EFBFBD>a<EFBFBD>}";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBC_BT_INSERT ;
HelpID = SID_SBA_BRW_INSERT ;
ItemBitmap = Bitmap { File = "sc12202.bmp" ; };
Text = "Daten in Text" ;
Text [ ENGLISH ] = "Insert" ;
Text[ english_us ] = "Data into Text";
Text[ portuguese ] = "Dados no texto";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Gegevens in tekst";
Text[ french ] = "Donn<6E>es dans le texte";
Text[ spanish ] = "Datos en texto";
Text[ italian ] = "Dati nel testo";
Text[ danish ] = "Data i tekst";
Text[ swedish ] = "Data i text";
Text[ polish ] = "Dane w tek<65>cie";
Text[ portuguese_brazilian ] = "Insert";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ް<EFBFBD>";
Text[ korean ] = "Insert";
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><C4B1><EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD>u<EFBFBD><EFBFBD><E0B4AB><EFBFBD><EFBFBD><EFBFBD>r";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>";
};
ToolBoxItem
{
Identifier = TBC_BT_UPDATE ;
HelpID = SID_SBA_BRW_UPDATE ;
ItemBitmap = Bitmap { File = "sc12201.bmp" ; };
Text = "Daten in Felder" ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBC_BT_MAIL ;
//HelpID = HID_ADDRPI_AUTOMAIL ;
ItemBitmap = Bitmap { File = "sc06305.bmp" ; };
Text = "AutoMail" ;
Text [ ENGLISH ] = "AutoMail" ;
Text[ english_us ] = "AutoMail";
Text[ portuguese ] = "AutoMail";
Text[ russian ] = "AutoMail";
Text[ greek ] = "AutoMail";
Text[ dutch ] = "AutoMail";
Text[ french ] = "AutoMail";
Text[ spanish ] = "AutoMail";
Text[ italian ] = "Mail automatica";
Text[ danish ] = "AutoPost";
Text[ swedish ] = "AutoMail";
Text[ polish ] = "AutoMail";
Text[ portuguese_brazilian ] = "AutoMail";
Text[ japanese ] = "<22><><EFBFBD>Ұ<EFBFBD>";
Text[ korean ] = "AutoMail";
Text[ chinese_simplified ] = "<22>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD>";
Text[ chinese_traditional ] = "<22>۰ʹq<CAB9>l<EFBFBD>l<EFBFBD><6C>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>";
};
ToolBoxItem
{
Identifier = TBC_BT_URL ;
//HelpID = HID_ADDRPI_AUTOBROWSE ;
ItemBitmap = Bitmap { File = "sc06304.bmp" ; };
Text = "AutoBrowse" ;
Text [ ENGLISH ] = "AutoBrowse" ;
Text[ english_us ] = "AutoBrowse";
Text[ portuguese ] = "AutoBrowse";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "AutoBrowse";
Text[ dutch ] = "AutoBrowse";
Text[ french ] = "AutoBrowse";
Text[ spanish ] = "AutoBrowse";
Text[ italian ] = "Browse automatico";
Text[ danish ] = "AutoBrowse";
Text[ swedish ] = "AutoBrowse";
Text[ polish ] = "AutoBrowse";
Text[ portuguese_brazilian ] = "AutoBrowse";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>׳<EFBFBD><D7B3>";
Text[ korean ] = "AutoBrowse";
Text[ chinese_simplified ] = "<22>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>۰<EFBFBD><DBB0>s<EFBFBD><73>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
};*/
};
Scroll = TRUE ;
};
#define BIB_IMAGES \
IdList = \
{ \
SID_FM_AUTOFILTER; /*10716*/ \
SID_FM_FILTERCRIT; /*10715*/ \
SID_FM_REMOVE_FILTER_SORT ; /*10711*/ \
}; \
IdCount = { 3; };
ImageList RID_TOOLBAR_IMGLIST
{
ImageBitmap = Bitmap { File = "sc_bibdb.bmp" ; };
MASKCOLOR
BIB_IMAGES
};
ImageList RID_TOOLBAR_IMGLIST_HC
{
ImageBitmap = Bitmap { File = "sch_bibdb.bmp" ; };
MASKCOLOR
BIB_IMAGES
};
ImageList RID_TOOLBAR_BIGIMGLIST
{
ImageBitmap = Bitmap { File = "lc_bibdb.bmp" ; };
MASKCOLOR
BIB_IMAGES
};
ImageList RID_TOOLBAR_BIGIMGLIST_HC
{
ImageBitmap = Bitmap { File = "lch_bibdb.bmp" ; };
MASKCOLOR
BIB_IMAGES
};