forked from amazingfate/loongoffice
302 lines
16 KiB
Plaintext
302 lines
16 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: tabletree.src,v $
|
|
*
|
|
* $Revision: 1.6 $
|
|
*
|
|
* last change: $Author: fs $ $Date: 2001-01-30 08:29:43 $
|
|
*
|
|
* 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 EXPRESS 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): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
|
|
#ifndef _DBU_RESOURCE_HRC_
|
|
#include "dbu_resource.hrc"
|
|
#endif
|
|
#ifndef _DBAUI_TABLETREE_HRC_
|
|
#include "tabletree.hrc"
|
|
#endif
|
|
|
|
Image TABLE_TREE_ICON
|
|
{
|
|
ImageBitmap = Bitmap { File = "sx03188.bmp"; };
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
};
|
|
|
|
Image VIEW_TREE_ICON
|
|
{
|
|
ImageBitmap = Bitmap { File = "sx16670.bmp"; };
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
};
|
|
|
|
Image TABLEFOLDER_TREE_ICON
|
|
{
|
|
ImageBitmap = Bitmap { File = "sx03187.bmp"; };
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
};
|
|
|
|
Menu MENU_TABLETREE_POPUP
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem
|
|
{
|
|
Identifier = MID_SORT_ASCENDING;
|
|
Text = "Aufsteigend Sortieren" ;
|
|
Text [ ENGLISH ] = "Functions" ;
|
|
Text[ english_us ] = "Sort Ascending";
|
|
Text[ portuguese ] = "Ordem ascendente";
|
|
Text[ russian ] = "����������� �� �����������";
|
|
Text[ greek ] = "���������� ���� �������";
|
|
Text[ dutch ] = "Oplopend sorteren";
|
|
Text[ french ] = "Tri croissant";
|
|
Text[ spanish ] = "Orden ascendente";
|
|
Text[ italian ] = "Disponi in ordine crescente";
|
|
Text[ danish ] = "Sorter stigende";
|
|
Text[ swedish ] = "Sortera stigande";
|
|
Text[ polish ] = "Sortuj rosn�co";
|
|
Text[ portuguese_brazilian ] = "Functions";
|
|
Text[ japanese ] = "�����ɕ��בւ�";
|
|
Text[ korean ] = "������������ ����";
|
|
Text[ chinese_simplified ] = "��������";
|
|
Text[ chinese_traditional ] = "�V�W�Ƨ�";
|
|
Text[ arabic ] = "��� ������";
|
|
Text[ turkish ] = "Artan s�ralama";
|
|
Text[ language_user1 ] = " ";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = MID_SORT_DECENDING;
|
|
Text = "Absteigend Sortieren" ;
|
|
Text [ ENGLISH ] = "Functions" ;
|
|
Text[ english_us ] = "Sort Descending";
|
|
Text[ portuguese ] = "Ordem decrescente";
|
|
Text[ russian ] = "����������� �� ��������";
|
|
Text[ greek ] = "���������� ���� ��������";
|
|
Text[ dutch ] = "Aflopend sorteren";
|
|
Text[ french ] = "Tri d�croissant";
|
|
Text[ spanish ] = "Orden descendente";
|
|
Text[ italian ] = "Disponi in ordine descrescente";
|
|
Text[ danish ] = "Sorter faldende";
|
|
Text[ swedish ] = "Sortera fallande";
|
|
Text[ polish ] = "Sortuj malej�co";
|
|
Text[ portuguese_brazilian ] = "Functions";
|
|
Text[ japanese ] = "�~���ɕ��בւ�";
|
|
Text[ korean ] = "������������ ����";
|
|
Text[ chinese_simplified ] = "��������";
|
|
Text[ chinese_traditional ] = "�V�U�Ƨ�";
|
|
Text[ arabic ] = "��� ������";
|
|
Text[ turkish ] = "Azalan s�ralama";
|
|
Text[ language_user1 ] = " ";
|
|
};
|
|
};
|
|
};
|
|
|
|
String STR_COULDNOTCREATE_DRIVERMANAGER
|
|
{
|
|
Text = "Es konnte keine Verbindung zum SDBC-Treiber-Manager (#servicename#) hergestellt werden.";
|
|
Text [ english ] = "The connection to the SDBC driver manager (#servicename#) could not be established.";
|
|
Text [ english_us ] = "Cannot connect to the SDBC driver manager (#servicename#).";
|
|
Text[ portuguese ] = "Imposs�vel estabelecer liga��o com o SDBC driver manager (#servicename#).";
|
|
Text[ russian ] = "������� ���������� � ���������� �������� SDBC (#servicename#) �� �������.";
|
|
Text[ greek ] = "��� ���� ������� �� ����� � ������� �� �� ��������� ����������� ��� ������������ �������� SDBC (#servicename#).";
|
|
Text[ dutch ] = "Kan de verbinding met de SDBC-driver manager (#servicename#) niet tot stand brengen.";
|
|
Text[ french ] = "Impossible d'�tablir une connexion au gestionnaire de pilotes SDBC (#servicename#) !";
|
|
Text[ spanish ] = "No se pudo establecer una conexi�n al administrador de controladores SDBC (#servicename#).";
|
|
Text[ italian ] = "Non � possibile stabilire il collegamento al driver SDBC Manager (#servicename#).";
|
|
Text[ danish ] = "Det var ikke muligt at oprette en forbindelse til SDBC driver manageren (#servicename#).";
|
|
Text[ swedish ] = "Det gick inte att uppr�tta en f�rbindelse till SDBC-drivrutinsmanagern (#servicename#).";
|
|
Text[ polish ] = "Brak po��czenia z mened�erem sterownika SDCB (#servicename#).";
|
|
Text[ portuguese_brazilian ] = "The connection to the SDBC driver manager (#servicename#) could not be established.";
|
|
Text[ japanese ] = "SDBC ��ײ���ȼެ�(#servicename#)�ڑ��ł��܂����ł����B";
|
|
Text[ korean ] = "SDBC �����̹� ������ (#servicename#)�� ���� ������ ) �������� ���߽��ϴ�.";
|
|
Text[ chinese_simplified ] = "���� SDBC ������ʽ������(#servicename#)�������ӡ�";
|
|
Text[ chinese_traditional ] = "�L�k�s�u�� SDBC �X�ʵ{���z(#servicename#) �C";
|
|
Text[ turkish ] = "The connection to the SDBC driver manager (#servicename#) could not be established.";
|
|
Text[ arabic ] = "���� ����� ������� �� (#servicename#) SDBC Driver Manager .";
|
|
};
|
|
|
|
String STR_NOREGISTEREDDRIVER
|
|
{
|
|
Text = "Es ist kein Treiber f�r die URL #connurl# registriert!";
|
|
Text [ english ] = "There is no registered driver for the URL #connurl#";
|
|
Text [ english_us ] = "A driver is not registered for the URL #connurl#.";
|
|
Text[ portuguese ] = "N�o existe nenhum controlador registado para o URL #connurl#.";
|
|
Text[ russian ] = "������� ��� URL #connurl# �� ���������������.";
|
|
Text[ greek ] = "��� ������� �������� ��������� �������� ��� �� URL #connurl#";
|
|
Text[ dutch ] = "Geen driver voor URL #connurl# geregistreerd.";
|
|
Text[ french ] = "Aucun pilote n'est inscrit pour l'URL #connurl# !";
|
|
Text[ spanish ] = "No existe un controlador registrado para la URL #connurl#";
|
|
Text[ italian ] = "Non esiste alcun driver registrato per l'URL #connurl#";
|
|
Text[ danish ] = "Der er ikke registeret en driver for URL'en #connurl#!";
|
|
Text[ swedish ] = "Det har inte registrerats n�gon drivrutin f�r URL:en #connurl#.";
|
|
Text[ polish ] = "Brak zarejestrowanego sterownika dla URL #connurl# !";
|
|
Text[ portuguese_brazilian ] = "There is no registered driver for the URL #connurl#";
|
|
Text[ japanese ] = "URL #connurl# ����ײ�ނ��o�^�����Ă��܂����B";
|
|
Text[ korean ] = "URL #connurl#�� ���� ���ϵ� �����̹��� �����ϴ�!";
|
|
Text[ chinese_simplified ] = "û��Ϊ URL #connurl# �Ǽ�����������";
|
|
Text[ chinese_traditional ] = "���s�b�����n�O�� URL #connurl# �X�ʵ{�ǡC";
|
|
Text[ turkish ] = "There is no registered driver for the URL #connurl#";
|
|
Text[ arabic ] = "�� ���� ������ ����� ���� ��� URL #connurl#!";
|
|
};
|
|
|
|
String STR_COULDNOTCONNECT
|
|
{
|
|
Text = "Es konnte keine Verbindung f�r die URL #connurl# aufgebaut werden.";
|
|
Text [ english ] = "A connection could not be established for URL #connurl#.";
|
|
Text [ english_us ] = "A connection could not be established for URL #connurl#.";
|
|
Text[ portuguese ] = "Foi imposs�vel estabelecer liga��o para o URL #connurl#.";
|
|
Text[ russian ] = "������� ���������� � URL #connurl# �� �������.";
|
|
Text[ greek ] = "��� ���� ������� �� ����� � ������� �� �� URL #connurl#.";
|
|
Text[ dutch ] = "Kon geen verbinding voor #connurl# opbouwen.";
|
|
Text[ french ] = "Impossible d'�tablir une connexion pour l'URL #connurl# !";
|
|
Text[ spanish ] = "No se pudo realizar ninguna conexi�n para la URL #connurl#.";
|
|
Text[ italian ] = "Non � possibile creare il collegamento all'URL #connurl#.";
|
|
Text[ danish ] = "Det var ikke muligt at oprette en forbindelse for URL'en #connurl#.";
|
|
Text[ swedish ] = "Det gick inte att uppr�tta n�gon f�rbindelse till URL:en #connurl#.";
|
|
Text[ polish ] = "Brak po��czenia z URL #connurl#.";
|
|
Text[ portuguese_brazilian ] = "A connection could not be established for URL #connurl#.";
|
|
Text[ japanese ] = "URL #connurl# �ڑ��ł��܂����ł����B";
|
|
Text[ korean ] = "URL #connurl#�� ���� ������ �������� ���߽��ϴ� .";
|
|
Text[ chinese_simplified ] = "���� URL #connurl# �������ӡ�";
|
|
Text[ chinese_traditional ] = "�L�k�s�u�� URL #connurl# �C";
|
|
Text[ turkish ] = "A connection could not be established for URL #connurl#.";
|
|
Text[ arabic ] = "���� ����� ����� ��� URL #connurl#..";
|
|
};
|
|
String STR_COULDNOTCONNECT_PLEASECHECK
|
|
{
|
|
Text = "Bitte ueberpruefen Sie die aktuellen Einstellungen, zum Beispiel hinsichtlich Benutzername und Passwort.";
|
|
Text [ english ] = "Please check the current settings, e.g. with respect to user name and password.";
|
|
Text [ english_us ] = "Please check the current settings, e.g. regarding user name and password.";
|
|
Text[ portuguese ] = "Verifique as defini��es actuais, por exemplo, nome de utilizador e senha.";
|
|
Text[ russian ] = "���������, ����������, ���� ������� ���������, ������������, ��������, ����� � ������ ������������.";
|
|
Text[ greek ] = "�������� ������� ��� ��������� ���������, �.� ������� �� �� ����� ������ ��� ��� ������ ���������.";
|
|
Text[ dutch ] = "Controleer de actuele instellingen, bijv. wat betreft naam gebruiker en wachtwoord.";
|
|
Text[ french ] = "V�rifiez les param�tres actifs - par ex. ceux qui concernent le nom d'utilisateur et le mot de passe.";
|
|
Text[ spanish ] = "Compruebe la configuraci�n actual, p.ej. el nombre de usuario y la contrase�a.";
|
|
Text[ italian ] = "Verificare le impostazioni attuali; in particolare quelle in riferimento al nome utente e password.";
|
|
Text[ danish ] = "Kontroller venligst de aktuelle indstillinger, f.eks. med hensyn til brugernavn og adgangskode.";
|
|
Text[ swedish ] = "Kontrollera de aktuella inst�llningarna, t.ex. med avseende p� anv�ndarnamn och l�senord.";
|
|
Text[ polish ] = "Prosz� sprawdzi� aktualne konfiguracje, n.p. nazw� u�ytkownika i has�o.";
|
|
Text[ portuguese_brazilian ] = "Please check the current settings, e.g. with respect to user name and password.";
|
|
Text[ japanese ] = "հ�ް�����߽ܰ�ނȂnj��ݐݒ肳���Ă������e���������x�������Ă��������B";
|
|
Text[ korean ] = "������ ������ �����Ͻʽÿ�, ���� ���� ������ �̸�/ �н������� �����ؼ�.";
|
|
Text[ chinese_simplified ] = "�������鵱ǰ���趨����ʹ���������롣";
|
|
Text[ chinese_traditional ] = "�бz�ˬd�z���]�w�A�p�ϥΪ̩M�K�X�C";
|
|
Text[ turkish ] = "Please check the current settings, e.g. with respect to user name and password.";
|
|
Text[ arabic ] = "������ ��� ��������� ������ɡ ��� ��� �������� ����� ���� ��� ���� ������.";
|
|
};
|
|
String STR_NOTABLEINFO
|
|
{
|
|
Text = "Die Verbindung wurde erfolgreich hergestellt, aber es konnten keine Informationen �ber Tabellen in der Datenbank ermittelt werden.";
|
|
Text [ english ] = "A connection was established sucessfully, but no informations about tables and/or views could be gathered.";
|
|
Text [ english_us ] = "Successfully connected, but information about databank tables is not available.";
|
|
Text[ portuguese ] = "A liga��o foi estabelecida, mas foi imposs�vel encontrar informa��es sobre tabelas na base de dados.";
|
|
Text[ russian ] = "����������� ������� �������, �� ���������� � �������� � ���� ������ �� ��������.";
|
|
Text[ greek ] = "� ������� ������ ���� ��� ���� ������� �� �������������� ����������� ������� �� ������� ��� ���� ���������.";
|
|
Text[ dutch ] = "Verbinding werd tot stand gebracht, echter geen gegevens over tabellen in de database gevonden.";
|
|
Text[ french ] = "Connexion �tablie, mais aucune information concernant les tables et/ou vues n'a pu �tre d�tect�e.";
|
|
Text[ spanish ] = "Se ha realizado una conexi�n satisfactoriamente, pero no se ha conseguido ninguna informaci�n sobre tablas en la base de datos.";
|
|
Text[ italian ] = "Il collegamento � stato realizzato tuttavia non � stato possibile trasmettere le informazioni relative alle tabelle nel database.";
|
|
Text[ danish ] = "Forbindelsen er blevet oprettet; men det var ikke muligt at hente informationer om tabeller i databasen.";
|
|
Text[ swedish ] = "F�rbindelsen uppr�ttades men det gick inte att f� fram n�gon information om tabeller i databasen.";
|
|
Text[ polish ] = "Po��czenie zosta�o pomy�lnie ustanowione, ale nadal brak informacji o tabelach w bazie danych.";
|
|
Text[ portuguese_brazilian ] = "A connection was established sucessfully, but no informations about tables and/or views could be gathered.";
|
|
Text[ japanese ] = "�����ɐڑ��ł��܂������A�ް��ް���ð��قɊւ����������܂����B";
|
|
Text[ korean ] = "������ ���������� �����Ǿ�����, ǥ ����/�Ǵ� ��� ���� ������ �������� ���߽��ϴ�.";
|
|
Text[ chinese_simplified ] = "�����Ѿ��ɹ����������������ص����ݿ��������ݡ�";
|
|
Text[ chinese_traditional ] = "�w�g���\\�s�u�A���O�S���������Ʈw�����椺�e�C";
|
|
Text[ turkish ] = "A connection was established sucessfully, but no informations about tables and/or views could be gathered.";
|
|
Text[ arabic ] = "�� ����� ������� ����͡ ��� ��� ���� ������ ��� ������� ����� ����� ����� ��������.";
|
|
};
|
|
String STR_ALL_TABLES
|
|
{
|
|
Text = "Alle Tabellen";
|
|
Text [ english ] = "All tables";
|
|
Text [ english_us ] = "All tables";
|
|
};
|
|
String STR_ALL_VIEWS
|
|
{
|
|
Text = "Alle Tabellensichten";
|
|
Text [ english ] = "All views";
|
|
Text [ english_us ] = "All views";
|
|
};
|
|
String STR_ALL_TABLES_AND_VIEWS
|
|
{
|
|
Text = "Alle Tabellen und Tabellensichten";
|
|
Text [ english ] = "All tables and views";
|
|
Text [ english_us ] = "All tables and views";
|
|
};
|
|
|
|
/*************************************************************************
|
|
* history:
|
|
* $Log: not supported by cvs2svn $
|
|
* Revision 1.5 2000/11/29 09:47:43 kz
|
|
* Merge SRC614: 29.11.00 - 10:46:56 (NoBranch)
|
|
*
|
|
* Revision 1.4 2000/10/30 15:23:23 fs
|
|
* #79816# STR_INVALID_REGISTEREDDRIVER is obsolete
|
|
*
|
|
* Revision 1.3 2000/10/27 15:17:01 kz
|
|
* Merge SRC610: 27.10.00 - 17:16:44 (NoBranch)
|
|
*
|
|
* Revision 1.2 2000/10/09 12:37:02 fs
|
|
* STR_COULDNOTCONNECT
|
|
*
|
|
* Revision 1.1 2000/10/05 10:01:18 fs
|
|
* initial checkin
|
|
*
|
|
*
|
|
* Revision 1.0 28.09.00 13:36:13 fs
|
|
************************************************************************/
|
|
|