~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to components/synedit/languages/synedit.id.po

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
msgid ""
2
 
msgstr ""
3
 
"Project-Id-Version: Lazarus 1.x\n"
4
 
"POT-Creation-Date: \n"
5
 
"PO-Revision-Date: 2006-06-05 02:42+0700\n"
6
 
"Last-Translator: Zaenal Mutaqin <ade999@gmail.com>\n"
7
 
"Language-Team: Indonesian Translator <ade999@gmail.com>\n"
8
 
"MIME-Version: 1.0\n"
9
 
"Content-Type: text/plain; charset=UTF-8\n"
10
 
"Content-Transfer-Encoding: 8bit\n"
11
 
"X-Poedit-Language: Indonesian\n"
12
 
"X-Poedit-Country: INDONESIA\n"
13
 
"X-Poedit-SourceCharset: iso-8859-1\n"
14
 
 
15
 
#: syneditstrconst.syns_attrasp
16
 
msgid "Asp"
17
 
msgstr ""
18
 
 
19
 
#: syneditstrconst.syns_attrassembler
20
 
msgid "Assembler"
21
 
msgstr ""
22
 
 
23
 
#: syneditstrconst.syns_attrattributename
24
 
msgid "Attribute Name"
25
 
msgstr ""
26
 
 
27
 
#: syneditstrconst.syns_attrattributevalue
28
 
msgid "Attribute Value"
29
 
msgstr ""
30
 
 
31
 
#: syneditstrconst.syns_attrblock
32
 
msgid "Block"
33
 
msgstr ""
34
 
 
35
 
#: syneditstrconst.syns_attrbrackets
36
 
msgid "Brackets"
37
 
msgstr ""
38
 
 
39
 
#: syneditstrconst.syns_attrcaselabel
40
 
msgid "Case label"
41
 
msgstr ""
42
 
 
43
 
#: syneditstrconst.syns_attrcdatasection
44
 
msgid "CDATA Section"
45
 
msgstr ""
46
 
 
47
 
#: syneditstrconst.syns_attrcharacter
48
 
msgid "Character"
49
 
msgstr ""
50
 
 
51
 
#: syneditstrconst.syns_attrchunkmarker
52
 
msgid "Diff Chunk Marker"
53
 
msgstr ""
54
 
 
55
 
#: syneditstrconst.syns_attrchunkmixed
56
 
msgid "Diff Chunk Line Counts"
57
 
msgstr ""
58
 
 
59
 
#: syneditstrconst.syns_attrchunknew
60
 
msgid "Diff Chunk New Line Count"
61
 
msgstr ""
62
 
 
63
 
#: syneditstrconst.syns_attrchunkorig
64
 
msgid "Diff Chunk Original Line Count"
65
 
msgstr ""
66
 
 
67
 
#: syneditstrconst.syns_attrclass
68
 
msgid "Class"
69
 
msgstr ""
70
 
 
71
 
#: syneditstrconst.syns_attrcomment
72
 
msgid "Comment"
73
 
msgstr ""
74
 
 
75
 
#: syneditstrconst.syns_attrcondition
76
 
msgid "Condition"
77
 
msgstr ""
78
 
 
79
 
#: syneditstrconst.syns_attrdatatype
80
 
msgid "Data type"
81
 
msgstr ""
82
 
 
83
 
#: syneditstrconst.syns_attrdefaultpackage
84
 
msgid "Default packages"
85
 
msgstr ""
86
 
 
87
 
#: syneditstrconst.syns_attrdir
88
 
msgid "Direction"
89
 
msgstr ""
90
 
 
91
 
#: syneditstrconst.syns_attrdirective
92
 
msgid "Directive"
93
 
msgstr ""
94
 
 
95
 
#: syneditstrconst.syns_attrdoctypesection
96
 
msgid "DOCTYPE Section"
97
 
msgstr ""
98
 
 
99
 
#: syneditstrconst.syns_attrdocumentation
100
 
msgid "Documentation"
101
 
msgstr ""
102
 
 
103
 
#: syneditstrconst.syns_attrelementname
104
 
msgid "Element Name"
105
 
msgstr ""
106
 
 
107
 
#: syneditstrconst.syns_attrembedsql
108
 
msgid "Embedded SQL"
109
 
msgstr ""
110
 
 
111
 
#: syneditstrconst.syns_attrembedtext
112
 
msgid "Embedded text"
113
 
msgstr ""
114
 
 
115
 
#: syneditstrconst.syns_attrentityreference
116
 
msgid "Entity Reference"
117
 
msgstr ""
118
 
 
119
 
#: syneditstrconst.syns_attrescapeampersand
120
 
msgid "Escape ampersand"
121
 
msgstr ""
122
 
 
123
 
#: syneditstrconst.syns_attrevent
124
 
msgid "Event"
125
 
msgstr ""
126
 
 
127
 
#: syneditstrconst.syns_attrexception
128
 
msgid "Exception"
129
 
msgstr ""
130
 
 
131
 
#: syneditstrconst.syns_attrfloat
132
 
msgid "Float"
133
 
msgstr ""
134
 
 
135
 
#: syneditstrconst.syns_attrform
136
 
msgid "Form"
137
 
msgstr ""
138
 
 
139
 
#: syneditstrconst.syns_attrfunction
140
 
msgid "Function"
141
 
msgstr ""
142
 
 
143
 
#: syneditstrconst.syns_attrhexadecimal
144
 
msgid "Hexadecimal"
145
 
msgstr ""
146
 
 
147
 
#: syneditstrconst.syns_attricon
148
 
msgid "Icon reference"
149
 
msgstr ""
150
 
 
151
 
#: syneditstrconst.syns_attridedirective
152
 
msgid "IDE Directive"
153
 
msgstr ""
154
 
 
155
 
#: syneditstrconst.syns_attridentifier
156
 
msgid "Identifier"
157
 
msgstr ""
158
 
 
159
 
#: syneditstrconst.syns_attrillegalchar
160
 
msgid "Illegal char"
161
 
msgstr ""
162
 
 
163
 
#: syneditstrconst.syns_attrinclude
164
 
msgid "Include"
165
 
msgstr ""
166
 
 
167
 
#: syneditstrconst.syns_attrindirect
168
 
msgid "Indirect"
169
 
msgstr ""
170
 
 
171
 
#: syneditstrconst.syns_attrinternalfunction
172
 
msgid "Internal function"
173
 
msgstr ""
174
 
 
175
 
#: syneditstrconst.syns_attrinvalidsymbol
176
 
msgid "Invalid symbol"
177
 
msgstr ""
178
 
 
179
 
#: syneditstrconst.syns_attrkey
180
 
msgid "Key"
181
 
msgstr ""
182
 
 
183
 
#: syneditstrconst.syns_attrlabel
184
 
msgid "Label"
185
 
msgstr ""
186
 
 
187
 
#: syneditstrconst.syns_attrlineadded
188
 
msgid "Diff Added line"
189
 
msgstr ""
190
 
 
191
 
#: syneditstrconst.syns_attrlinechanged
192
 
msgid "Diff Changed Line"
193
 
msgstr ""
194
 
 
195
 
#: syneditstrconst.syns_attrlinecontext
196
 
msgid "Diff Context Line"
197
 
msgstr ""
198
 
 
199
 
#: syneditstrconst.syns_attrlineremoved
200
 
msgid "Diff Removed Line"
201
 
msgstr ""
202
 
 
203
 
#: syneditstrconst.syns_attrmacro
204
 
msgid "Macro"
205
 
msgstr ""
206
 
 
207
 
#: syneditstrconst.syns_attrmarker
208
 
msgid "Marker"
209
 
msgstr ""
210
 
 
211
 
#: syneditstrconst.syns_attrmathmode
212
 
msgid "Math Mode"
213
 
msgstr ""
214
 
 
215
 
#: syneditstrconst.syns_attrmessage
216
 
msgid "Message"
217
 
msgstr ""
218
 
 
219
 
#: syneditstrconst.syns_attrmiscellaneous
220
 
msgid "Miscellaneous"
221
 
msgstr ""
222
 
 
223
 
#: syneditstrconst.syns_attrnamespaceattrname
224
 
msgid "Namespace Attribute Name"
225
 
msgstr ""
226
 
 
227
 
#: syneditstrconst.syns_attrnamespaceattrvalue
228
 
msgid "Namespace Attribute Value"
229
 
msgstr ""
230
 
 
231
 
#: syneditstrconst.syns_attrnewfile
232
 
msgid "Diff New File"
233
 
msgstr ""
234
 
 
235
 
#: syneditstrconst.syns_attrnonreservedkeyword
236
 
msgid "Non-reserved keyword"
237
 
msgstr ""
238
 
 
239
 
#: syneditstrconst.syns_attrnull
240
 
msgid "Null"
241
 
msgstr ""
242
 
 
243
 
#: syneditstrconst.syns_attrnumber
244
 
msgid "Number"
245
 
msgstr ""
246
 
 
247
 
#: syneditstrconst.syns_attroctal
248
 
msgid "Octal"
249
 
msgstr ""
250
 
 
251
 
#: syneditstrconst.syns_attroperator
252
 
msgid "Operator"
253
 
msgstr ""
254
 
 
255
 
#: syneditstrconst.syns_attrorigfile
256
 
msgid "Diff Original File"
257
 
msgstr ""
258
 
 
259
 
#: syneditstrconst.syns_attrplsql
260
 
msgid "Reserved word (PL/SQL)"
261
 
msgstr ""
262
 
 
263
 
#: syneditstrconst.syns_attrpragma
264
 
msgid "Pragma"
265
 
msgstr ""
266
 
 
267
 
#: syneditstrconst.syns_attrpreprocessor
268
 
msgid "Preprocessor"
269
 
msgstr ""
270
 
 
271
 
#: syneditstrconst.syns_attrprocessinginstr
272
 
msgid "Processing Instruction"
273
 
msgstr ""
274
 
 
275
 
#: syneditstrconst.syns_attrqualifier
276
 
msgid "Qualifier"
277
 
msgstr ""
278
 
 
279
 
#: syneditstrconst.syns_attrregister
280
 
msgid "Register"
281
 
msgstr ""
282
 
 
283
 
#: syneditstrconst.syns_attrreservedword
284
 
msgid "Reserved word"
285
 
msgstr ""
286
 
 
287
 
#: syneditstrconst.syns_attrroundbracket
288
 
msgid "Round Bracket"
289
 
msgstr ""
290
 
 
291
 
#: syneditstrconst.syns_attrrpl
292
 
msgid "Rpl"
293
 
msgstr ""
294
 
 
295
 
#: syneditstrconst.syns_attrrplcomment
296
 
msgid "Rpl comment"
297
 
msgstr ""
298
 
 
299
 
#: syneditstrconst.syns_attrrplkey
300
 
msgid "Rpl key"
301
 
msgstr ""
302
 
 
303
 
#: syneditstrconst.syns_attrsasm
304
 
msgid "SASM"
305
 
msgstr ""
306
 
 
307
 
#: syneditstrconst.syns_attrsasmcomment
308
 
msgid "SASM Comment"
309
 
msgstr ""
310
 
 
311
 
#: syneditstrconst.syns_attrsasmkey
312
 
msgid "SASM Key"
313
 
msgstr ""
314
 
 
315
 
#: syneditstrconst.syns_attrsecondreservedword
316
 
msgid "Second reserved word"
317
 
msgstr ""
318
 
 
319
 
#: syneditstrconst.syns_attrsection
320
 
msgid "Section"
321
 
msgstr ""
322
 
 
323
 
#: syneditstrconst.syns_attrspace
324
 
msgid "Space"
325
 
msgstr ""
326
 
 
327
 
#: syneditstrconst.syns_attrspecialvariable
328
 
msgid "Special variable"
329
 
msgstr ""
330
 
 
331
 
#: syneditstrconst.syns_attrsqlkey
332
 
msgid "SQL keyword"
333
 
msgstr ""
334
 
 
335
 
#: syneditstrconst.syns_attrsqlplus
336
 
msgid "SQL*Plus command"
337
 
msgstr ""
338
 
 
339
 
#: syneditstrconst.syns_attrsquarebracket
340
 
msgid "Square Bracket"
341
 
msgstr ""
342
 
 
343
 
#: syneditstrconst.syns_attrstring
344
 
msgid "String"
345
 
msgstr ""
346
 
 
347
 
#: syneditstrconst.syns_attrsymbol
348
 
msgid "Symbol"
349
 
msgstr ""
350
 
 
351
 
#: syneditstrconst.syns_attrsyntaxerror
352
 
msgid "SyntaxError"
353
 
msgstr ""
354
 
 
355
 
#: syneditstrconst.syns_attrsystem
356
 
msgid "System functions and variables"
357
 
msgstr ""
358
 
 
359
 
#: syneditstrconst.syns_attrsystemvalue
360
 
msgid "System value"
361
 
msgstr ""
362
 
 
363
 
#: syneditstrconst.syns_attrtablename
364
 
msgid "Table Name"
365
 
msgstr ""
366
 
 
367
 
#: syneditstrconst.syns_attrterminator
368
 
msgid "Terminator"
369
 
msgstr ""
370
 
 
371
 
#: syneditstrconst.syns_attrtexcommand
372
 
msgid "TeX Command"
373
 
msgstr ""
374
 
 
375
 
#: syneditstrconst.syns_attrtext
376
 
msgid "Text"
377
 
msgstr ""
378
 
 
379
 
#: syneditstrconst.syns_attrtextmathmode
380
 
msgid "Text in Math Mode"
381
 
msgstr ""
382
 
 
383
 
#: syneditstrconst.syns_attrunknownword
384
 
msgid "Unknown word"
385
 
msgstr ""
386
 
 
387
 
#: syneditstrconst.syns_attruser
388
 
msgid "User functions and variables"
389
 
msgstr ""
390
 
 
391
 
#: syneditstrconst.syns_attruserfunction
392
 
msgid "User functions"
393
 
msgstr ""
394
 
 
395
 
#: syneditstrconst.syns_attrvalue
396
 
msgid "Value"
397
 
msgstr ""
398
 
 
399
 
#: syneditstrconst.syns_attrvariable
400
 
msgid "Variable"
401
 
msgstr ""
402
 
 
403
 
#: syneditstrconst.syns_attrwhitespace
404
 
msgid "Whitespace"
405
 
msgstr ""
406
 
 
407
 
#: syneditstrconst.syns_duplicateshortcutmsg
408
 
#, fuzzy
409
 
#| msgid "Shortcut already exists"
410
 
msgid "The keystroke \"%s\" is already assigned to another editor command. (%s)"
411
 
msgstr "tekanan tombol \"%s\" sudah ditugaskan ke perintah editor lain. (%s)"
412
 
 
413
 
#: syneditstrconst.syns_eduplicateshortcut
414
 
msgid "Mouse-Shortcut already exists"
415
 
msgstr "Jalan pintas sudah ada"
416
 
 
417
 
#: syneditstrconst.syns_emcbreakpointtoggle
418
 
msgid "Toggle Breakpoint"
419
 
msgstr ""
420
 
 
421
 
#: syneditstrconst.syns_emccodefoldcollaps
422
 
msgid "Fold Code"
423
 
msgstr ""
424
 
 
425
 
#: syneditstrconst.syns_emccodefoldcollaps_opt
426
 
msgid "Nodes,One,All,\"At Caret\",\"Current Node\""
427
 
msgstr ""
428
 
 
429
 
#: syneditstrconst.syns_emccodefoldcontextmenu
430
 
msgid "Fold Menu"
431
 
msgstr ""
432
 
 
433
 
#: syneditstrconst.syns_emccodefoldexpand
434
 
msgid "Unfold Code"
435
 
msgstr ""
436
 
 
437
 
#: syneditstrconst.syns_emccodefoldexpand_opt
438
 
msgid "Nodes,One,All"
439
 
msgstr ""
440
 
 
441
 
#: syneditstrconst.syns_emccontextmenu
442
 
msgid "Popup Menu"
443
 
msgstr ""
444
 
 
445
 
#: syneditstrconst.syns_emccontextmenucaretmove_opt
446
 
msgid "\"Move caret, when selection exists\", Never, \"Click outside\", Always"
447
 
msgstr ""
448
 
 
449
 
#: syneditstrconst.syns_emcmouselink
450
 
msgid "Source Link"
451
 
msgstr ""
452
 
 
453
 
#: syneditstrconst.syns_emcmouselink_opt
454
 
msgid "Underline,yes, no"
455
 
msgstr ""
456
 
 
457
 
#: syneditstrconst.syns_emcnone
458
 
msgid "No Action"
459
 
msgstr ""
460
 
 
461
 
#: syneditstrconst.syns_emcpasteselection
462
 
msgid "Quick Paste Selection"
463
 
msgstr ""
464
 
 
465
 
#: syneditstrconst.syns_emcselection_opt
466
 
msgid "Mode,Begin,Continue"
467
 
msgstr ""
468
 
 
469
 
#: syneditstrconst.syns_emcselectline
470
 
msgid "Select Line"
471
 
msgstr ""
472
 
 
473
 
#: syneditstrconst.syns_emcselectline_opt
474
 
msgid "\"Include spaces\",no,yes"
475
 
msgstr ""
476
 
 
477
 
#: syneditstrconst.syns_emcselectpara
478
 
msgid "Select Paragraph"
479
 
msgstr ""
480
 
 
481
 
#: syneditstrconst.syns_emcselectword
482
 
msgid "Select Word"
483
 
msgstr ""
484
 
 
485
 
#: syneditstrconst.syns_emcstartcolumnselections
486
 
msgid "Column Selection"
487
 
msgstr ""
488
 
 
489
 
#: syneditstrconst.syns_emcstartdragmove
490
 
msgid "Drag Selection"
491
 
msgstr ""
492
 
 
493
 
#: syneditstrconst.syns_emcstartlineselections
494
 
msgid "Line Selection"
495
 
msgstr ""
496
 
 
497
 
#: syneditstrconst.syns_emcstartselection
498
 
msgid "Selection"
499
 
msgstr ""
500
 
 
501
 
#: syneditstrconst.syns_emcsyneditcommand
502
 
msgid "IDE Command"
503
 
msgstr ""
504
 
 
505
 
#: syneditstrconst.syns_exporterformathtml
506
 
msgid "HTML"
507
 
msgstr "HTML"
508
 
 
509
 
#: syneditstrconst.syns_exporterformatrtf
510
 
msgid "RTF"
511
 
msgstr "RTF"
512
 
 
513
 
#: syneditstrconst.syns_filteradsp21xx
514
 
msgid "DSP Files (*.dsp,*.inc)|*.DSP;*.INC"
515
 
msgstr "File DSP (*.dsp,*.inc)|*.DSP;*.INC"
516
 
 
517
 
#: syneditstrconst.syns_filterasm68hc11
518
 
msgid "68HC11 Assembler Files (*.hc11,*.asm,*.asc)|*.HC11;*.ASM;*.ASC"
519
 
msgstr "File Assembler 68HC11(*.hc11,*.asm,*.asc)|*.HC11;*.ASM;*.ASC"
520
 
 
521
 
#: syneditstrconst.syns_filterawk
522
 
msgid "AWK Script (*.awk)|*.awk"
523
 
msgstr "Naskah AWK (*.awk)|*.awk"
524
 
 
525
 
#: syneditstrconst.syns_filterbaan
526
 
msgid "Baan 4GL Files (*.cln)|*.cln"
527
 
msgstr "File Baan 4GL (*.cln)|*.cln"
528
 
 
529
 
#: syneditstrconst.syns_filterbatch
530
 
msgid "MS-DOS Batch Files (*.bat;*.cmd)|*.bat;*.cmd"
531
 
msgstr "File Batch MS-DOS (*.bat;*.cmd)|*.bat;*.cmd"
532
 
 
533
 
#: syneditstrconst.syns_filtercache
534
 
msgid "Cache Files (*.mac,*.inc,*.int)|*.mac;*.inc;*.int"
535
 
msgstr "File Cache (*.mac,*.inc,*.int)|*.mac;*.inc;*.int"
536
 
 
537
 
#: syneditstrconst.syns_filtercaclipper
538
 
msgid "CA-Clipper Files (*.prg,*.ch,*.inc)|*.prg;*.ch;*.inc"
539
 
msgstr "File CA-Clipper (*.prg,*.ch,*.inc)|*.prg;*.ch;*.inc"
540
 
 
541
 
#: syneditstrconst.syns_filtercorbaidl
542
 
msgid "CORBA IDL files (*.idl)|*.idl"
543
 
msgstr "File CORBA IDL (*.idl)|*.idl"
544
 
 
545
 
#: syneditstrconst.syns_filtercpm
546
 
msgid "CPM reports (*.rdf,*.rif,*.rmf,*.rxf)|*.rdf;*.rif;*.rmf;*.rxf"
547
 
msgstr "Laporan CPM (*.rdf,*.rif,*.rmf,*.rxf)|*.rdf;*.rif;*.rmf;*.rxf"
548
 
 
549
 
#: syneditstrconst.syns_filtercpp
550
 
msgid "C++ Files (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh"
551
 
msgstr "File C++ (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh"
552
 
 
553
 
#: syneditstrconst.syns_filtercss
554
 
msgid "Cascading Stylesheets (*.css)|*.css"
555
 
msgstr "Cascading Stylesheets (*.css)|*.css"
556
 
 
557
 
#: syneditstrconst.syns_filterdfm
558
 
msgid "Borland Form Files (*.dfm;*.xfm)|*.dfm;*.xfm"
559
 
msgstr "File Form Borland (*.dfm;*.xfm)|*.dfm;*.xfm"
560
 
 
561
 
#: syneditstrconst.syns_filterfortran
562
 
msgid "Fortran Files (*.for)|*.for"
563
 
msgstr "File Fortran (*.for)|*.for"
564
 
 
565
 
#: syneditstrconst.syns_filterfoxpro
566
 
msgid "Foxpro Files (*.prg)|*.prg"
567
 
msgstr "File Foxpro (*.prg)|*.prg"
568
 
 
569
 
#: syneditstrconst.syns_filtergalaxy
570
 
msgid "Galaxy Files (*.gtv,*.galrep,*.txt)|*.gtv;*.galrep;*.txt"
571
 
msgstr "File Galaxy (*.gtv,*.galrep,*.txt)|*.gtv;*.galrep;*.txt"
572
 
 
573
 
#: syneditstrconst.syns_filtergembase
574
 
msgid "GEMBASE Files (*.dml,*.gem)|*.DML;*.GEM"
575
 
msgstr "File GEMBASE (*.dml,*.gem)|*.DML;*.GEM"
576
 
 
577
 
#: syneditstrconst.syns_filtergws
578
 
msgid "GW-TEL Script Files (*.gws)|*.gws"
579
 
msgstr "File Naskah GW-TEL (*.gws)|*.gws"
580
 
 
581
 
#: syneditstrconst.syns_filterhp
582
 
msgid "HP48 Files (*.s,*.sou,*.a,*.hp)|*.S;*.SOU;*.A;*.HP"
583
 
msgstr "File HP48 (*.s,*.sou,*.a,*.hp)|*.S;*.SOU;*.A;*.HP"
584
 
 
585
 
#: syneditstrconst.syns_filterhp48
586
 
msgid "HP48 Files (*.s,*.sou,*.a,*.hp)|*.s;*.sou;*.a;*.hp"
587
 
msgstr "File HP48 (*.s,*.sou,*.a,*.hp)|*.s;*.sou;*.a;*.hp"
588
 
 
589
 
#: syneditstrconst.syns_filterhtml
590
 
msgid "HTML Document (*.htm,*.html)|*.htm;*.html"
591
 
msgstr "Dokumen HTML (*.htm,*.html)|*.htm;*.html"
592
 
 
593
 
#: syneditstrconst.syns_filterini
594
 
msgid "INI Files (*.ini)|*.ini"
595
 
msgstr "File INI (*.ini)|*.ini"
596
 
 
597
 
#: syneditstrconst.syns_filterinno
598
 
msgid "Inno Setup Script Files (*.iss)|*.iss"
599
 
msgstr "File Naskah Inno Setup (*.iss)|*.iss"
600
 
 
601
 
#: syneditstrconst.syns_filterjava
602
 
msgid "Java Files (*.java)|*.java"
603
 
msgstr "File Java (*.java)|*.java"
604
 
 
605
 
#: syneditstrconst.syns_filterjscript
606
 
msgid "Javascript Files (*.js)|*.js"
607
 
msgstr "File Javascript (*.js)|*.js"
608
 
 
609
 
#: syneditstrconst.syns_filterkix
610
 
msgid "KiXtart scripts (*.kix)|*.kix"
611
 
msgstr "Naskah KiXtart (*.kix)|*.kix"
612
 
 
613
 
#: syneditstrconst.syns_filterlfm
614
 
msgid "Lazarus Form Files (*.lfm)|*.lfm"
615
 
msgstr "File Form Lazarus (*.lfm)|*.lfm"
616
 
 
617
 
#: syneditstrconst.syns_filtermodelica
618
 
msgid "Modelica Files (*.mo)|*.mo"
619
 
msgstr "File Modelica (*.mo)|*.mo"
620
 
 
621
 
#: syneditstrconst.syns_filtermodula3
622
 
msgid "Modula-3 Files (*.m3)|*.m3"
623
 
msgstr "File Modula-3 (*.m3)|*.m3"
624
 
 
625
 
#: syneditstrconst.syns_filterpascal
626
 
msgid "Pascal Files (*.pas,*.dpr,*.dpk,*.inc)|*.pas;*.dpr;*.dpk;*.inc"
627
 
msgstr "File Pascal (*.pas,*.dpr,*.dpk,*.inc)|*.pas;*.dpr;*.dpk;*.inc"
628
 
 
629
 
#: syneditstrconst.syns_filterperl
630
 
msgid "Perl Files (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi"
631
 
msgstr "File Perl (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi"
632
 
 
633
 
#: syneditstrconst.syns_filterphp
634
 
msgid "PHP Files (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.inc"
635
 
msgstr "Fo;e PHP (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.inc"
636
 
 
637
 
#: syneditstrconst.syns_filterprogress
638
 
msgid "Progress Files (*.w,*.p,*.i)|*.w;*.p;*.i"
639
 
msgstr "File Progress (*.w,*.p,*.i)|*.w;*.p;*.i"
640
 
 
641
 
#: syneditstrconst.syns_filterpython
642
 
msgid "Python Files (*.py)|*.py"
643
 
msgstr "File Python (*.py)|*.py"
644
 
 
645
 
#: syneditstrconst.syns_filterrtf
646
 
msgid "Rich Text Format (*.rtf)|*.rtf"
647
 
msgstr "Rich Text Format (*.rtf)|*.rtf"
648
 
 
649
 
#: syneditstrconst.syns_filtersdd
650
 
msgid "Semanta DD files (*.sdd)|*.sdd"
651
 
msgstr "File Semanta DD (*.sdd)|*.sdd"
652
 
 
653
 
#: syneditstrconst.syns_filtersml
654
 
msgid "Standard ML Files (*.sml)|*.sml"
655
 
msgstr "File ML Standar (*.sml)|*.sml"
656
 
 
657
 
#: syneditstrconst.syns_filtersql
658
 
msgid "SQL Files (*.sql)|*.sql"
659
 
msgstr "File SQL (*.sql)|*.sql"
660
 
 
661
 
#: syneditstrconst.syns_filtersyngenmsgfiles
662
 
msgid "Msg files (*.msg)|*.msg"
663
 
msgstr "File Msg (*.msg)|*.msg"
664
 
 
665
 
#: syneditstrconst.syns_filtertcltk
666
 
msgid "Tcl/Tk Files (*.tcl)|*.tcl"
667
 
msgstr "File Tcl/Tk (*.tcl)|*.tcl"
668
 
 
669
 
#: syneditstrconst.syns_filtertex
670
 
msgid "TeX Files (*.tex)|*.tex"
671
 
msgstr "File TeX (*.tex)|*.tex"
672
 
 
673
 
#: syneditstrconst.syns_filterunixshellscript
674
 
msgid "UNIX Shell Scripts (*.sh)|*.sh"
675
 
msgstr "Naskah Shell UNIX (*.sh)|*.sh"
676
 
 
677
 
#: syneditstrconst.syns_filtervbscript
678
 
msgid "VBScript Files (*.vbs)|*.vbs"
679
 
msgstr "File VBScript (*.vbs)|*.vbs"
680
 
 
681
 
#: syneditstrconst.syns_filtervisualbasic
682
 
msgid "Visual Basic Files (*.bas)|*.bas"
683
 
msgstr "File Visual Basic (*.bas)|*.bas"
684
 
 
685
 
#: syneditstrconst.syns_filterx86asm
686
 
msgid "x86 Assembly Files (*.asm)|*.ASM"
687
 
msgstr "File Assembly x86(*.asm)|*.ASM"
688
 
 
689
 
#: syneditstrconst.syns_filterxml
690
 
msgid "XML Document (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd"
691
 
msgstr "Dokumen XML (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd"
692
 
 
693
 
#: syneditstrconst.syns_previewscrollinfofmt
694
 
msgid "Page: %d"
695
 
msgstr "Halaman: %d"
696
 
 
697
 
#: syneditstrconst.syns_scrollinfofmt
698
 
msgid "%d - %d"
699
 
msgstr "%d - %d"
700
 
 
701
 
#: syneditstrconst.syns_scrollinfofmttop
702
 
msgid "Top Line: %d"
703
 
msgstr "Baris teratas: %d"
704
 
 
705
 
#: syneditstrconst.syns_shortcutnone
706
 
msgid "<none>"
707
 
msgstr "<tidak ada>"
708
 
 
709
 
#: syneditstrconst.syns_untitled
710
 
msgid "Untitled"
711
 
msgstr ""
712