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

« back to all changes in this revision

Viewing changes to components/codetools/languages/codetoolsstrconsts.ru.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:
5
5
"Content-Type: text/plain; charset=UTF-8\n"
6
6
"Content-Transfer-Encoding: 8bit\n"
7
7
"POT-Creation-Date: \n"
8
 
"PO-Revision-Date: 2010-10-05 02:10+0300\n"
 
8
"PO-Revision-Date: 2012-12-19 01:28+0400\n"
9
9
"Language-Team: \n"
10
10
"MIME-Version: 1.0\n"
11
11
 
 
12
#: codetoolsstrconsts.crsbracketnotfound
 
13
msgid "bracket ) not found"
 
14
msgstr "скобка ) не найдена"
 
15
 
 
16
#: codetoolsstrconsts.crsbracketnotfound2
 
17
msgid "bracket ] not found"
 
18
msgstr "скобка ] не найдена"
 
19
 
 
20
#: codetoolsstrconsts.crsclosingbracketnotfound
 
21
msgid "closing bracket not found"
 
22
msgstr "закрывающая скобка не найдена"
 
23
 
 
24
#: codetoolsstrconsts.crsfoundunexpectedat
 
25
msgid "%s, found unexpected %s at %s"
 
26
msgstr "%s, найден неожиданный %s в %s"
 
27
 
 
28
#: codetoolsstrconsts.crsrecordendnotfound
 
29
msgid "record end not found"
 
30
msgstr "конец записи не найден"
 
31
 
12
32
#: codetoolsstrconsts.ctsaddsdirtoincludepath
13
33
msgid "adds %s to IncPath"
14
34
msgstr "добавляет %s к IncPath"
59
79
 
60
80
#: codetoolsstrconsts.ctscharacterconstantoutofrange
61
81
msgid "character constant out of range"
62
 
msgstr "символьная константа вне диапазона"
 
82
msgstr "символьная константа имеет недопустимое значение"
63
83
 
64
84
#: codetoolsstrconsts.ctscircleindefinitions
65
85
msgid "circle in definitions"
133
153
msgid "Debugger Directory"
134
154
msgstr "Каталог отладчика"
135
155
 
 
156
#: codetoolsstrconsts.ctsdefaultancestornotfound
 
157
msgid "default ancestor %s not found"
 
158
msgstr "предок по умолчанию %s не найден"
 
159
 
136
160
#: codetoolsstrconsts.ctsdefaultclassancestortobjectnotfound
137
161
msgid "default class ancestor TObject not found"
138
162
msgstr "класс-предок по умолчанию - TObject - не найден"
139
163
 
 
164
#: codetoolsstrconsts.ctsdefaultdispinterfaceancestoridispatchnotfound
 
165
msgid "default dispinterface ancestor IDispatch not found"
 
166
msgstr "предок DispInterface по умолчанию (IDispatch) не найден"
 
167
 
140
168
#: codetoolsstrconsts.ctsdefaultfpcsource2operatingsystem
141
169
msgid "Default fpc source Operating System 2"
142
170
msgstr "Исходная операционная система 2 для fpc по умолчанию"
161
189
msgid "default interface ancestor IInterface not found"
162
190
msgstr "интерфейс-предок по умолчанию - IInterface - не найден"
163
191
 
 
192
#: codetoolsstrconsts.ctsdefaultjavaclassancestorjlobjectnotfound
 
193
msgid "default java class ancestor JLObject not found"
 
194
msgstr "предок классов Java по умолчанию (JLObject) не найден"
 
195
 
164
196
#: codetoolsstrconsts.ctsdefaultparameterexpectedbutatomfound
165
197
msgid "default parameter expected, but %s found"
166
 
msgstr "ожидается параметр по умолчанию, найдено %s"
 
198
msgstr "ожидается параметр по умолчанию, но найдено %s"
167
199
 
168
200
#: codetoolsstrconsts.ctsdefaultpropertynotfound
169
201
msgid "default property not found"
171
203
 
172
204
#: codetoolsstrconsts.ctsdefaultspecifierredefined
173
205
msgid "default specifier redefined"
174
 
msgstr "переопределён модификатор default (по умолчанию)"
 
206
msgstr "спецификатор default переопределён"
175
207
 
176
208
#: codetoolsstrconsts.ctsdefine
177
209
msgid "Define "
239
271
 
240
272
#: codetoolsstrconsts.ctsdispidspecifierredefined
241
273
msgid "dispid specifier redefined"
242
 
msgstr "описатель dispid переопределён"
 
274
msgstr "спецификатор dispid переопределён"
243
275
 
244
276
#: codetoolsstrconsts.ctsdoceditordirectory
245
277
msgid "Doc Editor Directory"
255
287
 
256
288
#: codetoolsstrconsts.ctsendforclassnotfound
257
289
msgid "\"end\" for class/object not found"
258
 
msgstr "не найдено \"end\" для класса/объекта"
 
290
msgstr "не найден \"end\" для класса/объекта"
259
291
 
260
292
#: codetoolsstrconsts.ctsendforrecordnotfound
261
293
msgid "end for record not found"
262
294
msgstr "конец записи не найден"
263
295
 
 
296
#: codetoolsstrconsts.ctsendoffile
 
297
msgid "end of file"
 
298
msgstr "конец файла"
 
299
 
264
300
#: codetoolsstrconsts.ctsendofsourceexpectedbutatomfound
265
301
msgid "expected end., but %s found"
266
302
msgstr "ожидается end., но найдено %s"
267
303
 
268
304
#: codetoolsstrconsts.ctsendofsourcenotfound
269
 
msgid "End of source not found"
270
 
msgstr "Не найдено конца исходного кода"
 
305
#| msgid "End of source not found"
 
306
msgid "End of source not found."
 
307
msgstr "Не найден конец исходного кода."
271
308
 
272
309
#: codetoolsstrconsts.ctsenumerationtype
273
310
msgid "enumeration type"
297
334
msgid "execute access denied for %s"
298
335
msgstr "нет доступа для выполнения %s"
299
336
 
 
337
#: codetoolsstrconsts.ctsexpected
 
338
msgid "\"%s\" expected"
 
339
msgstr "Ожидается \"%s\""
 
340
 
 
341
#: codetoolsstrconsts.ctsexpectedamethodtypebutfound
 
342
msgid "expected a method type, but found %s"
 
343
msgstr "ожидается тип метода, но найдено %s"
 
344
 
300
345
#: codetoolsstrconsts.ctsexpectedbutfound
301
346
msgid "expected (, but found %s"
302
347
msgstr "ожидается (, но найдено %s"
313
358
msgid "expected identifier, but found %s"
314
359
msgstr "ожидается идентификатор, но найдено %s"
315
360
 
316
 
#: codetoolsstrconsts.ctsexpectedstatementbutfound
317
 
msgid "expected statement, but found %s"
318
 
msgstr "ожидается оператор, но найдено %s"
 
361
#: codetoolsstrconsts.ctsexpectedsemicolonofstatementbutfound
 
362
msgid "expected ; of statement, but found %s"
 
363
msgstr "ожидается точка с запятой оператора, но найдено %s"
319
364
 
320
365
#: codetoolsstrconsts.ctsexportsclauseonlyallowedinlibraries
321
366
msgid "exports clause only allowed in libraries"
325
370
msgid "expression type must be class or record type"
326
371
msgstr "тип выражения должен быть объектом или записью"
327
372
 
328
 
#: codetoolsstrconsts.ctsfiledoesnotexists
329
 
msgid "file \"%s\" does not exist"
330
 
msgstr "файл \"%s\" не существует"
331
 
 
332
373
#: codetoolsstrconsts.ctsfilehascircularsymlink
333
374
msgid "%s has a circular symbolic link"
334
375
msgstr "%s содержит циклическую символическую ссылку"
335
376
 
336
 
#: codetoolsstrconsts.ctsfileisnotexecutable
337
 
msgid "%s is not executable"
338
 
msgstr "%s - не исполнимый файл"
339
 
 
340
377
#: codetoolsstrconsts.ctsfileisreadonly
341
378
msgid "file is read only"
342
379
msgstr "файл только для чтения"
381
418
 
382
419
#: codetoolsstrconsts.ctsgenericidentifier
383
420
msgid "generic identifier"
384
 
msgstr "generic-идентификатор"
 
421
msgstr "идентификатор обобщённого типа"
385
422
 
386
423
#: codetoolsstrconsts.ctsgtk2intfdirectory
387
424
msgid "gtk2 interface directory"
405
442
 
406
443
#: codetoolsstrconsts.ctsidentexpectedbuteoffound
407
444
msgid "unexpected end of file (identifier expected)"
408
 
msgstr "неожиданный конец файла (идентификатор ожидается)"
 
445
msgstr "неожиданный конец файла (ожидается идентификатор)"
409
446
 
410
447
#: codetoolsstrconsts.ctsidentexpectedbutkeywordfound
411
448
msgid "identifier expected, but keyword %s found"
423
460
msgid "identifier not found: %s"
424
461
msgstr "не найден идентификатор: %s"
425
462
 
 
463
#: codetoolsstrconsts.ctsifdefdarwin
 
464
msgid "IfDef Darwin"
 
465
msgstr "IfDef Darwin"
 
466
 
426
467
#: codetoolsstrconsts.ctsifdeflinux
427
468
msgid "IfDef Linux"
428
469
msgstr "IfDef Linux"
453
494
 
454
495
#: codetoolsstrconsts.ctsillegalqualifier
455
496
msgid "illegal qualifier %s found"
456
 
msgstr "обнаружен некорректный указатель %s"
 
497
msgstr "обнаружен некорректный квалификатор %s"
457
498
 
458
499
#: codetoolsstrconsts.ctsimplementationnodenotfound
459
500
msgid "implementation node not found"
465
506
 
466
507
#: codetoolsstrconsts.ctsincludedirectoriesplusdirs
467
508
msgid "include directories: %s"
468
 
msgstr "каталоги включений: %s"
 
509
msgstr "каталоги включаемых файлов: %s"
469
510
 
470
511
#: codetoolsstrconsts.ctsincludefilenotfound
471
512
msgid "include file not found \"%s\""
472
 
msgstr "файл включения не найден \"%s\""
 
513
msgstr "включаемый файл не найден \"%s\""
473
514
 
474
515
#: codetoolsstrconsts.ctsincompatibletypesgotexpected
475
516
msgid "incompatibles types: expected \"%s\" but got \"%s\""
476
 
msgstr "несовместимые типы: ожидался \"%s\", получили \"%s\""
 
517
msgstr "несовместимые типы: ожидается \"%s\", но получен \"%s\""
477
518
 
478
519
#: codetoolsstrconsts.ctsindexparameterexpectedbutatomfound
479
520
msgid "index parameter expected, but %s found"
481
522
 
482
523
#: codetoolsstrconsts.ctsindexspecifierredefined
483
524
msgid "index specifier redefined"
484
 
msgstr "модификатор индекса переопределён"
 
525
msgstr "спецификатор index переопределён"
485
526
 
486
527
#: codetoolsstrconsts.ctsinheritedkeywordonlyallowedinmethods
487
528
msgid "inherited keyword only allowed in methods"
575
616
msgid "method name"
576
617
msgstr "имя метода"
577
618
 
 
619
#: codetoolsstrconsts.ctsmethodsignaturesnotfoundinclass
 
620
msgid "Method signature %s not found in class"
 
621
msgstr "Сигнатура метода %s не найдена в классе"
 
622
 
578
623
#: codetoolsstrconsts.ctsmethodtypedefinitionnotfound
579
624
msgid "method type definition not found"
580
625
msgstr "не найдено описание типа метода"
603
648
msgid "%s Project"
604
649
msgstr "Проект %s"
605
650
 
606
 
#: codetoolsstrconsts.ctsnestedcommentson
607
 
msgid "Nested Comments On"
608
 
msgstr "Включить вложенные комментарии"
609
 
 
610
651
#: codetoolsstrconsts.ctsnesteddefinitionsarenotallowed
611
652
msgid "Nested %s definitions are not allowed"
612
653
msgstr "Вложенные определения %s не разрешаются"
621
662
 
622
663
#: codetoolsstrconsts.ctsnodefaultspecifierdefinedtwice
623
664
msgid "nodefault specifier defined twice"
624
 
msgstr "модификатор nodefault определён дважды"
625
 
 
626
 
#: codetoolsstrconsts.ctsnonodefoundatcursor
627
 
msgid "no pascal node found at cursor (i.e. in unparsed code)"
628
 
msgstr "не найдено записей паскаля у курсора (т.е. необрабатываемый код)"
 
665
msgstr "спецификатор nodefault определён дважды"
629
666
 
630
667
#: codetoolsstrconsts.ctsnopascalcodefound
631
668
msgid "no pascal code found (first token is %s)"
632
 
msgstr "не найдено кода паскаля (первый элемент - %s)"
 
669
msgstr "не найдено кода Паскаля (первый элемент - %s)"
633
670
 
634
671
#: codetoolsstrconsts.ctsnoscanneravailable
635
672
msgid "No scanner available"
639
676
msgid "No scanner found for \"%s\". If this is an include file, please open the main source first."
640
677
msgstr "Не найдено лексического анализатора для \"%s\". Если это включаемый файл, откройте сначала главный файл исходного кода."
641
678
 
 
679
#: codetoolsstrconsts.ctsnotenoughgenparams
 
680
msgid "Not enough actual generic parameters"
 
681
msgstr "Недостаточное количество фактических параметров обобщённого типа"
 
682
 
642
683
#: codetoolsstrconsts.ctsoldmethodnotfound
643
684
msgid "old method not found: %s"
644
685
msgstr "не найден старый метод: %s"
651
692
msgid "operand expected, but %s found"
652
693
msgstr "ожидается операнд, но найдено %s"
653
694
 
 
695
#: codetoolsstrconsts.ctsoperatorexpectedbutatomfound
 
696
msgctxt "codetoolsstrconsts.ctsoperatorexpectedbutatomfound"
 
697
msgid "operator expected, but %s found"
 
698
msgstr "ожидается оператор, но найдено %s"
 
699
 
 
700
#: codetoolsstrconsts.ctsoperatorexpectedbuteoffound
 
701
msgid "unexpected end of file (operator expected)"
 
702
msgstr "неожиданный конец файла (ожидается оператор)"
 
703
 
654
704
#: codetoolsstrconsts.ctsoperatorexpectedbutfound
655
705
msgid "operator expected but %s found"
656
706
msgstr "ожидается оператор, но найдено %s"
657
707
 
658
708
#: codetoolsstrconsts.ctsoperatorexpectedbutfound2
 
709
msgctxt "codetoolsstrconsts.ctsoperatorexpectedbutfound2"
659
710
msgid "operator expected, but %s found"
660
711
msgstr "ожидается оператор, но найдено %s"
661
712
 
689
740
 
690
741
#: codetoolsstrconsts.ctspositionnotinsource
691
742
msgid "Position not in source"
692
 
msgstr "Позиция отсутствует в исходном коде"
 
743
msgstr "Позиция находится вне исходного кода"
693
744
 
694
745
#: codetoolsstrconsts.ctsprocedureorfunctionorconstructorordestructor
695
746
msgid "procedure or function or constructor or destructor"
701
752
 
702
753
#: codetoolsstrconsts.ctsproperttypeexpectedbutatomfound
703
754
msgid "property type expected, but %s found"
704
 
msgstr "ожидается тип свойства, найдено %s"
 
755
msgstr "ожидается тип свойства, но найдено %s"
705
756
 
706
757
#: codetoolsstrconsts.ctspropertycurrentnotfound
707
758
msgid "property Current not found"
713
764
 
714
765
#: codetoolsstrconsts.ctsqualifierexpectedbutatomfound
715
766
msgid "qualifier expected but %s found"
716
 
msgstr "ожидалась ссылка, но найдено %s"
 
767
msgstr "ожидается квалификатор, но найдено %s"
717
768
 
718
769
#: codetoolsstrconsts.ctsresetalldefines
719
770
msgid "Reset all defines"
733
784
 
734
785
#: codetoolsstrconsts.ctssemicolonafterpropspecmissing
735
786
msgid "; expected after \"%s\" property specifier, but %s found"
736
 
msgstr "; ожидается после модификатора свойства \"%s\", но найдено %s"
 
787
msgstr "после спецификатора свойства \"%s\" ожидается точка с запятой, но найдено %s"
737
788
 
738
789
#: codetoolsstrconsts.ctssemicolonnotfound
739
790
msgid "semicolon not found"
773
824
 
774
825
#: codetoolsstrconsts.ctsstrexpectedbutatomfound
775
826
msgid "%s expected, but %s found"
776
 
msgstr "ожидается %s, найдено %s"
 
827
msgstr "ожидается %s, но найдено %s"
777
828
 
778
829
#: codetoolsstrconsts.ctsstringconstant
779
830
msgid "string constant"
809
860
 
810
861
#: codetoolsstrconsts.ctstypeisonlyallowedingenericsendofclassnotfound
811
862
msgid "type is only allowed in generics, end of class not found"
812
 
msgstr "секция type разрешена только в обобщённых описаниях, конец класса не найден"
 
863
msgstr "секция type разрешена только в обобщённых типах, конец класса не найден"
813
864
 
814
865
#: codetoolsstrconsts.ctstypesectionofclassnotfound
815
866
msgid "type section of class not found"
837
888
 
838
889
#: codetoolsstrconsts.ctsunexpectedkeyword2
839
890
msgid "unexpected keyword %s"
840
 
msgstr "неожиданное ключевое слово \"%s\""
 
891
msgstr "неожиданное ключевое слово %s"
841
892
 
842
893
#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
843
894
msgid "unexpected keyword \"%s\" in asm block found"
893
944
 
894
945
#: codetoolsstrconsts.ctsvarisonlyallowedingenericsendofclassnotfound
895
946
msgid "var is only allowed in generics, end of class not found"
896
 
msgstr "секция var разрешена только в обобщённых описаниях, конец класса не найден"
 
947
msgstr "секция var разрешена только в обобщённых типах, конец класса не найден"
897
948
 
898
949
#: codetoolsstrconsts.ctswidgetdirectory
899
950
msgid "Widget Directory"