forked from audacity/audacity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mk.po
22003 lines (17478 loc) · 500 KB
/
mk.po
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# translation of audacity_mk.po to macedonian
# translation of audacity.po to macedonian
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# Ilija Iliev <strumjan@mol.net.mk>, 2003
#
msgid ""
msgstr ""
"Project-Id-Version: audacity 3.0.3\n"
"Report-Msgid-Bugs-To: audacity-translation@lists.sourceforge.net\n"
"POT-Creation-Date: 2021-10-14 10:06-0400\n"
"PO-Revision-Date: 2003-06-23 11:40+0200\n"
"Last-Translator: Ilija Iliev <strumjan@mol.net.mk>\n"
"Language-Team: macedonian <mk@li.org>\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.1\n"
#. i18n-hint C++ programming assertion
#: crashreports/crashreporter/CrashReportApp.cpp
#, c-format
msgid "Exception code 0x%x"
msgstr ""
#. i18n-hint C++ programming assertion
#: crashreports/crashreporter/CrashReportApp.cpp
#, fuzzy
msgid "Unknown exception"
msgstr "Непозната команднолинијска опција: %s\n"
#: crashreports/crashreporter/CrashReportApp.cpp
msgid "Unknown error"
msgstr ""
#: crashreports/crashreporter/CrashReportApp.cpp
#, fuzzy
msgid "Problem Report for Audacity"
msgstr "Аudacity поставки"
#: crashreports/crashreporter/CrashReportApp.cpp
#: src/widgets/ErrorReportDialog.cpp
msgid "Click \"Send\" to submit the report to Audacity. This information is collected anonymously."
msgstr ""
#: crashreports/crashreporter/CrashReportApp.cpp
#: src/widgets/ErrorReportDialog.cpp
msgid "Problem details"
msgstr ""
#: crashreports/crashreporter/CrashReportApp.cpp src/Tags.cpp
#: src/prefs/MousePrefs.cpp src/widgets/ErrorReportDialog.cpp
#, fuzzy
msgid "Comments"
msgstr "Коментари:"
#. i18n-hint: %s will be replaced with "our Privacy Policy"
#: crashreports/crashreporter/CrashReportApp.cpp src/AboutDialog.cpp
#: src/prefs/ApplicationPrefs.cpp src/update/UpdateNoticeDialog.cpp
#: src/widgets/ErrorReportDialog.cpp
#, fuzzy, c-format
msgid "See %s for more info."
msgstr "Одберете аудио фајл..."
#. i18n-hint: Title of hyperlink to the privacy policy. This is an
#. object of "See".
#. i18n-hint: Title of hyperlink to the privacy policy. This is an object of "See".
#. i18n-hint: Title of hyperlink to the privacy policy. This is an
#. object of "See".
#: crashreports/crashreporter/CrashReportApp.cpp src/AboutDialog.cpp
#: src/prefs/ApplicationPrefs.cpp src/update/UpdateNoticeDialog.cpp
#: src/widgets/ErrorReportDialog.cpp
msgid "our Privacy Policy"
msgstr ""
#: crashreports/crashreporter/CrashReportApp.cpp
#: src/widgets/ErrorReportDialog.cpp
msgctxt "crash reporter button"
msgid "&Don't send"
msgstr ""
#: crashreports/crashreporter/CrashReportApp.cpp
#: src/widgets/ErrorReportDialog.cpp
msgctxt "crash reporter button"
msgid "&Send"
msgstr ""
#: crashreports/crashreporter/CrashReportApp.cpp
#, fuzzy
msgid "Failed to send crash report"
msgstr "Неможно да се пронајде"
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
msgid "Stream is active ... unable to gather information.\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
#, fuzzy, c-format
msgid "Default recording device number: %d\n"
msgstr "Снимање"
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
#, c-format
msgid "Default playback device number: %d\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
msgid "No devices found\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
#, c-format
msgid "Device info unavailable for: %d\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
#, c-format
msgid "Device ID: %d\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
#, c-format
msgid "Device name: %s\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp src/NoteTrack.cpp
#, fuzzy, c-format
msgid "Host name: %s\n"
msgstr "Име..."
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy, c-format
msgid "Recording channels: %d\n"
msgstr "Десен канал"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy, c-format
msgid "Playback channels: %d\n"
msgstr "Плејбек"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy, c-format
msgid "Low Recording Latency: %g\n"
msgstr "Снимање"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, c-format
msgid "Low Playback Latency: %g\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy, c-format
msgid "High Recording Latency: %g\n"
msgstr "Снимање"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, c-format
msgid "High Playback Latency: %g\n"
msgstr ""
#. i18n-hint: Supported, meaning made available by the system
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy
msgid "Supported Rates:\n"
msgstr "Внесено '%s'"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy, c-format
msgid "Selected recording device: %d - %s\n"
msgstr "Снимање"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, c-format
msgid "No recording device found for '%s'.\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy, c-format
msgid "Selected playback device: %d - %s\n"
msgstr "Плејбек"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, c-format
msgid "No playback device found for '%s'.\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
msgid "Cannot check mutual sample rates without both devices.\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, c-format
msgid "Received %d while opening devices\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy
msgid "Unable to open Portmixer\n"
msgstr "Неможно да се пронајде"
#: libraries/lib-audio-devices/AudioIOBase.cpp
msgid "Available mixers:\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, c-format
msgid "%d - %s\n"
msgstr ""
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy
msgid "Available recording sources:\n"
msgstr "Снимање"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy
msgid "Available playback volumes:\n"
msgstr "Плејбек"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy
msgid "Recording volume is emulated\n"
msgstr "Снимање"
#: libraries/lib-audio-devices/AudioIOBase.cpp
#, fuzzy
msgid "Recording volume is native\n"
msgstr "Снимање"
#: libraries/lib-basic-ui/BasicUI.cpp
#: libraries/lib-exceptions/AudacityException.h src/commands/MessageCommand.cpp
#: src/widgets/AudacityMessageBox.h
msgid "Message"
msgstr ""
#: libraries/lib-exceptions/InconsistencyException.cpp
#, c-format
msgid ""
"Internal error in %s at %s line %d.\n"
"Please inform the Audacity team at https://forum.audacityteam.org/."
msgstr ""
#: libraries/lib-exceptions/InconsistencyException.cpp
#, c-format
msgid ""
"Internal error at %s line %d.\n"
"Please inform the Audacity team at https://forum.audacityteam.org/."
msgstr ""
#: libraries/lib-exceptions/InconsistencyException.h
msgid "Internal Error"
msgstr ""
#: libraries/lib-files/FileException.cpp
#, c-format
msgid "Audacity failed to open a file in %s."
msgstr ""
#: libraries/lib-files/FileException.cpp
#, c-format
msgid "Audacity failed to read from a file in %s."
msgstr ""
#: libraries/lib-files/FileException.cpp
#, c-format
msgid "Audacity successfully wrote a file in %s but failed to rename it as %s."
msgstr ""
#: libraries/lib-files/FileException.cpp
#, c-format
msgid ""
"Audacity failed to write to a file.\n"
"Perhaps %s is not writable or the disk is full.\n"
"For tips on freeing up space, click the help button."
msgstr ""
#: libraries/lib-files/FileException.h
#, fuzzy
msgid "File Error"
msgstr "LOF грешка"
#: libraries/lib-files/FileNames.cpp plug-ins/eq-xml-to-txt-converter.ny
#: plug-ins/nyquist-plug-in-installer.ny plug-ins/sample-data-export.ny
#: plug-ins/sample-data-import.ny
#, fuzzy
msgid "All files"
msgstr "Сите видови (*.*)|*.*"
#. i18n-hint an Audacity project is the state of the program, stored as
#. files that can be reopened to resume the session later
#: libraries/lib-files/FileNames.cpp
#, fuzzy
msgid "AUP3 project files"
msgstr "Аudacity поставки"
#: libraries/lib-files/FileNames.cpp
msgid "Dynamically Linked Libraries"
msgstr ""
#: libraries/lib-files/FileNames.cpp
msgid "Dynamic Libraries"
msgstr ""
#: libraries/lib-files/FileNames.cpp
#, fuzzy
msgid "Text files"
msgstr "Означи MIDI датотека..."
#: libraries/lib-files/FileNames.cpp
#, fuzzy
msgid "XML files"
msgstr "Сите видови (*.*)|*.*"
#: libraries/lib-files/FileNames.cpp
msgid ", "
msgstr ""
#. i18n-hint a type or types such as "txt" or "txt, xml" will be
#. substituted for %s
#: libraries/lib-files/FileNames.cpp
#, fuzzy, c-format
msgid "%s files"
msgstr "Сите видови (*.*)|*.*"
#: libraries/lib-files/FileNames.cpp src/BatchCommands.cpp
#, c-format
msgid "(%s)"
msgstr ""
#: libraries/lib-files/FileNames.cpp
#, fuzzy, c-format
msgid ""
"\n"
"%s does not have write permissions."
msgstr "Именикот %s не постои. Да го создадам?"
#: libraries/lib-files/FileNames.cpp src/AudioIO.cpp
#: src/ProjectAudioManager.cpp src/SelectUtilities.cpp
#: src/TimerRecordDialog.cpp src/effects/Contrast.cpp src/effects/Effect.cpp
#: src/effects/Generator.cpp src/effects/nyquist/Nyquist.cpp
#: src/export/ExportFFmpeg.cpp src/export/ExportMP2.cpp
#: src/menus/TrackMenus.cpp src/menus/TransportMenus.cpp
#: src/prefs/DirectoriesPrefs.cpp src/prefs/KeyConfigPrefs.cpp
#: src/tracks/playabletrack/wavetrack/ui/WaveTrackControls.cpp
#: src/widgets/FileDialog/gtk/FileDialogPrivate.cpp
#: src/widgets/UnwritableLocationErrorDialog.cpp
#: plug-ins/eq-xml-to-txt-converter.ny
msgid "Error"
msgstr "Грешка"
#: libraries/lib-files/TempDirectory.cpp
#, fuzzy
msgid "Unsuitable"
msgstr "Вклучено"
#: libraries/lib-files/TempDirectory.cpp
msgid ""
"The temporary files directory is on a FAT formatted drive.\n"
"Resetting to default location."
msgstr ""
#: libraries/lib-files/TempDirectory.cpp
#, c-format
msgid ""
"%s\n"
"\n"
"For tips on suitable drives, click the help button."
msgstr ""
#: libraries/lib-math/Dither.cpp src/commands/ScreenshotCommand.cpp
#: src/effects/EffectManager.cpp src/effects/EffectUI.cpp
#: src/prefs/TracksBehaviorsPrefs.cpp plug-ins/equalabel.ny
#: plug-ins/sample-data-export.ny
msgid "None"
msgstr "Ништо"
#: libraries/lib-math/Dither.cpp
msgid "Rectangle"
msgstr "Правоаголник"
#: libraries/lib-math/Dither.cpp src/effects/ToneGen.cpp plug-ins/tremolo.ny
msgid "Triangle"
msgstr "Триаголник"
#: libraries/lib-math/Dither.cpp
msgid "Shaped"
msgstr "Аглесто"
#: libraries/lib-math/FFT.cpp
msgid "Rectangular"
msgstr "Правоаголно"
#. i18n-hint a proper name
#: libraries/lib-math/FFT.cpp
msgid "Bartlett"
msgstr ""
#. i18n-hint a proper name
#: libraries/lib-math/FFT.cpp
msgid "Hamming"
msgstr ""
#. i18n-hint a proper name
#: libraries/lib-math/FFT.cpp
msgid "Hann"
msgstr ""
#. i18n-hint a proper name
#: libraries/lib-math/FFT.cpp
msgid "Blackman"
msgstr ""
#. i18n-hint two proper names
#: libraries/lib-math/FFT.cpp
msgid "Blackman-Harris"
msgstr ""
#. i18n-hint a proper name
#: libraries/lib-math/FFT.cpp
msgid "Welch"
msgstr ""
#. i18n-hint a mathematical function named for C. F. Gauss
#: libraries/lib-math/FFT.cpp
msgid "Gaussian(a=2.5)"
msgstr ""
#. i18n-hint a mathematical function named for C. F. Gauss
#: libraries/lib-math/FFT.cpp
msgid "Gaussian(a=3.5)"
msgstr ""
#. i18n-hint a mathematical function named for C. F. Gauss
#: libraries/lib-math/FFT.cpp
msgid "Gaussian(a=4.5)"
msgstr ""
#: libraries/lib-math/Resample.cpp
msgid "Low Quality (Fastest)"
msgstr ""
#: libraries/lib-math/Resample.cpp
#, fuzzy
msgid "Medium Quality"
msgstr "Квалитет"
#: libraries/lib-math/Resample.cpp
#, fuzzy
msgid "High Quality"
msgstr "Квалитет"
#: libraries/lib-math/Resample.cpp
msgid "Best Quality (Slowest)"
msgstr ""
#. i18n-hint: Audio data bit depth (precision): 16-bit integers
#: libraries/lib-math/SampleFormat.cpp
msgid "16-bit PCM"
msgstr ""
#. i18n-hint: Audio data bit depth (precision): 24-bit integers
#: libraries/lib-math/SampleFormat.cpp
msgid "24-bit PCM"
msgstr ""
#. i18n-hint: Audio data bit depth (precision): 32-bit floating point
#: libraries/lib-math/SampleFormat.cpp
#: libraries/lib-project-rate/QualitySettings.cpp
msgid "32-bit float"
msgstr ""
#: libraries/lib-math/SampleFormat.cpp
msgid "Unknown format"
msgstr ""
#: libraries/lib-project-rate/QualitySettings.cpp
msgid "16-bit"
msgstr ""
#: libraries/lib-project-rate/QualitySettings.cpp
msgid "24-bit"
msgstr ""
#: libraries/lib-registries/Registry.cpp
#, c-format
msgid "Plug-in group at %s was merged with a previously defined group"
msgstr ""
#: libraries/lib-registries/Registry.cpp
#, c-format
msgid "Plug-in item at %s conflicts with a previously defined item and was discarded"
msgstr ""
#: libraries/lib-registries/Registry.cpp
#, c-format
msgid "Plug-in items at %s specify conflicting placements"
msgstr ""
#: libraries/lib-screen-geometry/ViewInfo.cpp
msgid "&Loop On/Off"
msgstr ""
#: libraries/lib-strings/Internat.cpp
msgid "Unable to determine"
msgstr "Неможно да се пронајде"
#: libraries/lib-strings/Internat.cpp
#, fuzzy, c-format
msgid "%s bytes"
msgstr "бајти"
#. i18n-hint: Abbreviation for Kilo bytes
#: libraries/lib-strings/Internat.cpp
#, c-format
msgid "%s KB"
msgstr ""
#. i18n-hint: Abbreviation for Mega bytes
#: libraries/lib-strings/Internat.cpp
#, c-format
msgid "%s MB"
msgstr ""
#. i18n-hint: Abbreviation for Giga bytes
#: libraries/lib-strings/Internat.cpp
#, c-format
msgid "%s GB"
msgstr ""
#: libraries/lib-strings/Languages.cpp
#, fuzzy
msgid "Simplified"
msgstr "Засилување"
#: libraries/lib-strings/Languages.cpp
msgid "System"
msgstr ""
#. i18n-hint: describing the "classic" or traditional
#. appearance of older versions of Audacity
#: libraries/lib-theme/ClassicThemeAsCeeCode.cpp
msgid "Classic"
msgstr ""
#: libraries/lib-theme/DarkThemeAsCeeCode.cpp
msgid "Dark"
msgstr ""
#. i18n-hint: greater difference between foreground and
#. background colors
#: libraries/lib-theme/HiContrastThemeAsCeeCode.cpp
msgid "High Contrast"
msgstr ""
#. i18n-hint: Light meaning opposite of dark
#: libraries/lib-theme/LightThemeAsCeeCode.cpp
msgid "Light"
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Audacity could not write file:\n"
" %s."
msgstr ""
#. i18n-hint: A theme is a consistent visual style across an application's
#. graphical user interface, including choices of colors, and similarity of images
#. such as those on button controls. Audacity can load and save alternative
#. themes.
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Theme written to:\n"
" %s."
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Audacity could not open file:\n"
" %s\n"
"for writing."
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Audacity could not write images to file:\n"
" %s."
msgstr ""
#. i18n-hint "Cee" means the C computer programming language
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Theme as Cee code written to:\n"
" %s."
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Audacity could not find file:\n"
" %s.\n"
"Theme not loaded."
msgstr ""
#. i18n-hint: Do not translate png. It is the name of a file format.
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Audacity could not load file:\n"
" %s.\n"
"Bad png format perhaps?"
msgstr ""
#: libraries/lib-theme/Theme.cpp
msgid ""
"Audacity could not read its default theme.\n"
"Please report the problem."
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"None of the expected theme component files\n"
" were found in:\n"
" %s."
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Could not create directory:\n"
" %s"
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Some required files in:\n"
" %s\n"
"were already present. Overwrite?"
msgstr ""
#: libraries/lib-theme/Theme.cpp
#, c-format
msgid ""
"Audacity could not save file:\n"
" %s"
msgstr ""
#. i18n-hint: user defined
#: libraries/lib-theme/Theme.cpp
msgid "Custom"
msgstr ""
#: libraries/lib-xml/XMLFileReader.cpp src/effects/Effect.cpp
#: src/effects/VST/VSTEffect.cpp
#, c-format
msgid "Could not open file: \"%s\""
msgstr "Неможно да ја отворам датотеката: \"%s\""
#: libraries/lib-xml/XMLFileReader.cpp
#, c-format
msgid "Error: %s at line %lu"
msgstr ""
#: libraries/lib-xml/XMLFileReader.cpp
#, c-format
msgid "Could not load file: \"%s\""
msgstr ""
#: libraries/lib-xml/XMLFileReader.cpp
#, fuzzy
msgid "Could not parse XML"
msgstr "Неможно да ја отворам датотеката: "
#: modules/mod-null/ModNullCallback.cpp
#, fuzzy
msgid "1st Experimental Command..."
msgstr "Посебна благодарност:"
#: modules/mod-null/ModNullCallback.cpp
#, fuzzy
msgid "2nd Experimental Command"
msgstr "Посебна благодарност:"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Nyquist Workbench..."
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Undo\tCtrl+Z"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Redo\tCtrl+Y"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Cu&t\tCtrl+X"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Copy\tCtrl+C"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "&Paste\tCtrl+V"
msgstr "&Залепи"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Cle&ar\tCtrl+L"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Select A&ll\tCtrl+A"
msgstr "Означи"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Find...\tCtrl+F"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Matching Paren\tF8"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Top S-expr\tF9"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Higher S-expr\tF10"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Previous S-expr\tF11"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Next S-expr\tF12"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Go to"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Select &Font..."
msgstr "Тон..."
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Split &Vertically"
msgstr "Направи стерео нумера"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Split &Horizontally"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Show S&cript"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Show &Output"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Large Icons"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Small Icons"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Toolbar"
msgstr "Алатки"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&Go\tF5"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "&Stop\tF6"
msgstr "Стоп"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "&About"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Script"
msgstr ""
#. i18n-hint noun
#: modules/mod-nyq-bench/NyqBench.cpp src/Benchmark.cpp
#: src/effects/BassTreble.cpp
#, fuzzy
msgid "Output"
msgstr "Ladspa ефект поставки"
#: modules/mod-nyq-bench/NyqBench.cpp src/effects/nyquist/Nyquist.cpp
#, fuzzy
msgid "Load Nyquist script"
msgstr "Nyquist јавка..."
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Nyquist scripts (*.ny)|*.ny|Lisp scripts (*.lsp)|*.lsp|All files|*"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Script was not saved."
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp src/DBConnection.cpp src/LogWindow.cpp
#: src/ProjectFileIO.cpp src/ProjectHistory.cpp src/SqliteSampleBlock.cpp
#: src/WaveClip.cpp src/WaveTrack.cpp src/export/Export.cpp
#: src/export/ExportCL.cpp src/export/ExportMultiple.cpp
#: src/import/RawAudioGuess.cpp src/menus/EditMenus.cpp
#: src/prefs/DirectoriesPrefs.cpp src/prefs/KeyConfigPrefs.cpp
#: src/widgets/Warning.cpp
msgid "Warning"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp src/effects/nyquist/Nyquist.cpp
#, fuzzy
msgid "Save Nyquist script"
msgstr "Nyquist јавка..."
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Find dialog"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Harvey Lubin (logo)"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Tango Icon Gallery (toolbar icons)"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Leland Lucius"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "(C) 2009 by Leland Lucius"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "External Audacity module which provides a simple IDE for writing effects."
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Nyquist Effect Workbench"
msgstr "Применет Nyquist ефект..."
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "No matches found"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Code has been modified. Are you sure?"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Untitled"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Nyquist Effect Workbench - "
msgstr "Применет Nyquist ефект..."
#: modules/mod-nyq-bench/NyqBench.cpp src/PluginRegistrationDialog.cpp
#: src/prefs/ModulePrefs.cpp
#, fuzzy
msgid "New"
msgstr "&Нов"
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "New script"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Open"
msgstr "&Отвори..."
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Open script"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp src/Benchmark.cpp
#, fuzzy
msgid "Save"
msgstr "Снимено %s"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Save script"
msgstr "Nyquist јавка..."
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Save As"
msgstr "Снимено %s"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Save script as..."
msgstr "Зачувај го проектот к&ако..."
#: modules/mod-nyq-bench/NyqBench.cpp src/toolbars/EditToolBar.cpp
#: src/tracks/playabletrack/wavetrack/ui/WaveTrackView.cpp
msgid "Copy"
msgstr "Копирај"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Copy to clipboard"
msgstr "Сечи во амбар"
#: modules/mod-nyq-bench/NyqBench.cpp src/menus/EditMenus.cpp
#: src/toolbars/EditToolBar.cpp
#: src/tracks/playabletrack/wavetrack/ui/WaveTrackView.cpp
msgid "Cut"
msgstr "Сечи"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Cut to clipboard"
msgstr "Сечи во амбар"
#: modules/mod-nyq-bench/NyqBench.cpp src/menus/EditMenus.cpp
#: src/toolbars/EditToolBar.cpp
#: src/tracks/playabletrack/wavetrack/ui/WaveTrackView.cpp
msgid "Paste"
msgstr "Залепи"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Paste from clipboard"
msgstr "Залепено од амбар"
#. i18n-hint verb; to empty or erase
#: modules/mod-nyq-bench/NyqBench.cpp src/Benchmark.cpp
msgid "Clear"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Clear selection"
msgstr "Тивка селекција"
#: modules/mod-nyq-bench/NyqBench.cpp src/menus/SelectMenus.cpp
#: src/tracks/ui/BackgroundCell.cpp
#, fuzzy
msgid "Select All"
msgstr "Означи"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Select all text"
msgstr "Означи"
#: modules/mod-nyq-bench/NyqBench.cpp src/toolbars/EditToolBar.cpp
#: src/widgets/KeyView.cpp
msgid "Undo"
msgstr "Врати"
#: modules/mod-nyq-bench/NyqBench.cpp
#, fuzzy
msgid "Undo last change"
msgstr "Процент на промени:"
#: modules/mod-nyq-bench/NyqBench.cpp src/toolbars/EditToolBar.cpp
#: src/widgets/KeyView.cpp
msgid "Redo"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Redo previous change"
msgstr ""
#: modules/mod-nyq-bench/NyqBench.cpp
msgid "Find"
msgstr ""