Files
libreoffice/svx/source/dialog/textanim.src
2001-02-06 14:21:58 +00:00

760 lines
28 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

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

/*************************************************************************
*
* $RCSfile: textanim.src,v $
*
* $Revision: 1.6 $
*
* last change: $Author: af $ $Date: 2001-02-06 15:21:06 $
*
* 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): _______________________________________
*
*
************************************************************************/
// pragma ----------------------------------------------------------------
#include "dialogs.hrc"
#include "textanim.hrc"
#define HALFBUTTON_WIDTH 7
#define BUTTON_WIDTH 2 * HALFBUTTON_WIDTH
#define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_WIDTH )
// RID_SVXPAGE_TEXTANIMATION ---------------------------------------------
TabPage RID_SVXPAGE_TEXTANIMATION
{
SVLook = TRUE ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Text = "Textanimation" ;
Text [ ENGLISH ] = "Text animation" ;
Text [ dutch ] = "Tekstanimatie" ;
Text [ english_us ] = "Animation" ;
Text [ italian ] = "Animazione testo" ;
Text [ spanish ] = "Animaci<63>n de texto" ;
Text [ french ] = "Animation de texte" ;
Text [ swedish ] = "Textanimation" ;
Text [ danish ] = "Tekstanimation" ;
Text [ portuguese ] = "Anima<6D><61>o de texto" ;
Text [ portuguese_brazilian ] = "Textanimation" ;
ListBox LB_EFFECT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 14 , 14 ) ;
Size = MAP_APPFONT ( 95 , 57 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList =
{
< "Kein Effekt" ; Default ; > ;
< "Blinken" ; Default ; > ;
< "Durchlaufen" ; Default ; > ;
/* ### ACHTUNG: Neuer Eintrag in Liste? 4 : Hin- und zur<75>cklaufen*/
/* ### ACHTUNG: Neuer Eintrag in Liste? 4 : Hin- und zur<75>cklaufen*/
< "Hin- und zur<75>cklaufen" ; Default ; > ;
< "Reinlaufen" ; Default ; > ;
};
StringList [ ENGLISH ] =
{
< "Kein Effekt" ; Default ; > ;
< "Blinken" ; Default ; > ;
< "Durchlaufen" ; Default ; > ;
< "Hin- und zur<75>cklaufen" ; Default ; > ;
< "Reinlaufen" ; Default ; > ;
};
stringlist [ portuguese ] =
{
< "Sem efeitos" ; Default ; > ;
< "Intermitente" ; Default ; > ;
< "Deslize cont<6E>nuo" ; Default ; > ;
< "De um lado para o outro" ; Default ; > ;
< "Mover para dentro" ; Default ; > ;
};
stringlist [ english_us ] =
{
< "No Effect" ; Default ; > ;
< "Blink" ; Default ; > ;
< "Scroll Through" ; Default ; > ;
< "Scroll Back and Forth" ; Default ; > ;
< "Scroll In" ; Default ; > ;
};
stringlist [ portuguese_brazilian ] =
{
< "Kein Effekt" ; Default ; > ;
< "Blinken" ; Default ; > ;
< "Durchlaufen" ; Default ; > ;
< "Hin- und zur<75>cklaufen" ; Default ; > ;
< "Reinlaufen" ; Default ; > ;
};
stringlist [ swedish ] =
{
< "Ingen effekt" ; Default ; > ;
< "Blinka" ; Default ; > ;
< "Genoml<6D>pa" ; Default ; > ;
< "L<>pa fram och tillbaka" ; Default ; > ;
< "L<>pa in i" ; Default ; > ;
};
stringlist [ danish ] =
{
< "Ingen effekt" ; Default ; > ;
< "Blink" ; Default ; > ;
< "Glid igennem" ; Default ; > ;
< "Glid frem- og tilbage" ; Default ; > ;
< "Glid ind" ; Default ; > ;
};
stringlist [ italian ] =
{
< "Nessun effetto" ; Default ; > ;
< "Lampeggio" ; Default ; > ;
< "Scorrimento" ; Default ; > ;
< "Scorrimento in avanti e indietro" ; Default ; > ;
< "Scorrimento interno" ; Default ; > ;
};
stringlist [ spanish ] =
{
< "Sin efecto" ; Default ; > ;
< "Intermitente" ; Default ; > ;
< "Continuo" ; Default ; > ;
< "De un lado al otro" ; Default ; > ;
< "Entrar" ; Default ; > ;
};
stringlist [ french ] =
{
< "Aucun effet" ; Default ; > ;
< "Clignoter" ; Default ; > ;
< "D<>filer <20> travers" ; Default ; > ;
< "D<>filement bidirectionnel" ; Default ; > ;
< "D<>filer dedans" ; Default ; > ;
};
stringlist [ dutch ] =
{
< "Geen effect" ; Default ; > ;
< "Knipperen" ; Default ; > ;
< "Doorlopen" ; Default ; > ;
< "Heen en weer lopen" ; Default ; > ;
< "Binnenlopen" ; Default ; > ;
};
StringList [ chinese_simplified ] =
{
< "<22><>Ч<EFBFBD><D0A7>" ; Default ; > ;
< "<22><>˸" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "һ<>ν<EFBFBD><CEBD><EFBFBD>" ; Default ; > ;
};
StringList [ russian ] =
{
< "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ polish ] =
{
< "Bez efektu" ; Default ; > ;
< "Miganie" ; Default ; > ;
< "Przep<65>yw" ; Default ; > ;
< "Przewi<77> tam i z powrotem" ; Default ; > ;
< "Zwini<6E>cie" ; Default ; > ;
};
StringList [ japanese ] =
{
< "<22>Ȃ<EFBFBD>" ; Default ; > ;
< "<22>_<EFBFBD><5F>" ; Default ; > ;
< "<22>ʉ<EFBFBD>" ; Default ; > ;
< "<22>O<EFBFBD><4F><EFBFBD>ɐi<C990>s" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ chinese_traditional ] =
{
< "<22>L<EFBFBD>ĪG" ; Default ; > ;
< "<22>{<7B>{" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22>Ӧ^<5E><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD>V<EFBFBD>i<EFBFBD>J" ; Default ; > ;
};
StringList [ greek ] =
{
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>" ; Default ; > ;
< "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ korean ] =
{
< "ȿ<><C8BF> <20><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD>̱<EFBFBD>" ; Default ; > ;
< "<22><>ü <20><>ũ<EFBFBD><C5A9>" ; Default ; > ;
< "<22>յڷ<D5B5> <20><>ũ<EFBFBD><C5A9>" ; Default ; > ;
< "<22><>ũ<EFBFBD><C5A9> <20><>" ; Default ; > ;
};
StringList [ arabic ] =
{
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ turkish ] =
{
< "Efekt yok" ; Default ; > ;
< "Yan<61>p s<>nme" ; Default ; > ;
< "Ge<47>i<EFBFBD>" ; Default ; > ;
< "Git gel" ; Default ; > ;
< "<22><>eri kay" ; Default ; > ;
};
StringList [ language_user1 ] =
{
< " " ; Default ; > ;
< " " ; Default ; > ;
< " " ; Default ; > ;
< " " ; Default ; > ;
< " " ; Default ; > ;
};
};
ImageButton BTN_UP
{
Pos = MAP_APPFONT ( 62 - HALFBUTTON_WIDTH , 35 ) ;
Size = BUTTON_SIZE ;
Symbol = IMAGEBUTTON_ARROW_UP ;
QuickHelpText = "Nach Oben" ;
QuickHelpText [ ENGLISH ] = "To top" ;
QuickHelpText [ english_us ] = "To Top" ;
QuickHelpText [ italian ] = "In alto" ;
QuickHelpText [ spanish ] = "Hacia arriba" ;
QuickHelpText [ french ] = "Vers le haut" ;
QuickHelpText [ dutch ] = "Naar boven" ;
QuickHelpText [ danish ] = "Opad" ;
QuickHelpText [ portuguese_brazilian ] = "Nach Oben" ;
QuickHelpText [ portuguese ] = "Para cima" ;
QuickHelpText [ swedish ] = "Upp<70>t" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>";
QuickHelpText[ polish ] = "W g<>r<EFBFBD>";
QuickHelpText[ japanese ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ korean ] = "To Top";
QuickHelpText[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ chinese_traditional ] = "<22>V<EFBFBD>W";
QuickHelpText[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Nach Oben";
};
ImageButton BTN_LEFT
{
Pos = MAP_APPFONT ( 62 - HALFBUTTON_WIDTH - BUTTON_WIDTH , 35 + BUTTON_WIDTH ) ;
Size = BUTTON_SIZE ;
Symbol = IMAGEBUTTON_ARROW_LEFT ;
QuickHelpText = "Nach Links" ;
QuickHelpText [ ENGLISH ] = "To left" ;
QuickHelpText [ english_us ] = "To Left" ;
QuickHelpText [ italian ] = "A sinistra" ;
QuickHelpText [ spanish ] = "Hacia la izquierda" ;
QuickHelpText [ french ] = "Vers la gauche" ;
QuickHelpText [ dutch ] = "Naar links" ;
QuickHelpText [ danish ] = "Mod venstre" ;
QuickHelpText [ portuguese_brazilian ] = "Nach Links" ;
QuickHelpText [ portuguese ] = "Esquerda" ;
QuickHelpText [ swedish ] = "<22>t v<>nster" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ polish ] = "W lewo";
QuickHelpText[ japanese ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ korean ] = "To Left";
QuickHelpText[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ chinese_traditional ] = "<22>V<EFBFBD><56>";
QuickHelpText[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Nach Links";
};
ImageButton BTN_RIGHT
{
Pos = MAP_APPFONT ( 62 + HALFBUTTON_WIDTH , 35 + BUTTON_WIDTH ) ;
Size = BUTTON_SIZE ;
Symbol = IMAGEBUTTON_ARROW_RIGHT ;
QuickHelpText = "Nach Rechts" ;
QuickHelpText [ ENGLISH ] = "To left" ;
QuickHelpText [ english_us ] = "To Right" ;
QuickHelpText [ italian ] = "A destra" ;
QuickHelpText [ spanish ] = "Hacia la derecha" ;
QuickHelpText [ french ] = "Vers la droite" ;
QuickHelpText [ dutch ] = "Naar rechts" ;
QuickHelpText [ danish ] = "Mod h<>jre" ;
QuickHelpText [ portuguese_brazilian ] = "Nach Rechts" ;
QuickHelpText [ portuguese ] = "Direita" ;
QuickHelpText [ swedish ] = "<22>t h<>ger" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ polish ] = "W prawo";
QuickHelpText[ japanese ] = "<22>E<EFBFBD><45>";
QuickHelpText[ korean ] = "To Right";
QuickHelpText[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ chinese_traditional ] = "<22>V<EFBFBD>k";
QuickHelpText[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Nach Rechts";
};
ImageButton BTN_DOWN
{
Pos = MAP_APPFONT ( 62 - HALFBUTTON_WIDTH , 35 + 2*BUTTON_WIDTH ) ;
Size = BUTTON_SIZE ;
Symbol = IMAGEBUTTON_ARROW_DOWN ;
QuickHelpText = "Nach Unten" ;
QuickHelpText [ ENGLISH ] = "To bottom" ;
QuickHelpText [ english_us ] = "To Bottom" ;
QuickHelpText [ italian ] = "In basso" ;
QuickHelpText [ spanish ] = "Hacia abajo" ;
QuickHelpText [ french ] = "Vers le bas" ;
QuickHelpText [ dutch ] = "Naar beneden" ;
QuickHelpText [ danish ] = "Nedad" ;
QuickHelpText [ portuguese_brazilian ] = "Nach Unten" ;
QuickHelpText [ portuguese ] = "Para baixo" ;
QuickHelpText [ swedish ] = "Ned<65>t" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>";
QuickHelpText[ polish ] = "W d<><64>";
QuickHelpText[ japanese ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ korean ] = "To Bottom";
QuickHelpText[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ chinese_traditional ] = "<22>V<EFBFBD>U";
QuickHelpText[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Nach Unten";
};
TriStateBox TSB_START_INSIDE
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 12 , 100 ) ;
Size = MAP_APPFONT ( 105 , 12 ) ;
Text = "Text sichtbar beim ~Starten" ;
Text [ ENGLISH ] = "S~tart inside" ;
Text [ dutch ] = "Tekst zichtbaar bij ~starten" ;
Text [ english_us ] = "S~tart inside" ;
Text [ italian ] = "Testo visibile all'~inizio" ;
Text [ spanish ] = "Texto visible al ~iniciar" ;
Text [ french ] = "Texte visible au d<>part" ;
Text [ swedish ] = "Text synlig vid ~start" ;
Text [ danish ] = "Tekst synlig ved start" ;
Text [ portuguese ] = "Texto vis<69>vel ao ~iniciar" ;
Text [ portuguese_brazilian ] = "Text sichtbar beim ~Starten" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>(~T)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Tekst widoczny przy rozpocz<63>ciu";
Text[ japanese ] = "<22>J<EFBFBD>n<EFBFBD><6E><EFBFBD><EFBFBD>÷<EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~S)";
Text[ chinese_traditional ] = "<22>b<EFBFBD>Ұʮ<D2B0><CAAE><EFBFBD><EFBFBD>ܤ<EFBFBD><DCA4>r(~S)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><>";
Text[ korean ] = "<22><><EFBFBD>۽<EFBFBD> <20>ؽ<EFBFBD>Ʈ ǥ<><C7A5>(~T)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Metni, canland<6E>rma ba<62>larken ~g<>r<EFBFBD>nt<6E>le";
Text[ language_user1 ] = " ";
};
TriStateBox TSB_STOP_INSIDE
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 12 , 114 ) ;
Size = MAP_APPFONT ( 105 , 12 ) ;
Text = "Text sichtbar beim ~Beenden" ;
Text [ ENGLISH ] = "S~top inside" ;
Text [ dutch ] = "Tekst zichtbaar bij ~be<62>indigen" ;
Text [ english_us ] = "Text visible when exiting" ;
Text [ italian ] = "Testo visibile alla ~fine" ;
Text [ spanish ] = "Texto visible al ~finalizar" ;
Text [ french ] = "Texte visible <20> l'arr<72>t" ;
Text [ swedish ] = "Text synlig vid a~vslutning" ;
Text [ danish ] = "Tekst synlig ved afslutning" ;
Text [ portuguese ] = "Texto vis<69>vel ao ~finalizar" ;
Text [ portuguese_brazilian ] = "Text sichtbar beim ~Beenden" ;
Text[ chinese_simplified ] = "<22>ڽ<EFBFBD><DABD><EFBFBD>ʱ<EFBFBD><CAB1>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>(~O)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Tekst widoczny przy zako<6B>czeniu";
Text[ japanese ] = "<22>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD>÷<EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~O)";
Text[ chinese_traditional ] = "<22>b<EFBFBD><62><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܤ<EFBFBD><DCA4>r(~O)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ ǥ<><C7A5>(~O)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Metni, canland<6E>rma bitti<74>inde g<>~r<>nt<6E>le";
Text[ language_user1 ] = " ";
};
TriStateBox TSB_ENDLESS
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 130 , 14 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
Text = "~Endlos" ;
Text [ ENGLISH ] = "~Endless" ;
Text [ dutch ] = "~Eindeloos" ;
Text [ english_us ] = "~Continuous" ;
Text [ italian ] = "Continuo" ;
Text [ spanish ] = "~Continuo" ;
Text [ french ] = "~Continu" ;
Text [ swedish ] = "~Kontinuerligt" ;
Text [ danish ] = "Endel<65>s" ;
Text [ portuguese ] = "~Cont<6E>nuo" ;
Text [ portuguese_brazilian ] = "~Endlos" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~C)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Bez ko<6B>ca";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>ڽ(~C)";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~C)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~C)";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "~Sonsuz";
Text[ language_user1 ] = " ";
};
NumericField NUM_FLD_COUNT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 196 , 14 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
First = 1 ;
};
GroupBox GRP_EFFECT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 112 , 176 ) ;
Text = "Effekt" ;
Text [ ENGLISH ] = "Effect" ;
Text [ english_us ] = "Effects" ;
Text [ italian ] = "Effetto" ;
Text [ spanish ] = "Efecto" ;
Text [ french ] = "Effet" ;
Text [ dutch ] = "Effect" ;
Text [ swedish ] = "Effekt" ;
Text [ danish ] = "Effekt" ;
Text [ portuguese_brazilian ] = "Effekt" ;
Text [ portuguese ] = "Efeitos" ;
Text[ chinese_simplified ] = "Ч<><D0A7>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Efekt";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>ĪG";
Text[ greek ] = "<22><><EFBFBD>";
Text[ korean ] = "ȿ<><C8BF>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Efekt";
Text[ language_user1 ] = " ";
};
GroupBox GRP_COUNT
{
Pos = MAP_APPFONT ( 124 , 3 ) ;
Size = MAP_APPFONT ( 130 , 30 ) ;
Text = "Anzahl" ;
Text [ ENGLISH ] = "Count" ;
Text [ english_us ] = "Count" ;
Text [ italian ] = "Numero" ;
Text [ spanish ] = "Cantidad" ;
Text [ french ] = "Nombre" ;
Text [ dutch ] = "Aantal" ;
Text [ swedish ] = "Antal" ;
Text [ danish ] = "Antal" ;
Text [ portuguese_brazilian ] = "Anzahl" ;
Text [ portuguese ] = "Quantidade" ;
Text[ chinese_simplified ] = "<22><>Ŀ";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Liczba";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>ƥ<EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Adet say<61>s<EFBFBD>";
Text[ language_user1 ] = " ";
};
TriStateBox TSB_PIXEL
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 130 , 80 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
Text = "~Pixel" ;
Text [ ENGLISH ] = "~Pixel" ;
Text [ dutch ] = "~Pixels" ;
Text [ english_us ] = "~Pixels" ;
Text [ italian ] = "~Pixel" ;
Text [ spanish ] = "P<>~xel" ;
Text [ french ] = "~Pixels" ;
Text [ swedish ] = "~Pixel" ;
Text [ danish ] = "Pixel" ;
Text [ portuguese ] = "~Pixel" ;
Text [ portuguese_brazilian ] = "~Pixel" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~P)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Pi~ksel";
Text[ japanese ] = "<22>߸<EFBFBD><DFB8>(~P)";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~P)";
Text[ greek ] = "~Pixel";
Text[ korean ] = "<22>ȼ<EFBFBD>(~P)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "~Piksel";
Text[ language_user1 ] = " ";
};
GroupBox GRP_AMOUNT
{
Pos = MAP_APPFONT ( 124 , 69 ) ;
Size = MAP_APPFONT ( 130 , 30 ) ;
Text = "Schrittweite" ;
Text [ ENGLISH ] = "Amount" ;
Text [ english_us ] = "Increment" ;
Text [ italian ] = "Incremento" ;
Text [ spanish ] = "Incremento" ;
Text [ french ] = "Pas de progression" ;
Text [ dutch ] = "Stapgrootte" ;
Text [ swedish ] = "Stegl<67>ngd" ;
Text [ danish ] = "Trinvidde" ;
Text [ portuguese_brazilian ] = "Schrittweite" ;
Text [ portuguese ] = "Incremento" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Inkrement";
Text[ japanese ] = "<22>ï<EFBFBD>ߐ<EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD>i";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ad<41>m";
Text[ language_user1 ] = " ";
};
MetricField MTR_FLD_AMOUNT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 196 , 80 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = " Pixel" ;
Minimum = 1 ;
First = 1 ;
Maximum = 10000 ;
Last = 10000 ;
};
TriStateBox TSB_AUTO
{
Pos = MAP_APPFONT ( 130 , 47 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
Text = "~Automatisch" ;
Text [ ENGLISH ] = "~Automatic" ;
TabStop = TRUE ;
Text [ dutch ] = "~Automatisch" ;
Text [ english_us ] = "~Automatic" ;
Text [ italian ] = "~Automatico" ;
Text [ spanish ] = "~Autom<6F>tico" ;
Text [ french ] = "~Automatique" ;
Text [ swedish ] = "~Automatisk" ;
Text [ danish ] = "Automatisk" ;
Text [ portuguese ] = "~Automaticamente" ;
Text [ portuguese_brazilian ] = "~Automatisch" ;
Text[ chinese_simplified ] = "<22>Զ<EFBFBD>(~A)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Automatycznie";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>۰<EFBFBD>(~A)";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ڵ<EFBFBD>(~A)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "~Otomatik";
Text[ language_user1 ] = " ";
};
MetricField MTR_FLD_DELAY
{
Border = TRUE ;
Pos = MAP_APPFONT ( 196 , 47 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Spinsize = 50 ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = " ms" ;
Maximum = 100000 ;
Last = 100000 ;
};
GroupBox GRP_DELAY
{
Pos = MAP_APPFONT ( 124 , 36 ) ;
Size = MAP_APPFONT ( 130 , 30 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Verz<72>gerung : Verz<72>gerung */
/* ### ACHTUNG: Neuer Text in Resource? Verz<72>gerung : Verz<72>gerung */
Text = "Verz<72>gerung" ;
Text [ ENGLISH ] = "Delay" ;
Text [ english_us ] = "Delay" ;
Text [ italian ] = "Ritardo" ;
Text [ spanish ] = "Retardo" ;
Text [ french ] = "Cadence" ;
Text [ dutch ] = "Vertraging" ;
Text [ swedish ] = "F<>rsening" ;
Text [ danish ] = "Forsinkelse" ;
Text [ portuguese_brazilian ] = "Verz<72>gerung" ;
Text [ portuguese ] = "Atraso" ;
Text[ chinese_simplified ] = "<22>ӳ<EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Op<4F><70>nienie";
Text[ japanese ] = "<22>x<EFBFBD><78><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Gecikme";
Text[ language_user1 ] = " ";
};
Text[ chinese_simplified ] = "<22><EFBFBD><EEB6AF><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Animacje";
Text[ japanese ] = "<22><>Ұ<EFBFBD><D2B0><EFBFBD>÷<EFBFBD><C3B7>";
Text[ chinese_traditional ] = "<22>ʺA<CABA><41><EFBFBD>r";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ִϸ<D6B4><CFB8>̼<EFBFBD>";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Metin canland<6E>rma";
Text[ language_user1 ] = " ";
};
// RID_SVXDLG_TEXT -------------------------------------------------------
TabDialog RID_SVXDLG_TEXT
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 289 , 176 ) ;
Text = "Text" ;
Text [ ENGLISH ] = "Text" ;
Text [ english_us ] = "Text" ;
Text [ italian ] = "Testo" ;
Text [ spanish ] = "Texto" ;
Text [ french ] = "Texte" ;
Text [ dutch ] = "Tekst" ;
Text [ swedish ] = "Text" ;
Text [ danish ] = "Tekst" ;
Text [ portuguese_brazilian ] = "Text" ;
Text [ portuguese ] = "Texto" ;
Moveable = TRUE ;
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 260 , 135 ) ;
PageList =
{
PageItem
{
PageResID = RID_SVXPAGE_TEXTATTR ;
Identifier = RID_SVXPAGE_TEXTATTR ;
Text = "Text" ;
Text [ ENGLISH ] = "Text" ;
Text [ english_us ] = "Text" ;
Text [ italian ] = "Testo" ;
Text [ spanish ] = "Texto" ;
Text [ french ] = "Texte" ;
Text [ dutch ] = "Tekst" ;
Text [ swedish ] = "Text" ;
Text [ danish ] = "Tekst" ;
Text [ portuguese_brazilian ] = "Text" ;
Text [ portuguese ] = "Texto" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Tekst";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD>r";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ";
Text[ arabic ] = "<22><>";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
};
PageItem
{
PageResID = RID_SVXPAGE_TEXTANIMATION ;
Identifier = RID_SVXPAGE_TEXTANIMATION ;
Text = "Lauftext" ;
Text [ ENGLISH ] = "Text animation" ;
Text [ english_us ] = "Text Animation" ;
Text [ italian ] = "Testo scorrevole" ;
Text [ spanish ] = "Animaci<63>n de texto" ;
Text [ french ] = "D<>filement de texte" ;
Text [ dutch ] = "Tekstanimatie" ;
Text [ swedish ] = "L<>ptext" ;
Text [ danish ] = "Animeret tekst" ;
Text [ portuguese_brazilian ] = "Lauftext" ;
Text [ portuguese ] = "Texto animado" ;
Text[ chinese_simplified ] = "<22><EFBFBD><EEB6AF><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Animacja tekstu";
Text[ japanese ] = "÷<>ı<EFBFBD>Ұ<EFBFBD><D2B0><EFBFBD>";
Text[ chinese_traditional ] = "<22>ʺA<CABA><41><EFBFBD>r";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ <20>ִϸ<D6B4><CFB8>̼<EFBFBD>";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Metin canland<6E>rma";
Text[ language_user1 ] = " ";
};
};
};
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Tekst";
Text[ japanese ] = "÷<><C3B7>";
Text[ chinese_traditional ] = "<22><><EFBFBD>r";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ";
Text[ arabic ] = "<22><>";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
};
// ******************************************************************* EOF