187 lines
7.1 KiB
Plaintext
187 lines
7.1 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: inspagob.src,v $
|
||
*
|
||
* $Revision: 1.19 $
|
||
*
|
||
* last change: $Author: vg $ $Date: 2001-11-16 23:19:59 $
|
||
*
|
||
* 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 "inspagob.hrc"
|
||
ModalDialog DLG_INSERT_PAGES_OBJS
|
||
{
|
||
HelpID = DLG_INSERT_PAGES_OBJS ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 200 , 128 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Seiten/Objekte einf<6E>gen : Seiten/Objekte einf<6E>gen */
|
||
Moveable = TRUE ;
|
||
Text = "Seiten/Objekte einf<6E>gen" ;
|
||
Text [ ENGLISH ] = "Insert pages/objects" ;
|
||
Text [ english_us ] = "Insert Slides/Objects" ;
|
||
Text [ italian ] = "Inserisci pagine/oggetti" ;
|
||
Text [ spanish ] = "Insertar p<>ginas/objetos" ;
|
||
Text [ french ] = "Insertion de pages/d'objets" ;
|
||
Text [ dutch ] = "Pagina/objecten invoegen" ;
|
||
Text [ swedish ] = "Infoga sidor/objekt" ;
|
||
Text [ danish ] = "Inds<64>t sider/objekter" ;
|
||
Text [ portuguese ] = "Inserir p<>ginas/objectos" ;
|
||
Text [ portuguese_brazilian ] = "Seiten/Objekte einf?en" ;
|
||
Text[ chinese_simplified ] = "插入页面或对象";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wstaw slajdy/obiekty";
|
||
Text[ japanese ] = "ページ/オブジェクトの挿入";
|
||
Text[ chinese_traditional ] = "插入頁面或物件";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
OKButton BTN_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
HelpButton BTN_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 46 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
Control LB_TREE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 132 , 88 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
CheckBox CBX_LINK
|
||
{
|
||
Text = "~Verkn<6B>pfung" ;
|
||
Text [ ENGLISH ] = "~Link" ;
|
||
Pos = MAP_APPFONT ( 6 , 100 ) ;
|
||
Size = MAP_APPFONT ( 140 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Text [ english_us ] = "~Link" ;
|
||
Text [ italian ] = "Collegamento" ;
|
||
Text [ spanish ] = "~V<>nculo" ;
|
||
Text [ french ] = "~Lien" ;
|
||
Text [ dutch ] = "~Koppeling" ;
|
||
Text [ swedish ] = "~L<>nk" ;
|
||
Text [ danish ] = "K<>de" ;
|
||
Text [ portuguese ] = "~Liga<67><61>o" ;
|
||
Text [ portuguese_brazilian ] = "~Verkn?fung" ;
|
||
Text[ chinese_simplified ] = "链接(~L)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "<22><>cze";
|
||
Text[ japanese ] = "リンク(~L)";
|
||
Text[ chinese_traditional ] = "捷徑(~L)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "링크(~L)";
|
||
Text[ turkish ] = "Ba<42>lant<6E>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~V<>nculo";
|
||
Text[ finnish ] = "~Linkki";
|
||
};
|
||
CheckBox CBX_CHECK_MASTERS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 114 ) ;
|
||
Size = MAP_APPFONT ( 140 , 12 ) ;
|
||
Text = "~Nicht verwendete Hintergrundseiten l<>schen" ;
|
||
Text [ ENGLISH ] = "~Remove not used master pages" ;
|
||
TabStop = TRUE ;
|
||
Text[ english_us ] = "Delete unused backg~rounds";
|
||
Text[ portuguese ] = "~Eliminar p<>ginas de fundo n<>o utilizadas";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Niet-gebruikte achtergrondpagina's wissen";
|
||
Text[ french ] = "Supprimer les pages d'arri<72>re-plan ~inutilis<69>es";
|
||
Text[ spanish ] = "~Eliminar p<>ginas de fondo no usadas";
|
||
Text[ italian ] = "Elimi~na pagine di sfondo non utilizzate";
|
||
Text[ danish ] = "Slet ikke-brugte baggrundssider";
|
||
Text[ swedish ] = "Radera ej a~nv<6E>nda bakgrundssidor";
|
||
Text[ polish ] = "Usu<73> nieu<65>ywane strony t<>a";
|
||
Text[ portuguese_brazilian ] = "~Remove not used master pages";
|
||
Text[ japanese ] = "未使用の背景ページは削除する(~R)";
|
||
Text[ chinese_simplified ] = "清除不采用的背景页面(~R)";
|
||
Text[ chinese_traditional ] = "刪除不用的背景頁面(~R)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ korean ] = "사용하지 않은 배경 페이지 삭제(~R)";
|
||
Text[ turkish ] = "Artalandaki kullan<61>lmayan sayfalar<61> sil";
|
||
Text[ catalan ] = "~Eliminar p<>ginas de fondo no usadas";
|
||
Text[ finnish ] = "Poista k?ytt?m?tt??t taus~tat";
|
||
};
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "슬라이드/개체 삽입";
|
||
Text[ turkish ] = "Sayfa/nesne ekle";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Insertar p<>ginas/objetos";
|
||
Text[ finnish ] = "Lis<69><73> diat/objektit";
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|