3334 lines
170 KiB
Text
3334 lines
170 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: padialog.src,v $
|
||
*
|
||
* $Revision: 1.1.1.1 $
|
||
*
|
||
* last change: $Author: pl $ $Date: 2001-05-08 11:56:38 $
|
||
*
|
||
* 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 "padialog.hrc"
|
||
|
||
ModalDialog RID_FONTIMPORT_DIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 230 , 48 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text = "Schriften importieren" ;
|
||
Text [ English ] = "Import fonts" ;
|
||
|
||
GroupBox RID_FIMP_GRP_FROM
|
||
{
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 160, 30 );
|
||
Text = "Quellverzeichnis";
|
||
Text [ English ] = "Source directory";
|
||
Text[ english_us ] = "Source directory";
|
||
Text[ portuguese ] = "Direct<63>rio-fonte";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Brondirectory";
|
||
Text[ french ] = "R<>pertoire source";
|
||
Text[ spanish ] = "Directorio fuente";
|
||
Text[ italian ] = "Cartella sorgente";
|
||
Text[ danish ] = "Source directory";
|
||
Text[ swedish ] = "K<>llkatalog";
|
||
Text[ polish ] = "Katalog <20>r<EFBFBD>d<EFBFBD>owy";
|
||
Text[ portuguese_brazilian ] = "Source directory";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>ިڸ<DEA8><DAB8>";
|
||
Text[ korean ] = "<22>ҽ<EFBFBD><D2BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>丮";
|
||
Text[ chinese_simplified ] = "<22><>ԴĿ¼";
|
||
Text[ chinese_traditional ] = "<22>ӷ<EFBFBD><D3B7>ؿ<EFBFBD>";
|
||
Text[ turkish ] = "Source directory";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
Edit RID_FIMP_EDT_FROM
|
||
{
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT( 10, 17 );
|
||
Size = MAP_APPFONT( 130, 12 );
|
||
};
|
||
OKButton RID_FIMP_BTN_OK
|
||
{
|
||
DefButton = TRUE;
|
||
Pos = MAP_APPFONT( 175, 10 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
};
|
||
CancelButton RID_FIMP_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 175, 29 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
};
|
||
PushButton RID_FIMP_BTN_FROM
|
||
{
|
||
Pos = MAP_APPFONT( 145, 17 );
|
||
Size = MAP_APPFONT( 15, 12 );
|
||
Text = "...";
|
||
};
|
||
String RID_FIMP_STR_IMPORTOP
|
||
{
|
||
Text = "Importiere Schriften";
|
||
Text[ English ] = "Importing fonts";
|
||
Text[ english_us ] = "Importing fonts";
|
||
Text[ portuguese ] = "Importar tipos de letra";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Lettertypen worden ge<67>mporteerd";
|
||
Text[ french ] = "Import de polices";
|
||
Text[ spanish ] = "Fuentes importadas";
|
||
Text[ italian ] = "Importa font";
|
||
Text[ danish ] = "Importing fonts";
|
||
Text[ swedish ] = "Importerar teckensnitt";
|
||
Text[ polish ] = "Importuj czcionki";
|
||
Text[ portuguese_brazilian ] = "Importing fonts";
|
||
Text[ japanese ] = "̫<>Ă<EFBFBD><C482><EFBFBD><EFBFBD>߰Ă<DFB0><C482>܂<EFBFBD>";
|
||
Text[ korean ] = "<22>۲á<DBB2><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD>r<EFBFBD><72>";
|
||
Text[ turkish ] = "Importing fonts";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_FIMP_STR_QUERYOVERWRITE
|
||
{
|
||
Text = "Wollen Sie die Schriftdatei\n %s\n wirklich <20>berschreiben ?";
|
||
Text[ English ] = "Do you really want to replace this font file?\n %s";
|
||
Text[ english_us ] = "Do you really want to overwrite this font file?\n %s";
|
||
Text[ portuguese ] = "Substituir realmente o ficheiro dos\ntipos de letra %s?";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \n %s?";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n %s ;";
|
||
Text[ dutch ] = "Wilt u dit lettertypenbestand\n %s\n werkelijk overschrijven?";
|
||
Text[ french ] = "Voulez-vous vraiment <20>craser\nle fichier de polices\n %s ?";
|
||
Text[ spanish ] = "<22>Desea realmente sobrescribir los archivos de fuente\n %s?";
|
||
Text[ italian ] = "Volete davvero soprascrivere\n il file di font\n %s";
|
||
Text[ danish ] = "Do you really want to replace this font file?\n %s";
|
||
Text[ swedish ] = "Vill du verkligen skriva <20>ver den h<>r teckensnittsfilen\n %s?";
|
||
Text[ polish ] = "Na pewno skasowa<77> plik czcionek?\n %s\nprzez ponowne zapisanie?";
|
||
Text[ portuguese_brazilian ] = "Do you really want to replace this font file?\n %s";
|
||
Text[ japanese ] = "̫<><CCAB>̧<EFBFBD><CCA7>\n %s\n<><6E><EFBFBD>㏑<EFBFBD><E38F91><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD>\n %s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EEBEBA><EFBFBD>ðڽ<C3B0><DABD>ϱ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>\n %s";
|
||
Text[ chinese_traditional ] = "<22>u<EFBFBD><75><EFBFBD>n<EFBFBD>R<EFBFBD><52><EFBFBD>o<EFBFBD>Ӧr<D3A6><72><EFBFBD>ɮ<EFBFBD>\n %s <20>H";
|
||
Text[ turkish ] = "Do you really want to replace this font file?\n %s";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>\n %s<>";
|
||
};
|
||
String RID_FIMP_STR_OVERWRITEALL
|
||
{
|
||
Text = "Alle";
|
||
Text [ English ] = "All";
|
||
Text[ english_us ] = "All";
|
||
Text[ portuguese ] = "Todos";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>";
|
||
Text[ dutch ] = "Alle";
|
||
Text[ french ] = "Toutes";
|
||
Text[ spanish ] = "Todos";
|
||
Text[ italian ] = "Tutti";
|
||
Text[ danish ] = "All";
|
||
Text[ swedish ] = "Alla";
|
||
Text[ polish ] = "Wszystkie";
|
||
Text[ portuguese_brazilian ] = "All";
|
||
Text[ japanese ] = "<22><><EFBFBD>ׂ<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>l";
|
||
Text[ chinese_simplified ] = "ȫ<><C8AB>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "All";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_FIMP_STR_OVERWRITENONE
|
||
{
|
||
Text = "Keine";
|
||
Text [ English ] = "None";
|
||
Text[ english_us ] = "None";
|
||
Text[ portuguese ] = "Nenhum";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Geen";
|
||
Text[ french ] = "Aucun(e)";
|
||
Text[ spanish ] = "Ninguno";
|
||
Text[ italian ] = "Nessuno";
|
||
Text[ danish ] = "None";
|
||
Text[ swedish ] = "Inga";
|
||
Text[ polish ] = "Brak";
|
||
Text[ portuguese_brazilian ] = "None";
|
||
Text[ japanese ] = "<22>Ȃ<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>";
|
||
Text[ chinese_traditional ] = "<22>L";
|
||
Text[ turkish ] = "None";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_FIMP_STR_NOAFM
|
||
{
|
||
Text = "Zu der Sriftdatei\n%s\nwurde keine Formatdatei ( mit Endung .afm ) gefunden, weshalb sie nicht installiert werden kann. Formatdateien k<>nnen z.B. mit ghostscript erstellt werden und m<>ssen im gleichen Verzeichnis wie die Schriftdateien oder in dessen Unterverzeichnis afm stehen." ;
|
||
Text [ English ] = "Noo format file ( with .afm extension ) for font\n%s\n was found, hence the font will not be installed. Format files can be made e.g. with ghostscript and have to reside in the same directory as the font file or in its afm subdir ectory." ;
|
||
Text[ english_us ] = "A format file (with an .afm extension) has not been found for the font\n%s\ntherefore, the font cannot be installed. Format files can be created with ghostscript, for example, and have to be located in the same directory as the font files or its afm subdirectory.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel encontrar o ficheiro de formato (com extens<6E>o .afm) para o ficheiro do tipo de letra\n%s\n. Por esta raz<61>o n<>o foi poss<73>vel instal<61>-lo. Os ficheiros de formato podem ser criados com ghostscript (por exemplo), devendo ser guardados no direct<63>rio contendo os ficheiros dos tipos de letra ou num dos respectivos subdirect<63>rios afm.";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \n%s\n <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> .afm) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ghostscript <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> afm.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n%s\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ( <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> .afm ). <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>.<2E>. <20><> <20><> ghostscript <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'afm'.";
|
||
Text[ dutch ] = "Lettertypenbestand\n%s\n kan niet worden ge<67>nstalleerd daar geen bijbehorend formaatbestand (met extensie .afm) werd gevonden. Formaatbestanden kunnen worden gemaakt met bijv. ghostscript en moeten worden opgeslagen in de directory waarin de lettertypenbestanden staan of in een subdirectory daarvan.";
|
||
Text[ french ] = "Aucun fichier de format (d'extension .afm) n'a <20>t<EFBFBD> d<>tect<63> pour le fichier de police\n%s\n ; la police ne peut donc pas <20>tre install<6C>e. Les fichiers de format peuvent par ex. <20>tre cr<63><72> avec ghostscript et doivent <20>tre plac<61>s dans le m<>me r<>pertoire que celui des fichiers de police ou dans le sous-r<>pertoire afm.";
|
||
Text[ spanish ] = "No se encontr<74> ning<6E>n archivo de formato (terminaci<63>n .afm) para el archivo de fuente\n%s\n por lo que no se puede instalar la fuente. Los archivos de formato se pueden crear p.ej. con ghostscript y deben estar en el mismo directorio que los archivos de fuentes o en su subdirectorio afm.";
|
||
Text[ italian ] = "Impossibile installare il font\n%s\nperch<63> non <20> stato trovato il rispettivo file di formato (con estensione .afm). I file di formato si possono creare ad esempio con ghostscript e si devono trovare nella stessa cartella dei font oppure nella rispettiva sottocartella afm.";
|
||
Text[ danish ] = "Noo format file ( with .afm extension ) for font\n%s\n was found, hence the font will not be installed. Format files can be made e.g. with ghostscript and have to reside in the same directory as the font file or in its afm subdir ectory.";
|
||
Text[ swedish ] = "Det hittades ingen formatfil (med filtill<6C>gget .afm) till teckensnittsfilen\n%s\n, varf<72>r den inte kan installeras. Formatfiler kan t.ex. skapas med ghostscript och m<>ste finnas i samma katalog som teckensnittsfilerna eller i katalogens underordnade kataloger.";
|
||
Text[ polish ] = "Czcionka\n%s\nnie zostanie zainstalowana, poniewa<77> nie znaleziono dla niej <20>adnego pliku formatu (z ko<6B>c<EFBFBD>wk<77> .afm ). Pliki formatu mo<6D>na utworzy<7A> n.p. za pomoc<6F> programu ghostscript. Musz<73> si<73> one znajdowa<77> w tym samym katalogu, co pliki czcionki lub w jego katalogu podrz<72>dnym afm.";
|
||
Text[ portuguese_brazilian ] = "Noo format file ( with .afm extension ) for font\n%s\n was found, hence the font will not be installed. Format files can be made e.g. with ghostscript and have to reside in the same directory as the font file or in its afm subdir ectory.";
|
||
Text[ japanese ] = "̫<><CCAB>̧<EFBFBD><CCA7>\n%s\n<>̏<EFBFBD><CC8F><EFBFBD>̧<EFBFBD><CCA7>(.afm <20>g<EFBFBD><67><EFBFBD>q)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><C282><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̂ŁA<C581>ݽİقł<D982><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD><EFBFBD>̧<EFBFBD>ق́Aghostscript <20>Ȃǂō쐬<C58D>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD>̍ۂɏ<DB82><C98F><EFBFBD>̧<EFBFBD>قƓ<D982><C693><EFBFBD><EFBFBD>ިڸ<DEA8><EFBFBD><D882>A<EFBFBD><41><EFBFBD>邢<EFBFBD>͂<EFBFBD><CD82>̻<EFBFBD><CCBB><EFBFBD>ިڸ<DEA8><EFBFBD> afm <20>ɂ<EFBFBD><C982>邱<EFBFBD>Ƃ<EFBFBD><C682>K<EFBFBD>v<EFBFBD>ł<EFBFBD><C582>B";
|
||
Text[ korean ] = "<22>۲<EFBFBD>\n%s\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (Ȯ<><C8AE><EFBFBD><EFBFBD> .afm )<29><><EFBFBD><EFBFBD>ã<EFBFBD><C3A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>, <20><><EFBFBD><EFBFBD><F3BCADA1><EFBFBD>ġ<EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>顡<EFBFBD><E9A1A1><EFBFBD><EFBFBD>Ʈ<EFBFBD><C6AE>ũ<EFBFBD><C5A9>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>磬<EFBFBD>۲<EFBFBD><DBB2><EFBFBD><EFBFBD>ϰ<EFBFBD><CFB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>丮<EFBFBD><E4B8AE><EFBFBD><EFBFBD><EFBFBD>Ǵ¡<C7B4><C2A1>̰<EFBFBD><CCB0>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>丮<EFBFBD><E4B8AE><EFBFBD><EFBFBD><EFBFBD>־<EFBFBD><D6BE><EFBFBD><EFBFBD>մϴ<D5B4>.";
|
||
Text[ chinese_simplified ] = "û<><C3BB><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD><EFBFBD>\n%s\n<>ĸ<EFBFBD>ʽ<EFBFBD>ļ<EFBFBD>(<28><>չ<EFBFBD><D5B9> .afm )<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7><EFBFBD>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>塣<EFBFBD><E5A1A3>ʽ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD> ghostscript <20><><EFBFBD>ɵģ<C9B5><C4A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼<C4BF><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼ afm ֮<>С<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r<EFBFBD><72>\n%s\n<><6E><EFBFBD>榡<EFBFBD>ɮ<EFBFBD>(<28><><EFBFBD>ɦW .afm )<29>A<EFBFBD>]<5D><><EFBFBD>L<EFBFBD>k<EFBFBD>w<EFBFBD>˳o<CBB3>Ӧr<D3A6><72><EFBFBD>C<EFBFBD>榡<EFBFBD>ɮO<D7AC><4F> ghostscript <20>ͦ<EFBFBD><CDA6>A<EFBFBD>}<7D>s<EFBFBD><73><EFBFBD>b<EFBFBD>ۦP<DBA6><50><EFBFBD>r<EFBFBD><72><EFBFBD>ؿ<EFBFBD><D8BF>Ψ<EFBFBD><CEA8>l<EFBFBD>ؿ<EFBFBD> afm <20><><EFBFBD><EFBFBD><EFBFBD>C";
|
||
Text[ turkish ] = "Noo format file ( with .afm extension ) for font\n%s\n was found, hence the font will not be installed. Format files can be made e.g. with ghostscript and have to reside in the same directory as the font file or in its afm subdir ectory.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> .afm) <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> \n%s\n<><6E><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޡ <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ghostscript <20> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ء <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> afm <20><><EFBFBD>. ";
|
||
};
|
||
String RID_FIMP_STR_AFMCOPYFAILED
|
||
{
|
||
Text = "Die Metrikdatei zur Schriftdatei\n %s\nkonnte nicht kopiert werden. Die Schrift wird nicht installiert.";
|
||
Text [ English ] = "The metric file for font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ english_us ] = "The metric file for the font file\n %s\ncould not be copied. The font will not be installed.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel copiar o ficheiro m<>trico para o ficheiro do tipo de letra\n...%s\n. O tipo de letra n<>o ser<65> instalado.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n %s\n<><6E><EFBFBD><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><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n %s\n. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Het lettertype werd niet ge<67>nstalleerd daar het metrische bestand voor lettertypenbestand\n %s\nniet kon worden gekopieerd. ";
|
||
Text[ french ] = "Copie du fichier m<>trique pour le fichier\n %s\nimpossible, donc impossibilit<69> d'installer la police !";
|
||
Text[ spanish ] = "No se pudo copiar el archivo de m<>trica correspondiente al de fuente\n %s\n, por lo que no se instalar<61> la fuente.";
|
||
Text[ italian ] = "Impossibile copiare il file metrico per il file dei font\n...%s\n. Il font non <20> stato installato.";
|
||
Text[ danish ] = "The metric file for font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ swedish ] = "Det gick inte att kopiera metrikfilen till teckensnittsfilen\n %s\n. Teckensnittet kommer inte att installeras.";
|
||
Text[ polish ] = "Skopiowanie pliku metryki nale<6C><65>cego do pliku czcionki\n %s\nnie by<62>o mo<6D>liwe. Czcionka nie zostanie zainstalowana.";
|
||
Text[ portuguese_brazilian ] = "The metric file for font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ japanese ] = "̫<><CCAB>̧<EFBFBD><CCA7>\n %s\n<><6E><EFBFBD><EFBFBD>د<EFBFBD>̧<EFBFBD>ق́A<CD81><41>߰<EFBFBD>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B̫<42>ĂͲݽİق<C4B0><D982><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = " <20>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD>\n %s\n<>ǡ<EFBFBD><C7A1><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>. <20>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>\n %s\n<><6E><EFBFBD><EFBFBD><DEB7><EFBFBD>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>塣";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD>`<60>s<EFBFBD>r<EFBFBD><72><EFBFBD>q<D7B6>ɮ<EFBFBD>\n %s\n<>C<EFBFBD>L<EFBFBD>k<EFBFBD>w<EFBFBD>˳o<CBB3>Ӧr<D3A6><72><EFBFBD>C";
|
||
Text[ turkish ] = "The metric file for font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> \n %s\n<><6E> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_FIMP_STR_FONTCOPYFAILED
|
||
{
|
||
Text = "Die Schriftdatei\n %s\nkonnte nicht kopiert werden. Die Schrift wird nicht installiert.";
|
||
Text [ English ] = "The font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ english_us ] = "The font file\n %s\ncould not be copied. The font will not be installed.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel copiar o ficheiro dos tipos de letra\n %s\n. O tipo de letra n<>o ser<65> instalado.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n %s\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n %s\n<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Het lettertype wordt niet ge<67>nstalleerd daar het lettertypenbestand \n %s\n niet kon worden gekopieerd.";
|
||
Text[ french ] = "Copie du fichier de police\n %s\n impossible, donc impossibilit<69> d'installer la police !";
|
||
Text[ spanish ] = "No se pudo copiar el archivo de fuente\n %s\n, por lo que no se instalar<61> la fuente.";
|
||
Text[ italian ] = "Impossibile compiare il file di font\n %s\n. Il font non <20> stato installato.";
|
||
Text[ danish ] = "The font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ swedish ] = "Det gick inte att kopiera teckensnittsfilen\n %s\n. Teckensnittet installeras inte.";
|
||
Text[ polish ] = "Skopiowanie pliku czcionki\n %s\nnie by<62>o mo<6D>liwe. Czcionka nie zostanie zainstalowana.";
|
||
Text[ portuguese_brazilian ] = "The font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ japanese ] = "̫<><CCAB>̧<EFBFBD><CCA7>\n %s\n<><6E><EFBFBD><EFBFBD>߰<EFBFBD>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B̫<42>ĂͲݽİقł<D982><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD>\n %s\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>. <20>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>\n %s\n<><6E><EFBFBD><EFBFBD><DEB7><EFBFBD>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>塣";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD>`<60>s<EFBFBD>r<EFBFBD><72><EFBFBD>ɮ<EFBFBD>\n %s\n<>C<EFBFBD>L<EFBFBD>k<EFBFBD>w<EFBFBD>˳o<CBB3>Ӧr<D3A6><72><EFBFBD>C";
|
||
Text[ turkish ] = "The font file\n %s\ncould not be copied. The font wille not be installed.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>\n \n%s<><73> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_FIMP_STR_NOWRITEABLEFONTSDIR
|
||
{
|
||
Text = "Es wurde kein Verzeichnis im Fontpath gefunden, welches eine screibbare fonts.dir Datei enth<74>lt. Es k<>nnen keine Schriften installiert werden.";
|
||
Text[ English ] = "In the fontpath there is no directory containing a writeable fonts.dir file. Therefore no fonts can be installed.";
|
||
Text[ english_us ] = "A directory containing a writable fonts.dir file is not located in the Fontpath. Therefore, fonts cannot be installed.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel encontrar o direct<63>rio no \"fontpath\", contendo um ficheiro de escrita fonts.dir. <20> imposs<73>vel instalar os tipos de letra.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> fonts.dir, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> Fontpath <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> Fontpath, <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> fonts.dir. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Er konden geen lettertypen worden ge<67>nstalleerd daar er in het pad voor de lettertypen geen directory werd aangetroffen met een beschrijfbaar bestand fonts.dir.";
|
||
Text[ french ] = "Aucun r<>pertoire contenant un fichier d'<27>criture fonts.dir ne se trouve dans le chemin de police (fontpath). Impossible d'installer des polices !";
|
||
Text[ spanish ] = "No se encontr<74> ning<6E>n directorio con un archivo fonts.dir escribible. Por ello no se puede instalar ninguna fuente.";
|
||
Text[ italian ] = "Impossibile trovare in Fontpath una cartella con un file font.dir scrivibile. Non <20> possibile installare i font.";
|
||
Text[ danish ] = "In the fontpath there is no directory containing a writeable fonts.dir file. Therefore no fonts can be installed.";
|
||
Text[ swedish ] = "I Fontpath finns det ingen katalog som inneh<65>ller en skrivbar fonts.dir-fil. Det g<>r inte att skapa n<>gra teckensnitt.";
|
||
Text[ polish ] = "Instalacja czionek nie jest mo<6D>liwa, poniewa<77> nie znaleziono na <20>cie<69>ce font<6E>w (fontpath) <20>adnego katalogu z plikiem fonts.dir, kt<6B>ry mo<6D>na by by<62>o zapisa<73>.";
|
||
Text[ portuguese_brazilian ] = "In the fontpath there is no directory containing a writeable fonts.dir file. Therefore no fonts can be installed.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݉\\<5C><> fonts.dir ̧<>ق<EFBFBD><D982>܂<EFBFBD><DC82>ިڸ<DEA8>́A̫<41><CCAB><EFBFBD>߽<EFBFBD>Ɍ<EFBFBD><C98C><EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B̫<42>ĂͲݽİقł<D982><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = " <20>۲ð<DBB2><C3B0>ο<EFBFBD><CEBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ִ¡<D6B4><C2A1>۲<EFBFBD> .dir <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϰ<EFBFBD><CFB0><EFBFBD><EFBFBD>ִ¡<D6B4><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>丮<EFBFBD><E4B8AE><EFBFBD><EFBFBD>ã<EFBFBD><C3A3><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ٣<CFB4><D9A3>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ġ<EFBFBD>ɼ<EFBFBD><C9BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>·<EFBFBD><C2B7>֮<EFBFBD><D6AE>û<EFBFBD><C3BB><EFBFBD><EFBFBD>Ч<EFBFBD>Ŀɶ<C4BF>д<EFBFBD><D0B4> fonts.dir <20>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7><EFBFBD>װ<EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD>塣";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD><EFBFBD><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD>Ī<EFBFBD><C4AA>iŪ<69>g<EFBFBD><67> fonts.dir <20>ɮסC<D7A1>]<5D><><EFBFBD>L<EFBFBD>k<EFBFBD>w<EFBFBD>˥<EFBFBD><CBA5><EFBFBD><EFBFBD>r<EFBFBD><72><EFBFBD>C";
|
||
Text[ turkish ] = "In the fontpath there is no directory containing a writeable fonts.dir file. Therefore no fonts can be installed.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>ء <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> fonts.dir <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_FIMP_STR_NUMBEROFFONTSIMPORTED
|
||
{
|
||
Text = "Es wurden %d neue Schriften installiert.";
|
||
Text [ English ] = "%d new fonts were installed.";
|
||
Text[ english_us ] = "%d new fonts were installed.";
|
||
Text[ portuguese ] = "Instalados %d novos tipos de letra.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %d <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><>).";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %d <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Er werden %d nieuwe lettertypen ge<67>nstalleerd.";
|
||
Text[ french ] = "%d nouvelles polices install<6C>es.";
|
||
Text[ spanish ] = "Se instalaron %d nuevas fuentes.";
|
||
Text[ italian ] = "Sono stati installati %d nuovi font.";
|
||
Text[ danish ] = "%d new fonts were installed.";
|
||
Text[ swedish ] = "%d nya teckensnitt har installerats.";
|
||
Text[ polish ] = "Zainstalowano %d nowych czionek.";
|
||
Text[ portuguese_brazilian ] = "%d new fonts were installed.";
|
||
Text[ japanese ] = "%d <20>V<EFBFBD><56><EFBFBD><EFBFBD>̫<EFBFBD>Ă<EFBFBD><C482>ݽİق<C4B0><D982><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "%d <20><><EFBFBD><EFBFBD><EFBFBD>۲<EFBFBD><DBB2>̡<EFBFBD><CCA1><EFBFBD>ġ<EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22>Ѿ<EFBFBD><D1BE><EFBFBD>װ %d <20>µ<EFBFBD><C2B5><EFBFBD><EFBFBD>塣";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD>g<EFBFBD>w<EFBFBD>˷s<CBB7>r<EFBFBD><72> %d <20>C";
|
||
Text[ turkish ] = "%d new fonts were installed.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> %d <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>).";
|
||
};
|
||
Text[ english_us ] = "Import Fonts";
|
||
Text[ portuguese ] = "Importar tipos de letra";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Lettertypen importeren";
|
||
Text[ french ] = "Import de polices";
|
||
Text[ spanish ] = "Importar fuentes";
|
||
Text[ italian ] = "Importa font";
|
||
Text[ danish ] = "Import fonts";
|
||
Text[ swedish ] = "Importera teckensnitt";
|
||
Text[ polish ] = "Importuj czcionki";
|
||
Text[ portuguese_brazilian ] = "Import fonts";
|
||
Text[ japanese ] = "̫<>Ă̲<C482><CCB2>߰<EFBFBD>";
|
||
Text[ korean ] = "<22>۲á<DBB2><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD>r<EFBFBD><72>";
|
||
Text[ turkish ] = "Import fonts";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
ModalDialog RID_PADIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Pos = MAP_APPFONT ( 1 , 1 ) ;
|
||
Size = MAP_APPFONT ( 280 , 170 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text = "Druckerinstallation" ;
|
||
Text [ English ] = "Printer installation" ;
|
||
|
||
CancelButton RID_PA_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 225, 150 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Schlie<69>en";
|
||
Text [ english ] = "~Close";
|
||
Text[ english_us ] = "~Close";
|
||
Text[ portuguese ] = "~Fechar";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Sluiten";
|
||
Text[ french ] = "~Fermer";
|
||
Text[ spanish ] = "~Cerrar";
|
||
Text[ italian ] = "C~hiudi";
|
||
Text[ danish ] = "~Close";
|
||
Text[ swedish ] = "~St<53>ng";
|
||
Text[ polish ] = "~Zamknij";
|
||
Text[ portuguese_brazilian ] = "~Close";
|
||
Text[ japanese ] = "<22><EFBFBD><C282><EFBFBD>(~C)";
|
||
Text[ korean ] = "<22>ݱ<EFBFBD>(~C)";
|
||
Text[ chinese_simplified ] = "<22>ر<EFBFBD>(~C)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~C)";
|
||
Text[ turkish ] = "~Close";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
GroupBox RID_PA_GROUP_INSTALL
|
||
{
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 270, 140 );
|
||
Text = "Installierte Drucker";
|
||
Text [ english ] = "Installed printers";
|
||
Text[ english_us ] = "Installed printers";
|
||
Text[ portuguese ] = "Impressoras instaladas";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><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><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Ge<47>nstalleerde printers";
|
||
Text[ french ] = "Imprimantes install<6C>es";
|
||
Text[ spanish ] = "Impresoras instaladas";
|
||
Text[ italian ] = "Stampanti configurate";
|
||
Text[ danish ] = "Configured printers";
|
||
Text[ swedish ] = "Installerade skrivare";
|
||
Text[ polish ] = "Zainstalowane drukarki";
|
||
Text[ portuguese_brazilian ] = "Configured printers";
|
||
Text[ japanese ] = "<22>ݽİق<C4B0><D982>ꂽ<EFBFBD><EA82BD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>ġ<EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>õĴ<C3B5>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD>g<EFBFBD>]<5D>m<EFBFBD><6D><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Configured printers";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
ListBox RID_PA_LB_DEV
|
||
{
|
||
Pos = MAP_APPFONT( 10, 15 );
|
||
Size = MAP_APPFONT( 200, 80 );
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
};
|
||
FixedText RID_PA_TXT_COMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 100 );
|
||
Size = MAP_APPFONT( 60, 8 );
|
||
Text = "Kommando :";
|
||
Text [english] = "Command :";
|
||
Text[ english_us ] = "Command :";
|
||
Text[ portuguese ] = "Command :";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "Command :";
|
||
Text[ dutch ] = "Commando :";
|
||
Text[ french ] = "Commande :";
|
||
Text[ spanish ] = "Comando :";
|
||
Text[ italian ] = "Comando :";
|
||
Text[ danish ] = "Command :";
|
||
Text[ swedish ] = "Kommando :";
|
||
Text[ polish ] = "Polecenie :";
|
||
Text[ portuguese_brazilian ] = "Command :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ korean ] = "Command :";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>O<EFBFBD>G";
|
||
Text[ turkish ] = "Command :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
FixedText RID_PA_TXT_COMMAND_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 75, 100 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
FixedText RID_PA_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 10, 110 );
|
||
Size = MAP_APPFONT( 60, 8 );
|
||
Text = "Treiber :";
|
||
Text [english] = "Driver :";
|
||
Text[ english_us ] = "Driver :";
|
||
Text[ portuguese ] = "Driver :";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "Driver :";
|
||
Text[ dutch ] = "Driver :";
|
||
Text[ french ] = "Pilote :";
|
||
Text[ spanish ] = "Controlador :";
|
||
Text[ italian ] = "Driver :";
|
||
Text[ danish ] = "Driver :";
|
||
Text[ swedish ] = "Drivrutin :";
|
||
Text[ polish ] = "Sterownik :";
|
||
Text[ portuguese_brazilian ] = "Driver :";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD><D7B2>:";
|
||
Text[ korean ] = "Driver :";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>X<EFBFBD>ʵ{<7B><><EFBFBD>G";
|
||
Text[ turkish ] = "Driver :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
FixedText RID_PA_TXT_DRIVER_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 75, 110 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
FixedText RID_PA_TXT_LOCATION
|
||
{
|
||
Pos = MAP_APPFONT( 10, 120 );
|
||
Size = MAP_APPFONT( 60, 8 );
|
||
Text = "Ort :";
|
||
Text [english] = "Location :";
|
||
Text[ english_us ] = "Location :";
|
||
Text[ portuguese ] = "Location :";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "Location :";
|
||
Text[ dutch ] = "Locatie :";
|
||
Text[ french ] = "Emplacement :";
|
||
Text[ spanish ] = "Ubicaci<63>n :";
|
||
Text[ italian ] = "Posizione :";
|
||
Text[ danish ] = "Location :";
|
||
Text[ swedish ] = "Plats :";
|
||
Text[ polish ] = "Miejsce :";
|
||
Text[ portuguese_brazilian ] = "Location :";
|
||
Text[ japanese ] = "<22>ꏊ:";
|
||
Text[ korean ] = "Location :";
|
||
Text[ chinese_simplified ] = "λ<>ã<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>m<EFBFBD>G";
|
||
Text[ turkish ] = "Location :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
FixedText RID_PA_TXT_LOCATION_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 75, 120 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
FixedText RID_PA_TXT_COMMENT
|
||
{
|
||
Pos = MAP_APPFONT( 10, 130 );
|
||
Size = MAP_APPFONT( 60, 8 );
|
||
Text = "Kommentar :";
|
||
Text [english] = "Comment :";
|
||
Text[ english_us ] = "Comment :";
|
||
Text[ portuguese ] = "Comment :";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "Comment :";
|
||
Text[ dutch ] = "Commentaar :";
|
||
Text[ french ] = "Commentaire :";
|
||
Text[ spanish ] = "Comentario :";
|
||
Text[ italian ] = "Commento :";
|
||
Text[ danish ] = "Comment :";
|
||
Text[ swedish ] = "Kommentar :";
|
||
Text[ polish ] = "Komentarz :";
|
||
Text[ portuguese_brazilian ] = "Comment :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>:";
|
||
Text[ korean ] = "Comment :";
|
||
Text[ chinese_simplified ] = "ע<>⣺";
|
||
Text[ chinese_traditional ] = "<22>`<60>ѡG";
|
||
Text[ turkish ] = "Comment :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
FixedText RID_PA_TXT_COMMENT_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 75, 130 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
PushButton RID_PA_BTN_CONF
|
||
{
|
||
Pos = MAP_APPFONT( 215, 15 );
|
||
Size = MAP_APPFONT( 55, 15 );
|
||
Text = "~Eigenschaften...";
|
||
Text [english] = "~Properties...";
|
||
Text[ english_us ] = "Properties...";
|
||
Text[ portuguese ] = "~Configurar...";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ dutch ] = "Co~nfigureren...";
|
||
Text[ french ] = "~Propri<72>t<EFBFBD>s...";
|
||
Text[ spanish ] = "P~ropiedades...";
|
||
Text[ italian ] = "~Propriet<65>...";
|
||
Text[ danish ] = "Co~nfigure...";
|
||
Text[ swedish ] = "~Egenskaper...";
|
||
Text[ polish ] = "~W<>a<EFBFBD>ciwo<77>ci...";
|
||
Text[ portuguese_brazilian ] = "Co~nfigure...";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>è...";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~N)...";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ chinese_traditional ] = "<22>ݩ<EFBFBD>...";
|
||
Text[ turkish ] = "Co~nfigure...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
};
|
||
PushButton RID_PA_BTN_RENAME
|
||
{
|
||
Pos = MAP_APPFONT( 215, 35 );
|
||
Size = MAP_APPFONT( 55, 15 );
|
||
Text = "~Umbenennen...";
|
||
Text [english] = "~Rename...";
|
||
Text[ english_us ] = "R~ename...";
|
||
Text[ portuguese ] = "~Mudar nome...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ dutch ] = "N~aam wijzigen...";
|
||
Text[ french ] = "R~enommer...";
|
||
Text[ spanish ] = "Cambiar nomb~re...";
|
||
Text[ italian ] = "Rinomina...";
|
||
Text[ danish ] = "R~ename...";
|
||
Text[ swedish ] = "B~yt namn...";
|
||
Text[ polish ] = "Zmie<69> nazw<7A>...";
|
||
Text[ portuguese_brazilian ] = "R~ename...";
|
||
Text[ japanese ] = "<22><><EFBFBD>O<EFBFBD>̕ύX(~E)...";
|
||
Text[ korean ] = "<22≯<EFBFBD><CCB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~E)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~E)...";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>R<EFBFBD>W(~E)...";
|
||
Text[ turkish ] = "R~ename...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
};
|
||
PushButton RID_PA_BTN_STD
|
||
{
|
||
Pos = MAP_APPFONT( 215, 55 );
|
||
Size = MAP_APPFONT( 55, 15 );
|
||
Text = "St~andard";
|
||
Text [english] = "~Default";
|
||
Text[ language_user1 ] = "EM30.3.01 this refers to the Default Printer";
|
||
Text[ english_us ] = "Default";
|
||
Text[ portuguese ] = "~Definir como impressora padr<64>o";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Standaard";
|
||
Text[ french ] = "Par ~d<>faut";
|
||
Text[ spanish ] = "~Est<73>ndar";
|
||
Text[ italian ] = "Imposta come stampante standard";
|
||
Text[ danish ] = "~Set as default Printer";
|
||
Text[ swedish ] = "St~andard";
|
||
Text[ polish ] = "Drukarka domy<6D>lna";
|
||
Text[ portuguese_brazilian ] = "~Set as default Printer";
|
||
Text[ japanese ] = "<22>W<EFBFBD><57>";
|
||
Text[ korean ] = "<22>⺻<EFBFBD><E2BABB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷμ<CDB7><CEBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~S)";
|
||
Text[ chinese_simplified ] = "Ĭ<>ϵĴ<CFB5>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD>{<7B>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~Set as default Printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
PushButton RID_PA_BTN_DEL
|
||
{
|
||
Pos = MAP_APPFONT( 215, 75 );
|
||
Size = MAP_APPFONT( 55, 15 );
|
||
Text = "E~ntfernen...";
|
||
Text [english] = "~Remove...";
|
||
Text[ english_us ] = "Remove...";
|
||
Text[ portuguese ] = "~Remover...";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ dutch ] = "~Verwijderen...";
|
||
Text[ french ] = "~Supprimer...";
|
||
Text[ spanish ] = "~Eliminar...";
|
||
Text[ italian ] = "~Rimuovi...";
|
||
Text[ danish ] = "~Remove...";
|
||
Text[ swedish ] = "~Ta bort...";
|
||
Text[ polish ] = "Usu<73>...";
|
||
Text[ portuguese_brazilian ] = "~Remove...";
|
||
Text[ japanese ] = "<22>폜...";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~R)";
|
||
Text[ chinese_simplified ] = "<22>Ƴ<EFBFBD>...";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ turkish ] = "~Remove...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
};
|
||
PushButton RID_PA_TESTPAGE
|
||
{
|
||
Pos = MAP_APPFONT( 215, 95 );
|
||
Size = MAP_APPFONT( 55, 15 );
|
||
Text = "~Testseite";
|
||
Text [english] = "~Test page";
|
||
Text[ english_us ] = "Test ~Page";
|
||
Text[ portuguese ] = "P<>gi~na-teste";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "test ~pagina";
|
||
Text[ french ] = "Page de ~test";
|
||
Text[ spanish ] = "P<>gina de prue~ba";
|
||
Text[ italian ] = "Pagina di prova";
|
||
Text[ danish ] = "test ~page";
|
||
Text[ swedish ] = "~Testsida";
|
||
Text[ polish ] = "Strona pr<70>bna";
|
||
Text[ portuguese_brazilian ] = "test ~page";
|
||
Text[ japanese ] = "ý<><C3BD>߰<EFBFBD><DFB0>(~P)";
|
||
Text[ korean ] = "<22><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD>(~P)";
|
||
Text[ chinese_simplified ] = "<22><>ӡ(~P)";
|
||
Text[ chinese_traditional ] = "<22>զC<D5A6>L(~P)";
|
||
Text[ turkish ] = "test ~page";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
PushButton RID_PA_BTN_FONTS
|
||
{
|
||
Pos = MAP_APPFONT( 70, 150 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "S~chriften...";
|
||
Text [english] = "~Fonts...";
|
||
Text[ english_us ] = "Fon~ts...";
|
||
Text[ portuguese ] = "Adi~cionar\ntipos de letra...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E>\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ dutch ] = "~Lettertypen...";
|
||
Text[ french ] = "~Polices...";
|
||
Text[ spanish ] = "Fue~ntes...";
|
||
Text[ italian ] = "Font...";
|
||
Text[ danish ] = "Add\nfon~ts..";
|
||
Text[ swedish ] = "Te~ckensnitt..";
|
||
Text[ polish ] = "Czcionki...";
|
||
Text[ portuguese_brazilian ] = "Add\nfon~ts..";
|
||
Text[ japanese ] = "̫<><CCAB>...";
|
||
Text[ korean ] = "<22>۲á<DBB2><C3A1>߰<EFBFBD>(~T)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72>...";
|
||
Text[ turkish ] = "Add\nfon~ts..";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>...";
|
||
};
|
||
PushButton RID_PA_BTN_ADDFONTS
|
||
{
|
||
Pos = MAP_APPFONT( 125, 150 );
|
||
Size = MAP_APPFONT( 70, 15 );
|
||
Text = "Sc~hriftimport...";
|
||
Text [english] = "~Import fonts...";
|
||
Text[ english_us ] = "~Import Fonts...";
|
||
Text[ portuguese ] = "~Import fonts...";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "~Import fonts...";
|
||
Text[ dutch ] = "~Import lettertypen...";
|
||
Text[ french ] = "~Import de polices...";
|
||
Text[ spanish ] = "~Importar fuentes...";
|
||
Text[ italian ] = "~Importa fonts...";
|
||
Text[ danish ] = "~Import fonts...";
|
||
Text[ swedish ] = "~Import av teckensnitt...";
|
||
Text[ polish ] = "Import czcionek...";
|
||
Text[ portuguese_brazilian ] = "~Import fonts...";
|
||
Text[ japanese ] = "̫<>Ă̲<C482><CCB2>߰<EFBFBD>...";
|
||
Text[ korean ] = "~Import fonts...";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ chinese_traditional ] = "<22>פJ<D7A4>r<EFBFBD><72>...";
|
||
Text[ turkish ] = "~Import fonts...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
|
||
};
|
||
PushButton RID_PA_BTN_ADD
|
||
{
|
||
Pos = MAP_APPFONT( 5, 150 );
|
||
Size = MAP_APPFONT( 60, 15 );
|
||
Text = "~Neuer Drucker...";
|
||
Text [english] = "~Add printer...";
|
||
Text[ english_us ] = "New Printer...";
|
||
Text[ portuguese ] = "~Adicionar nova impressora";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Nieuwe printer...";
|
||
Text[ french ] = "~Nouvelle imprimante";
|
||
Text[ spanish ] = "~Nueva impresora";
|
||
Text[ italian ] = "~Nuova stampante...";
|
||
Text[ danish ] = "~Add new printer";
|
||
Text[ swedish ] = "~Ny skrivare";
|
||
Text[ polish ] = "Nowa drukarka...";
|
||
Text[ portuguese_brazilian ] = "~Add new printer";
|
||
Text[ japanese ] = "<22>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷμ<CDB7><CEBC><EFBFBD><EFBFBD>߰<EFBFBD>(~A)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>...";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD>W<EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD>...";
|
||
Text[ turkish ] = "~Add new printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
};
|
||
|
||
String RID_PA_STR_DEFPRT
|
||
{
|
||
Text = "Standarddrucker";
|
||
Text [english] = "default printer";
|
||
Text[ english_us ] = "Default printer";
|
||
Text[ portuguese ] = "default printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "default printer";
|
||
Text[ dutch ] = "Standaardprinter";
|
||
Text[ french ] = "Imprimante par d<>faut";
|
||
Text[ spanish ] = "Impresora est<73>ndar";
|
||
Text[ italian ] = "Stampante predefinta";
|
||
Text[ danish ] = "default printer";
|
||
Text[ swedish ] = "Standardskrivare";
|
||
Text[ polish ] = "Drukarka domy<6D>lna";
|
||
Text[ portuguese_brazilian ] = "default printer";
|
||
Text[ japanese ] = "<22>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "default printer";
|
||
Text[ chinese_simplified ] = "Ĭ<>ϵĴ<CFB5>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD>{<7B><><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "default printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_PA_STR_RENAME
|
||
{
|
||
Text = "Umbenennen";
|
||
Text [english] = "Rename";
|
||
Text[ english_us ] = "Rename";
|
||
Text[ portuguese ] = "Rename";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Rename";
|
||
Text[ dutch ] = "Naam wijzigen";
|
||
Text[ french ] = "Renommer";
|
||
Text[ spanish ] = "Cambiar nombre";
|
||
Text[ italian ] = "Rinomina";
|
||
Text[ danish ] = "Rename";
|
||
Text[ swedish ] = "Byt namn";
|
||
Text[ polish ] = "Rename";
|
||
Text[ portuguese_brazilian ] = "Rename";
|
||
Text[ japanese ] = "<22><><EFBFBD>O<EFBFBD>̕ύX";
|
||
Text[ korean ] = "Rename";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>s<EFBFBD>R<EFBFBD>W";
|
||
Text[ turkish ] = "Rename";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
Text[ english_us ] = "Printer Installation";
|
||
Text[ portuguese ] = "Instala<6C><61>o de impressora";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Printerinstallatie";
|
||
Text[ french ] = "Installation de l'imprimante";
|
||
Text[ spanish ] = "Instalaci<63>n de impresora";
|
||
Text[ italian ] = "Installazione stampante";
|
||
Text[ danish ] = "Printer installation";
|
||
Text[ swedish ] = "Skrivarinstallation";
|
||
Text[ polish ] = "Instalacja drukarki";
|
||
Text[ portuguese_brazilian ] = "Printer installation";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̲ݽİ<DDBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD><CDA1><EFBFBD>ġ";
|
||
Text[ chinese_simplified ] = "<22><>װ<EFBFBD><D7B0>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD>˦L<CBA6><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Printer installation";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
ModalDialog RID_STRINGQUERYDLG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Pos = MAP_APPFONT ( 10 , 10 ) ;
|
||
Size = MAP_APPFONT ( 200 , 46 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
FixedText RID_STRQRY_TXT_RENAME
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 16 ) ;
|
||
};
|
||
Edit RID_STRQRY_EDT_NEWNAME
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 24 ) ;
|
||
Size = MAP_APPFONT ( 130 , 14 ) ;
|
||
};
|
||
OKButton RID_STRQRY_BTN_OK
|
||
{
|
||
DefButton = TRUE ;
|
||
Pos = MAP_APPFONT ( 145 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
CancelButton RID_STRQRY_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 145 , 24 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
};
|
||
|
||
String RID_ERR_NOPRINTER
|
||
{
|
||
Text = "Der Drucker %s konnte nicht ge<67>ffnet werden." ;
|
||
Text [ English ] = "Could not open printer %s." ;
|
||
Text[ english_us ] = "Could not open printer %s.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel abrir a impressora %s.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.";
|
||
Text[ dutch ] = "Printer %s kon niet worden geopend.";
|
||
Text[ french ] = "Impossible d'ouvrir l'imprimante %s.";
|
||
Text[ spanish ] = "No se pudo abrir la impresora %s.";
|
||
Text[ italian ] = "Impossibile aprire la stampante %s.";
|
||
Text[ danish ] = "Could not open printer %s.";
|
||
Text[ swedish ] = "Det gick inte att <20>ppna skrivaren %s.";
|
||
Text[ polish ] = "Nie mo<6D>na otworzy<7A> drukarki %s.";
|
||
Text[ portuguese_brazilian ] = "Could not open printer %s.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD>J<EFBFBD><4A><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "%s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><CDB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1> %s <20><>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD>}<7D>ҦL<D2A6><4C><EFBFBD><EFBFBD> %s <20>C";
|
||
Text[ turkish ] = "Could not open printer %s.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.";
|
||
};
|
||
|
||
String RID_PA_TXT_TESTPAGE_PRINTED
|
||
{
|
||
Text = "Die Testseite wurde erfolgreich gedruckt. Bitte pr<70>fen Sie das Ergebnis." ;
|
||
Text [ English ] = "The test page was printed succesfully. Please check the resulting output." ;
|
||
Text[ english_us ] = "The test page was printed succesfully. Please check the result.";
|
||
Text[ portuguese ] = "A impress<73>o da p<>gina-teste est<73> conclu<6C>da. Queira verificar os resultados.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><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>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "De testpagina werd met succes afgedrukt. Controleer het resultaat.";
|
||
Text[ french ] = "L'impression de la page de test est termin<69>e. Veuillez en v<>rifier le r<>sultat.";
|
||
Text[ spanish ] = "La p<>gina de prueba se imprimi<6D> satisfactoriamente. Compruebe por favor el resultado.";
|
||
Text[ italian ] = "La pagina di prova <20> stata stampata. Controllate il risultato.";
|
||
Text[ danish ] = "The test page was printed succesfully. Please check the resulting output.";
|
||
Text[ swedish ] = "Testsidan har skrivits ut. Kontrollera resultatet.";
|
||
Text[ polish ] = "Wydrukowano stron<6F> pr<70>bn<62>. Nale<6C>y sprawdzi<7A> jej jako<6B><6F>.";
|
||
Text[ portuguese_brazilian ] = "The test page was printed succesfully. Please check the resulting output.";
|
||
Text[ japanese ] = "ý<><C3BD>߰<EFBFBD>ނ͐<DE82><CD90><EFBFBD><EFBFBD>ɏI<C98F><49><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʂ<EFBFBD><CA82>m<EFBFBD>F<EFBFBD><46><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ρ<EFBFBD><CEA1>μ<EFBFBD><CEBC>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>. <20><><EFBFBD>¡<EFBFBD><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˻<EFBFBD><CBBB>Ͻʽÿ<CABD>.";
|
||
Text[ chinese_simplified ] = "<22><>ӡ<EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>զC<D5A6>L<EFBFBD><4C><EFBFBD>\\<5C>C<EFBFBD><43><EFBFBD>ˬd<CBAC>C<EFBFBD>L<EFBFBD><4C><EFBFBD>G<EFBFBD>C";
|
||
Text[ turkish ] = "The test page was printed succesfully. Please check the resulting output.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_QRY_PRTNAME
|
||
{
|
||
Text = "Bitte geben Sie den neuen Namen\ndes Druckers ein." ;
|
||
Text [ English ] = "Please enter the printer's new name." ;
|
||
Text[ english_us ] = "Please enter the new name\nof the printer.";
|
||
Text[ portuguese ] = "Indique o novo nome\nda impressora.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,\n<><6E><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Vermeld de nieuwe naam van de printer.";
|
||
Text[ french ] = "Indiquez le nouveau nom\nde l'imprimante.";
|
||
Text[ spanish ] = "Escriba por favor el nuevo nombre\nde la impresora.";
|
||
Text[ italian ] = "Indicate il nuovo nome\ndella stampante.";
|
||
Text[ danish ] = "Please enter the printer's new name.";
|
||
Text[ swedish ] = "Ange det nya namnet\np<6E> skrivaren.";
|
||
Text[ polish ] = "Nale<6C>y poda<64> now<6F> nazw<7A>\ndrukarki.";
|
||
Text[ portuguese_brazilian ] = "Please enter the printer's new name.";
|
||
Text[ japanese ] = "<22>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD≯<EFBFBD><CCB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Է<EFBFBD><D4B7>Ͻʽÿ<CABD><C3BF><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>´<EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>бz<D0B1><7A><EFBFBD>J<EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD>W<EFBFBD>١C";
|
||
Text[ turkish ] = "Please enter the printer's new name.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_MODEL
|
||
{
|
||
Text = "Modell";
|
||
Text[ English ] = "Model";
|
||
Text[ english_us ] = "Model";
|
||
Text[ portuguese ] = "Modelo";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Model";
|
||
Text[ french ] = "Mod<6F>lel";
|
||
Text[ spanish ] = "Modelo";
|
||
Text[ italian ] = "Modello";
|
||
Text[ danish ] = "Model";
|
||
Text[ swedish ] = "Modell";
|
||
Text[ polish ] = "Model";
|
||
Text[ portuguese_brazilian ] = "Model";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>l";
|
||
Text[ chinese_simplified ] = "ģʽ";
|
||
Text[ chinese_traditional ] = "<22>Ҧ<EFBFBD>";
|
||
Text[ turkish ] = "Model";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_NAME
|
||
{
|
||
Text = "Name";
|
||
Text [ English ] = "Name";
|
||
Text[ english_us ] = "Name";
|
||
Text[ portuguese ] = "Nome";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Naam";
|
||
Text[ french ] = "Nom";
|
||
Text[ spanish ] = "Nombre";
|
||
Text[ italian ] = "Nome";
|
||
Text[ danish ] = "Name";
|
||
Text[ swedish ] = "Namn";
|
||
Text[ polish ] = "Nazwa";
|
||
Text[ portuguese_brazilian ] = "Name";
|
||
Text[ japanese ] = "<22><><EFBFBD>O";
|
||
Text[ korean ] = "<22≯<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD><57>";
|
||
Text[ turkish ] = "Name";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_COMMENT
|
||
{
|
||
Text = "Kommentar";
|
||
Text [ English ] = "Comment";
|
||
Text[ english_us ] = "Comment";
|
||
Text[ portuguese ] = "Coment<6E>rio";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Commentaar";
|
||
Text[ french ] = "Commentaire";
|
||
Text[ spanish ] = "Comentario";
|
||
Text[ italian ] = "Commento";
|
||
Text[ danish ] = "Comment";
|
||
Text[ swedish ] = "Kommentar";
|
||
Text[ polish ] = "Komentarz";
|
||
Text[ portuguese_brazilian ] = "Comment";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ּ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>ע";
|
||
Text[ chinese_traditional ] = "<22>ƪ`";
|
||
Text[ turkish ] = "Comment";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_QUEUE
|
||
{
|
||
Text = "Queue";
|
||
Text[ English ] = "Queue";
|
||
Text[ english_us ] = "Queue";
|
||
Text[ portuguese ] = "Fila de espera";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Wachtrij";
|
||
Text[ french ] = "File d'attente";
|
||
Text[ spanish ] = "Cola";
|
||
Text[ italian ] = "Coda";
|
||
Text[ danish ] = "Queue";
|
||
Text[ swedish ] = "K<>";
|
||
Text[ polish ] = "Kolejka";
|
||
Text[ portuguese_brazilian ] = "Queue";
|
||
Text[ japanese ] = "<22><><EFBFBD>";
|
||
Text[ korean ] = "ť";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>C";
|
||
Text[ turkish ] = "Queue";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_DATE
|
||
{
|
||
Text = "Datum";
|
||
Text[ English ] = "Date";
|
||
Text[ english_us ] = "Date";
|
||
Text[ portuguese ] = "Data";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Datum";
|
||
Text[ french ] = "Date";
|
||
Text[ spanish ] = "Fecha";
|
||
Text[ italian ] = "Data";
|
||
Text[ danish ] = "Date";
|
||
Text[ swedish ] = "Datum";
|
||
Text[ polish ] = "Data";
|
||
Text[ portuguese_brazilian ] = "Date";
|
||
Text[ japanese ] = "<22><><EFBFBD>t";
|
||
Text[ korean ] = "<22><>¥";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Date";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_TIME
|
||
{
|
||
Text = "Uhrzeit";
|
||
Text[ English ] = "Time";
|
||
Text[ english_us ] = "Time";
|
||
Text[ portuguese ] = "Hora";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>";
|
||
Text[ dutch ] = "Tijd";
|
||
Text[ french ] = "Heure";
|
||
Text[ spanish ] = "Hora";
|
||
Text[ italian ] = "Ora";
|
||
Text[ danish ] = "Time";
|
||
Text[ swedish ] = "Klockslag";
|
||
Text[ polish ] = "Godzina";
|
||
Text[ portuguese_brazilian ] = "Time";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ð<EFBFBD>";
|
||
Text[ chinese_simplified ] = "ʱ<><CAB1>";
|
||
Text[ chinese_traditional ] = "<22>ɶ<EFBFBD>";
|
||
Text[ turkish ] = "Time";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
|
||
ModalDialog RID_FONTNAMEDIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 255 , 249 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text = "Schriften" ;
|
||
Text [ English ] = "Fonts" ;
|
||
OKButton RID_FNTNM_BTN_OK
|
||
{
|
||
DefButton = TRUE ;
|
||
Pos = MAP_APPFONT ( 196 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text = "Schlie<69>en" ;
|
||
Text [ English ] = "Close" ;
|
||
Text[ english_us ] = "Close";
|
||
Text[ portuguese ] = "Fechar";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Sluiten";
|
||
Text[ french ] = "Fermer";
|
||
Text[ spanish ] = "Cerrar";
|
||
Text[ italian ] = "Chiudi";
|
||
Text[ danish ] = "Close";
|
||
Text[ swedish ] = "St<53>ng";
|
||
Text[ polish ] = "Zamknij";
|
||
Text[ portuguese_brazilian ] = "Close";
|
||
Text[ japanese ] = "<22><EFBFBD><C282><EFBFBD>";
|
||
Text[ korean ] = "<22>ݱ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>ر<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Close";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
PushButton RID_FNTNM_BTN_MODIFY
|
||
{
|
||
Pos = MAP_APPFONT ( 196 , 25 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text = "<22>berneh~men" ;
|
||
Text [ English ] = "~Modify" ;
|
||
Text[ english_us ] = "Apply";
|
||
Text[ portuguese ] = "Aplica~r";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Overnemen";
|
||
Text[ french ] = "~Appliquer";
|
||
Text[ spanish ] = "~Aplicar";
|
||
Text[ italian ] = "Applica";
|
||
Text[ danish ] = "~Modify";
|
||
Text[ swedish ] = "<22>ve~rta";
|
||
Text[ polish ] = "Zastosuj";
|
||
Text[ portuguese_brazilian ] = "~Modify";
|
||
Text[ japanese ] = "<22>K<EFBFBD>p(~M)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~M)";
|
||
Text[ chinese_traditional ] = "<22>M<EFBFBD><4D>(~M)";
|
||
Text[ turkish ] = "~Modify";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
PushButton RID_FNTNM_BTN_REMOVE
|
||
{
|
||
Pos = MAP_APPFONT ( 196 , 44 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text = "~Entfernen" ;
|
||
Text [ English ] = "~Remove" ;
|
||
Text[ english_us ] = "~Remove";
|
||
Text[ portuguese ] = "~Remover";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Verwijderen";
|
||
Text[ french ] = "~Supprimer";
|
||
Text[ spanish ] = "~Eliminar";
|
||
Text[ italian ] = "Rimuo~vi";
|
||
Text[ danish ] = "~Remove";
|
||
Text[ swedish ] = "Ta b~ort";
|
||
Text[ polish ] = "Usu<73>";
|
||
Text[ portuguese_brazilian ] = "~Remove";
|
||
Text[ japanese ] = "<22>폜(~R)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~R)";
|
||
Text[ chinese_simplified ] = "ɾ<><C9BE>(~R)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~R)";
|
||
Text[ turkish ] = "~Remove";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
ListBox RID_FNTNM_LB_FONTS
|
||
{
|
||
Border = TRUE ;
|
||
Sort = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 185 , 70 ) ;
|
||
};
|
||
GroupBox RID_FNTNM_GRP_FONTPROP
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 80 ) ;
|
||
Size = MAP_APPFONT ( 185 , 166 ) ;
|
||
Text = "Schrifteigenschaften";
|
||
};
|
||
FixedText RID_FNTNM_FIXED
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 88 ) ;
|
||
Size = MAP_APPFONT ( 175 , 16 ) ;
|
||
Text = "Aus den Eigenschaften wird der Xwindow-Name\nder Schrift konstruiert" ;
|
||
Text [ English ] = "The Xwindow name of the font is constructed\nfrom the properties" ;
|
||
Text[ english_us ] = "The Xwindow name of the font is constructed\nfrom the properties";
|
||
Text[ portuguese ] = "O nome Xwindow do tipo de letra constr<74>i-se\na partir das propriedades.";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Xwindow <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n<><6E> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> Xwindow <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n<><6E><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.";
|
||
Text[ dutch ] = "De Xwindow-naam van het lettertype\nwordt samengesteld uit de eigenschappen";
|
||
Text[ french ] = "Le nom Xwindow de la police\nest g<>n<EFBFBD>r<EFBFBD> <20> partir des propri<72>t<EFBFBD>s";
|
||
Text[ spanish ] = "De las propiedades se construir<69> el nombre\nXwindow de la fuente.";
|
||
Text[ italian ] = "Il nome Xwindow <20> determinato\ndalle caratteristiche";
|
||
Text[ danish ] = "The Xwindow name of the font is constructed\nfrom the properties";
|
||
Text[ swedish ] = "Xwindow-namnet p<> teckensnittet konstrueras\nutifr<66>n egenskaperna";
|
||
Text[ polish ] = "Nazwa Xwindow czcionki utworzona\nzostanie z w<>a<EFBFBD>ciwo<77>ci.";
|
||
Text[ portuguese_brazilian ] = "The Xwindow name of the font is constructed\nfrom the properties";
|
||
Text[ japanese ] = "̫<>Ă<EFBFBD> X <20><><EFBFBD><EFBFBD><EFBFBD><DEB3><EFBFBD>͑<EFBFBD><CD91><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA>͡<EFBFBD><CDA1>۲<EFBFBD><DBB2><EFBFBD> X<><58><EFBFBD><EFBFBD><EFBFBD>졡<EFBFBD≯<EFBFBD><CCB8>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>";
|
||
Text[ chinese_simplified ] = "Xwindow <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Թ<EFBFBD><D4B9>ɵ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "Xwindow <20>W<EFBFBD>٥Ѧr<D1A6><72><EFBFBD>ݩ<EFBFBD><DDA9>ۦ<EFBFBD>";
|
||
Text[ turkish ] = "The Xwindow name of the font is constructed\nfrom the properties";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>Xwindow \n <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
FixedText RID_FNTNM_TXT_FOUNDRY
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 110 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Hersteller :" ;
|
||
Text [ English ] = "~Foundry :" ;
|
||
Text [ english_us ] = "Manufacturer:" ;
|
||
Text [ portuguese_brazilian ] = "Hersteller :" ;
|
||
Text [ swedish ] = "T~illverkare :" ;
|
||
Text [ danish ] = "Producent :" ;
|
||
Text [ italian ] = "Fabbricante :" ;
|
||
Text [ spanish ] = "~Fabricante:" ;
|
||
Text [ french ] = "~Fabricant :" ;
|
||
Text [ dutch ] = "~Producent :" ;
|
||
Text [ portuguese ] = "~Fabricante:" ;
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ polish ] = "Producent :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ korean ] = "<22>ۼ<EFBFBD><DBBC><EFBFBD>:";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̣<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>y<EFBFBD>ӡG";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ turkish ] = "<22>retici:";
|
||
};
|
||
ComboBox RID_FNTNM_FOUNDRY
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 108 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText RID_FNTNM_TXT_FAMILY
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 125 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Familie :" ;
|
||
Text [ English ] = "Fa~mily :" ;
|
||
Text[ english_us ] = "~Family :";
|
||
Text[ portuguese ] = "Fa~m<>lia:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "Fa~milie :";
|
||
Text[ french ] = "Fa~mille :";
|
||
Text[ spanish ] = "Fa~milia :";
|
||
Text[ italian ] = "~Famiglia :";
|
||
Text[ danish ] = "Fa~mily :";
|
||
Text[ swedish ] = "~Familj :";
|
||
Text[ polish ] = "Rodzina font<6E>w :";
|
||
Text[ portuguese_brazilian ] = "Fa~mily :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~F):";
|
||
Text[ korean ] = "<22>迭 (~F):";
|
||
Text[ chinese_simplified ] = "<22><>Ʒϵ<C6B7><CFB5>(~F)<29><>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>~<7E>t<EFBFBD>C(~F)<29>G";
|
||
Text[ turkish ] = "Fa~mily :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
};
|
||
Edit RID_FNTNM_FAMILY
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 95 , 123 ) ;
|
||
Size = MAP_APPFONT ( 90 , 12 ) ;
|
||
};
|
||
FixedText RID_FNTNM_TXT_WEIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 140 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Gewicht :" ;
|
||
Text [ English ] = "~Weight :" ;
|
||
Text[ english_us ] = "~Weight :";
|
||
Text[ portuguese ] = "~Peso:";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "~Gewicht :";
|
||
Text[ french ] = "~Poids :";
|
||
Text[ spanish ] = "~Peso :";
|
||
Text[ italian ] = "Peso :";
|
||
Text[ danish ] = "~Weight :";
|
||
Text[ swedish ] = "~Vikt :";
|
||
Text[ polish ] = "Grubo<62><6F> :";
|
||
Text[ portuguese_brazilian ] = "~Weight :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~W):";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> (~W):";
|
||
Text[ chinese_simplified ] = "<22><>ϸ(~W)<29><>";
|
||
Text[ chinese_traditional ] = "<22>ʲ<EFBFBD>(~W)<29>G";
|
||
Text[ turkish ] = "~Weight :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>:";
|
||
};
|
||
ComboBox RID_FNTNM_WEIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 138 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText RID_FNTNM_TXT_SLANT
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 155 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Neigung :" ;
|
||
Text [ English ] = "~Slant :" ;
|
||
Text[ english_us ] = "~Slant :";
|
||
Text[ portuguese ] = "~Inclina<6E><61>o:";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "~Helling :";
|
||
Text[ french ] = "~Inclinaison :";
|
||
Text[ spanish ] = "~Inclinaci<63>n :";
|
||
Text[ italian ] = "Inclina~zione :";
|
||
Text[ danish ] = "~Slant :";
|
||
Text[ swedish ] = "Lut~ning :";
|
||
Text[ polish ] = "Pochylenie :";
|
||
Text[ portuguese_brazilian ] = "~Slant :";
|
||
Text[ japanese ] = "<22>X<EFBFBD><58>(~S):";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> (~S):";
|
||
Text[ chinese_simplified ] = "<22><>б(~S)<29><>";
|
||
Text[ chinese_traditional ] = "<22>ɱ<EFBFBD>(~S)<29>G";
|
||
Text[ turkish ] = "~Slant :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
ComboBox RID_FNTNM_SLANT
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 153 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
StringList =
|
||
{
|
||
"*" ;
|
||
"i" ;
|
||
"o" ;
|
||
"r" ;
|
||
};
|
||
};
|
||
FixedText RID_FNTNM_TXT_STYLEWIDTH
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 170 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Breite :" ;
|
||
Text [ English ] = "W~idth :" ;
|
||
Text[ english_us ] = "W~idth :";
|
||
Text[ portuguese ] = "~Largura:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "B~reedte :";
|
||
Text[ french ] = "~Largeur :";
|
||
Text[ spanish ] = "An~cho :";
|
||
Text[ italian ] = "Larghezza :";
|
||
Text[ danish ] = "W~idth :";
|
||
Text[ swedish ] = "~Bredd :";
|
||
Text[ polish ] = "Szeroko<6B><6F> :";
|
||
Text[ portuguese_brazilian ] = "W~idth :";
|
||
Text[ japanese ] = "<22><>(W~):";
|
||
Text[ korean ] = "<22>ʺ<EFBFBD> (~I):";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~I)<29><>";
|
||
Text[ chinese_traditional ] = "<22>e<EFBFBD><65>(~I)<29>G";
|
||
Text[ turkish ] = "W~idth :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
ComboBox RID_FNTNM_STYLEWIDTH
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 168 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText RID_FNTNM_TXT_ADDSTYLE
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 185 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Zus<75>tzliche Attribute :" ;
|
||
Text [ English ] = "~Additional attributes :";
|
||
Text[ english_us ] = "~Additional attributes :";
|
||
Text[ portuguese ] = "~Atributos adicionais:";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><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><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "~Extra attributen :";
|
||
Text[ french ] = "~Attributs suppl<70>mentaires :";
|
||
Text[ spanish ] = "~Atributos adicionales :";
|
||
Text[ italian ] = "Altri attri~buti :";
|
||
Text[ danish ] = "~Additional attributes :";
|
||
Text[ swedish ] = "~Ytterligare attribut :";
|
||
Text[ polish ] = "Dodatkowe atrybuty :";
|
||
Text[ portuguese_brazilian ] = "~Additional attributes :";
|
||
Text[ japanese ] = "<22><><EFBFBD>̑<EFBFBD><CC91>̑<EFBFBD><CC91><EFBFBD>(~A):";
|
||
Text[ korean ] = "<22>߰<EFBFBD><DFB0><EFBFBD><EFBFBD>Ρ<EFBFBD><CEA1>Ӽ<EFBFBD> (~A):";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>ӵ<EFBFBD><D3B5><EFBFBD><EFBFBD><EFBFBD>(~A)<29><>";
|
||
Text[ chinese_traditional ] = "<22>䥦<EFBFBD>ݩ<EFBFBD>(~A)<29>G";
|
||
Text[ turkish ] = "~Additional attributes :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
ComboBox RID_FNTNM_ADDSTYLE
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 183 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
StringList =
|
||
{
|
||
"" ;
|
||
"iso8859" ;
|
||
"sans";
|
||
"sans serif";
|
||
"serif";
|
||
"script";
|
||
"decor";
|
||
"symbol";
|
||
};
|
||
};
|
||
FixedText RID_FNTNM_TXT_SPACING
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 200 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Dichte :" ;
|
||
Text [ English ] = "S~pacing :" ;
|
||
Text[ english_us ] = "S~pacing :";
|
||
Text[ portuguese ] = "~Espa<70>amento:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "S~pati<74>ring :";
|
||
Text[ french ] = "~Espacement :";
|
||
Text[ spanish ] = "E~spacio :";
|
||
Text[ italian ] = "Spa~zio :";
|
||
Text[ danish ] = "S~pacing :";
|
||
Text[ swedish ] = "T<>th~et :";
|
||
Text[ polish ] = "Spacje :";
|
||
Text[ portuguese_brazilian ] = "S~pacing :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>Ԋu(~P):";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> (~P):";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~P):";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>j(~P)<29>G";
|
||
Text[ turkish ] = "S~pacing :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
ListBox RID_FNTNM_SPACING
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 198 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
StringList =
|
||
{
|
||
"c character cell" ;
|
||
"m monospace" ;
|
||
"p proportional" ;
|
||
};
|
||
};
|
||
FixedText RID_FNTNM_TXT_REGISTRY
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 215 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Registrierung :" ;
|
||
Text [ English ] = "Re~gistry :" ;
|
||
Text[ english_us ] = "Re~gistry :";
|
||
Text[ portuguese ] = "~Registo:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "Re~gistratie :";
|
||
Text[ french ] = "Enre~gistrement :";
|
||
Text[ spanish ] = "Re~gistro :";
|
||
Text[ italian ] = "Re~gistrazione :";
|
||
Text[ danish ] = "Re~gistry :";
|
||
Text[ swedish ] = "~Registrering :";
|
||
Text[ polish ] = "Rejestracja :";
|
||
Text[ portuguese_brazilian ] = "Re~gistry :";
|
||
Text[ japanese ] = "<22>o<EFBFBD>^(~G):";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> (~G):";
|
||
Text[ chinese_simplified ] = "<22>Ǽ<EFBFBD>(~G)<29><>";
|
||
Text[ chinese_traditional ] = "<22>n<EFBFBD>O(~G)<29>G";
|
||
Text[ turkish ] = "Re~gistry :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
ComboBox RID_FNTNM_REGISTRY
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 213 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText RID_FNTNM_TXT_ENCODING
|
||
{
|
||
Pos = MAP_APPFONT ( 11 , 230 ) ;
|
||
Size = MAP_APPFONT ( 80 , 8 ) ;
|
||
Text = "~Kodierung :" ;
|
||
Text [ English ] = "Enco~ding :" ;
|
||
Text[ english_us ] = "Enco~ding :";
|
||
Text[ portuguese ] = "~Codifica<63><61>o:";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
Text[ dutch ] = "Co~dering :";
|
||
Text[ french ] = "~Encodage :";
|
||
Text[ spanish ] = "Codi~ficaci<63>n :";
|
||
Text[ italian ] = "Codifica :";
|
||
Text[ danish ] = "Enco~ding :";
|
||
Text[ swedish ] = "~Kodning :";
|
||
Text[ polish ] = "Kodowanie :";
|
||
Text[ portuguese_brazilian ] = "Enco~ding :";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~D):";
|
||
Text[ korean ] = "<22><><EFBFBD>ڵ<EFBFBD> (~D):";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~D)<29><>";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD>X(~D)<29>G";
|
||
Text[ turkish ] = "Enco~ding :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";
|
||
};
|
||
ComboBox RID_FNTNM_ENCODING
|
||
{
|
||
Pos = MAP_APPFONT ( 95 , 228 ) ;
|
||
Size = MAP_APPFONT ( 90 , 150 ) ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
String RID_FNTNM_STR_FONTSDIRWRITEFAILED
|
||
{
|
||
Text = "Die Schrift %s1 kann nicht ge<67>ndert werden weil die Datei\n %s2\nnicht geschrieben werden kann.";
|
||
Text [ English ] = "The font %s1 cannot be changed because the file\n %s2\ncannot be written.";
|
||
Text[ english_us ] = "The font %s1 cannot be changed because the file\n %s2\ncannot be written.";
|
||
Text[ portuguese ] = "<22> imposs<73>vel modificar o tipo de letra %s1, porque n<>o <20>\nposs<73>vel escrever o ficheiro %s2\\.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s1 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> \n %s2\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s1 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n %s2.";
|
||
Text[ dutch ] = "Lettertype %s1 kan niet worden veranderd daar bestand\n %s2\nniet kan worden geschreven.";
|
||
Text[ french ] = "Impossible de modifier la police %s1 car <20>criture du fichier\n %s2\n impossible !";
|
||
Text[ spanish ] = "No se puede modificar la fuente %s1 porque no se puede escribir el archivo\n %s2\n.";
|
||
Text[ italian ] = "Impossibile modificare il font %1 perch<63> il file\n %2\nnon pu<70> essere scritto.";
|
||
Text[ danish ] = "The font %s1 cannot be changed because the file\n %s2\ncannot be written.";
|
||
Text[ swedish ] = "Det g<>r inte att <20>ndra teckensnittet %s1 eftersom det inte g<>r att skriva filen\n %s2\n.";
|
||
Text[ polish ] = "Czcionki %s1 nie mo<6D>na zmieni<6E>, poniewa<77> pliku\n %s2\nnie mo<6D>na zapisa<73>.";
|
||
Text[ portuguese_brazilian ] = "The font %s1 cannot be changed because the file\n %s2\ncannot be written.";
|
||
Text[ japanese ] = "̧<><CCA7>\n %s2\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>Ă<EFBFBD><C482>Ȃ<EFBFBD><C882>̂ŁA̫<41><CCAB> %s1 <20>̕ύX<CF8D>͂ł<CD82><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "%s1 <20>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ٲܼ<D9B2><DCBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ٣<CFB4>\n %s2\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>⡡<EFBFBD><E2A1A1><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s1 <20><><EFBFBD><EFBFBD>Ϊ<EFBFBD>ļ<EFBFBD>\n %s2\n<><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD>д<EFBFBD><D0B4>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD>ܧ<EFBFBD><DCA7>r<EFBFBD><72> %s1 <20>A<EFBFBD>]<5D><><EFBFBD>L<EFBFBD>k<EFBFBD>мg<D0BC>ɮ<EFBFBD>\n %s2\n <20>C";
|
||
Text[ turkish ] = "The font %s1 cannot be changed because the file\n %s2\ncannot be written.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %s1<73> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> \n %s2.";
|
||
};
|
||
Text[ english_us ] = "Fonts";
|
||
Text[ portuguese ] = "Tipos de letra";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Lettertypen";
|
||
Text[ french ] = "Polices";
|
||
Text[ spanish ] = "Fuentes";
|
||
Text[ italian ] = "Font";
|
||
Text[ danish ] = "Fonts";
|
||
Text[ swedish ] = "Teckensnitt";
|
||
Text[ polish ] = "Czcionki";
|
||
Text[ portuguese_brazilian ] = "Fonts";
|
||
Text[ japanese ] = "̫<><CCAB>";
|
||
Text[ korean ] = "<22>۲<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72>";
|
||
Text[ turkish ] = "Fonts";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_FNTNM_FONTNAME_TXT
|
||
{
|
||
Text = "Eigenschaften von %s" ;
|
||
Text [ English ] = "Properties of %s" ;
|
||
Text[ english_us ] = "Properties of %s";
|
||
Text[ portuguese ] = "Propriedades de %s";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s";
|
||
Text[ dutch ] = "Eigenschappen van %s";
|
||
Text[ french ] = "Propri<72>t<EFBFBD>s de %s";
|
||
Text[ spanish ] = "Propiedades de %s";
|
||
Text[ italian ] = "Propriet<65> di %s";
|
||
Text[ danish ] = "Properties of %s";
|
||
Text[ swedish ] = "Egenskaper f<>r %s";
|
||
Text[ polish ] = "W<>a<EFBFBD>ciwo<77>ci %s";
|
||
Text[ portuguese_brazilian ] = "Properties of %s";
|
||
Text[ japanese ] = "%s <20>̑<EFBFBD><CC91><EFBFBD>";
|
||
Text[ korean ] = "%s<>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "%s <20><><EFBFBD>ݩ<EFBFBD>";
|
||
Text[ turkish ] = "Properties of %s";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> %s";
|
||
};
|
||
String RID_FNTNM_NOFONT_TXT
|
||
{
|
||
Text = "Keine Schrift gew<65>hlt" ;
|
||
Text [ English ] = "No font selected" ;
|
||
Text[ english_us ] = "No font selected";
|
||
Text[ portuguese ] = "Nenhum tipo de letra seleccionado";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Geen lettertype geselecteerd";
|
||
Text[ french ] = "Aucune police s<>lectionn<6E>e";
|
||
Text[ spanish ] = "Ninguna fuente seleccionada";
|
||
Text[ italian ] = "Non sono stati selezionati font";
|
||
Text[ danish ] = "No font selected";
|
||
Text[ swedish ] = "Inget teckensnitt har valts";
|
||
Text[ polish ] = "Nie wybrano czcionki";
|
||
Text[ portuguese_brazilian ] = "No font selected";
|
||
Text[ japanese ] = "̫<>Ă<EFBFBD><C482>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD>";
|
||
Text[ korean ] = "<22>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾҽ<CABE><D2BD>ϴ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "û<><C3BB>ѡ<EFBFBD><D1A1><EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>S<EFBFBD><53><EFBFBD>襤<EFBFBD><EFA4A4><EFBFBD><EFBFBD><EFBFBD>r<EFBFBD><72>";
|
||
Text[ turkish ] = "No font selected";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_BXT_TESTPAGE
|
||
{
|
||
Text = "Testseite" ;
|
||
Text [ English ] = "Testpage" ;
|
||
Text[ english_us ] = "Test page";
|
||
Text[ portuguese ] = "P<>gina-teste";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Testpagina";
|
||
Text[ french ] = "Page de test";
|
||
Text[ spanish ] = "P<>gina de prueba";
|
||
Text[ italian ] = "Pagina di prova";
|
||
Text[ danish ] = "Testpage";
|
||
Text[ swedish ] = "Testsida";
|
||
Text[ polish ] = "Strona pr<70>bna";
|
||
Text[ portuguese_brazilian ] = "Testpage";
|
||
Text[ japanese ] = "ý<><C3BD>߰<EFBFBD><DFB0>";
|
||
Text[ korean ] = "<22><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>ӡ";
|
||
Text[ chinese_traditional ] = "<22>զC<D5A6>L";
|
||
Text[ turkish ] = "Testpage";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_BXT_ENVIRONMENT
|
||
{
|
||
Text = "Fehlerhafte Umgebung" ;
|
||
Text [ English ] = "Wrong environment" ;
|
||
Text[ english_us ] = "Wrong environment";
|
||
Text[ portuguese ] = "Ambiente defeituoso";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Verkeerde omgeving";
|
||
Text[ french ] = "Environnement d<>fectueux";
|
||
Text[ spanish ] = "Entorno err<72>neo";
|
||
Text[ italian ] = "Ambiente non corretto";
|
||
Text[ danish ] = "Wrong environment";
|
||
Text[ swedish ] = "Fel milj<6C>";
|
||
Text[ polish ] = "Nieprawid<69>owe <20>rodowisko";
|
||
Text[ portuguese_brazilian ] = "Wrong environment";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD>";
|
||
Text[ korean ] = "ȯ<>桡Ʋ<E6A1A1><C6B2>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>Ļ<EFBFBD><C4BB><EFBFBD><EFBFBD>趨";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Wrong environment";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_YOU_SURE
|
||
{
|
||
Text = "Sind Sie sicher ?" ;
|
||
Text [ English ] = "Are you sure ?" ;
|
||
Text[ english_us ] = "Are you sure ?";
|
||
Text[ portuguese ] = "Tem a certeza?";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ?";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
|
||
Text[ dutch ] = "Wilt u dat werkelijk?";
|
||
Text[ french ] = "<22>tes-vous s<>r ?";
|
||
Text[ spanish ] = "<22>Est<73> realmente seguro?";
|
||
Text[ italian ] = "Siete sicuri ?";
|
||
Text[ danish ] = "Are you sure ?";
|
||
Text[ swedish ] = "<22>r du s<>ker ?";
|
||
Text[ polish ] = "Na pewno ?";
|
||
Text[ portuguese_brazilian ] = "Are you sure ?";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "Ȯ<><C8AE><EFBFBD>մϱ<D5B4> ?";
|
||
Text[ chinese_simplified ] = "ȷ<><C8B7><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>T<EFBFBD>w<EFBFBD>H";
|
||
Text[ turkish ] = "Are you sure ?";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||
};
|
||
|
||
Bitmap RID_BUTTERFLY
|
||
{
|
||
File = "butter.bmp" ;
|
||
};
|
||
|
||
String RID_AFMERROR_OK
|
||
{
|
||
Text = "Kein Fehler" ;
|
||
Text [ English ] = "No error" ;
|
||
Text[ english_us ] = "No error";
|
||
Text[ portuguese ] = "Nenhum erro";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Geen fout";
|
||
Text[ french ] = "Aucune erreur";
|
||
Text[ spanish ] = "Ning<6E>n error";
|
||
Text[ italian ] = "Nessun errore";
|
||
Text[ danish ] = "No error";
|
||
Text[ swedish ] = "Inget fel";
|
||
Text[ polish ] = "Bez b<><62>du";
|
||
Text[ portuguese_brazilian ] = "No error";
|
||
Text[ japanese ] = "<22>װ<EFBFBD>Ȃ<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "û<>д<EFBFBD><D0B4><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD>~";
|
||
Text[ turkish ] = "No error";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
||
};
|
||
String RID_AFMERROR_NO_FONT_NAME
|
||
{
|
||
Text = "Die Metrik enth<74>lt keinen 'FontName' Eintrag." ;
|
||
Text [ English ] = "The metric does not contain a 'FontName' entry." ;
|
||
Text[ english_us ] = "The metric does not contain a 'FontName' entry.";
|
||
Text[ portuguese ] = "A m<>trica n<>o cont<6E>m a entrada 'FontName'.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FontName'.";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FontName'.";
|
||
Text[ dutch ] = "De metriek bevat geen item 'FontName'.";
|
||
Text[ french ] = "La m<>trique ne contient aucune entr<74>e 'FontName'.";
|
||
Text[ spanish ] = "La m<>trica no contiene una entrada 'FontName'.";
|
||
Text[ italian ] = "La metrica non contiene una voce 'FontName'.";
|
||
Text[ danish ] = "The metric does not contain a 'FontName' entry.";
|
||
Text[ swedish ] = "Metriken inneh<65>ller ingen 'FontName'-post.";
|
||
Text[ polish ] = "Metryka nie zawiera wpisu 'FontName'.";
|
||
Text[ portuguese_brazilian ] = "The metric does not contain a 'FontName' entry.";
|
||
Text[ japanese ] = "<22><>د<EFBFBD><D8AF>ɁuFontName<6D>v<EFBFBD>̍<EFBFBD><CC8D>ڂ͊܂܂<DC82><DC82>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FontName' <20><EFBFBD><D7B8>̡<EFBFBD><CCA1><EFBFBD><EFBFBD>ԵǾ<D4B5><C7BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>û<EFBFBD><C3BB> 'FontName' <20><>Ŀ<EFBFBD><C4BF>";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>q<D7B6>ɮרS<D7A8><53> 'FontName' <20><><EFBFBD>ءC";
|
||
Text[ turkish ] = "The metric does not contain a 'FontName' entry.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'FontName' .";
|
||
};
|
||
String RID_AFMERROR_NO_FULL_NAME
|
||
{
|
||
Text = "Die Metrik enth<74>lt keinen 'FullName' Eintrag." ;
|
||
Text [ English ] = "The metric does not contain a 'FullName' entry." ;
|
||
Text[ english_us ] = "The metric does not contain a 'FullName' entry.";
|
||
Text[ portuguese ] = "A m<>trica n<>o cont<6E>m a entrada 'FullName'.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FullName'.";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FullName'.";
|
||
Text[ dutch ] = "De metriek bevat geen item 'FullName'.";
|
||
Text[ french ] = "La m<>trique ne contient aucune entr<74>e 'FullName'.";
|
||
Text[ spanish ] = "La m<>trica no contiene ninguna entrada 'FullName'.";
|
||
Text[ italian ] = "La metrica non contiene una voce 'FullName'.";
|
||
Text[ danish ] = "The metric does not contain a 'FullName' entry.";
|
||
Text[ swedish ] = "Metriken inneh<65>ller ingen 'FullName'-post.";
|
||
Text[ polish ] = "Metryka nie zawiera wpisu 'FullName'.";
|
||
Text[ portuguese_brazilian ] = "The metric does not contain a 'FullName' entry.";
|
||
Text[ japanese ] = "<22><>د<EFBFBD><D8AF>ɂ́uFullName<6D>v<EFBFBD>̍<EFBFBD><CC8D>ڂ͊܂܂<DC82><DC82>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FullName' <20><EFBFBD><D7B8>̡<EFBFBD><CCA1><EFBFBD><EFBFBD>ԵǾ<D4B5><C7BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>û<EFBFBD><C3BB> 'FullName' <20><>Ŀ<EFBFBD><C4BF>";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>q<D7B6>ɮרS<D7A8><53> 'FullName' <20><><EFBFBD>ءC";
|
||
Text[ turkish ] = "The metric does not contain a 'FullName' entry.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 'FullName'.";
|
||
};
|
||
String RID_AFMERROR_NO_FAMILY_NAME
|
||
{
|
||
Text = "Die Metrik enth<74>lt keinen 'FamilyName' Eintrag." ;
|
||
Text [ English ] = "The metric does not contain a 'FamilyName' entry." ;
|
||
Text[ english_us ] = "The metric does not contain a 'FamilyName' entry.";
|
||
Text[ portuguese ] = "A m<>trica n<>o cont<6E>m a entrada 'FamilyName'.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FamilyName'.";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FamilyName'.";
|
||
Text[ dutch ] = "De metriek bevat geen item 'FamilyName'.";
|
||
Text[ french ] = "La m<>trique ne contient aucune entr<74>e 'FamilyName'.";
|
||
Text[ spanish ] = "La m<>trica no contiene una entrada 'FamilyName'.";
|
||
Text[ italian ] = "La metrica non contiene una voce 'FamilyName'.";
|
||
Text[ danish ] = "The metric does not contain a 'FamilyName' entry.";
|
||
Text[ swedish ] = "Metriken inneh<65>ller ingen 'FamilyName'-post.";
|
||
Text[ polish ] = "Metryka nie zawiera wpisu 'FamilyName'.";
|
||
Text[ portuguese_brazilian ] = "The metric does not contain a 'FamilyName' entry.";
|
||
Text[ japanese ] = "<22><>د<EFBFBD><D8AF>ɁuFamilyName<6D>v<EFBFBD>̍<EFBFBD><CC8D>ڂ͊܂܂<DC82><DC82>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = " <20><>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'FamilyName' <20><EFBFBD><D7B8>̡<EFBFBD><CCA1><EFBFBD><EFBFBD>ԵǾ<D4B5><C7BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ٣<CFB4>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>û<EFBFBD><C3BB> 'FamilyName' <20><>Ŀ<EFBFBD><C4BF>";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>q<D7B6>ɮרS<D7A8><53> 'FamilyName' <20><><EFBFBD>ءC";
|
||
Text[ turkish ] = "The metric does not contain a 'FamilyName' entry.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 'FamilyName'.";
|
||
};
|
||
String RID_AFMERROR_MOVETO_FAILED
|
||
{
|
||
Text = "Die konvertierte Metrik kann nicht geschrieben werden." ;
|
||
Text [ English ] = "The converted metric could not be written." ;
|
||
Text[ english_us ] = "The converted metric could not be written.";
|
||
Text[ portuguese ] = "Imposs<73>vel escrever a m<>trica convertida.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "De geconverteerde metriek kon niet worden geschreven.";
|
||
Text[ french ] = "<22>criture de la m<>trique convertie impossible.";
|
||
Text[ spanish ] = "No se puede escribir la m<>trica convertida.";
|
||
Text[ italian ] = "Impossibile scrivere la metrica convertita.";
|
||
Text[ danish ] = "The converted metric could not be written.";
|
||
Text[ swedish ] = "Det g<>r inte att skriva den konverterade metriken.";
|
||
Text[ polish ] = "Nie mo<6D>na napisa<73> skonwertowanej metryki.";
|
||
Text[ portuguese_brazilian ] = "The converted metric could not be written.";
|
||
Text[ japanese ] = "<22>ϊ<EFBFBD><CF8A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>د<EFBFBD><D8AF>ɏ<EFBFBD><C98F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݂͂ł<CD82><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><>ȯ<EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD>д<EFBFBD>Ѿ<EFBFBD>ת<EFBFBD><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD>g<EFBFBD>J<EFBFBD>w<EFBFBD>g<EFBFBD>ഫ<EFBFBD><E0B4AB><EFBFBD>r<EFBFBD><72><EFBFBD>q<D7B6>ɮסC";
|
||
Text[ turkish ] = "The converted metric could not be written.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_AFMERROR_STREAM_READ_FAILED
|
||
{
|
||
Text = "Die Metrik konnte nicht gelesen werden." ;
|
||
Text [ English ] = "The metric could not be read." ;
|
||
Text[ english_us ] = "The metric could not be read.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel ler m<>trica.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "De metriek kon niet worden gelezen.";
|
||
Text[ french ] = "Lecture de la m<>trique impossible.";
|
||
Text[ spanish ] = "No se pudo leer la m<>trica.";
|
||
Text[ italian ] = "Impossibile leggere la metrica.";
|
||
Text[ danish ] = "The metric could not be read.";
|
||
Text[ swedish ] = "Det gick inte att l<>sa metriken.";
|
||
Text[ polish ] = "Odczytanie metryki nie by<62>o mo<6D>liwe.";
|
||
Text[ portuguese_brazilian ] = "The metric could not be read.";
|
||
Text[ japanese ] = "<22><>د<EFBFBD><D8AF><EFBFBD><EFBFBD>ǂݎ<C782><DD8E><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>kŪ<6B><C5AA><EFBFBD>r<EFBFBD><72><EFBFBD>q<D7B6>ɮסC";
|
||
Text[ turkish ] = "The metric could not be read.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_AFMERROR_STREAM_WRITE_FAILED
|
||
{
|
||
Text = "Es konnte keine tempor<6F>re Datei erzeugt werden." ;
|
||
Text [ English ] = "No temporary file could be created." ;
|
||
Text[ english_us ] = "A temporary file could not be created.";
|
||
Text[ portuguese ] = "Foi imposs<73>vel criar ficheiro tempor<6F>rio.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Er kon geen tijdelijk bestand worden aangelegd.";
|
||
Text[ french ] = "Impossible de cr<63>er un fichier temporaire !";
|
||
Text[ spanish ] = "No se pudo crear ning<6E>n archivo temporal.";
|
||
Text[ italian ] = "Impossibile creare file temporanei.";
|
||
Text[ danish ] = "No temporary file could be created.";
|
||
Text[ swedish ] = "Det gick inte att skapa en tempor<6F>r fil.";
|
||
Text[ polish ] = "Nie mo<6D>na by<62>o utworzy<7A> <20>adnego pliku tymczasowego.";
|
||
Text[ portuguese_brazilian ] = "No temporary file could be created.";
|
||
Text[ japanese ] = "<22>ꎞ̧<EA8E9E>ق<EFBFBD><D982>쐬<EFBFBD>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22>ӽá<D3BD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD>إȮɪ<C8AE><C9AA>ɮסC";
|
||
Text[ turkish ] = "No temporary file could be created.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>.";
|
||
};
|
||
STRING RID_AFMERROR_NOT_A_METRIC
|
||
{
|
||
Text = "Die Datei enth<74>lt keine Metrik." ;
|
||
Text [ English ] = "The file does not contain a metric." ;
|
||
Text[ english_us ] = "The file does not contain a metric.";
|
||
Text[ portuguese ] = "O ficheiro n<>o cont<6E>m m<>trica.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Het bestand bevat geen metriek.";
|
||
Text[ french ] = "Le fichier ne contient aucune m<>trique.";
|
||
Text[ spanish ] = "El archivo no contiene m<>trica.";
|
||
Text[ italian ] = "Il file non contiene metrica.";
|
||
Text[ danish ] = "The file does not contain a metric.";
|
||
Text[ swedish ] = "Filen inneh<65>ller ingen metrik.";
|
||
Text[ polish ] = "Plik nie zawiera <20>adnej metryki.";
|
||
Text[ portuguese_brazilian ] = "The file does not contain a metric.";
|
||
Text[ japanese ] = "̧<>ق<EFBFBD><D982><EFBFBD>د<EFBFBD><D8AF>͊܂܂<DC82><DC82>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><><EFBFBD>Ͽ<EFBFBD><CFBF>¡<EFBFBD><C2A1><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD>̡<EFBFBD><CCA1><EFBFBD><EFBFBD>ԵǾ<D4B5><C7BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>o<EFBFBD><6F><EFBFBD>ɮרS<D7A8><53><EFBFBD>r<EFBFBD><72><EFBFBD>q<D7B6>ƾڡC";
|
||
Text[ turkish ] = "The file does not contain a metric.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_AFMERROR_BOX_TXT
|
||
{
|
||
Text = "Die Metrik\n\n%s\n\nkonnte aus folgendem Grund nicht konvertiert werden:\n\n" ;
|
||
Text [ English ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n" ;
|
||
Text[ english_us ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n";
|
||
Text[ portuguese ] = "Foi imposs<73>vel converter a m<>trica\n\n%s\n\npela seguinte raz<61>o:\n\n";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n\n%s\n\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:\n\n";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n\n%s\n\n <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>:\n\n";
|
||
Text[ dutch ] = "De metriek\n\n%s\n\nkon niet worden geconverteerd om de volgende reden:\n\n";
|
||
Text[ french ] = "Impossible de convertir la m<>trique\n\n%s\n\npour la raison suivante :\n\n";
|
||
Text[ spanish ] = "Por el siguiente motivo no se pudo convertir la m<>trica\n\n%s\\:\n\n";
|
||
Text[ italian ] = "Impossibile convertire la metrica\n\n%s\n\nper il motivo seguente:\n\n";
|
||
Text[ danish ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n";
|
||
Text[ swedish ] = "Det gick inte att konvertera metriken\n\n%s\n\n av f<>ljande sk<73>l:\n\n";
|
||
Text[ polish ] = "Konwersja metryki\n\n%s\n\nnie by<62>a mo<6D>liwa, poniewa<77>:\n\n";
|
||
Text[ portuguese_brazilian ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n";
|
||
Text[ japanese ] = "<22><>د<EFBFBD>\n\n%s\n\n<>͈ȉ<CD88><C889>̗<EFBFBD><CC97>R<EFBFBD>ŕϊ<C595><CF8A><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD>:\n\n";
|
||
Text[ korean ] = "\n\n%s\n\n<><6E>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ء<EFBFBD><D8A1><EFBFBD>ȯ<EFBFBD><C8AF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>:\n\n";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>\n\n%s\n\n<><EFBFBD><DEB7><EFBFBD>ת<EFBFBD><D7AA><EFBFBD><EFBFBD>ԭ<EFBFBD><D4AD><EFBFBD><EFBFBD><EFBFBD>£<EFBFBD>\n\n";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72><EFBFBD>q<D7B6>ɮ<EFBFBD>\n\n%s\n\n<>L<EFBFBD>k<EFBFBD>Q<EFBFBD>ഫ<EFBFBD>A<EFBFBD><41><EFBFBD>]<5D>p<EFBFBD>U<EFBFBD>G\n\n";
|
||
Text[ turkish ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \n\n%s\n\n<><6E><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:\n\n";
|
||
};
|
||
|
||
ModelessDialog RID_PROGRESS_DLG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Pos = MAP_APPFONT ( 10 , 10 ) ;
|
||
Size = MAP_APPFONT ( 150 , 90 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = FALSE ;
|
||
Text = "Bitte warten" ;
|
||
Text [ English ] = "Please wait" ;
|
||
CancelButton RID_PROGRESS_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 50 , 71 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
FixedText RID_PROGRESS_OPERATION_TXT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 140 , 18 ) ;
|
||
};
|
||
FixedText RID_PROGRESS_PROGRESS_TXT
|
||
{
|
||
Pos = MAP_APPFONT( 6, 48 );
|
||
Size = MAP_APPFONT( 140, 8 );
|
||
Text = "Bereits bearbeitet" ;
|
||
};
|
||
Window RID_PROGRESS_STATUSBAR
|
||
{
|
||
SVLook = TRUE;
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT ( 6 , 58 ) ;
|
||
Size = MAP_APPFONT( 140, 8 );
|
||
};
|
||
FixedText RID_PROGRESS_FILENAME_TXT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 28 ) ;
|
||
Size = MAP_APPFONT ( 140 , 8 ) ;
|
||
};
|
||
Text[ english_us ] = "Please wait";
|
||
Text[ portuguese ] = "Aguarde um momento...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Even geduld a.u.b.";
|
||
Text[ french ] = "Veuillez patienter...";
|
||
Text[ spanish ] = "Espere por favor";
|
||
Text[ italian ] = "Vi preghiamo di attendere";
|
||
Text[ danish ] = "Please wait";
|
||
Text[ swedish ] = "V<>nta";
|
||
Text[ polish ] = "Prosz<73> zaczeka<6B>...";
|
||
Text[ portuguese_brazilian ] = "Please wait";
|
||
Text[ japanese ] = "<22><><EFBFBD>炭<CE82><E782AD><EFBFBD>҂<EFBFBD><D282><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD>ٸ<EFBFBD><D9B8>ʽÿ<CABD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>Ժ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>бz<D0B1>y<EFBFBD><79>";
|
||
Text[ turkish ] = "Please wait";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_OPERATION_CONVERTMETRIC
|
||
{
|
||
Text = "Konvertierung der Fontmetriken";
|
||
Text [ English ] = "Converting font metrics";
|
||
Text[ english_us ] = "Font metrics conversion";
|
||
Text[ portuguese ] = "Convers<72>o das m<>tricas dos tipos de letra";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Lettertypen-metrieken converteren";
|
||
Text[ french ] = "Conversion des m<>triques de polices";
|
||
Text[ spanish ] = "Conversi<73>n de las m<>tricas de fuente";
|
||
Text[ italian ] = "Conversione dei font di metrica";
|
||
Text[ danish ] = "Konverterer skrifttypemetrikkerne";
|
||
Text[ swedish ] = "Konvertering av teckensnittsmetriker";
|
||
Text[ polish ] = "Konwersja metryk czcionek";
|
||
Text[ portuguese_brazilian ] = "Converting font metrics";
|
||
Text[ japanese ] = "̫<><CCAB><EFBFBD><EFBFBD>د<EFBFBD><D8AF><EFBFBD>̕ϊ<CC95>";
|
||
Text[ chinese_simplified ] = "ת<><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>۲ø<DBB2>Ʈ<EFBFBD><C6AE> <20><>ȯ";
|
||
Text[ chinese_traditional ] = "<22>ഫ<EFBFBD>r<EFBFBD><72><EFBFBD>q";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yaz<61>tipi metriklerini d<>n<EFBFBD><6E>t<EFBFBD>r";
|
||
};
|
||
|
||
|
||
ModalDialog RID_PPDIMPORT_DLG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 265 , 225 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text = "Treiberinstallation" ;
|
||
Text [ English ] = "Driver installation" ;
|
||
|
||
GroupBox RID_PPDIMP_GROUP_PATH
|
||
{
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 200, 50 );
|
||
Text = "Treiberverzeichnis";
|
||
Text [ English ] = "Driver directory";
|
||
Text[ english_us ] = "Driver directory";
|
||
Text[ portuguese ] = "Direct<63>rio do controlador";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Driver directory";
|
||
Text[ french ] = "R<>pertoire du pilote";
|
||
Text[ spanish ] = "Directorio de controladores";
|
||
Text[ italian ] = "Cartella driver";
|
||
Text[ danish ] = "Driver directory";
|
||
Text[ swedish ] = "Drivrutinskatalog";
|
||
Text[ polish ] = "Katalog sterownik<69>w";
|
||
Text[ portuguese_brazilian ] = "Driver directory";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD><D7B2><EFBFBD>ިڸ<DEA8><DAB8>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>丮";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼";
|
||
Text[ chinese_traditional ] = "<22>X<EFBFBD>ʵ{<7B><><EFBFBD>ؿ<EFBFBD>";
|
||
Text[ turkish ] = "Driver directory";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
FixedText RID_PPDIMP_TXT_PATH
|
||
{
|
||
Pos = MAP_APPFONT( 10, 33 );
|
||
Size = MAP_APPFONT( 190, 8 );
|
||
Text = "Bitte w<>hlen Sie das Verzeichnis mit den Treiberdateien aus.";
|
||
Text [ English ] = "Please select the driver directory.";
|
||
Text[ english_us ] = "Please select the driver directory.";
|
||
Text[ portuguese ] = "Seleccione o direct<63>rio contendo os ficheiros do controlador.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Selecteer de driver directory.";
|
||
Text[ french ] = "S<>lectionnez le r<>pertoire contenant les fichiers du pilote.";
|
||
Text[ spanish ] = "Seleccione el directorio con los archivos de controlador.";
|
||
Text[ italian ] = "Seleziona la cartella con i file del driver";
|
||
Text[ danish ] = "Please select the driver directory.";
|
||
Text[ swedish ] = "V<>lj katalogen med drivrutinsfiler.";
|
||
Text[ polish ] = "Nale<6C>y wybra<72> katalog z plikami sterownik<69>w.";
|
||
Text[ portuguese_brazilian ] = "Please select the driver directory.";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD><D7B2>̧<EFBFBD>ق̂<D982><CC82><EFBFBD><EFBFBD>ިڸ<DEA8><EFBFBD><D882>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD>ϡ<EFBFBD><CFA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>丮<EFBFBD><E4B8AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͻʽÿ<CABD>.";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼<C4BF><C2BC>";
|
||
Text[ chinese_traditional ] = "<22>п<EFBFBD><D0BF>ܤ@<40>ӧt<D3A7><74><EFBFBD>X<EFBFBD>ʵ{<7B><><EFBFBD><EFBFBD><EFBFBD>ؿ<EFBFBD><D8BF>C";
|
||
Text[ turkish ] = "Please select the driver directory.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
ComboBox RID_PPDIMP_LB_PATH
|
||
{
|
||
Dropdown = TRUE;
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
|
||
Pos = MAP_APPFONT( 10, 15 );
|
||
Size = MAP_APPFONT( 130, 80 );
|
||
};
|
||
PushButton RID_PPDIMP_BTN_SEARCH
|
||
{
|
||
Pos = MAP_APPFONT( 145, 15 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
Text = "~Durchsuchen...";
|
||
Text [ English ] = "~Search...";
|
||
Text[ english_us ] = "Browse...";
|
||
Text[ portuguese ] = "~Pesquisar...";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ dutch ] = "~Doorzoeken...";
|
||
Text[ french ] = "~Parcourir...";
|
||
Text[ spanish ] = "~Examinar...";
|
||
Text[ italian ] = "Sfoglia...";
|
||
Text[ danish ] = "~Search...";
|
||
Text[ swedish ] = "~Genoms<6D>k...";
|
||
Text[ polish ] = "Przegl<67>daj...";
|
||
Text[ portuguese_brazilian ] = "~Search...";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~S)...";
|
||
Text[ korean ] = "ã<><C3A3>...";
|
||
Text[ chinese_simplified ] = "<22><>Ѱ(~S)...";
|
||
Text[ chinese_traditional ] = "<22>j<EFBFBD>M(~S)...";
|
||
Text[ turkish ] = "~Search...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
};
|
||
|
||
GroupBox RID_PPDIMP_GROUP_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 5, 60 );
|
||
Size = MAP_APPFONT( 200, 160 );
|
||
Text = "Treiberauswahl";
|
||
Text [ English ] = "Installable drivers";
|
||
Text[ english_us ] = "Installable drivers";
|
||
Text[ portuguese ] = "Controladores dispon<6F>veis";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Beschikbare drivers";
|
||
Text[ french ] = "Pilotes disponibles";
|
||
Text[ spanish ] = "Selecci<63>n de controlador";
|
||
Text[ italian ] = "Selezione driver";
|
||
Text[ danish ] = "Installable drivers";
|
||
Text[ swedish ] = "Drivrutinsurval";
|
||
Text[ polish ] = "Wyb<79>r sterownik<69>w";
|
||
Text[ portuguese_brazilian ] = "Installable drivers";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD>ނ̑I<CC91><49>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "ѡ<><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "Installable drivers";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
MultiListBox RID_PPDIMP_LB_DRIVER
|
||
{
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
SimpleMode = TRUE;
|
||
AutoHScroll = TRUE;
|
||
Pos = MAP_APPFONT( 10, 70 );
|
||
Size = MAP_APPFONT( 190, 120 );
|
||
};
|
||
FixedText RID_PPDIMP_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 10, 195 );
|
||
Size = MAP_APPFONT( 190, 60 );
|
||
WordBreak = TRUE;
|
||
Text = "Bitte w<>hlen Sie die gew<65>nschten Treiber aus und best<73>tigen mit der Schaltfl<66>che \"%s\".";
|
||
Text [ English ] = "Please select the drivers to install and press \"%s\".";
|
||
Text[ english_us ] = "Please select the drivers to install and press \"%s\".";
|
||
Text[ portuguese ] = "Seleccione os controladores desejados e confirme com o bot<6F>o \"%s\".";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\".";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> \"%s\".";
|
||
Text[ dutch ] = "Selecteer de gewenste drivers en druk op de knop \"%s\".";
|
||
Text[ french ] = "S<>lectionnez les pilotes et validez avec le bouton \"%s\".";
|
||
Text[ spanish ] = "Elija los controladores deseados y conf<6E>rmelo con el bot<6F>n \"%s\".";
|
||
Text[ italian ] = "Selezionate i driver e confermate con il pulsante \"%s\".";
|
||
Text[ danish ] = "Please select the drivers to install and press \"%s\".";
|
||
Text[ swedish ] = "V<>lj drivrutiner och bekr<6B>fta med kommandoknappen \"%s\".";
|
||
Text[ polish ] = "Nale<6C>y wybra<72> <20><>dany sterownik i potwierdzi<7A> wyb<79>r klikni<6E>ciem przycisku \"%s\".";
|
||
Text[ portuguese_brazilian ] = "Please select the drivers to install and press \"%s\".";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD>ނ<EFBFBD><DE82>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>āA<C481>m%s<>n<EFBFBD><6E><EFBFBD>݂<EFBFBD><DD82><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><><EFBFBD>ϴ¡<CFB4><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\"<22><>ư<EFBFBD><C6B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȯ<EFBFBD><C8AE><EFBFBD>Ͻʽÿ<CABD>.";
|
||
Text[ chinese_simplified ] = "<22><>ѡ<EFBFBD><D1A1>Ҫ<EFBFBD><D2AA>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ť \"%s\" <20><>";
|
||
Text[ chinese_traditional ] = "<22>襤<EFBFBD>n<EFBFBD>w<EFBFBD>˪<EFBFBD><CBAA>X<EFBFBD>ʵ{<7B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s \"%s\" <20>C";
|
||
Text[ turkish ] = "Please select the drivers to install and press \"%s\".";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
String RID_PPDIMP_STR_LOADINGPPD
|
||
{
|
||
Text = "Suche nach Treibern";
|
||
Text [ English ] = "Searching for drivers";
|
||
Text[ english_us ] = "Searching for drivers";
|
||
Text[ portuguese ] = "Procurar controladores";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Bezig met zoeken naar drivers";
|
||
Text[ french ] = "Recherche de pilotes";
|
||
Text[ spanish ] = "B<>squeda de controladores";
|
||
Text[ italian ] = "Cerca i driver";
|
||
Text[ danish ] = "Searching for drivers";
|
||
Text[ swedish ] = "S<>kning efter drivrutiner";
|
||
Text[ polish ] = "Wyszukiwanie sterownik<69>w";
|
||
Text[ portuguese_brazilian ] = "Searching for drivers";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD>ނ<EFBFBD><DE82>T<EFBFBD><54><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD>˻<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>j<EFBFBD>M<EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "Searching for drivers";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
OKButton RID_PPDIMP_BTN_OK
|
||
{
|
||
DefButton = TRUE;
|
||
Pos = MAP_APPFONT( 210, 10 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
};
|
||
CancelButton RID_PPDIMP_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 210, 29 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
};
|
||
|
||
Text[ english_us ] = "Driver Installation";
|
||
Text[ portuguese ] = "Instala<6C><61>o de controlador";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Driver installatie";
|
||
Text[ french ] = "Installation du pilote";
|
||
Text[ spanish ] = "Instalaci<63>n de controlador";
|
||
Text[ italian ] = "Installazione driver";
|
||
Text[ danish ] = "Driver installation";
|
||
Text[ swedish ] = "Drivrutinsinstallation";
|
||
Text[ polish ] = "Instalacja sterownika";
|
||
Text[ portuguese_brazilian ] = "Driver installation";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD>ނ̲ݽİ<DDBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD>ġ";
|
||
Text[ chinese_simplified ] = "<22><>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD><77><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "Driver installation";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_QUERY_REMOVEDRIVER
|
||
{
|
||
Text = "Wollen Sie den Treiber \"%s\" wirklich entfernen ?";
|
||
Text [ English ] = "Do you really want to remove the driver \"%s\" ?";
|
||
Text[ english_us ] = "Do you really want to remove the driver \"%s\"?";
|
||
Text[ portuguese ] = "Eliminar este controlador?";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\"?";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
|
||
Text[ dutch ] = "Wilt u driver \"%s\" werkelijk verwijderen ?";
|
||
Text[ french ] = "Voulez-vous vraiment supprimer le pilote \"%s\" ?";
|
||
Text[ spanish ] = "<22>Desea realmente eliminar el controlador \"%s\"?";
|
||
Text[ italian ] = "Volete davvero rimuovere il driver \"%s\"?";
|
||
Text[ danish ] = "Do you really want to remove this driver ?";
|
||
Text[ swedish ] = "Vill du verkligen ta bort drivrutinen \"%s\"?";
|
||
Text[ polish ] = "Na pewno usun<75><6E> sterownik \"%s\"?";
|
||
Text[ portuguese_brazilian ] = "Do you really want to remove this driver ?";
|
||
Text[ japanese ] = "<22>{<7B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ײ<EFBFBD><D7B2> \"%s\" <20><><EFBFBD>폜<EFBFBD><ED8F9C><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͻðڽ<C3B0><DABD>ϱ<EFBFBD> ?";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>u<EFBFBD>n<EFBFBD><6E><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>ʵ{<7B><> \"%s\" <20>H";
|
||
Text[ turkish ] = "Do you really want to remove this driver ?";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\"<22>";
|
||
};
|
||
|
||
String RID_QUERY_REMOVEPRINTER
|
||
{
|
||
Text = "Wollen Sie diesen Drucker wirklich entfernen ?";
|
||
Text [ English ] = "Do you really want to remove this printer ?";
|
||
Text[ english_us ] = "Do you really want to remove this printer ?";
|
||
Text[ portuguese ] = "Eliminar esta impressora?";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ?";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
|
||
Text[ dutch ] = "Wilt u deze printer werkelijk verwijderen ?";
|
||
Text[ french ] = "Voulez-vous vraiment supprimer cette imprimante ?";
|
||
Text[ spanish ] = "<22>Desea realmente eliminar esta impresora?";
|
||
Text[ italian ] = "Volete davvero rimuovere la stampante?";
|
||
Text[ danish ] = "Do you really want to remove this printer ?";
|
||
Text[ swedish ] = "Vill du verkligen ta bort den h<>r skrivaren ?";
|
||
Text[ polish ] = "Na pewno usun<75><6E> t<> drukark<72> ?";
|
||
Text[ portuguese_brazilian ] = "Do you really want to remove this printer ?";
|
||
Text[ japanese ] = "<22>{<7B><><EFBFBD>ɂ<EFBFBD><C982><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>폜<EFBFBD><ED8F9C><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><CDB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͻðڽ<C3B0><DABD>ϱ<EFBFBD> ?";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ҫ<EFBFBD>Ƴ<EFBFBD><C6B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>u<EFBFBD>n<EFBFBD><6E><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӦL<D3A6><4C><EFBFBD><EFBFBD><EFBFBD>H";
|
||
Text[ turkish ] = "Do you really want to remove this printer ?";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
String RID_QUERY_REMOVEFONTFROMLIST
|
||
{
|
||
Text = "Wollen Sie die ausgew<65>hlten Schriften wirklich entfernen ?";
|
||
Text [ English ] = "Do you really want to remove the selected fonts ?";
|
||
Text[ english_us ] = "Do you really want to remove the selected fonts ?";
|
||
Text[ portuguese ] = "Eliminar os tipos de letra seleccionados?";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ?";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
|
||
Text[ dutch ] = "Wilt u de geselecteerde lettertypen werkelijk verwijderen ?";
|
||
Text[ french ] = "Voulez-vous vraiment supprimer les polices s<>lectionn<6E>es ?";
|
||
Text[ spanish ] = "<22>Desea realmente eliminar las fuentes seleccionadas?";
|
||
Text[ italian ] = "Volete davvero rimuovere i font selezionati?";
|
||
Text[ danish ] = "Do you really want to remove the selected fonts ?";
|
||
Text[ swedish ] = "Vill du verkligen ta bort de markerade teckensnitten ?";
|
||
Text[ polish ] = "Na pewno usun<75><6E> zaznaczone czcionki ?";
|
||
Text[ portuguese_brazilian ] = "Do you really want to remove the selected fonts ?";
|
||
Text[ japanese ] = "<22>{<7B><><EFBFBD>ɑI<C991><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD>H<EFBFBD><48><EFBFBD>g<EFBFBD><67><EFBFBD>폜<EFBFBD><ED8F9C><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>Ͻš<CFBD><C5A1>۲<EFBFBD><DBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͻðڽ<C3B0><DABD>ϱ<EFBFBD> ?";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ҫɾ<D2AA><C9BE>ѡ<EFBFBD>е<EFBFBD><D0B5><EFBFBD><EFBFBD>壿";
|
||
Text[ chinese_traditional ] = "<22>u<EFBFBD>n<EFBFBD>R<EFBFBD><52><EFBFBD>襤<EFBFBD><EFA4A4><EFBFBD>r<EFBFBD><72><EFBFBD>H";
|
||
Text[ turkish ] = "Do you really want to remove the selected fonts ?";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɿ";
|
||
};
|
||
|
||
String RID_QUERY_DRIVERUSED
|
||
{
|
||
Text = "Es gibt noch Drucker, die den Treiber \"%s\" benutzen. Wollen Sie ihn wirklich entfernen ? Die entsprechenden Drucker werden dann ebenfalls entfernt.";
|
||
Text [ English ] = "The driver \"%s\" is used by configured printers. Do you relly want to remove it ? The corresponding printers will be removed also.";
|
||
Text[ english_us ] = "There are still printers using the driver \"%s\". Do you really want to remove it? The corresponding printers will also be removed.";
|
||
Text[ portuguese ] = "Existem ainda impressoras a utilizar este controlador. Ao remov<6F>-lo estar<61> tamb<6D>m a remover as respectivas impressoras. Continuar?";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>? <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><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><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>; <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Driver \"%s\" is nog in gebruik voor enkele printers. Wilt u hem werkelijk verwijderen? De desbetreffende printers worden dan eveneens verwijderd.";
|
||
Text[ french ] = "D'autres imprimantes utilisent le pilote \"%s\". Voulez-vous vraiment le supprimer ? Ceci entra<72>nera <20>galement la suppression des imprimantes correspondantes.";
|
||
Text[ spanish ] = "Existen a<>n impresoras que usan el controlador \"%s\". <20>Desea realmente eliminarlo? Tambi<62>n se eliminar<61>n las impresoras correspondientes.";
|
||
Text[ italian ] = "Ci sono ancora stampanti che utilizzano il driver \"%s\". Volete ugualmente rimuoverlo? Le stampanti corrispondenti verranno cos<6F> rimosse.";
|
||
Text[ danish ] = "This driver is used by configured printers. Do you relly want to remove it ? The corresponding printers will be removed also.";
|
||
Text[ swedish ] = "Det finns fortfarande skrivare som anv<6E>nder drivrutinen \"%s\". Vill du verkligen ta bort den? D<> tas <20>ven motsvarande skrivare bort.";
|
||
Text[ polish ] = "Ze sterownika \"%s\" korzystaj<61> jeszcze inne drukarki. Czy na pewno go usun<75><6E>? Je<4A>li tak, to razem z nim usuni<6E>te zostan<61> r<>wnie<69> drukarki.";
|
||
Text[ portuguese_brazilian ] = "This driver is used by configured printers. Do you relly want to remove it ? The corresponding printers will be removed also.";
|
||
Text[ japanese ] = "<22>܂<EFBFBD><DC82><EFBFBD>ײ<EFBFBD><D7B2> \"%s\" <20><><EFBFBD>g<EFBFBD>p<EFBFBD><70><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ײ<EFBFBD>ނ<EFBFBD><DE82>폜<EFBFBD><ED8F9C><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82>܂<EFBFBD><DC82>B<F182A981><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>폜<EFBFBD><ED8F9C><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82>܂<EFBFBD><DC82>B";
|
||
Text[ korean ] = "<22>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ¡<CFB4><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͱ<EFBFBD><CDB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֽ<EFBFBD><D6BD>ϴ<EFBFBD>. <20>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͻðڽ<C3B0><DABD>ϱ<EFBFBD> ? <20>ش硡<D8B4><E7A1A1><EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD><CDB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŵ˴ϴ<CBB4>.";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һЩʹ<D0A9><CAB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĵ<EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>Ƴ<EFBFBD><C6B3><EFBFBD><EFBFBD>صĴ<D8B5>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>٦s<D9A6>b<EFBFBD>@<40>Ǩϥ<C7A8> \"%s\" <20>X<EFBFBD>ʵ{<7B><><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>u<EFBFBD><75><EFBFBD>n<EFBFBD>R<EFBFBD><52><EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>ʵ{<7B><><EFBFBD>H<EFBFBD>o<EFBFBD>˷|<7C>@<40>_<EFBFBD><5F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>C";
|
||
Text[ turkish ] = "This driver is used by configured printers. Do you relly want to remove it ? The corresponding printers will be removed also.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\". <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_ERR_REMOVEDEFAULTDRIVER
|
||
{
|
||
Text = "Der Treiber \"%s\" wird von Ihrem Standarddrucker verwendet. Deshalb kann er nicht entfernt werden.";
|
||
Text [ English ] = "The driver \"%s\" is used by your standard printer. Therefore it cannot be removed.";
|
||
Text[ english_us ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed.";
|
||
Text[ portuguese ] = "Este controlador <20> utilizado pela impressora padr<64>o, sendo portanto imposs<73>vel remov<6F>-lo.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Driver \"%s\" kan niet worden verwijderd daar deze wordt gebruikt voor uw standaardprinter.";
|
||
Text[ french ] = "Votre imprimante par d<>faut utilise le pilote \"%s\". Impossible de le supprimer.";
|
||
Text[ spanish ] = "No se puede eliminar el controlador \"%s\" porque lo usa su impresora est<73>ndar.";
|
||
Text[ italian ] = "Questo driver <20> utilizzato dalla vostra stampante standard, per questo non pu<70> essere eliminato.";
|
||
Text[ danish ] = "This driver is used by your standard printer. Therefore it cannot be removed.";
|
||
Text[ swedish ] = "Drivrutinen \"%s\" anv<6E>nds av din standardskrivare. D<>rf<72>r g<>r det inte att ta bort den.";
|
||
Text[ polish ] = "Sterownika \"%s\" nie mo<6D>na usun<75><6E>, poniewa<77> korzysta z niego drukarka domy<6D>lna u<>ytkownika.";
|
||
Text[ portuguese_brazilian ] = "This driver is used by your standard printer. Therefore it cannot be removed.";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD><D7B2> \"%s\" <20>͕W<CD95><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ɏg<C98E>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>邽<EFBFBD>߁A<DF81>폜<EFBFBD>͂ł<CD82><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9>¡<EFBFBD><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1>⺻<EFBFBD><E2BABB><EFBFBD><EFBFBD><EFBFBD>Ϳ<EFBFBD><CDBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ء<EFBFBD><D8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>. <20><><EFBFBD><EFBFBD><F3BCADA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ٣<CFB4>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>趨<EFBFBD><E8B6A8>Ĭ<EFBFBD>ϴ<EFBFBD>ӡ<EFBFBD><D3A1>ʹ<EFBFBD><CAB9> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7>Ƴ<EFBFBD><C6B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>z<EFBFBD><7A><EFBFBD>q<EFBFBD>{<7B>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>ϥγo<CEB3><6F><EFBFBD>X<EFBFBD>ʵ{<7B><> \"%s\" <20>C<EFBFBD>]<5D><><EFBFBD>L<EFBFBD>k<EFBFBD>R<EFBFBD><52><EFBFBD>o<EFBFBD><6F><EFBFBD>X<EFBFBD>ʵ{<7B><><EFBFBD>C";
|
||
Text[ turkish ] = "This driver is used by your standard printer. Therefore it cannot be removed.";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɡ <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_ERR_PRINTERNOTREMOVEABLE
|
||
{
|
||
Text = "Der Drucker %s kann nicht entfernt werden.";
|
||
Text [ English ] = "The printer %s cannot be removed.";
|
||
Text[ english_us ] = "The printer %s cannot be removed.";
|
||
Text[ portuguese ] = "Imposs<73>vel remover a impressora %s.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.";
|
||
Text[ dutch ] = "Printer %s kan niet worden verwijderd.";
|
||
Text[ french ] = "Impossible de supprimer l'imprimante %s.";
|
||
Text[ spanish ] = "No se puede eliminar la impresora %s.";
|
||
Text[ italian ] = "Non <20> possibile rimuovere la stampante %s.";
|
||
Text[ danish ] = "The printer %s cannot be removed.";
|
||
Text[ swedish ] = "Det g<>r inte att ta bort skrivaren %s.";
|
||
Text[ polish ] = "Nie mo<6D>na usun<75><6E> drukarki %s.";
|
||
Text[ portuguese_brazilian ] = "The printer %s cannot be removed.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD> %s <20>͍폜<CD8D>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "%s <20><><EFBFBD><EFBFBD><EFBFBD>ʹ¡<CDB4><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҽ<EFBFBD><D2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><EFBFBD><DEB7>Ƴ<EFBFBD><C6B3><EFBFBD>ӡ<EFBFBD><D3A1> %s <20><>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD> %s <20>C";
|
||
Text[ turkish ] = "The printer %s cannot be removed.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.";
|
||
};
|
||
|
||
String RID_TXT_PRINTERALREADYEXISTS
|
||
{
|
||
Text = "Es existiert bereits ein Drucker mit dem Namen \"%s\". Dieser Drucker wird nicht importiert.";
|
||
Text [ English ] = "A printer with the name \"%s\" already exists. This printer will not be imported.";
|
||
Text[ english_us ] = "A printer named \"%s\" already exists. This printer will not be imported.";
|
||
Text[ portuguese ] = "A impressora com o nome \"%s\" j<> existe. Esta n<>o ser<65> importada.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> \"%s\". <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Deze printer wordt niet ge<67>mporteerd daar er reeds een printer met de naam \"%s\" voorkomt in uw systeem.";
|
||
Text[ french ] = "Une imprimante nomm<6D>e \"%s\" existe d<>j<EFBFBD>. Cette imprimante ne va pas <20>tre import<72>e.";
|
||
Text[ spanish ] = "Ya existe una impresora con el nombre \"%s\". Esta impresora no se importa.";
|
||
Text[ italian ] = "Una stampante dal nome \"%s\" esiste gi<67>. La stampante non verr<72> importata.";
|
||
Text[ danish ] = "A printer with the name \"%s\" already exists. This printer will not be imported.";
|
||
Text[ swedish ] = "Det finns redan en skrivare som heter \"%s\". Den h<>r skrivaren importeras inte.";
|
||
Text[ polish ] = "Istnieje ju<6A> drukarka o nazwie \"%s\". Drukarka ta nie zostanie importowana.";
|
||
Text[ portuguese_brazilian ] = "A printer with the name \"%s\" already exists. This printer will not be imported.";
|
||
Text[ japanese ] = "<22>u%s<>v<EFBFBD>̖<EFBFBD><CC96>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>łɂ<C582><C982><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͳ<EFBFBD><CDB2>߰Ă<DFB0><C482><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "\"%s\" <20≯<EFBFBD><CCB8>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ¡<CDB4><C2A1>̡̹<CCB9><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>. <20>̡<EFBFBD><CCA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ¡<CDB4><C2A1>鿩<EFBFBD>ü<EFBFBD><C3BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>ͬ<EFBFBD><CDAC> \"%s\" <20><>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˲<EFBFBD><CBB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD>g<EFBFBD>s<EFBFBD>b<EFBFBD>@<40>ӦP<D3A6>W \"%s\" <20>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD>[<5B>o<EFBFBD>ӳ]<5D>ơC";
|
||
Text[ turkish ] = "A printer with the name \"%s\" already exists. This printer will not be imported.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\". <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_TXT_PRINTERWITHOUTCOMMAND
|
||
{
|
||
Text = "Der Drucker \"%s\" ist unvollst<73>ndig konfiguriert und kann daher nicht importiert werden.";
|
||
Text [ English ] = "The printer \"%s\" has no valid configuration and therefore cannot be imported.";
|
||
Text[ english_us ] = "The printer \"%s\" has no valid configuration and, therefore, cannot be imported.";
|
||
Text[ portuguese ] = "A configura<72><61>o da impressora \"%s\" n<>o est<73> completa, n<>o podendo portanto ser importada.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><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> \"%s\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.";
|
||
Text[ dutch ] = "Printer \"%s\" kan niet worden ge<67>mporteerd daar deze geen geldige configuratie heeft.";
|
||
Text[ french ] = "L'imprimante \"%s\" n'a pas <20>t<EFBFBD> correctement configur<75>e et ne peut donc pas <20>tre import<72>e.";
|
||
Text[ spanish ] = "La impresora \"%s\" no est<73> correctamente configurada, por lo que no se puede importar.";
|
||
Text[ italian ] = "La stampante \"%s\" ha una configuraziopne non valida e per questo non pu<70> essere importata.";
|
||
Text[ danish ] = "The printer \"%s\" has no valid configuration and therefore cannot be imported.";
|
||
Text[ swedish ] = "Det g<>r inte att importera skrivaren \"%s\" eftersom den inte <20>r fullst<73>ndigt konfigurerad.";
|
||
Text[ polish ] = "Drukarki \"%s\" nie mo<6D>na importowa<77>, poniewa<77> nie zosta<74>a ca<63>kowicie skonfigurowana.";
|
||
Text[ portuguese_brazilian ] = "The printer \"%s\" has no valid configuration and therefore cannot be imported.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>u%s<>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݒ肳<DD92><E882B3><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>߁A<DF81><41><EFBFBD>߰Ăł<C482><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD>ʹ¡<CDB4><C2A1>Ϻ<EFBFBD><CFBA>ϰԡ<CFB0><D4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾҽ<CABE><D2BD>ϴ٣<CFB4><D9A3><EFBFBD><EFBFBD><EFBFBD><F3BCADA1>鿩<EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>ӡ<EFBFBD><D3A1> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD>ò<EFBFBD><C3B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD><4C><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD>t<EFBFBD>m<EFBFBD><6D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>]<5D><><EFBFBD>L<EFBFBD>k<EFBFBD>W<EFBFBD>[<5B>o<EFBFBD>ӳ]<5D>ơC";
|
||
Text[ turkish ] = "The printer \"%s\" has no valid configuration and therefore cannot be imported.";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_TXT_DRIVERDOESNOTEXIST
|
||
{
|
||
Text = "Der Treiber f<>r den Drucker \"%s1\" (%s2) ist nicht installiert. Daher kann der Drucker nicht importiert werden.";
|
||
Text [ English ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
|
||
Text[ english_us ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
|
||
Text[ portuguese ] = "O controlador para a impressora \"%s1\" (%s2) n<>o est<73> instalado, sendo portanto imposs<73>vel importar a impressora.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s1\" (%s2) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><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> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s1\" (%s2) <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ dutch ] = "Printer \"%s1\" (%s2) kon niet worden ge<67>mporteerd daar er geen driver voor deze printer is ge<67>nstalleerd.";
|
||
Text[ french ] = "Le pilote pour l'imprimante \"%s1\" (%s2) n'est pas install<6C>. Impossible d'importer l'imprimante !";
|
||
Text[ spanish ] = "No est<73> instalado el controlador para la impresora \"%s1\" (%s2), por lo que no se puede importar la impresora.";
|
||
Text[ italian ] = "Il driver della stampante \"%s1\" (%s2) non <20> installato, per questo la stampante non pu<70> essere importata.";
|
||
Text[ danish ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
|
||
Text[ swedish ] = "Drivrutinen f<>r skrivaren \"%s1\" (%s2) <20>r inte installerad. D<>rf<72>r g<>r det inte att importera skrivaren.";
|
||
Text[ polish ] = "Import drukarki \"%s1\" (%s2) nie jest mo<6D>liwy, poniewa<77> nie zainstlowano dla niej sterownika.";
|
||
Text[ portuguese_brazilian ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>u%s1<73>v(%s2) <20>ɕK<C995>v<EFBFBD><76><EFBFBD><EFBFBD>ײ<EFBFBD>ނ<EFBFBD><DE82>ݽİق<C4B0><D982><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͳ<EFBFBD><CDB2>߰Ăł<C482><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "<22><>%s1\" (%s2)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̹<EFBFBD><CCB9>¡<EFBFBD><C2A1><EFBFBD>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾҽ<CABE><D2BD>ϴ٣<CFB4><D9A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ʹ¡<CDB4><C2A1>鿩<EFBFBD>ü<EFBFBD><C3BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||
Text[ chinese_simplified ] = "<22><>ӡ<EFBFBD><D3A1> \"%s1\" (%s2) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD>а<EFBFBD>װ<EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>L<EFBFBD><4C><EFBFBD><EFBFBD> \"%s1\" (%s2) <20>һݪ<D2BB><DDAA>X<EFBFBD>ʵ{<7B><><EFBFBD>S<EFBFBD><53><EFBFBD>w<EFBFBD>˦n<CBA6>C<EFBFBD>]<5D><><EFBFBD>L<EFBFBD>k<EFBFBD>W<EFBFBD>[<5B>o<EFBFBD>ӳ]<5D>ơC";
|
||
Text[ turkish ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s1\" (%s2) <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
|
||
String RID_TXT_PRINTERADDFAILED
|
||
{
|
||
Text = "Der Drucker \"%s\" konnte nicht erzeugt werden.";
|
||
Text = "The printer \"%s\" could not be added.";
|
||
};
|
||
|
||
ModalDialog RID_ADD_PRINTER_DIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 240 , 165 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text = "Drucker hinzuf<75>gen" ;
|
||
Text [ English ] = "Add printer" ;
|
||
|
||
FixedLine RID_ADDP_LINE
|
||
{
|
||
Pos = MAP_APPFONT( 5, 140 );
|
||
Size = MAP_APPFONT( 230, 2 );
|
||
};
|
||
|
||
OKButton RID_ADDP_BTN_FINISH
|
||
{
|
||
Pos = MAP_APPFONT( 185, 145 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Fertig stellen";
|
||
Text [english] = "~Finish";
|
||
Text[ english_us ] = "~Finish";
|
||
Text[ portuguese ] = "~Finish";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~Finish";
|
||
Text[ dutch ] = "~Voltooien";
|
||
Text[ french ] = "~Cr<43>er";
|
||
Text[ spanish ] = "~Crear";
|
||
Text[ italian ] = "~Crea";
|
||
Text[ danish ] = "~Finish";
|
||
Text[ swedish ] = "~F<>rdigst<73>ll";
|
||
Text[ polish ] = "~Utw<74>rz";
|
||
Text[ portuguese_brazilian ] = "~Finish";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "~Finish";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~Finish";
|
||
Text[ arabic ] = "<22><>";
|
||
};
|
||
CancelButton RID_ADDP_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 5, 145 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
};
|
||
PushButton RID_ADDP_BTN_NEXT
|
||
{
|
||
Pos = MAP_APPFONT( 130, 145 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Weiter >>";
|
||
Text [english] = "~Next >>";
|
||
Text[ english_us ] = "~Next >>";
|
||
Text[ portuguese ] = "~Next >>";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD> >>";
|
||
Text[ greek ] = "~Next >>";
|
||
Text[ dutch ] = "~Next >>";
|
||
Text[ french ] = "~Suivant >>";
|
||
Text[ spanish ] = "~Avanzar >>";
|
||
Text[ italian ] = "~Avanti >>";
|
||
Text[ danish ] = "~Next >>";
|
||
Text[ swedish ] = "N~<7E>sta >>";
|
||
Text[ polish ] = "Dalej >>";
|
||
Text[ portuguese_brazilian ] = "~Next >>";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD> >>";
|
||
Text[ korean ] = "~Next >>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD> >>";
|
||
Text[ chinese_traditional ] = "<22>~<7E><> >>";
|
||
Text[ turkish ] = "~Next >>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <<";
|
||
};
|
||
PushButton RID_ADDP_BTN_PREV
|
||
{
|
||
Pos = MAP_APPFONT( 75, 145 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "<< ~Zur<75>ck";
|
||
Text [english] = "<< ~Back";
|
||
Text[ english_us ] = "<< ~Back";
|
||
Text[ portuguese ] = "<< ~Back";
|
||
Text[ russian ] = "<< ~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<< ~Back";
|
||
Text[ dutch ] = "<< ~Vorige";
|
||
Text[ french ] = "<< ~Pr<50>c<EFBFBD>dent";
|
||
Text[ spanish ] = "<< ~Regresar";
|
||
Text[ italian ] = "<<~ Indietro";
|
||
Text[ danish ] = "<< ~Back";
|
||
Text[ swedish ] = "<< Till~baka";
|
||
Text[ polish ] = "<< Wstecz";
|
||
Text[ portuguese_brazilian ] = "<< ~Back";
|
||
Text[ japanese ] = "<< <20>߂<EFBFBD>";
|
||
Text[ korean ] = "<< ~Back";
|
||
Text[ chinese_simplified ] = "<< <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<< <20><><EFBFBD>^";
|
||
Text[ turkish ] = "<< ~Back";
|
||
Text[ arabic ] = ">> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
Text[ english_us ] = "Add Printer";
|
||
Text[ portuguese ] = "Add printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Add printer";
|
||
Text[ dutch ] = "~Nieuwe printer toevoegen";
|
||
Text[ french ] = "Ajouter une imprimante";
|
||
Text[ spanish ] = "A<>adir impresora";
|
||
Text[ italian ] = "Aggiungi stampante";
|
||
Text[ danish ] = "Add printer";
|
||
Text[ swedish ] = "L<>gg till skrivare";
|
||
Text[ polish ] = "Dodaj drukark<72>";
|
||
Text[ portuguese_brazilian ] = "Add printer";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̒lj<CC92>";
|
||
Text[ korean ] = "Add printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD>[<5B>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Add printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_CHOOSEDRIVER
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_CHDRV_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 230, 8 );
|
||
Text = "Bitte w<>hlen Sie einen passenden Treiber aus";
|
||
Text [english] = "Please select an auspicous driver";
|
||
Text[ english_us ] = "Please select a suitable driver";
|
||
Text[ portuguese ] = "Please select an auspicous driver";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Please select an auspicous driver";
|
||
Text[ dutch ] = "Kies een passende driver";
|
||
Text[ french ] = "S<>lectionnez un pilote appropri<72>.";
|
||
Text[ spanish ] = "Seleccione un controlador adecuado";
|
||
Text[ italian ] = "Selezionate un driver adatto";
|
||
Text[ danish ] = "Please select an auspicous driver";
|
||
Text[ swedish ] = "V<>lj en passande drivrutin";
|
||
Text[ polish ] = "Wybierz odpowiedni sterownik";
|
||
Text[ portuguese_brazilian ] = "Please select an auspicous driver";
|
||
Text[ japanese ] = "<22>K<EFBFBD><EFBFBD><D882><EFBFBD>ײ<EFBFBD>ނ<EFBFBD><DE82>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "Please select an auspicous driver";
|
||
Text[ chinese_simplified ] = "<22><>ѡ<EFBFBD><D1A1>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>п<EFBFBD><D0BF>ܤ@<40>ӦX<D3A6>A<EFBFBD><41><EFBFBD>X<EFBFBD>ʵ{<7B><><EFBFBD>C";
|
||
Text[ turkish ] = "Please select an auspicous driver";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
ListBox RID_ADDP_CHDRV_BOX_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 5, 15 );
|
||
Size = MAP_APPFONT( 175, 120 );
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
};
|
||
PushButton RID_ADDP_CHDRV_BTN_ADD
|
||
{
|
||
Pos = MAP_APPFONT( 185, 15 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Importieren...";
|
||
Text [english] = "~Import...";
|
||
Text[ english_us ] = "~Import...";
|
||
Text[ portuguese ] = "~Import...";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "~Import...";
|
||
Text[ dutch ] = "~Importeren...";
|
||
Text[ french ] = "~Importer...";
|
||
Text[ spanish ] = "~Importar...";
|
||
Text[ italian ] = "Im~porta...";
|
||
Text[ danish ] = "~Import...";
|
||
Text[ swedish ] = "~Importera...";
|
||
Text[ polish ] = "Importuj..";
|
||
Text[ portuguese_brazilian ] = "~Import...";
|
||
Text[ japanese ] = "<22><><EFBFBD>߰<EFBFBD>...";
|
||
Text[ korean ] = "~Import...";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ chinese_traditional ] = "<22>פJ...";
|
||
Text[ turkish ] = "~Import...";
|
||
Text[ arabic ] = "...<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
PushButton RID_ADDP_CHDRV_BTN_REMOVE
|
||
{
|
||
Pos = MAP_APPFONT( 185, 35 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~L<>schen";
|
||
Text [english] = "~Delete";
|
||
Text[ english_us ] = "~Delete";
|
||
Text[ portuguese ] = "~Delete";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~Delete";
|
||
Text[ dutch ] = "~Wissen";
|
||
Text[ french ] = "~Supprimer";
|
||
Text[ spanish ] = "~Eliminar";
|
||
Text[ italian ] = "Elimina";
|
||
Text[ danish ] = "~Delete";
|
||
Text[ swedish ] = "~Radera";
|
||
Text[ polish ] = "Usu<73>";
|
||
Text[ portuguese_brazilian ] = "~Delete";
|
||
Text[ japanese ] = "<22>폜";
|
||
Text[ korean ] = "~Delete";
|
||
Text[ chinese_simplified ] = "<22>Ƴ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>R<EFBFBD><52>";
|
||
Text[ turkish ] = "~Delete";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
};
|
||
String RID_ADDP_CHDRV_STR_REMOVE
|
||
{
|
||
Text = "Treiber l<>schen";
|
||
Text [english] = "Delete driver";
|
||
Text[ english_us ] = "Delete driver";
|
||
Text[ portuguese ] = "Delete driver";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Delete driver";
|
||
Text[ dutch ] = "Driver wissen";
|
||
Text[ french ] = "Supprimer le pilote";
|
||
Text[ spanish ] = "Eliminar controlador";
|
||
Text[ italian ] = "Elimina driver";
|
||
Text[ danish ] = "Delete driver";
|
||
Text[ swedish ] = "Radera drivrutin";
|
||
Text[ polish ] = "Delete driver";
|
||
Text[ portuguese_brazilian ] = "Delete driver";
|
||
Text[ japanese ] = "<22><>ײ<EFBFBD>ނ̍폜";
|
||
Text[ korean ] = "Delete driver";
|
||
Text[ chinese_simplified ] = "ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "Delete driver";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_CHOOSEDEV
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_CHDEV_TXT_OVER
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text = "M<>chten Sie";
|
||
Text [english] = "Do you want to";
|
||
Text[ english_us ] = "Do you want to";
|
||
Text[ portuguese ] = "Do you want to";
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Do you want to";
|
||
Text[ dutch ] = "Wilt u";
|
||
Text[ french ] = "Que souhaitez-vous faire ?";
|
||
Text[ spanish ] = "Desea";
|
||
Text[ italian ] = "Volete";
|
||
Text[ danish ] = "Do you want to";
|
||
Text[ swedish ] = "Vill du";
|
||
Text[ polish ] = "Czy";
|
||
Text[ portuguese_brazilian ] = "Do you want to";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><DEB2>̒lj<CC92>";
|
||
Text[ korean ] = "Do you want to";
|
||
Text[ chinese_simplified ] = "<22><>Ҫ";
|
||
Text[ chinese_traditional ] = "<22>n<EFBFBD>Q";
|
||
Text[ turkish ] = "Do you want to";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_PRINTER
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 50 );
|
||
Size = MAP_APPFONT( 200, 10 );
|
||
Text = "einen ~Drucker anlegen";
|
||
Text [english] = "add a ~printer";
|
||
Text[ english_us ] = "Add a ~printer";
|
||
Text[ portuguese ] = "add a ~printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "add a ~printer";
|
||
Text[ dutch ] = "een ~printer defini<6E>ren";
|
||
Text[ french ] = "Ajouter une ~imprimante";
|
||
Text[ spanish ] = "a<>adir una ~impresora";
|
||
Text[ italian ] = "Aggiungi una nuova stampante";
|
||
Text[ danish ] = "add a ~printer";
|
||
Text[ swedish ] = "Skapa en s~krivare";
|
||
Text[ polish ] = "Do<44><6F>cz drukark<72>";
|
||
Text[ portuguese_brazilian ] = "add a ~printer";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̒lj<CC92>";
|
||
Text[ korean ] = "add a ~printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD>W<EFBFBD>@<40>x<EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "add a ~printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_FAX
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 60 );
|
||
Size = MAP_APPFONT( 200, 10 );
|
||
Text = "ein Fa~x einrichten";
|
||
Text [english] = "add a fa~x";
|
||
Text[ english_us ] = "Add a fa~x";
|
||
Text[ portuguese ] = "add a fa~x";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "add a fa~x";
|
||
Text[ dutch ] = "een fa~x inrichten";
|
||
Text[ french ] = "Ajouter un p<>riph<70>rique fa~x";
|
||
Text[ spanish ] = "a<>adir un fa~x";
|
||
Text[ italian ] = "Aggingi un fa~x";
|
||
Text[ danish ] = "add a fa~x";
|
||
Text[ swedish ] = "L<>gg till en fa~x";
|
||
Text[ polish ] = "Do<44><6F>cz faks";
|
||
Text[ portuguese_brazilian ] = "add a fa~x";
|
||
Text[ japanese ] = "Fa~x <20>̒lj<CC92>";
|
||
Text[ korean ] = "add a fa~x";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>豸";
|
||
Text[ chinese_traditional ] = "<22>]<5D>m<EFBFBD>@<40>x<EFBFBD>ǯu<C7AF><75>";
|
||
Text[ turkish ] = "add a fa~x";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_PDF
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 70 );
|
||
Size = MAP_APPFONT( 200, 10 );
|
||
Text = "einen ~PDF-Konverter anlegen";
|
||
Text [english] = "add a P~DF converter";
|
||
Text[ english_us ] = "Add a P~DF converter";
|
||
Text[ portuguese ] = "add a P~DF printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> P~DF";
|
||
Text[ greek ] = "add a P~DF printer";
|
||
Text[ dutch ] = "een P~DF-converter defini<6E>ren";
|
||
Text[ french ] = "Ajouter un convertisseur P~DF";
|
||
Text[ spanish ] = "a<>adir un convertidor P~DF";
|
||
Text[ italian ] = "Aggiungi un convertitore ~PDF";
|
||
Text[ danish ] = "add a P~DF printer";
|
||
Text[ swedish ] = "Skapa en ~PDF-konverterare";
|
||
Text[ polish ] = "Do<44><6F>cz drukark<72> PDF";
|
||
Text[ portuguese_brazilian ] = "add a P~DF printer";
|
||
Text[ japanese ] = "P~DF <20><><EFBFBD>ް<EFBFBD><DEB0>̒lj<CC92>";
|
||
Text[ korean ] = "add a P~DF printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB> PDF ת<><D7AA><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD>W PDF <20>ഫ<EFBFBD><E0B4AB>";
|
||
Text[ turkish ] = "add a P~DF printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> PDF";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_OLD
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 80 );
|
||
Size = MAP_APPFONT( 200, 10 );
|
||
Text = "Drucker aus einer StarOffice Installation ~importieren";
|
||
Text [english] = "~import printers from a StarOffice installation";
|
||
Text[ english_us ] = "~Import printers from a StarOffice installation";
|
||
Text[ portuguese ] = "~import printers from a StarOffice installation";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> StarOffice";
|
||
Text[ greek ] = "~import printers from a StarOffice installation";
|
||
Text[ dutch ] = "~printers uit een StarOffice installatie importeren";
|
||
Text[ french ] = "~Importer une ou des imprimantes depuis une installation StarOffice";
|
||
Text[ spanish ] = "~Importar impresora desde una instalaci<63>n StarOffice";
|
||
Text[ italian ] = "~Importa le stampanti da un'installazione StarOffice";
|
||
Text[ danish ] = "~import printers from a StarOffice installation";
|
||
Text[ swedish ] = "~Importera skrivare fr<66>n en StarOffice-installation";
|
||
Text[ polish ] = "Importuj drukark<72> z zainstalowanego programu StarOffice";
|
||
Text[ portuguese_brazilian ] = "~import printers from a StarOffice installation";
|
||
Text[ japanese ] = "StarSuite <20>̲ݽİق<C4B0><D982><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߰<EFBFBD>";
|
||
Text[ korean ] = "~import printers from a StarOffice installation";
|
||
Text[ chinese_simplified ] = "<22><> StarSuite <20><>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>q StarSuite <20>w<EFBFBD>˵{<7B><><EFBFBD>פJ<D7A4>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~import printers from a StarOffice installation";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> StarOffice";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_NAME
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_NAME_TXT_NAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text = "Bitte geben Sie einen Namen f<>r den Drucker ein";
|
||
Text [english] = "Please enter a name for the printer";
|
||
Text[ english_us ] = "Please enter a name for the printer";
|
||
Text[ portuguese ] = "Please enter a name for the printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Please enter a name for the printer";
|
||
Text[ dutch ] = "Geef een printernaam aan";
|
||
Text[ french ] = "Sp<53>cifiez un nom pour l'imprimante.";
|
||
Text[ spanish ] = "Introduzca un nombre para la impresora";
|
||
Text[ italian ] = "Indicate un nome per la stampante";
|
||
Text[ danish ] = "Please enter a name for the printer";
|
||
Text[ swedish ] = "Ange ett namn f<>r skrivaren";
|
||
Text[ polish ] = "Podaj nazw<7A> drukarki";
|
||
Text[ portuguese_brazilian ] = "Please enter a name for the printer";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̖<EFBFBD><CC96>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "Please enter a name for the printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>бz<D0B1><7A><EFBFBD>J<EFBFBD>@<40>ӦL<D3A6><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD>١C";
|
||
Text[ turkish ] = "Please enter a name for the printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
FixedText RID_ADDP_NAME_TXT_FAXNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text = "Bitte geben Sie einen Namen f<>r das Faxger<65>t ein";
|
||
Text [english] = "Please enter a name for the fax device";
|
||
Text[ english_us ] = "Please enter a name for the fax device";
|
||
Text[ portuguese ] = "Please enter a name for the fax device";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Please enter a name for the fax device";
|
||
Text[ dutch ] = "Geef een naam aan voor het faxapparaat";
|
||
Text[ french ] = "Sp<53>cifiez un nom pour le p<>riph<70>rique fax.";
|
||
Text[ spanish ] = "Introduzca un nombre para el dispositivo de fax";
|
||
Text[ italian ] = "Indicate il nome del fax:";
|
||
Text[ danish ] = "Please enter a name for the fax device";
|
||
Text[ swedish ] = "Ange ett namn f<>r faxen";
|
||
Text[ polish ] = "Podaj nazw<7A> faksu";
|
||
Text[ portuguese_brazilian ] = "Please enter a name for the fax device";
|
||
Text[ japanese ] = "Fax <20>@<40>̖<EFBFBD><CC96>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "Please enter a name for the fax device";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>бz<D0B1><7A><EFBFBD>J<EFBFBD>@<40>Ӷǯu<C7AF><75><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD>١C";
|
||
Text[ turkish ] = "Please enter a name for the fax device";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
FixedText RID_ADDP_NAME_TXT_PDFNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text = "Bitte geben Sie einen Namen f<>r den PDF-Konverter ein";
|
||
Text [english] = "Please enter a name for the PDF converter";
|
||
Text[ english_us ] = "Please enter a name for the PDF converter";
|
||
Text[ portuguese ] = "Please enter a name for the PDF printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF";
|
||
Text[ greek ] = "Please enter a name for the PDF printer";
|
||
Text[ dutch ] = "Geef een naam aan voor de PDF-converter";
|
||
Text[ french ] = "Sp<53>cifiez un nom pour le convertisseur PDF.";
|
||
Text[ spanish ] = "Introduzca un nombre para el convertidor PDF";
|
||
Text[ italian ] = "Indicate il nome della stampante PDF";
|
||
Text[ danish ] = "Please enter a name for the PDF printer";
|
||
Text[ swedish ] = "Ange ett namn f<>r PDF-konverteraren";
|
||
Text[ polish ] = "Podaj nazw<7A> drukarki PDF";
|
||
Text[ portuguese_brazilian ] = "Please enter a name for the PDF printer";
|
||
Text[ japanese ] = "PDF <20><><EFBFBD>ް<EFBFBD><DEB0>̖<EFBFBD><CC96>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "Please enter a name for the PDF printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB> PDF ת<><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>бz<D0B1><7A><EFBFBD>J<EFBFBD>@<40><> PDF <20>ഫ<EFBFBD><E0B4AB><EFBFBD>W<EFBFBD>١C";
|
||
Text[ turkish ] = "Please enter a name for the PDF printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> PDF";
|
||
};
|
||
Edit RID_ADDP_NAME_EDT_NAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 45 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Border = TRUE;
|
||
};
|
||
Edit RID_ADDP_NAME_EDT_FAXNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 45 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Border = TRUE;
|
||
Text = "Faxdrucker";
|
||
Text [english] = "Fax printer";
|
||
Text[ english_us ] = "Fax printer";
|
||
Text[ portuguese ] = "Fax printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Fax printer";
|
||
Text[ dutch ] = "Fax printer";
|
||
Text[ french ] = "Imprimante fax";
|
||
Text[ spanish ] = "Impresora de fax";
|
||
Text[ italian ] = "Stampante Fax";
|
||
Text[ danish ] = "Fax printer";
|
||
Text[ swedish ] = "Faxskrivare";
|
||
Text[ polish ] = "Drukarka faksowa";
|
||
Text[ portuguese_brazilian ] = "Fax printer";
|
||
Text[ japanese ] = "Fax <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "Fax printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>ǯu<C7AF><75>";
|
||
Text[ turkish ] = "Fax printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
Edit RID_ADDP_NAME_EDT_PDFNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 45 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Border = TRUE;
|
||
Text = "PDF-Konverter";
|
||
Text [english] = "PDF converter";
|
||
Text[ english_us ] = "PDF converter";
|
||
Text[ portuguese ] = "PDF printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF";
|
||
Text[ greek ] = "PDF printer";
|
||
Text[ dutch ] = "PDF-converter";
|
||
Text[ french ] = "Convertisseur PDF";
|
||
Text[ spanish ] = "Convertidor PDF";
|
||
Text[ italian ] = "Convertitore PDF";
|
||
Text[ danish ] = "PDF printer";
|
||
Text[ swedish ] = "PDF-konverterare";
|
||
Text[ polish ] = "Drukarka PDF";
|
||
Text[ portuguese_brazilian ] = "PDF printer";
|
||
Text[ japanese ] = "PDF <20><><EFBFBD>ް<EFBFBD>";
|
||
Text[ korean ] = "PDF printer";
|
||
Text[ chinese_simplified ] = "PDF ת<><D7AA><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "PDF <20>ഫ<EFBFBD><E0B4AB>";
|
||
Text[ turkish ] = "PDF printer";
|
||
Text[ arabic ] = "PDF <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
CheckBox RID_ADDP_NAME_BOX_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 60 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Text = "Als ~Standarddrucker verwenden";
|
||
Text [english] = "~Use as default printer";
|
||
Text[ english_us ] = "~Use as default printer";
|
||
Text[ portuguese ] = "~Set as default printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~Set as default printer";
|
||
Text[ dutch ] = "Standaardprinter";
|
||
Text[ french ] = "Utiliser comme imprimante par ~d<>faut";
|
||
Text[ spanish ] = "Definir como ~impresora est<73>ndar";
|
||
Text[ italian ] = "Imposta come stampante standard";
|
||
Text[ danish ] = "~Set as default printer";
|
||
Text[ swedish ] = "Anv<6E>nd som ~standardskrivare";
|
||
Text[ polish ] = "Ustaw jako drukark<72> domy<6D>ln<6C>";
|
||
Text[ portuguese_brazilian ] = "~Set as default printer";
|
||
Text[ japanese ] = "<22>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>Ďg<C48E>p";
|
||
Text[ korean ] = "~Set as default printer";
|
||
Text[ chinese_simplified ] = "<22>趨<EFBFBD><E8B6A8>Ĭ<EFBFBD>ϵĴ<CFB5>ӡ<EFBFBD><D3A1>";
|
||
Text[ chinese_traditional ] = "<22>]<5D>w<EFBFBD><77><EFBFBD>q<EFBFBD>{<7B>L<EFBFBD><4C><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~Set as default printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
CheckBox RID_ADDP_NAME_BOX_FAXSWALLOW
|
||
{
|
||
Pos = MAP_APPFONT( 40, 60 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Text = "~Faxnummer aus der Ausgabe entfernen";
|
||
Text [english] = "~fax number will be removed from output";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_COMMAND
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_CMD_TXT_COMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 10 );
|
||
Size = MAP_APPFONT( 165, 24 );
|
||
WordBreak = TRUE;
|
||
Text = "Geben Sie bitte eine Kommandozeile ein, mit der dieses Ger<65>t angesprochend werden kann";
|
||
Text [english] = "Please enter a command line appropriate for this device";
|
||
Text[ english_us ] = "Please enter a command line appropriate for this device.";
|
||
Text[ portuguese ] = "Please enter a command line appropriate for this device";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "Please enter a command line appropriate for this device";
|
||
Text[ dutch ] = "Geef een commandoregel aan, waarmee dit apparaat kan worden opgeroepen";
|
||
Text[ french ] = "Saisissez une ligne de commande permettant de contacter ce p<>riph<70>rique.";
|
||
Text[ spanish ] = "Introduzca una l<>nea de comando para comunicarse con este dispositivo.";
|
||
Text[ italian ] = "Indicate una riga di comando per collegarvi alla periferica";
|
||
Text[ danish ] = "Please enter a command line appropriate for this device";
|
||
Text[ swedish ] = "Ange en kommandorad som <20>r l<>mplig f<>r den h<>r enheten";
|
||
Text[ polish ] = "Podaj wiersz polece<63>, za pomoc<6F> kt<6B>rego uaktywnione zostanie dane urz<72>dzienie.";
|
||
Text[ portuguese_brazilian ] = "Please enter a command line appropriate for this device";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ި<EFBFBD><EFBFBD><DEB2><EFBFBD><EFBFBD>쓮<EFBFBD><EC93AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ލs<DE8D><73><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "Please enter a command line appropriate for this device";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>ܹ<EFBFBD><DCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>бz<D0B1><7A><EFBFBD>J<EFBFBD>@<40>ӯ<EFBFBD><D3AF><EFBFBD><EFBFBD>եγo<CEB3>ӳ]<5D>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD>O<EFBFBD>C";
|
||
Text[ turkish ] = "Please enter a command line appropriate for this device";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
ComboBox RID_ADDP_CMD_BOX_COMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 30);
|
||
Size = MAP_APPFONT( 220, 105 );
|
||
Border = TRUE;
|
||
};
|
||
ComboBox RID_ADDP_CMD_BOX_PDFCOMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 30);
|
||
Size = MAP_APPFONT( 220, 80 );
|
||
Border = TRUE;
|
||
};
|
||
FixedText RID_ADDP_CMD_TXT_PDFDIR
|
||
{
|
||
Pos = MAP_APPFONT( 10, 115 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text = "PDF Zielverzeichnis :";
|
||
Text [ english ] = "PDF target directory :";
|
||
Text[ english_us ] = "PDF target directory :";
|
||
Text[ portuguese ] = "PDF target directory :";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PDF :";
|
||
Text[ greek ] = "PDF target directory :";
|
||
Text[ dutch ] = "PDF doeldirectory :";
|
||
Text[ french ] = "R<>pertoire cible PDF :";
|
||
Text[ spanish ] = "Directorio destino PDF:";
|
||
Text[ italian ] = "Cartella destinazione PDF :";
|
||
Text[ danish ] = "PDF target directory :";
|
||
Text[ swedish ] = "PDF-m<>lkatalog :";
|
||
Text[ polish ] = "PDF target directory :";
|
||
Text[ portuguese_brazilian ] = "PDF target directory :";
|
||
Text[ japanese ] = "PDF <20><><EFBFBD>ޯ<EFBFBD><DEAF>ިڸ<DEA8><DAB8>:";
|
||
Text[ korean ] = "PDF target directory :";
|
||
Text[ chinese_simplified ] = "PDF Ŀ<><C4BF>Ŀ¼<C4BF><C2BC>";
|
||
Text[ chinese_traditional ] = "PDF <20>ؼХؿ<D0A5><D8BF>G";
|
||
Text[ turkish ] = "PDF target directory :";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF <20><><EFBFBD><EFBFBD><EFBFBD>:";
|
||
};
|
||
Edit RID_ADDP_CMD_EDT_PDFDIR
|
||
{
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT( 10, 124 );
|
||
Size = MAP_APPFONT( 190, 12 );
|
||
};
|
||
PushButton RID_ADDP_CMD_BTN_PDFDIR
|
||
{
|
||
Pos = MAP_APPFONT( 205, 124 );
|
||
Size = MAP_APPFONT( 25, 12 );
|
||
Text = "...";
|
||
};
|
||
PushButton RID_ADDP_CMD_BTN_HELP
|
||
{
|
||
Pos = MAP_APPFONT( 180, 10 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Hilfe";
|
||
Text [english] = "~Help";
|
||
Text[ english_us ] = "~Help";
|
||
Text[ portuguese ] = "~Help";
|
||
Text[ russian ] = "<22><>~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~Help";
|
||
Text[ dutch ] = "~Help";
|
||
Text[ french ] = "~Aide";
|
||
Text[ spanish ] = "~Ayuda";
|
||
Text[ italian ] = "~?";
|
||
Text[ danish ] = "~Help";
|
||
Text[ swedish ] = "~Hj<48>lp";
|
||
Text[ polish ] = "~Pomoc";
|
||
Text[ portuguese_brazilian ] = "~Help";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "~Help";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~Help";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
String RID_ADDP_CMD_STR_PDFHELP
|
||
{
|
||
Text = "Die Kommandozeile bei PDF Konvertern wird wie folgt verarbeitet: bei jedem gedruckten Dokument wird in der Kommandozeile jeweils \"(TMP)\" durch eine tempor<6F>re Datei und \"(OUTFILE)\" durch die zu erzeugende PDF Datei ersetzt. Wenn \"(TMP)\" in der Kommandozeile vorkommt wird der PostScript-code in einer Datei <20>bergeben, andernfalls <20>ber die Standardeingabe (d.h. als Pipe)." ;
|
||
Text [ English ] = "The command line for PDF converters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ english_us ] = "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe).";
|
||
Text[ portuguese ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> \"(OUTFILE)\" - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\", <20><> <20><><EFBFBD> PostScript <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD> pipe).";
|
||
Text[ greek ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ dutch ] = "De commandoregel voor PDF-converters wordt als volgt uitgevoerd: bij ieder afgedrukt document wordt de variabele \"(TMP)\" in de commandoregel vervangen door een tijdelijk bestand en de variabele \"(OUTFILE)\" door het aan te leggen bestand. Als er \"(TMP)\" staat in de commandoregel wordt de PostScript-code in een bestand opgeslagen, in het andere geval via de standaardinvoer (bijv. als Pipe) doorgegeven.";
|
||
Text[ french ] = "Traitement de la ligne de commande pour les convertisseurs PDF : pour chaque document imprim<69>, \"(TMP)\" est remplac<61> par un fichier temporaire et \"(OUTFILE)\" par le fichier PDF <20> g<>n<EFBFBD>rer. Si \"(TMP)\" appara<72>t dans la ligne de commande, le code PostScript est transmis dans un fichier ; en cas contraire, il est transmis via l'entr<74>e par d<>faut (c'est-<2D>-dire comme tube (pipe)).";
|
||
Text[ spanish ] = "La l<>nea de comandos en convertidores PDF se tratar<61> de esta forma: con cada documento que se imprima se sustituir<69> en la l<>nea de comandos \"(TMP)\" por un archivo temporal y \"(OUTFILE)\" por el archivo PDF que se cree. Si \"(TMP)\" aparece en la l<>nea de comandos, el c<>digo PostScript se transferir<69> en un archivo, de lo contrario, a trav<61>s de una entrada est<73>ndar, o sea, como pipe.";
|
||
Text[ italian ] = "La riga di comando nei convertitori PDF viene modificata come segue: per ogni documento stampato viene sostituito rispettivamente il file \"(TMP)\" da un file temporaneo e \"(OUTFILE)\" da un un file PDF. Se \"(TMP)\" appare nella riga comandi, il codice PostScript verr<72> trasmesso a un file, altrimenti verr<72> trasemsso come immissione standard (cio<69> come pipe).";
|
||
Text[ danish ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ swedish ] = "Kommandoraden f<>r PDF-konverterare bearbetas p<> f<>ljande s<>tt: p<> varje utskrivet dokument ers<72>tts \"(TMP)\" och \"(OUTFILE)\" i kommandoraden av en tempor<6F>r fil resp. av PDF-filen som ska skapas. Om \"(TMP)\" f<>rekommer i kommandoraden <20>verf<72>rs PostScript-koden i en fil, i annat fall via standardinmatningen (d.v.s. som pipe).";
|
||
Text[ polish ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ portuguese_brazilian ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ japanese ] = "PDF <20><><EFBFBD>ް<EFBFBD><DEB0>ł̺<C582><CCBA><EFBFBD>ލs<DE8D>͎<EFBFBD><CD8E>̂悤<CC82>Ɏ<EFBFBD><C98E>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD>: <20><EFBFBD><DEB7><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>邽<EFBFBD>тɁA<C981><41><EFBFBD><EFBFBD>ލs<DE8D><73> \"(TMP)\" <20>͈ꎞ̧<EA8E9E>قŁA\"(OUTFILE)\" <20>͍쐬<CD8D><EC90AC><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF ̧<>قŒu<C592><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B<EFBFBD><42><EFBFBD><EFBFBD>ލs<DE8D><73> \"(TMP)\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƁAPostScript <20><><EFBFBD>ނ<EFBFBD>̧<EFBFBD>قɓǂݍ<C782><DD8D>܂<EFBFBD><DC82>܂<EFBFBD><DC82>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD>łȂ<C582><C882>ꍇ<EFBFBD>́A<CD81>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD>̓<EFBFBD><CC93>́A<CD81>܂<C282><DC82>߲<EFBFBD><DFB2>ײݏ<D7B2><DD8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B";
|
||
Text[ korean ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ chinese_simplified ] = "PDF ת<><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EEB4A6><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD>£<EFBFBD><C2A3><EFBFBD>ӡÿ<D3A1><C3BF><EFBFBD>ĵ<EFBFBD>ʱָ<CAB1><D6B8><EFBFBD><EFBFBD>֮<EFBFBD>зֱ<D0B7><D6B1><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ʱ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\" <20><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>Ŀ<EFBFBD><C4BF> PDF <20>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(OUTFILE)\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\" <20>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD>У<EFBFBD>PostScript <20><><EFBFBD><EFBFBD><EFBFBD>ͻᱻ<CDBB><E1B1BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>뵽һ<EBB5BD><D2BB><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>֮<EFBFBD><D6AE><EFBFBD>ͻ<EFBFBD><CDBB><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><D7BC><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD> Pipe)<29><>";
|
||
Text[ chinese_traditional ] = "PDF <20>ഫ<EFBFBD><E0B4AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>B<EFBFBD>z<EFBFBD>覡<EFBFBD>p<EFBFBD>U<EFBFBD>G<EFBFBD>C<EFBFBD>L<EFBFBD>C<EFBFBD>Ӥ<EFBFBD><D3A4><EFBFBD><EFBFBD>ɫ<EFBFBD><C9AB>O<EFBFBD>椧<EFBFBD><E6A4A7><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>Τ@<40>ӼȮ<D3BC><C8AE>ɮרӴ<D7A8><D3B4>N \"(TMP)\" <20>M<EFBFBD>Τ@<40>ӥؼ<D3A5> PDF <20>ɮצW<D7A6>٨Ӵ<D9A8><D3B4>N \"(OUTFILE)\" <20>C<EFBFBD>p<EFBFBD>G \"(TMP)\" <20>w<EFBFBD>g<EFBFBD>s<EFBFBD>b<EFBFBD><62><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>椧<EFBFBD><E6A4A7><EFBFBD>APostScript <20>N<EFBFBD>X<EFBFBD>N<EFBFBD>|<7C>Q<EFBFBD>ǻ<EFBFBD><C7BB><EFBFBD><EFBFBD>J<EFBFBD><4A><EFBFBD>@<40><><EFBFBD>ɮסA<D7A1>Ϥ<EFBFBD><CFA4>A<EFBFBD>N<EFBFBD>|<7C>O<EFBFBD>@<40>Ӽзǿ<D0B7><C7BF>J(<28><><EFBFBD>@ Pipe)<29>C";
|
||
Text[ turkish ] = "The command line for PDF filters is executed in the following way: on each document printed in the command line \"(TMP)\" will be replaced by a temporary file and \"(OUTFILE)\" by the target PDF file name. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><> <20><> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ϡ <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> \"(OUTFILE)\" <20><><EFBFBD><EFBFBD> PDF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD> \"(TMP)\" <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PostScript <20><> <20><>ݡ <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ߡ <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> Pipe).";
|
||
};
|
||
String RID_ADDP_CMD_STR_FAXHELP
|
||
{
|
||
Text = "Die Kommandozeile bei Faxger<65>ten wird wie folgt verarbeitet: bei jedem gesendeten Fax wird in der Kommandozeile jeweils \"(TMP)\" durch eine tempor<6F>re Datei und \"(PHONE)\" durch die Faxnummer ersetzt. Wenn \"(TMP)\" in der Kommandozeile vorkommt wird der PostScript-code in einer Datei <20>bergeben, andernfalls <20>ber die Standardeingabe (d.h. als Pipe)." ;
|
||
Text [ English ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ english_us ] = "The command line for fax devices is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe).";
|
||
Text[ portuguese ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> \"(PHONE)\" - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\", <20><> <20><><EFBFBD> PostScript <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD> pipe).";
|
||
Text[ greek ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ dutch ] = "De commandoregel voor fax wordt als volgt uitgevoerd: op iedere fax wordt bij het verzenden de variabele \"(TMP)\" in de commandoregel vervangen door een tijdelijk bestand en de variabele \"(PHONE)\" door het faxnummer. Als er \"(TMP)\" staat in de commandoregel wordt de PostScript-code in een bestand opgeslagen, in het andere geval via de standaardinvoer (bijv. als Pipe) doorgegeven.";
|
||
Text[ french ] = "Traitement de la ligne de commande pour les p<>riph<70>riques fax : pour chaque envoi de fax, \"(TMP)\" est remplac<61> par un fichier temporaire et \"(PHONE)\" par le num<75>ro de fax. Si \"(TMP)\" appara<72>t dans la ligne de commande, le code PostScript est transmis dans un fichier ; en cas contraire, il est transmis via l'entr<74>e par d<>faut (c'est-<2D>-dire comme tube (pipe)).";
|
||
Text[ spanish ] = "La l<>nea de comando en dispositivos de fax se ejecutar<61> de esta forma: Para cada fax enviado se sustituir<69> en la fila de comando \"(TMP)\" por un archivo temporal y \"(PHONE)\" por un n<>mero de fax. Si \"(TMP)\" aparece en la fila de comando se transmitir<69> el c<>digo PostScript a un archivo; en caso contrario se har<61> mediante entrada est<73>ndar (es decir, como pipe).";
|
||
Text[ italian ] = "La riga comandi degli apparecchi fax verr<72> impostata come segue: per ogni fax inviato ogni \"(TMP)\" della riga comandi verr<72> sostituito da un file temporaneo e \"(PHONE)\" sar<61> sostituito dal numero di fax. Se \"(TMP)\" appare nella riga comandi, il codice PostScript verr<72> trasmesso a un file, altrimenti verr<72> trasemsso come immissione standard (cio<69> come pipe).";
|
||
Text[ danish ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ swedish ] = "Kommandoraden f<>r faxar bearbetas p<> f<>ljande s<>tt: p<> varje fax som skickas ers<72>tts \"(TMP)\" och \"(PHONE)\" i kommandoraden av en tempor<6F>r fil resp. av faxnumret. Om \"(TMP)\" f<>rekommer i kommandoraden <20>verf<72>rs PostScript-koden i en fil, i annat fall via standardinmatningen (d.v.s som pipe).";
|
||
Text[ polish ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ portuguese_brazilian ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ japanese ] = "Fax <20>@<40>ł̺<C582><CCBA><EFBFBD>ލs<DE8D>͎<EFBFBD><CD8E>̂悤<CC82>Ɏ<EFBFBD><C98E>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD>: Fax <20><><EFBFBD>M<EFBFBD><4D><EFBFBD>邽<EFBFBD>тɁA<C981><41><EFBFBD><EFBFBD>ލs<DE8D><73> \"(TMP)\" <20>͈ꎞ̧<EA8E9E>قŁA\"(PHONE)\" <20><>̧<EFBFBD><CCA7><EFBFBD><EFBFBD>ԍ<EFBFBD><D48D>Œu<C592><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B<EFBFBD><42><EFBFBD><EFBFBD>ލs<DE8D><73> \"(TMP)\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƁAPostScript <20><><EFBFBD>ނ<EFBFBD>̧<EFBFBD>قɓǂݍ<C782><DD8D>܂<EFBFBD><DC82>܂<EFBFBD><DC82>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD>łȂ<C582><C882>ꍇ<EFBFBD>́A<CD81>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD>̓<EFBFBD><CC93>́A<CD81>܂<C282><DC82>߲<EFBFBD><DFB2>ײݏ<D7B2><DD8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B";
|
||
Text[ korean ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĵ<EFBFBD><C4B4><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD>£<EFBFBD><C2A3>ķ<EFBFBD><C4B7><EFBFBD><EFBFBD><EFBFBD>ʱͨ<CAB1><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ʱ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>\"(TMP)\" <20><><EFBFBD>ô<EFBFBD><C3B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(PHONE)\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><D0BA><EFBFBD> \"(TMP)\" <20><>PostScript Դ<><D4B4><EFBFBD><EFBFBD><EFBFBD>ͻ<EFBFBD>ת<EFBFBD><D7AA><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͻᵱ<CDBB><E1B5B1><EFBFBD><EFBFBD><EFBFBD><D7BC><EFBFBD>뷽ʽ(<28><><EFBFBD><EFBFBD> Pipe)<29><><EFBFBD>ݸ<EFBFBD><DDB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>ǯu<C7AF><75><EFBFBD>涵<EFBFBD><E6B6B5><EFBFBD>O<EFBFBD><4F><EFBFBD>B<EFBFBD>z<EFBFBD>覡<EFBFBD>p<EFBFBD>U<EFBFBD>G<EFBFBD>H<EFBFBD>o<EFBFBD>ǯu<C7AF>ɳq<C9B3>L<EFBFBD><4C><EFBFBD>O<EFBFBD><4F><EFBFBD>Τ@<40>ӼȮ<D3BC><C8AE>ɮ״<C9AE><D7B4>N\"(TMP)\" <20>A<EFBFBD>ζǯu<C7AF><75><EFBFBD>X<EFBFBD><58><EFBFBD>N \"(PHONE)\" <20>C<EFBFBD>p<EFBFBD>G<EFBFBD><47><EFBFBD>O<EFBFBD><4F><EFBFBD>t<EFBFBD><74> \"(TMP)\" <20>APostScript <20><><EFBFBD>N<EFBFBD>X<EFBFBD>N<EFBFBD>|<7C>ഫ<EFBFBD><E0B4AB><EFBFBD>@<40><><EFBFBD>ɮסA<D7A1>_<EFBFBD>h<EFBFBD>N<EFBFBD>|<7C><><EFBFBD>@<40>Э<EFBFBD><D0AD><EFBFBD><EFBFBD>J<EFBFBD>覡(<28><><EFBFBD>@ pipe)<29>ǻ<EFBFBD><C7BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>C";
|
||
Text[ turkish ] = "The command line for fax devices is executed in the following way: on each fax sent in the command line \"(TMP)\" will be replaced by a temporary file and \"(PHONE)\" by the fax number. If \"(TMP)\" exists in the command line the PostScript code will be delivered via a temporary file else as standard input (as a pipe).";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><> <20><> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ӡ <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"(TMP)\" <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> \"(PHONE)\" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD> \"(TMP)\" <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>PostScript <20><> <20><>ݡ <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ߡ <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> Pipe).";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_OLDPRINTERS
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_OLD_TXT_PRINTERS
|
||
{
|
||
Pos = MAP_APPFONT( 10, 10 );
|
||
Size = MAP_APPFONT( 165, 25 );
|
||
WordBreak = TRUE;
|
||
Text = "Diese Drucker k<>nnen importiert werden. Bitte entfernen Sie diejenigen, die Sie nicht importieren m<>chten.";
|
||
Text [english] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ english_us ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ portuguese ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ dutch ] = "Deze printers kunnen worden ge<67>mporteerd. Verwijder de printers die u niet wilt importeren.";
|
||
Text[ french ] = "Vous pouvez importer ces imprimantes. Supprimez celles que vous ne souhaitez pas importer.";
|
||
Text[ spanish ] = "Estas impresoras se pueden importar. Elimine las que no desee importar.";
|
||
Text[ italian ] = "<22> possibile importare queste stampanti. Eliminate quelle che non volete importare.";
|
||
Text[ danish ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ swedish ] = "De h<>r skrivarna kan importeras. Ta bort de som du inte vill importera.";
|
||
Text[ polish ] = "Dane drukarki mo<6D>na importowa<77>. Usu<73> te, kt<6B>re nie maj<61> by<62> importowane.";
|
||
Text[ portuguese_brazilian ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͳ<EFBFBD><CDB2>߰Ăł<C482><C582>܂<EFBFBD><DC82>B<EFBFBD><42><EFBFBD>߰Ă<DFB0><C482>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>͍̂폜<CD8D><ED8F9C><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B";
|
||
Text[ korean ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ chinese_simplified ] = "<22>ܹ<EFBFBD><DCB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƴ<EFBFBD><C6B3><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>פJ<D7A4>o<EFBFBD>ǦL<C7A6><4C><EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>бz<D0B1><7A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݭn<DDAD>פJ<D7A4><4A><EFBFBD>]<5D>ơC";
|
||
Text[ turkish ] = "These printers can be imported. Please remove the ones you do not want to import.";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
};
|
||
MultiListBox RID_ADDP_OLD_BOX_PRINTERS
|
||
{
|
||
Pos = MAP_APPFONT( 10, 35 );
|
||
Size = MAP_APPFONT( 165, 100 );
|
||
Border = TRUE;
|
||
};
|
||
PushButton RID_ADDP_OLD_BTN_REMOVE
|
||
{
|
||
Pos = MAP_APPFONT( 180, 35 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Entfernen";
|
||
Text [english] = "~Remove";
|
||
Text[ english_us ] = "~Remove";
|
||
Text[ portuguese ] = "~Remove";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~Remove";
|
||
Text[ dutch ] = "~Verwijderen";
|
||
Text[ french ] = "~Supprimer";
|
||
Text[ spanish ] = "~Eliminar";
|
||
Text[ italian ] = "~Rimuovi";
|
||
Text[ danish ] = "~Remove";
|
||
Text[ swedish ] = "~Ta bort";
|
||
Text[ polish ] = "Usu<73>";
|
||
Text[ portuguese_brazilian ] = "~Remove";
|
||
Text[ japanese ] = "<22>폜";
|
||
Text[ korean ] = "~Remove";
|
||
Text[ chinese_simplified ] = "<22>Ƴ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>R<EFBFBD><52>";
|
||
Text[ turkish ] = "~Remove";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
PushButton RID_ADDP_OLD_BTN_RESTORE
|
||
{
|
||
Pos = MAP_APPFONT( 180, 55 );
|
||
Size = MAP_APPFONT( 50, 15 );
|
||
Text = "~Zur<75>cknehmen";
|
||
Text [english] = "~Undo";
|
||
Text[ english_us ] = "~Undo";
|
||
Text[ portuguese ] = "~Undo";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~Undo";
|
||
Text[ dutch ] = "~Ongedaan maken";
|
||
Text[ french ] = "~Restaurer";
|
||
Text[ spanish ] = "~Deshacer";
|
||
Text[ italian ] = "~Cancella";
|
||
Text[ danish ] = "~Undo";
|
||
Text[ swedish ] = "~<7E>ngra";
|
||
Text[ polish ] = "~Cofnij";
|
||
Text[ portuguese_brazilian ] = "~Undo";
|
||
Text[ japanese ] = "<22><><EFBFBD>ɖ߂<C996>";
|
||
Text[ korean ] = "~Undo";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>_<EFBFBD><5F>";
|
||
Text[ turkish ] = "~Undo";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_FAXDRIVER
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_FAXDRV_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 40, 40 );
|
||
Size = MAP_APPFONT( 160, 19 );
|
||
WordBreak = TRUE;
|
||
Text = "F<>r dieses Faxger<65>t soll folgender Treiber verwendet werden:";
|
||
Text [english] = "Use the following driver for this fax device:";
|
||
Text[ english_us ] = "Use the following driver for this fax device:";
|
||
Text[ portuguese ] = "Use the following driver for this fax device:";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ greek ] = "Use the following driver for this fax device:";
|
||
Text[ dutch ] = "Voor dit faxapparaat moet u de volgende driver gebruiken:";
|
||
Text[ french ] = "Pilote <20> utiliser pour le p<>riph<70>rique fax :";
|
||
Text[ spanish ] = "Para este dispositivo de fax se debe usar el siguiente controlador:";
|
||
Text[ italian ] = "Per questo fax utilizzate il driver seguente:";
|
||
Text[ danish ] = "Use the following driver for this fax device:";
|
||
Text[ swedish ] = "Anv<6E>nd f<>ljande drivrutin f<>r den h<>r faxen:";
|
||
Text[ polish ] = "Dany faks ma korzysta<74> z nast<73>puj<75>cego sterownika:";
|
||
Text[ portuguese_brazilian ] = "Use the following driver for this fax device:";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD> Fax <20>@<40>ɂ͎<C982><CD8E><EFBFBD><EFBFBD><EFBFBD>ײ<EFBFBD>ނ<EFBFBD><DE82>g<EFBFBD>p<EFBFBD>ł<EFBFBD><C582>܂<EFBFBD>:";
|
||
Text[ korean ] = "Use the following driver for this fax device:";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>豸ʹ<E8B1B8><CAB9><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>п<EFBFBD><D0BF>ܥH<DCA5>U<EFBFBD><55><EFBFBD>Ω<EFBFBD><CEA9>o<EFBFBD>Ӷǯu<C7AF><75><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>ʵ{<7B><><EFBFBD>G";
|
||
Text[ turkish ] = "Use the following driver for this fax device:";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>:";
|
||
};
|
||
RadioButton RID_ADDP_FAXDRV_BTN_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT( 40,60 );
|
||
Size = MAP_APPFONT( 160, 10 );
|
||
Text = "der Standardtreiber";
|
||
Text [english] = "the default driver";
|
||
Text[ english_us ] = "The default driver";
|
||
Text[ portuguese ] = "the default driver";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "the default driver";
|
||
Text[ dutch ] = "de standaarddriver";
|
||
Text[ french ] = "Pilote par d<>faut";
|
||
Text[ spanish ] = "el controlador est<73>ndar";
|
||
Text[ italian ] = "Driver standard";
|
||
Text[ danish ] = "the default driver";
|
||
Text[ swedish ] = "Standarddrivrutinen";
|
||
Text[ polish ] = "Drukarka domy<6D>lna";
|
||
Text[ portuguese_brazilian ] = "the default driver";
|
||
Text[ japanese ] = "<22>W<EFBFBD><57><EFBFBD><EFBFBD>ײ<EFBFBD><D7B2>";
|
||
Text[ korean ] = "the default driver";
|
||
Text[ chinese_simplified ] = "Ĭ<>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD>{<7B><><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "the default driver";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
RadioButton RID_ADDP_FAXDRV_BTN_SELECT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 70 );
|
||
Size = MAP_APPFONT( 160,24 );
|
||
Text = "ein spezifischer Treiber, um die Formatierung einem anderen Drucker anzugleichen";
|
||
Text [ english ] = "a specific driver to format identical to a certain printer";
|
||
Text[ english_us ] = "A specific driver, to adapt the format to another printer";
|
||
Text[ portuguese ] = "a specific driver to format identical to a certain printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "a specific driver to format identical to a certain printer";
|
||
Text[ dutch ] = "een speciale driver voor het aanpassen van de opmaakattributen aan een andere printer";
|
||
Text[ french ] = "Pilote sp<73>cifique afin d'adapter le formatage <20> une autre imprimante";
|
||
Text[ spanish ] = "Un controlador espec<65>fico para adaptar el formato con otra impresora";
|
||
Text[ italian ] = "un driver specifico per adattare la formattazione a un'altra stamapante";
|
||
Text[ danish ] = "a specific driver to format identical to a certain printer";
|
||
Text[ swedish ] = "En specifik drivrutin f<>r att anpassa formateringen till en annan skrivare";
|
||
Text[ polish ] = "Specjalny sterownik do przej<65>cia format<61>w przez inn<6E> drukark<72>";
|
||
Text[ portuguese_brazilian ] = "a specific driver to format identical to a certain printer";
|
||
Text[ japanese ] = "<22>ق<EFBFBD><D982><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɏ<EFBFBD><C98F><EFBFBD><EFBFBD>ݒ<EFBFBD><DD92><EFBFBD><F093AF8A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "a specific driver to format identical to a certain printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>Ω<EFBFBD><CEA9>@<40>Ө<EFBFBD><D3A8>L<EFBFBD><4C><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>榡<EFBFBD><E6A6A1><EFBFBD>S<EFBFBD><53><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "a specific driver to format identical to a certain printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_PDFDRIVER
|
||
{
|
||
Hide = TRUE;
|
||
Size = MAP_APPFONT( 240, 140 );
|
||
FixedText RID_ADDP_PDFDRV_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 40, 40 );
|
||
Size = MAP_APPFONT( 160, 19 );
|
||
WordBreak = TRUE;
|
||
Text = "F<>r diesen PDF-Konverter soll folgender Treiber verwendet werden:";
|
||
Text [english] = "Use the following driver for this PDF converter:";
|
||
Text[ english_us ] = "Use the following driver for this PDF converter:";
|
||
Text[ portuguese ] = "Use the following driver for this PDF printer:";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ greek ] = "Use the following driver for this PDF printer:";
|
||
Text[ dutch ] = "Voor deze PDF-converter moet u de volgende driver gebruiken:";
|
||
Text[ french ] = "Pilote <20> utiliser pour le convertisseur PDF :";
|
||
Text[ spanish ] = "Use el siguiente controlador para este convertidor PDF:";
|
||
Text[ italian ] = "Per questo convertitore PDF utilizzate il seguente driver:";
|
||
Text[ danish ] = "Use the following driver for this PDF printer:";
|
||
Text[ swedish ] = "Anv<6E>nd f<>ljande drivrutin f<>r den h<>r PDF-konverteraren:";
|
||
Text[ polish ] = "Dana drukarka PDF ma korzysta<74> z nast<73>puj<75>cego sterownika:";
|
||
Text[ portuguese_brazilian ] = "Use the following driver for this PDF printer:";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD> PDF <20><><EFBFBD>ް<EFBFBD><DEB0>ɂ͎<C982><CD8E><EFBFBD><EFBFBD><EFBFBD>ײ<EFBFBD>ނ<EFBFBD><DE82>g<EFBFBD>p<EFBFBD>ł<EFBFBD><C582>܂<EFBFBD>:";
|
||
Text[ korean ] = "Use the following driver for this PDF printer:";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD> PDF ת<><D7AA><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>п<EFBFBD><D0BF>ܥH<DCA5>U<EFBFBD><55><EFBFBD>Ω<EFBFBD><CEA9>o<EFBFBD><6F> PDF <20>ഫ<EFBFBD><E0B4AB><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>ʵ{<7B><><EFBFBD>G";
|
||
Text[ turkish ] = "Use the following driver for this PDF printer:";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PDF <20><><EFBFBD>:";
|
||
};
|
||
RadioButton RID_ADDP_PDFDRV_BTN_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT( 40,60 );
|
||
Size = MAP_APPFONT( 160, 10 );
|
||
Text = "der Standardtreiber";
|
||
Text [english] = "the default driver";
|
||
Text[ english_us ] = "The default driver";
|
||
Text[ portuguese ] = "the default driver";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "the default driver";
|
||
Text[ dutch ] = "de standaarddriver";
|
||
Text[ french ] = "Pilote par d<>faut";
|
||
Text[ spanish ] = "el controlador est<73>ndar";
|
||
Text[ italian ] = "Driver standard";
|
||
Text[ danish ] = "the default driver";
|
||
Text[ swedish ] = "Standarddrivrutinen";
|
||
Text[ polish ] = "Drukarka domy<6D>lna";
|
||
Text[ portuguese_brazilian ] = "the default driver";
|
||
Text[ japanese ] = "<22>W<EFBFBD><57><EFBFBD><EFBFBD>ײ<EFBFBD><D7B2>";
|
||
Text[ korean ] = "the default driver";
|
||
Text[ chinese_simplified ] = "Ĭ<>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD>{<7B><><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "the default driver";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
};
|
||
RadioButton RID_ADDP_PDFDRV_BTN_DIST
|
||
{
|
||
Pos = MAP_APPFONT( 40,70 );
|
||
Size = MAP_APPFONT( 160, 10 );
|
||
Text = "der Adobe Distiller(tm) Treiber";
|
||
Text [english] = "the Adobe Distiller(tm) driver";
|
||
Text[ english_us ] = "The Adobe Distiller(tm) driver";
|
||
Text[ portuguese ] = "the Adobe Distiller(tm) driver";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Adobe Distiller(tm)";
|
||
Text[ greek ] = "the Adobe Distiller(tm) driver";
|
||
Text[ dutch ] = "de Adobe Distiller(tm) driver";
|
||
Text[ french ] = "Pilote Adobe Distiller(tm)";
|
||
Text[ spanish ] = "El controlador Adobe Distiller(tm)";
|
||
Text[ italian ] = "Driver Adobe Distiller(tm)";
|
||
Text[ danish ] = "the Adobe Distiller(tm) driver";
|
||
Text[ swedish ] = "Drivrutinen Adobe Distiller(tm)";
|
||
Text[ polish ] = "Sterownik Adobe Distiller(tm)";
|
||
Text[ portuguese_brazilian ] = "the Adobe Distiller(tm) driver";
|
||
Text[ japanese ] = "Adobe Distiller(tm) <20><>ײ<EFBFBD><D7B2>";
|
||
Text[ korean ] = "the Adobe Distiller(tm) driver";
|
||
Text[ chinese_simplified ] = "Adobe Distiller(tm) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "Adobe Distiller(tm) <20>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "the Adobe Distiller(tm) driver";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> Adobe Distiller(tm)";
|
||
};
|
||
RadioButton RID_ADDP_PDFDRV_BTN_SELECT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 80 );
|
||
Size = MAP_APPFONT( 160,24 );
|
||
Text = "ein spezifischer Treiber, um die Formatierung einem anderen Drucker anzugleichen";
|
||
Text [ english ] = "a specific driver to format identical to a certain printer";
|
||
Text[ english_us ] = "A specific driver, to adapt the format to another printer";
|
||
Text[ portuguese ] = "a specific driver to format identical to a certain printer";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "a specific driver to format identical to a certain printer";
|
||
Text[ dutch ] = "een speciale driver voor het aanpassen van de opmaakattributen aan een andere printer";
|
||
Text[ french ] = "Pilote sp<73>cifique afin d'adapter le formatage <20> une autre imprimante";
|
||
Text[ spanish ] = "Un controlador espec<65>fico para adaptar el formato a otra impresora";
|
||
Text[ italian ] = "un driver specifico per adattare la formattazione a un'altra stampante";
|
||
Text[ danish ] = "a specific driver to format identical to a certain printer";
|
||
Text[ swedish ] = "En specifik drivrutin f<>r att anpassa formateringen till en annan skrivare";
|
||
Text[ polish ] = "Specjalny sterownik do przej<65>cia format<61>w przez inn<6E> drukark<72>.";
|
||
Text[ portuguese_brazilian ] = "a specific driver to format identical to a certain printer";
|
||
Text[ japanese ] = "<22>ق<EFBFBD><D982><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɏ<EFBFBD><C98F><EFBFBD><EFBFBD>ݒ<EFBFBD><DD92><EFBFBD><F093AF8A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ײ<EFBFBD><D7B2>";
|
||
Text[ korean ] = "a specific driver to format identical to a certain printer";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>Ω<EFBFBD><CEA9>@<40>Ө<EFBFBD><D3A8>L<EFBFBD><4C><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>榡<EFBFBD><E6A6A1><EFBFBD>S<EFBFBD><53><EFBFBD>X<EFBFBD>ʵ{<7B><>";
|
||
Text[ turkish ] = "a specific driver to format identical to a certain printer";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
};
|
||
};
|