summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/javaedit.src
blob: 18327c48433adc140ce93f3fc9ace0b2fda7d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
/*************************************************************************
 *
 *  $RCSfile: javaedit.src,v $
 *
 *  $Revision: 1.16 $
 *
 *  last change: $Author: os $ $Date: 2001-12-18 11:05:27 $
 *
 *  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 ] = " ";
        Text[ polish ] = "Typ skryptu";
        Text[ japanese ] = "スクリプトタイプ";
        Text[ chinese_traditional ] = "程式檔類型";
        Text[ arabic ] = "  ";
        Text[ greek ] = "  Script";
        Text[ korean ] = "스크립트 유형";
        Text[ turkish ] = "Script tipi";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Tipo de script";
        Text[ finnish ] = "Komentosarjatyyppi";
    };
    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";
    };
    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 ] = "";
        Text[ polish ] = "Tekst";
        Text[ japanese ] = "テキスト(~T)";
        Text[ chinese_traditional ] = "文字(~T)";
        Text[ arabic ] = "";
        Text[ greek ] = "";
        Text[ korean ] = "텍스트(~T)";
        Text[ turkish ] = "~Metin";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "~Texto";
    };
    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 ] = "Contedo" ;
        Text [ finnish ] = "Sislt" ;
        Text [ danish ] = "Indhold" ;
        Text [ french ] = "Contenu" ;
        Text [ swedish ] = "Innehll" ;
        Text [ dutch ] = "Inhoud" ;
        Text [ spanish ] = "Contenido" ;
        Text [ english_us ] = "Contents" ;
        Text[ chinese_simplified ] = "内容";
        Text[ russian ] = "";
        Text[ polish ] = "Zawarto";
        Text[ japanese ] = "内容";
        Text[ chinese_traditional ] = "內容";
        Text[ arabic ] = "";
        Text[ greek ] = "";
        Text[ korean ] = "내용";
        Text[ turkish ] = "erik";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Contenido";
    };
    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 ] = "diter le script" ;
        Text [ dutch ] = "Script bewerken" ;
        Text[ chinese_simplified ] = "编辑脚本";
        Text[ russian ] = " ";
        Text[ polish ] = "Edytuj skrypt";
        Text[ japanese ] = "スクリプトの編集";
        Text[ chinese_traditional ] = "編輯程式檔";
        Text[ arabic ] = "  ";
        Text[ greek ] = " Script";
        Text[ korean ] = "스크립트 편집";
        Text[ turkish ] = "Script bearbeiten";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Editar script";
        Text[ finnish ] = "Muokkaa komentosarjaa";
    };
    String STR_JAVA_INSERT
    {
        /* ### ACHTUNG: Neuer Text in Resource? Script einfgen : Script einfgen */
        Text = "Script einfgen" ;
        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 ] = "Indst script" ;
        Text [ italian ] = "Inserisci script" ;
        Text [ spanish ] = "Insertar script" ;
        Text [ french ] = "Insrer un script" ;
        Text [ dutch ] = "Script invoegen" ;
        Text[ chinese_simplified ] = "插入脚本";
        Text[ russian ] = " ";
        Text[ polish ] = "Wstaw skrypt";
        Text[ japanese ] = "スクリプトの挿入";
        Text[ chinese_traditional ] = "插入程式檔";
        Text[ arabic ] = "  ";
        Text[ greek ] = " Script";
        Text[ korean ] = "스크립트 삽입";
        Text[ turkish ] = "Script einfgen";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Insertar script";
        Text[ finnish ] = "Lis komentosarja";
    };
    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 ] = "diter le script" ;
    Text [ dutch ] = "Script bewerken" ;
    Text [ portuguese ] = "Editar Script" ;
    Text[ chinese_simplified ] = "编辑脚本";
    Text[ russian ] = " ";
    Text[ polish ] = "Edytuj skrypt";
    Text[ japanese ] = "スクリプトの編集";
    Text[ chinese_traditional ] = "編輯程式檔";
    Text[ arabic ] = "  ";
    Text[ greek ] = " Script";
    Text[ korean ] = "스크립트 편집";
    Text[ turkish ] = "Script'i dzenle";
    Text[ language_user1 ] = " ";
    Text[ catalan ] = "Editar script";
    Text[ finnish ] = "Muokkaa komentosarjaa";
};
 // ********************************************************************** EOF