355 lines
12 KiB
Plaintext
355 lines
12 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: javaedit.src,v $
|
||
*
|
||
* $Revision: 1.17 $
|
||
*
|
||
* last change: $Author: hr $ $Date: 2003-03-27 15:43:26 $
|
||
*
|
||
* 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 ---------------------------------------------------------------
|
||
#include "javaedit.hrc"
|
||
#include "fldui.hrc"
|
||
#include "helpid.h"
|
||
// pragma ----------------------------------------------------------------
|
||
|
||
// RID_SVXDLG_POSTIT -----------------------------------------------------
|
||
ModalDialog DLG_JAVAEDIT
|
||
{
|
||
OutputSize = TRUE ;
|
||
SvLook = TRUE ;
|
||
Size = MAP_APPFONT ( 248 , 157 ) ;
|
||
Text = "Script bearbeiten" ;
|
||
Text [ ENGLISH ] = "Edit script" ;
|
||
Moveable = TRUE ;
|
||
FixedText FT_TYPE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 15 ) ;
|
||
Size = MAP_APPFONT ( 55 , 10 ) ;
|
||
Text = "Script-T~yp" ;
|
||
Text [ ENGLISH ] = "Script type" ;
|
||
Text [ english_us ] = "Script type" ;
|
||
Text [ portuguese_brazilian ] = "Script-Typ" ;
|
||
Text [ swedish ] = "Skriptt~yp" ;
|
||
Text [ danish ] = "Script-type" ;
|
||
Text [ italian ] = "Tipo di script" ;
|
||
Text [ spanish ] = "Tipo de script" ;
|
||
Text [ french ] = "T~ype de script" ;
|
||
Text [ dutch ] = "Scriptt~ype" ;
|
||
Text [ portuguese ] = "~Tipo de script" ;
|
||
Text[ chinese_simplified ] = "脚本类型";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Typ skryptu";
|
||
Text[ japanese ] = "スクリプトタイプ";
|
||
Text[ chinese_traditional ] = "程式檔類型";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> Script";
|
||
Text[ korean ] = "스크립트 유형";
|
||
Text[ turkish ] = "Script tipi";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Tipus d'script";
|
||
Text[ finnish ] = "Komentosarjatyyppi";
|
||
Text[ thai ] = "ชนิดสคริปต์";
|
||
};
|
||
Edit ED_TYPE
|
||
{
|
||
Border = TRUE ;
|
||
Text = "JavaScript" ;
|
||
// Nicht uebersetzen!!!
|
||
Pos = MAP_APPFONT ( 70 , 14 ) ;
|
||
Size = MAP_APPFONT ( 87 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
RadioButton RB_URL
|
||
{
|
||
Text = "~URL" ;
|
||
Text [ ENGLISH ] = "URL" ;
|
||
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
||
Size = MAP_APPFONT ( 55 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
Text [ portuguese ] = "~URL" ;
|
||
Text [ english_us ] = "URL" ;
|
||
Text [ portuguese_brazilian ] = "URL" ;
|
||
Text [ swedish ] = "~URL" ;
|
||
Text [ danish ] = "URL" ;
|
||
Text [ italian ] = "URL" ;
|
||
Text [ spanish ] = "URL" ;
|
||
Text [ french ] = "URL" ;
|
||
Text [ dutch ] = "~URL" ;
|
||
Text[ chinese_simplified ] = "URL";
|
||
Text[ russian ] = "URL";
|
||
Text[ polish ] = "URL";
|
||
Text[ japanese ] = "URL";
|
||
Text[ chinese_traditional ] = "URL";
|
||
Text[ arabic ] = "URL";
|
||
Text[ greek ] = "~URL";
|
||
Text[ korean ] = "URL";
|
||
Text[ turkish ] = "URL";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "URL";
|
||
Text[ finnish ] = "URL-osoite";
|
||
Text[ thai ] = "URL";
|
||
};
|
||
Edit ED_URL
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 70 , 27 ) ;
|
||
Size = MAP_APPFONT ( 87 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton PB_URL
|
||
{
|
||
Pos = MAP_APPFONT ( 163 , 26 ) ;
|
||
Size = MAP_APPFONT ( 14 , 14 ) ;
|
||
Text = "~..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
RadioButton RB_EDIT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 40 ) ;
|
||
Size = MAP_APPFONT ( 140 , 10 ) ;
|
||
Text = "~Text" ;
|
||
Text [ English ] = "~Text" ;
|
||
Text [ norwegian ] = "~Text" ;
|
||
Text [ italian ] = "~Testo" ;
|
||
Text [ portuguese_brazilian ] = "~Texto" ;
|
||
Text [ portuguese ] = "~Texto" ;
|
||
Text [ finnish ] = "~Teksti" ;
|
||
Text [ danish ] = "Tekst" ;
|
||
Text [ french ] = "Texte" ;
|
||
Text [ swedish ] = "~Text" ;
|
||
Text [ dutch ] = "~Tekst" ;
|
||
Text [ spanish ] = "~Texto" ;
|
||
Text [ english_us ] = "~Text" ;
|
||
TabStop = TRUE ;
|
||
Check = TRUE ;
|
||
Text[ chinese_simplified ] = "文字(~T)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Tekst";
|
||
Text[ japanese ] = "テキスト(~T)";
|
||
Text[ chinese_traditional ] = "文字(~T)";
|
||
Text[ arabic ] = "<22><>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "텍스트(~T)";
|
||
Text[ turkish ] = "~Metin";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Text";
|
||
Text[ thai ] = "~ข้อความ";
|
||
};
|
||
MultiLineEdit ED_EDIT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 23 , 54 ) ;
|
||
Size = MAP_APPFONT ( 155 , 91 ) ;
|
||
Left = TRUE ;
|
||
VScroll = TRUE ;
|
||
HScroll = TRUE ;
|
||
IgnoreTab = TRUE ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedLine FL_POSTIT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 179 , 8 ) ;
|
||
Text = "Inhalt" ;
|
||
Text [ ENGLISH ] = "Contents" ;
|
||
Text [ norwegian ] = "Innhold " ;
|
||
Text [ italian ] = "Contenuto" ;
|
||
Text [ portuguese_brazilian ] = "Conte?o" ;
|
||
Text [ portuguese ] = "Conte<74>do" ;
|
||
Text [ finnish ] = "Sis<69>lt<6C>" ;
|
||
Text [ danish ] = "Indhold" ;
|
||
Text [ french ] = "Contenu" ;
|
||
Text [ swedish ] = "Inneh<65>ll" ;
|
||
Text [ dutch ] = "Inhoud" ;
|
||
Text [ spanish ] = "Contenido" ;
|
||
Text [ english_us ] = "Contents" ;
|
||
Text[ chinese_simplified ] = "内容";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zawarto<74><6F>";
|
||
Text[ japanese ] = "内容";
|
||
Text[ chinese_traditional ] = "內容";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "내용";
|
||
Text[ turkish ] = "<22><>erik";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Contingut";
|
||
Text[ thai ] = "เนื้อหา";
|
||
};
|
||
OKButton BTN_POST_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 191 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 15 ) ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton BTN_POST_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 191 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 15 ) ;
|
||
};
|
||
HelpButton BTN_POST_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 191 , 40 ) ;
|
||
Size = MAP_APPFONT ( 50 , 15 ) ;
|
||
};
|
||
ImageButton BTN_PREV
|
||
{
|
||
Pos = MAP_APPFONT ( 191 , 60 ) ;
|
||
Size = MAP_APPFONT ( 24 , 14 ) ;
|
||
Symbol = IMAGEBUTTON_ARROW_LEFT ;
|
||
};
|
||
ImageButton BTN_NEXT
|
||
{
|
||
Pos = MAP_APPFONT ( 217 , 60 ) ;
|
||
Size = MAP_APPFONT ( 24 , 14 ) ;
|
||
Symbol = IMAGEBUTTON_ARROW_RIGHT ;
|
||
};
|
||
// lokale Strings
|
||
String STR_JAVA_EDIT
|
||
{
|
||
Text = "Script bearbeiten" ;
|
||
Text [ English ] = "Edit script" ;
|
||
Text [ portuguese ] = "Editar Script" ;
|
||
Text [ english_us ] = "Edit Script" ;
|
||
Text [ portuguese_brazilian ] = "Script bearbeiten" ;
|
||
Text [ swedish ] = "Redigera skript" ;
|
||
Text [ danish ] = "Rediger script" ;
|
||
Text [ italian ] = "Modifica script" ;
|
||
Text [ spanish ] = "Editar script" ;
|
||
Text [ french ] = "<22>diter le script" ;
|
||
Text [ dutch ] = "Script bewerken" ;
|
||
Text[ chinese_simplified ] = "编辑脚本";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Edytuj skrypt";
|
||
Text[ japanese ] = "スクリプトの編集";
|
||
Text[ chinese_traditional ] = "編輯程式檔";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Script";
|
||
Text[ korean ] = "스크립트 편집";
|
||
Text[ turkish ] = "Script bearbeiten";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Edita script";
|
||
Text[ finnish ] = "Muokkaa komentosarjaa";
|
||
Text[ thai ] = "แก้ไขสคริปต์";
|
||
};
|
||
String STR_JAVA_INSERT
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Script einf<6E>gen : Script einf<6E>gen */
|
||
Text = "Script einf<6E>gen" ;
|
||
Text [ English ] = "Insert script" ;
|
||
Text [ portuguese ] = "Inserir Script" ;
|
||
Text [ english_us ] = "Insert Script" ;
|
||
Text [ portuguese_brazilian ] = "Script einf?en" ;
|
||
Text [ swedish ] = "Infoga skript" ;
|
||
Text [ danish ] = "Inds<64>t script" ;
|
||
Text [ italian ] = "Inserisci script" ;
|
||
Text [ spanish ] = "Insertar script" ;
|
||
Text [ french ] = "Ins<6E>rer un script" ;
|
||
Text [ dutch ] = "Script invoegen" ;
|
||
Text[ chinese_simplified ] = "插入脚本";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wstaw skrypt";
|
||
Text[ japanese ] = "スクリプトの挿入";
|
||
Text[ chinese_traditional ] = "插入程式檔";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Script";
|
||
Text[ korean ] = "스크립트 삽입";
|
||
Text[ turkish ] = "Script einf<6E>gen";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Insereix script";
|
||
Text[ finnish ] = "Lis<69><73> komentosarja";
|
||
Text[ thai ] = "แทรกสคริปต์";
|
||
};
|
||
Text [ english_us ] = "Edit Script" ;
|
||
Text [ portuguese_brazilian ] = "Script bearbeiten" ;
|
||
Text [ swedish ] = "Redigera skript" ;
|
||
Text [ danish ] = "Rediger script" ;
|
||
Text [ italian ] = "Modifica script" ;
|
||
Text [ spanish ] = "Editar script" ;
|
||
Text [ french ] = "<22>diter le script" ;
|
||
Text [ dutch ] = "Script bewerken" ;
|
||
Text [ portuguese ] = "Editar Script" ;
|
||
Text[ chinese_simplified ] = "编辑脚本";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Edytuj skrypt";
|
||
Text[ japanese ] = "スクリプトの編集";
|
||
Text[ chinese_traditional ] = "編輯程式檔";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Script";
|
||
Text[ korean ] = "스크립트 편집";
|
||
Text[ turkish ] = "Script'i d<>zenle";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Edita script";
|
||
Text[ finnish ] = "Muokkaa komentosarjaa";
|
||
Text[ thai ] = "แก้ไขสคริปต์";
|
||
};
|
||
// ********************************************************************** EOF
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|