2000-09-18 16:15:01 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: javaedit.src,v $
|
|
|
|
|
*
|
2003-03-27 14:45:43 +00:00
|
|
|
|
* $Revision: 1.17 $
|
2000-09-18 16:15:01 +00:00
|
|
|
|
*
|
2003-03-27 14:45:43 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2003-03-27 15:43:26 $
|
2000-09-18 16:15:01 +00:00
|
|
|
|
*
|
|
|
|
|
* 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 ) ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Size = MAP_APPFONT ( 55 , 10 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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" ;
|
2001-03-01 20:37:13 +00:00
|
|
|
|
Text [ portuguese ] = "~Tipo de script" ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ chinese_simplified ] = "脚本类型";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ polish ] = "Typ skryptu";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ japanese ] = "スクリプトタイプ";
|
|
|
|
|
Text[ chinese_traditional ] = "程式檔類型";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> Script";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ korean ] = "스크립트 유형";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Script tipi";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Tipus d'script";
|
2001-05-10 05:47:49 +00:00
|
|
|
|
Text[ finnish ] = "Komentosarjatyyppi";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ thai ] = "ชนิดสคริปต์";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
Edit ED_TYPE
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Text = "JavaScript" ;
|
|
|
|
|
// Nicht uebersetzen!!!
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 70 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 87 , 12 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
RadioButton RB_URL
|
|
|
|
|
{
|
|
|
|
|
Text = "~URL" ;
|
|
|
|
|
Text [ ENGLISH ] = "URL" ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Size = MAP_APPFONT ( 55 , 10 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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" ;
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text [ french ] = "URL" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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 ] = " ";
|
2001-05-04 20:10:22 +00:00
|
|
|
|
Text[ catalan ] = "URL";
|
2001-05-10 05:47:49 +00:00
|
|
|
|
Text[ finnish ] = "URL-osoite";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ thai ] = "URL";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
Edit ED_URL
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 70 , 27 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 87 , 12 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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 ) ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Size = MAP_APPFONT ( 140 , 10 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "~Text" ;
|
|
|
|
|
Text [ English ] = "~Text" ;
|
|
|
|
|
Text [ norwegian ] = "~Text" ;
|
|
|
|
|
Text [ italian ] = "~Testo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Texto" ;
|
|
|
|
|
Text [ portuguese ] = "~Texto" ;
|
|
|
|
|
Text [ finnish ] = "~Teksti" ;
|
|
|
|
|
Text [ danish ] = "Tekst" ;
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text [ french ] = "Texte" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text [ swedish ] = "~Text" ;
|
|
|
|
|
Text [ dutch ] = "~Tekst" ;
|
|
|
|
|
Text [ spanish ] = "~Texto" ;
|
|
|
|
|
Text [ english_us ] = "~Text" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Check = TRUE ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ chinese_simplified ] = "文字(~T)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Tekst";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ japanese ] = "テキスト(~T)";
|
|
|
|
|
Text[ chinese_traditional ] = "文字(~T)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ arabic ] = "<22><>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ korean ] = "텍스트(~T)";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "~Metin";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "~Text";
|
|
|
|
|
Text[ thai ] = "~ข้อความ";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
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 ;
|
|
|
|
|
};
|
2001-06-01 10:04:53 +00:00
|
|
|
|
FixedLine FL_POSTIT
|
2000-09-18 16:15:01 +00:00
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
2001-06-01 10:04:53 +00:00
|
|
|
|
Size = MAP_APPFONT ( 179 , 8 ) ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text = "Inhalt" ;
|
|
|
|
|
Text [ ENGLISH ] = "Contents" ;
|
|
|
|
|
Text [ norwegian ] = "Innhold " ;
|
|
|
|
|
Text [ italian ] = "Contenuto" ;
|
2001-05-17 07:39:01 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Conte?o" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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" ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ chinese_simplified ] = "内容";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-30 19:24:14 +00:00
|
|
|
|
Text[ polish ] = "Zawarto<74><6F>";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ japanese ] = "内容";
|
|
|
|
|
Text[ chinese_traditional ] = "內容";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ korean ] = "내용";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "<22><>erik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Contingut";
|
|
|
|
|
Text[ thai ] = "เนื้อหา";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
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" ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text [ english_us ] = "Edit Script" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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" ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ chinese_simplified ] = "编辑脚本";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ polish ] = "Edytuj skrypt";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ japanese ] = "スクリプトの編集";
|
|
|
|
|
Text[ chinese_traditional ] = "編輯程式檔";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Script";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ korean ] = "스크립트 편집";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Script bearbeiten";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Edita script";
|
2001-05-10 05:47:49 +00:00
|
|
|
|
Text[ finnish ] = "Muokkaa komentosarjaa";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ thai ] = "แก้ไขสคริปต์";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
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" ;
|
2001-05-17 07:39:01 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Script einf?en" ;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
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" ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ chinese_simplified ] = "插入脚本";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ polish ] = "Wstaw skrypt";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ japanese ] = "スクリプトの挿入";
|
|
|
|
|
Text[ chinese_traditional ] = "插入程式檔";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Script";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ korean ] = "스크립트 삽입";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Script einf<6E>gen";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Insereix script";
|
2001-05-10 05:47:49 +00:00
|
|
|
|
Text[ finnish ] = "Lis<69><73> komentosarja";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ thai ] = "แทรกสคริปต์";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
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" ;
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ chinese_simplified ] = "编辑脚本";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ polish ] = "Edytuj skrypt";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ japanese ] = "スクリプトの編集";
|
|
|
|
|
Text[ chinese_traditional ] = "編輯程式檔";
|
2000-11-09 12:05:23 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Script";
|
2001-12-18 10:05:27 +00:00
|
|
|
|
Text[ korean ] = "스크립트 편집";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
Text[ turkish ] = "Script'i d<>zenle";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Edita script";
|
2001-05-10 05:47:49 +00:00
|
|
|
|
Text[ finnish ] = "Muokkaa komentosarjaa";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ thai ] = "แก้ไขสคริปต์";
|
2000-09-18 16:15:01 +00:00
|
|
|
|
};
|
|
|
|
|
// ********************************************************************** EOF
|
2003-03-27 14:45:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|