2004/01/26 17:39:13 mba 1.1.2.2: #i22972#: toplevel changes from offmgr 2003/11/28 16:59:44 mba 1.1.2.1: #i22969#: dialogs and tabpages moved from offmgr
511 lines
21 KiB
Plaintext
511 lines
21 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: connpooloptions.src,v $
|
||
*
|
||
* $Revision: 1.2 $
|
||
*
|
||
* last change: $Author: hr $ $Date: 2004-02-03 18:19:21 $
|
||
*
|
||
* 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): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
|
||
#include "connpooloptions.hrc"
|
||
#include "dialogs.hrc"
|
||
|
||
#define PAGE_SIZE_X 260
|
||
#define PAGE_SIZE_Y 185
|
||
|
||
#define LIST_SIZE_Y 100
|
||
|
||
TabPage RID_OFAPAGE_CONNPOOLOPTIONS
|
||
{
|
||
// HelpId = ;
|
||
OutputSize = TRUE ;
|
||
Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
|
||
FixedLine FL_POOLING
|
||
{
|
||
Pos = MAP_APPFONT( 4, 3 );
|
||
Size = MAP_APPFONT( PAGE_SIZE_X - 8, 8 );
|
||
Text = "Aufbewahrung von Verbindungen";
|
||
Text [ english ] = "Connection Pool";
|
||
Text [ english_us ] = "Connection pool";
|
||
Text [ language_user1 ] = "; Please don't translate the german phrase! It is an unfortunate translation of the english technical term.";
|
||
Text[ portuguese ] = "Agrega<67><61>o de liga<67><61>es";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Behouden van verbindingen";
|
||
Text[ french ] = "Pool de connexions";
|
||
Text[ spanish ] = "Pool de conexiones";
|
||
Text[ finnish ] = "Yhteysvaranto";
|
||
Text[ italian ] = "Insieme di collegamenti";
|
||
Text[ danish ] = "Fastholdelse af forbindelser";
|
||
Text[ swedish ] = "Kopplingspool";
|
||
Text[ polish ] = "Pula po<70><6F>cze<7A>";
|
||
Text[ portuguese_brazilian ] = "Pool de conex<65>es";
|
||
Text[ japanese ] = "ドライバを使った接続保持の設定";
|
||
Text[ korean ] = "연결 풀";
|
||
Text[ chinese_simplified ] = "保留驱动程序的设置";
|
||
Text[ chinese_traditional ] = "保留驅動程式的設置";
|
||
Text[ turkish ] = "Ba<42>lant<6E> havuzu";
|
||
Text[ arabic ] = "Connection pool";
|
||
Text[ catalan ] = "Connexi<78> de recursos";
|
||
Text[ thai ] = "รวมการเชื่อมต่อ";
|
||
Text[ czech ] = "Sdílená připojení";
|
||
Text[ hebrew ] = "Aufbewahrung von Verbindungen";
|
||
Text[ hindi ] = "कनेक्शन् पूल";
|
||
Text[ slovak ] = "Zdieľanie pripojenia";
|
||
Text[ hungarian ] = "Kapcsolatgyűjtő";
|
||
Text[ slovenian ] = "Zaloga povezav";
|
||
};
|
||
CheckBox CB_POOL_CONNS
|
||
{
|
||
Pos = MAP_APPFONT( 7, 15 );
|
||
Size = MAP_APPFONT( PAGE_SIZE_X - 14, 8 );
|
||
Text = "Verbindungen aufbewahren";
|
||
Text [ english ] = "Connection pooling enabled";
|
||
Text [ english_us ] = "Connection pooling enabled";
|
||
Text[ portuguese ] = "Agregar liga<67><61>es";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Ve~rbindingen behouden";
|
||
Text[ french ] = "Pool de connexions actif";
|
||
Text[ spanish ] = "Pool de conexiones activo";
|
||
Text[ finnish ] = "Yhteysvaranto k<>yt<79>ss<73>";
|
||
Text[ italian ] = "Attiva insieme dei collegamenti";
|
||
Text[ danish ] = "Fasthold forbindelser";
|
||
Text[ swedish ] = "Poolning av kopplingar";
|
||
Text[ polish ] = "~Pula po<70><6F>cze<7A> aktywna";
|
||
Text[ portuguese_brazilian ] = "Pool de conex<65>es habilitado";
|
||
Text[ japanese ] = "ドライバを使って接続を保持する";
|
||
Text[ korean ] = "연결 풀링 활성화";
|
||
Text[ chinese_simplified ] = "保留使用驱动程序";
|
||
Text[ chinese_traditional ] = "保留使用驅動程式";
|
||
Text[ turkish ] = "Ortayatoplama ba<62>lant<6E>s<EFBFBD> etkin";
|
||
Text[ arabic ] = "Connection pooling enabled";
|
||
Text[ catalan ] = "Habilita la connexi<78> de recursos";
|
||
Text[ language_user1 ] = "; jc 01.08.01: der Eintrag befindet sich in Extras/Optionen/Datenquellen/Verbindungen";
|
||
Text[ thai ] = "เปิดใช้งานรวมการเชื่อมต่อ";
|
||
Text[ czech ] = "Sdílení připojení povoleno";
|
||
Text[ hebrew ] = "Verbindungen aufbewahren";
|
||
Text[ hindi ] = "कनेक्शन् पूलिंग को सक्षम किया है";
|
||
Text[ slovak ] = "Zdieľanie pripojenia umožnené";
|
||
Text[ hungarian ] = "Kapcsolatgyűjtő engedélyezve";
|
||
Text[ slovenian ] = "Zbiranje povezav je omogočeno";
|
||
};
|
||
FixedText FT_DRIVERS
|
||
{
|
||
Pos = MAP_APPFONT( 17, 27 );
|
||
Size = MAP_APPFONT( PAGE_SIZE_X - 14 - 8, 8 );
|
||
Text = "In %PRODUCTNAME bekannte Treiber";
|
||
Text [ english ] = "Drivers known in %PRODUCTNAME";
|
||
Text [ english_us ] = "Drivers known in %PRODUCTNAME";
|
||
Text[ portuguese ] = "Controladores conhecidos de %PRODUCTNAME";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %PRODUCTNAME";
|
||
Text[ dutch ] = "Onder %PRODUCTNAME bekende drivers";
|
||
Text[ french ] = "Pilotes d<>clar<61>s sous %PRODUCTNAME";
|
||
Text[ spanish ] = "Controladores conocidos en %PRODUCTNAME";
|
||
Text[ finnish ] = "%PRODUCTNAMEn tunnetut ohjaimet";
|
||
Text[ italian ] = "Driver conosciuti in %PRODUCTNAME";
|
||
Text[ danish ] = "Kendte drivere i %PRODUCTNAME";
|
||
Text[ swedish ] = "K<>nda drivrutiner i %PRODUCTNAME";
|
||
Text[ polish ] = "~Sterowniki znane w %PRODUCTNAME";
|
||
Text[ portuguese_brazilian ] = "Drivers conhecidos pelo %PRODUCTNAME";
|
||
Text[ japanese ] = "%PRODUCTNAME で使えるドライバ";
|
||
Text[ korean ] = "%PRODUCTNAME에서 알려져 있는 드라이버";
|
||
Text[ chinese_simplified ] = "已经为 %PRODUCTNAME 提供的驱动程序";
|
||
Text[ chinese_traditional ] = "已經為 %PRODUCTNAME 提供的驅動程式";
|
||
Text[ turkish ] = "%PRODUCTNAME deki bilinen s<>r<EFBFBD>c<EFBFBD>ler";
|
||
Text[ arabic ] = "Drivers known in %PRODUCTNAME";
|
||
Text[ catalan ] = "Controladors coneguts d'%PRODUCTNAME";
|
||
Text[ thai ] = "ไดร้ฟ์เวอร์ที่รู้จักใน %PRODUCTNAME";
|
||
Text[ czech ] = "Ovladače známé pro %PRODUCTNAME";
|
||
Text[ hebrew ] = "In %PRODUCTNAME bekannte Treiber";
|
||
Text[ hindi ] = "%PRODUCTNAME में ड्रइवर्स अज्ञात नहीं है";
|
||
Text[ slovak ] = "Ovládače známe pre %PRODUCTNAME";
|
||
Text[ hungarian ] = "Az %PRODUCTNAME által ismert illesztőprogramok";
|
||
Text[ slovenian ] = "Znani gonilniki v %PRODUCTNAME";
|
||
};
|
||
Control CTRL_DRIVER_LIST
|
||
{
|
||
Pos = MAP_APPFONT( 17, 38 );
|
||
Size = MAP_APPFONT( PAGE_SIZE_X - 14 - 8, LIST_SIZE_Y );
|
||
TabStop = TRUE;
|
||
Border = TRUE;
|
||
SVLook = TRUE;
|
||
};
|
||
FixedText FT_DRIVERLABEL
|
||
{
|
||
Pos = MAP_APPFONT( 17, 38 + LIST_SIZE_Y + 4 );
|
||
Size = MAP_APPFONT( 70, 8 );
|
||
Text = "aktueller Treiber:";
|
||
Text [ english ] = "current driver:";
|
||
Text [ english_us ] = "Current driver:";
|
||
Text[ portuguese ] = "Controlador actual:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ dutch ] = "Huidige driver:";
|
||
Text[ french ] = "Pilote actif :";
|
||
Text[ spanish ] = "Controlador actual:";
|
||
Text[ finnish ] = "Nykyinen ohjain:";
|
||
Text[ italian ] = "Driver attivo:";
|
||
Text[ danish ] = "Nuv<75>rende driver:";
|
||
Text[ swedish ] = "Aktuell drivrutin:";
|
||
Text[ polish ] = "Bie<69><65>cy sterownik:";
|
||
Text[ portuguese_brazilian ] = "Driver atual:";
|
||
Text[ japanese ] = "現在のドライバ:";
|
||
Text[ korean ] = "현재 드라이버:";
|
||
Text[ chinese_simplified ] = "现在使用中的驱动程序:";
|
||
Text[ chinese_traditional ] = "現在使用的驅動程式:";
|
||
Text[ turkish ] = "Ge<47>erli s<>r<EFBFBD>c<EFBFBD>:";
|
||
Text[ arabic ] = "Current driver:";
|
||
Text[ catalan ] = "Controlador actual:";
|
||
Text[ thai ] = "ไดร้ฟ์เวอร์ปัจจุบัน:";
|
||
Text[ czech ] = "Současný ovladač:";
|
||
Text[ hebrew ] = "aktueller Treiber:";
|
||
Text[ hindi ] = "वर्तमान ड्रइवर:";
|
||
Text[ slovak ] = "Súčasný ovládač:";
|
||
Text[ hungarian ] = "Aktuális illesztőprogram:";
|
||
Text[ slovenian ] = "Trenutni gonilnik:";
|
||
};
|
||
FixedText FT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 17 + 70 + 3, 38 + LIST_SIZE_Y + 4 );
|
||
Size = MAP_APPFONT( PAGE_SIZE_X - ( 15 + 70 + 3 ) - 7, 8 );
|
||
};
|
||
CheckBox CB_DRIVERPOOLING
|
||
{
|
||
Pos = MAP_APPFONT( 17, 38 + LIST_SIZE_Y + 4 + 8 + 3 );
|
||
Size = MAP_APPFONT( PAGE_SIZE_X - 23, 8 );
|
||
Text = "Verbindungen dieses Treibers aufbewahren";
|
||
Text [ english ] = "enable pooling for this driver";
|
||
Text [ english_us ] = "Enable pooling for this driver";
|
||
Text[ portuguese ] = "Agregar as liga<67><61>es deste controlador";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "V~erbindingen voor deze driver behouden";
|
||
Text[ french ] = "Pool de connexions actif pour ce pilote";
|
||
Text[ spanish ] = "Pool de conexiones para este controlador";
|
||
Text[ finnish ] = "Ota ohjaimen ~varantotoiminto k<>ytt<74><74>n";
|
||
Text[ italian ] = "Mantenere il collegamento del driver";
|
||
Text[ danish ] = "Fasthold denne drivers forbindelser";
|
||
Text[ swedish ] = "Poolning av kopplingar f<>r den h<>r drivrutinen";
|
||
Text[ polish ] = "W<><57>~cz pul<75> dla tego sterownika";
|
||
Text[ portuguese_brazilian ] = "Habilitar pooling de conex<65>es para este driver";
|
||
Text[ japanese ] = "このドライバで接続を保持する";
|
||
Text[ korean ] = "이 드라이버를 위해 연결 풀링을 활성화";
|
||
Text[ chinese_simplified ] = "保留使用这个驱动程序";
|
||
Text[ chinese_traditional ] = "保留使用這個驅動程式";
|
||
Text[ turkish ] = "Bu s<>r<EFBFBD>c<EFBFBD> i<>in havuzu etkin hale getir";
|
||
Text[ arabic ] = "Enable pooling for this driver";
|
||
Text[ catalan ] = "habilita els recursos per aquest controlador";
|
||
Text[ thai ] = "เปิดใช้งานรวมสำหรับไดร้ฟ์เวอร์นี้";
|
||
Text[ czech ] = "Povolit sdílení pro tento ovladač";
|
||
Text[ hebrew ] = "Verbindungen dieses Treibers aufbewahren";
|
||
Text[ hindi ] = "इस ड्रइवर केलिए पूलिंग को सक्षम करो";
|
||
Text[ slovak ] = "Aktivovať zdieľanie pre tento ovládač";
|
||
Text[ hungarian ] = "A gyűjtés engedélyezése erre az illesztőprogramra";
|
||
Text[ slovenian ] = "Omogoči zbiranje povezav za ta gonilnik";
|
||
};
|
||
FixedText FT_TIMEOUT
|
||
{
|
||
Pos = MAP_APPFONT( 27, 38 + LIST_SIZE_Y + 4 + 8 + 3 + 8 + 3 + 2 );
|
||
Size = MAP_APPFONT( 70, 8 );
|
||
Text = "Verfallszeit (Sekunden)";
|
||
Text [ english ] = "Timeout (seconds)";
|
||
Text [ english_us ] = "Timeout (seconds)";
|
||
Text[ portuguese ] = "Tempo de espera excedido (segundos)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.)";
|
||
Text[ dutch ] = "Time-out (seconden)";
|
||
Text[ french ] = "Time out (secondes)";
|
||
Text[ spanish ] = "Tiempo muerto (segundos)";
|
||
Text[ finnish ] = "Aikakatkaisu (sekunteina)";
|
||
Text[ italian ] = "Timeout (secondi)";
|
||
Text[ danish ] = "Forfaldstid (sekunder)";
|
||
Text[ swedish ] = "Timeout (sekunder)";
|
||
Text[ polish ] = "~Limit czasu (w sekundach)";
|
||
Text[ portuguese_brazilian ] = "Tempo de espera excedido (segundos)";
|
||
Text[ japanese ] = "タイムアウト(秒)";
|
||
Text[ korean ] = "제한 시간(초)";
|
||
Text[ chinese_simplified ] = "超过时限(秒)";
|
||
Text[ chinese_traditional ] = "超過時限(秒)";
|
||
Text[ turkish ] = "Zamana<6E><61>m<EFBFBD>(saniye)";
|
||
Text[ arabic ] = "Timeout (seconds)";
|
||
Text[ catalan ] = "Temps d'espera (segons)";
|
||
Text[ thai ] = "หมดเวลา (วินาที)";
|
||
Text[ czech ] = "Vypršení času (vteřin)";
|
||
Text[ hebrew ] = "Verfallszeit (Sekunden)";
|
||
Text[ hindi ] = "समय की समाप्ती (सेकन्ड्स)";
|
||
Text[ slovak ] = "Timeout (sekundy)";
|
||
Text[ hungarian ] = "Időtúllépés (másodpercben)";
|
||
Text[ slovenian ] = "Časovna omejitev (sek.)";
|
||
};
|
||
NumericField NF_TIMEOUT
|
||
{
|
||
Pos = MAP_APPFONT( 27 + 70 + 3, 38 + LIST_SIZE_Y + 4 + 8 + 3 + 8 + 3 );
|
||
Size = MAP_APPFONT( 40, 12 );
|
||
SvLook = TRUE;
|
||
Border = TRUE;
|
||
Right = TRUE;
|
||
Spin = TRUE;
|
||
Repeat = TRUE;
|
||
Minimum = 30;
|
||
Maximum = 600;
|
||
StrictFormat = TRUE;
|
||
DecimalDigits = 0;
|
||
SpinSize = 1;
|
||
};
|
||
|
||
String STR_DRIVER_NAME
|
||
{
|
||
Text = "Treibername";
|
||
Text [ english ] = "Driver name";
|
||
Text [ english_us ] = "Driver name";
|
||
Text[ portuguese ] = "Nome do controlador";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Drivernaam";
|
||
Text[ french ] = "Pilotes";
|
||
Text[ spanish ] = "Nombre del controlador";
|
||
Text[ finnish ] = "Ohjaimen nimi";
|
||
Text[ italian ] = "Nome driver";
|
||
Text[ danish ] = "Drivernavn";
|
||
Text[ swedish ] = "Drivrutinsnamn";
|
||
Text[ polish ] = "Nazwa sterownika";
|
||
Text[ portuguese_brazilian ] = "Nome do Driver";
|
||
Text[ japanese ] = "ドライバ名";
|
||
Text[ korean ] = "드라이버 이름";
|
||
Text[ chinese_simplified ] = "驱动程序的名称";
|
||
Text[ chinese_traditional ] = "驅動程式名稱";
|
||
Text[ turkish ] = "S<>r<EFBFBD>c<EFBFBD> ad<61>";
|
||
Text[ arabic ] = "Driver name";
|
||
Text[ catalan ] = "Nom del controlador";
|
||
Text[ thai ] = "ชื่อไดร้ฟ์เวอร์";
|
||
Text[ czech ] = "Název ovladače";
|
||
Text[ hebrew ] = "Treibername";
|
||
Text[ hindi ] = "ड्रइवर का नाम";
|
||
Text[ slovak ] = "Názov ovládača";
|
||
Text[ hungarian ] = "Illesztőprogram neve";
|
||
Text[ slovenian ] = "Ime gonilnika";
|
||
};
|
||
String STR_POOLED_FLAG
|
||
{
|
||
Text = "aufbewahren";
|
||
Text [ english ] = "pool";
|
||
Text [ english_us ] = "Pool";
|
||
Text[ portuguese ] = "Agregar";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "behouden";
|
||
Text[ french ] = "Pool";
|
||
Text[ spanish ] = "Conservar";
|
||
Text[ finnish ] = "Varanto";
|
||
Text[ italian ] = "pool";
|
||
Text[ danish ] = "Fasthold";
|
||
Text[ swedish ] = "Pool";
|
||
Text[ polish ] = "Pula";
|
||
Text[ portuguese_brazilian ] = "Pool";
|
||
Text[ japanese ] = "保持";
|
||
Text[ korean ] = "연결 풀";
|
||
Text[ chinese_simplified ] = "保留";
|
||
Text[ chinese_traditional ] = "保留";
|
||
Text[ turkish ] = "Havuz";
|
||
Text[ arabic ] = "Pool";
|
||
Text[ catalan ] = "recurs";
|
||
Text[ thai ] = "รวม";
|
||
Text[ czech ] = "Sdílení";
|
||
Text[ hebrew ] = "aufbewahren";
|
||
Text[ hindi ] = "पूल";
|
||
Text[ slovak ] = "Zdieľanie";
|
||
Text[ hungarian ] = "Gyűjtő";
|
||
Text[ slovenian ] = "Zaloga";
|
||
};
|
||
String STR_POOL_TIMEOUT
|
||
{
|
||
Text = "Verfallszeit";
|
||
Text [ english ] = "Timeout";
|
||
Text [ english_us ] = "Timeout";
|
||
Text[ portuguese ] = "Tempo de espera excedido";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Time-out";
|
||
Text[ french ] = "Time out";
|
||
Text[ spanish ] = "Tiempo muerto";
|
||
Text[ finnish ] = "Aikakatkaisu";
|
||
Text[ italian ] = "Timeout";
|
||
Text[ danish ] = "Forfaldstid";
|
||
Text[ swedish ] = "Timeout";
|
||
Text[ polish ] = "Limit czasu";
|
||
Text[ portuguese_brazilian ] = "Tempo de espera excedido";
|
||
Text[ japanese ] = "タイムアウト";
|
||
Text[ korean ] = "제한 시간";
|
||
Text[ chinese_simplified ] = "超过时限";
|
||
Text[ chinese_traditional ] = "超過時限";
|
||
Text[ turkish ] = "Zaman<61><6E>m<EFBFBD>";
|
||
Text[ arabic ] = "Timeout";
|
||
Text[ catalan ] = "Temps d'espera";
|
||
Text[ thai ] = "หมดเวลา";
|
||
Text[ czech ] = "Vypršení času";
|
||
Text[ hebrew ] = "Verfallszeit";
|
||
Text[ hindi ] = "समय की समाप्ती";
|
||
Text[ slovak ] = "Prerušenie (timeout)";
|
||
Text[ hungarian ] = "Időtúllépés";
|
||
Text[ slovenian ] = "Časovna omejitev";
|
||
};
|
||
String STR_YES
|
||
{
|
||
Text = "ja";
|
||
Text [ english ] = "yes";
|
||
Text [ english_us ] = "Yes";
|
||
Text[ portuguese ] = "Sim";
|
||
Text[ russian ] = "<22><>";
|
||
Text[ greek ] = "<22><><EFBFBD>";
|
||
Text[ dutch ] = "ja";
|
||
Text[ french ] = "Oui";
|
||
Text[ spanish ] = "S<>";
|
||
Text[ finnish ] = "Kyll<6C>";
|
||
Text[ italian ] = "S<>";
|
||
Text[ danish ] = "ja";
|
||
Text[ swedish ] = "Ja";
|
||
Text[ polish ] = "Tak";
|
||
Text[ portuguese_brazilian ] = "Sim";
|
||
Text[ japanese ] = "はい";
|
||
Text[ korean ] = "예";
|
||
Text[ chinese_simplified ] = "是";
|
||
Text[ chinese_traditional ] = "是";
|
||
Text[ turkish ] = "Evet";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
Text[ catalan ] = "s<>";
|
||
Text[ thai ] = "ใช่";
|
||
Text[ czech ] = "Ano";
|
||
Text[ hebrew ] = "כן";
|
||
Text[ hindi ] = "हाँ";
|
||
Text[ slovak ] = "Áno";
|
||
Text[ hungarian ] = "Igen";
|
||
Text[ slovenian ] = "Da";
|
||
};
|
||
String STR_NO
|
||
{
|
||
Text = "nein";
|
||
Text [ english ] = "no";
|
||
Text [ english_us ] = "No";
|
||
Text[ portuguese ] = "N<>o";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>";
|
||
Text[ dutch ] = "nee";
|
||
Text[ french ] = "Non";
|
||
Text[ spanish ] = "No";
|
||
Text[ finnish ] = "Ei";
|
||
Text[ italian ] = "No";
|
||
Text[ danish ] = "nej";
|
||
Text[ swedish ] = "Nej";
|
||
Text[ polish ] = "Nie";
|
||
Text[ portuguese_brazilian ] = "N<>o";
|
||
Text[ japanese ] = "いいえ";
|
||
Text[ korean ] = "아니오";
|
||
Text[ chinese_simplified ] = "否";
|
||
Text[ chinese_traditional ] = "否";
|
||
Text[ turkish ] = "Hay<61>r";
|
||
Text[ arabic ] = "<22><>";
|
||
Text[ catalan ] = "no";
|
||
Text[ thai ] = "ไม่ใช่";
|
||
Text[ czech ] = "Ne";
|
||
Text[ hebrew ] = "לא";
|
||
Text[ hindi ] = "नहीं";
|
||
Text[ slovak ] = "Nie";
|
||
Text[ hungarian ] = "Nem";
|
||
Text[ slovenian ] = "Ne";
|
||
};
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|