forked from BOINC/boinc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBOINC-Manager.po
4462 lines (3495 loc) · 98.8 KB
/
BOINC-Manager.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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: BOINC Manager 4.x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-05 10:58-0500\n"
"PO-Revision-Date: 2011-10-30 02:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: BOINC Development Team <boinc_loc@ssl.berkeley.edu>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-Basepath: C:\\Src\\BOINCSVN\\trunk\\boinc\n"
"X-Poedit-SearchPath-0: clientgui\n"
"X-Poedit-SearchPath-1: clientgui/msw\n"
"X-Poedit-SearchPath-2: clientgui/gtk\n"
"X-Poedit-SearchPath-3: clientgui/mac\n"
"X-BOINC-UTF8-Marker: 简体中文, 日本語\n"
#: clientgui/AccountInfoPage.cpp:386
msgid "Identify your account "
msgstr ""
#: clientgui/AccountInfoPage.cpp:392
msgid ""
"Please enter your account information\n"
"(to create an account, visit the project's web site)"
msgstr ""
#: clientgui/AccountInfoPage.cpp:396
msgid ""
"This project is not currently accepting new accounts.\n"
"You can add it only if you already have an account."
msgstr ""
#: clientgui/AccountInfoPage.cpp:400
msgid "Are you already running this project?"
msgstr ""
#: clientgui/AccountInfoPage.cpp:404
msgid "&No, new user"
msgstr ""
#: clientgui/AccountInfoPage.cpp:407
msgid "&Yes, existing user"
msgstr ""
#: clientgui/AccountInfoPage.cpp:412
msgid ""
"We were not able to set up your account information\n"
"automatically.\n"
"\n"
"Please click on the 'Find login information' link\n"
"below to find out what to put in the email address and\n"
"password fields."
msgstr ""
#: clientgui/AccountInfoPage.cpp:415
msgid "Find login information"
msgstr ""
#: clientgui/AccountInfoPage.cpp:435
#: clientgui/AccountInfoPage.cpp:635
#, fuzzy
msgid "&Password:"
msgstr "Lozinka:"
#: clientgui/AccountInfoPage.cpp:442
#: clientgui/AccountInfoPage.cpp:659
msgid "Choose a &password:"
msgstr ""
#: clientgui/AccountInfoPage.cpp:445
msgid "C&onfirm password:"
msgstr ""
#: clientgui/AccountInfoPage.cpp:452
#, c-format
msgid "Are you already running %s?"
msgstr ""
#: clientgui/AccountInfoPage.cpp:481
#, fuzzy
msgid "&Username:"
msgstr "Korisničko ime:"
#: clientgui/AccountInfoPage.cpp:507
msgid "&Email address:"
msgstr ""
#: clientgui/AccountInfoPage.cpp:514
#, c-format
msgid "minimum length %d"
msgstr ""
#: clientgui/AccountInfoPage.cpp:521
msgid "Forgot your password?"
msgstr ""
#: clientgui/AccountInfoPage.cpp:528
msgid ""
"If you have not yet registered with this account manager,\n"
"please do so before proceeding. Click on the link below\n"
"to register or to retrieve a forgotten password."
msgstr ""
#: clientgui/AccountInfoPage.cpp:531
msgid "Account manager website"
msgstr ""
#: clientgui/AccountInfoPage.cpp:571
#, fuzzy
msgid "Add project"
msgstr "Priključi se projektu"
#: clientgui/AccountInfoPage.cpp:573
#, fuzzy
msgid "Update account manager"
msgstr "Menadžer računa"
#: clientgui/AccountInfoPage.cpp:575
#, fuzzy
msgid "Use account manager"
msgstr "Menadžer računa"
#: clientgui/AccountInfoPage.cpp:583
#, c-format
msgid "The minimum password length for this project is %d. Please enter a different password."
msgstr ""
#: clientgui/AccountInfoPage.cpp:589
#, c-format
msgid "The minimum password length for this account manager is %d. Please enter a different password."
msgstr ""
#: clientgui/AccountInfoPage.cpp:601
msgid "The password and confirmation password do not match. Please type them again."
msgstr ""
#: clientgui/AccountManagerInfoPage.cpp:248
msgid "Choose an account manager"
msgstr ""
#: clientgui/AccountManagerInfoPage.cpp:251
msgid ""
"To choose an account manager, click its name or \n"
"type its URL below."
msgstr ""
#: clientgui/AccountManagerInfoPage.cpp:254
#, fuzzy
msgid "Account Manager &URL:"
msgstr "Adresa menadžera računa:"
#: clientgui/AccountManagerProcessingPage.cpp:188
#: clientgui/AccountManagerPropertiesPage.cpp:194
#, c-format
msgid "Communicating with %s."
msgstr ""
#: clientgui/AccountManagerProcessingPage.cpp:195
#: clientgui/AccountManagerPropertiesPage.cpp:201
msgid "Communicating with server."
msgstr ""
#: clientgui/AccountManagerProcessingPage.cpp:200
#: clientgui/AccountManagerPropertiesPage.cpp:206
msgid "Please wait..."
msgstr ""
#: clientgui/AccountManagerProcessingPage.cpp:327
msgid "An internal server error has occurred.\n"
msgstr ""
#: clientgui/AdvancedFrame.cpp:95
msgid "Connected"
msgstr "Spojeno"
#: clientgui/AdvancedFrame.cpp:103
msgid "Disconnected"
msgstr "Prekinuto"
#: clientgui/AdvancedFrame.cpp:315
#, c-format
msgid "Close the %s window"
msgstr ""
#: clientgui/AdvancedFrame.cpp:318
msgid "&Close Window"
msgstr ""
#: clientgui/AdvancedFrame.cpp:329
#: clientgui/AdvancedFrame.cpp:336
#: clientgui/AdvancedFrame.cpp:343
#, c-format
msgid "Exit %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:358
msgid "&Notices\tCtrl+Shift+N"
msgstr ""
#: clientgui/AdvancedFrame.cpp:359
msgid "Display notices"
msgstr ""
#: clientgui/AdvancedFrame.cpp:364
msgid "&Projects\tCtrl+Shift+P"
msgstr ""
#: clientgui/AdvancedFrame.cpp:365
msgid "Display projects"
msgstr ""
#: clientgui/AdvancedFrame.cpp:370
msgid "&Tasks\tCtrl+Shift+T"
msgstr ""
#: clientgui/AdvancedFrame.cpp:371
msgid "Display tasks"
msgstr ""
#: clientgui/AdvancedFrame.cpp:376
msgid "Trans&fers\tCtrl+Shift+X"
msgstr ""
#: clientgui/AdvancedFrame.cpp:377
msgid "Display transfers"
msgstr ""
#: clientgui/AdvancedFrame.cpp:382
msgid "&Statistics\tCtrl+Shift+S"
msgstr ""
#: clientgui/AdvancedFrame.cpp:383
msgid "Display statistics"
msgstr ""
#: clientgui/AdvancedFrame.cpp:388
msgid "&Disk usage\tCtrl+Shift+D"
msgstr ""
#: clientgui/AdvancedFrame.cpp:389
msgid "Display disk usage"
msgstr ""
#: clientgui/AdvancedFrame.cpp:396
msgid "Simple &View...\tCtrl+Shift+V"
msgstr ""
#: clientgui/AdvancedFrame.cpp:397
msgid "Display the simple graphical interface."
msgstr ""
#: clientgui/AdvancedFrame.cpp:411
#, fuzzy
msgid "&Add project or account manager..."
msgstr "Uključujem se u projekt..."
#: clientgui/AdvancedFrame.cpp:412
msgid "Volunteer for any or all of 30+ projects in many areas of science"
msgstr ""
#: clientgui/AdvancedFrame.cpp:416
#, c-format
msgid "&Synchronize with %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:420
#, c-format
msgid "Get current settings from %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:430
#, fuzzy
msgid "&Add project..."
msgstr "Uključujem se u projekt..."
#: clientgui/AdvancedFrame.cpp:431
#, fuzzy
msgid "Add a project"
msgstr "Priključi se"
#: clientgui/AdvancedFrame.cpp:434
#, c-format
#, fuzzy, c-format
msgid "S&top using %s..."
msgstr "Zaustavljam rezultat..."
#: clientgui/AdvancedFrame.cpp:440
msgid "Remove this computer from account manager control."
msgstr ""
#: clientgui/AdvancedFrame.cpp:445
msgid "&Options..."
msgstr ""
#: clientgui/AdvancedFrame.cpp:446
#, fuzzy
msgid "Configure display options and proxy settings"
msgstr "Podešava GUI opcije i proxy postavke"
#: clientgui/AdvancedFrame.cpp:450
#, fuzzy
msgid "Computing &preferences..."
msgstr "&Radi ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:451
#, fuzzy
msgid "Configure computing preferences"
msgstr "&Radi ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:459
msgid "&Run always"
msgstr "&Uvijek radi"
#: clientgui/AdvancedFrame.cpp:460
#, fuzzy
msgid "Allow work regardless of preferences"
msgstr "Obrađuje bez obzira na postavke"
#: clientgui/AdvancedFrame.cpp:464
msgid "Run based on &preferences"
msgstr "&Radi ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:465
#, fuzzy
msgid "Allow work according to preferences"
msgstr "Obrađuje ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:469
msgid "&Suspend"
msgstr "&Zaustavi"
#: clientgui/AdvancedFrame.cpp:470
#, fuzzy
msgid "Stop work regardless of preferences"
msgstr "Zaustavlja obradu bez obzira na postavke"
#: clientgui/AdvancedFrame.cpp:495
msgid "Use GPU always"
msgstr ""
#: clientgui/AdvancedFrame.cpp:496
#, fuzzy
msgid "Allow GPU work regardless of preferences"
msgstr "Obrađuje bez obzira na postavke"
#: clientgui/AdvancedFrame.cpp:500
#, fuzzy
msgid "Use GPU based on preferences"
msgstr "&Radi ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:501
#, fuzzy
msgid "Allow GPU work according to preferences"
msgstr "Obrađuje ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:505
#, fuzzy
msgid "Suspend GPU"
msgstr "Zaustavi"
#: clientgui/AdvancedFrame.cpp:506
#, fuzzy
msgid "Stop GPU work regardless of preferences"
msgstr "Zaustavlja obradu bez obzira na postavke"
#: clientgui/AdvancedFrame.cpp:530
msgid "Network activity always available"
msgstr ""
#: clientgui/AdvancedFrame.cpp:531
#, fuzzy
msgid "Allow network activity regardless of preferences"
msgstr "Obrađuje bez obzira na postavke"
#: clientgui/AdvancedFrame.cpp:535
#, fuzzy
msgid "Network activity based on preferences"
msgstr "Obrađuje bez obzira na postavke"
#: clientgui/AdvancedFrame.cpp:536
#, fuzzy
msgid "Allow network activity according to preferences"
msgstr "Obrađuje ovisno o postavkama"
#: clientgui/AdvancedFrame.cpp:540
#, fuzzy
msgid "Network activity suspended"
msgstr "Aktivnosti zaustavljene"
#: clientgui/AdvancedFrame.cpp:541
#, fuzzy
msgid "Stop BOINC network activity"
msgstr "Zaustavlja mrežnu aktivnost BOINC-a"
#: clientgui/AdvancedFrame.cpp:551
#, c-format
#, fuzzy, c-format
msgid "Connect to another computer running %s"
msgstr "Spojite se na drugo računolo koje ima BOINC"
#: clientgui/AdvancedFrame.cpp:556
#, fuzzy
msgid "Select computer..."
msgstr "Odaberite računalo..."
#: clientgui/AdvancedFrame.cpp:561
msgid "Shut down connected client..."
msgstr ""
#: clientgui/AdvancedFrame.cpp:562
msgid "Shut down the currently connected client"
msgstr ""
#: clientgui/AdvancedFrame.cpp:566
msgid "Run CPU &benchmarks"
msgstr ""
#: clientgui/AdvancedFrame.cpp:567
msgid "Runs BOINC CPU benchmarks"
msgstr "Pokreće BOINC-ove testove procesora"
#: clientgui/AdvancedFrame.cpp:571
msgid "Do network communication"
msgstr ""
#: clientgui/AdvancedFrame.cpp:572
msgid "Do all pending network communication"
msgstr ""
#: clientgui/AdvancedFrame.cpp:576
msgid "Read config file"
msgstr ""
#: clientgui/AdvancedFrame.cpp:577
msgid "Read configuration info from cc_config.xml"
msgstr ""
#: clientgui/AdvancedFrame.cpp:581
msgid "Read local prefs file"
msgstr ""
#: clientgui/AdvancedFrame.cpp:582
msgid "Read preferences from global_prefs_override.xml."
msgstr ""
#: clientgui/AdvancedFrame.cpp:587
#, c-format
msgid "Launch another instance of %s..."
msgstr ""
#: clientgui/AdvancedFrame.cpp:591
#, c-format
msgid "Launch another %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:601
msgid "Event Log...\tCtrl+Shift+E"
msgstr ""
#: clientgui/AdvancedFrame.cpp:602
msgid "Display diagnostic messages."
msgstr ""
#: clientgui/AdvancedFrame.cpp:612
#, c-format
msgid "%s &help"
msgstr ""
#: clientgui/AdvancedFrame.cpp:618
#, c-format
msgid "Show information about %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:630
#, c-format
msgid "&%s help"
msgstr ""
#: clientgui/AdvancedFrame.cpp:636
#, c-format
msgid "Show information about the %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:648
#, c-format
msgid "%s &website"
msgstr ""
#: clientgui/AdvancedFrame.cpp:654
#, c-format
#, fuzzy, c-format
msgid "Show information about BOINC and %s"
msgstr "Pokazuje informacije o BOINC menadžeru"
#: clientgui/AdvancedFrame.cpp:666
#, c-format
msgid "&About %s..."
msgstr ""
#: clientgui/AdvancedFrame.cpp:672
msgid "Licensing and copyright information."
msgstr "Licenčne i autorske informacije."
#: clientgui/AdvancedFrame.cpp:679
msgid "&File"
msgstr "&Datoteka"
#: clientgui/AdvancedFrame.cpp:683
msgid "&View"
msgstr ""
#: clientgui/AdvancedFrame.cpp:687
msgid "&Tools"
msgstr "&Alati"
#: clientgui/AdvancedFrame.cpp:691
msgid "&Activity"
msgstr ""
#: clientgui/AdvancedFrame.cpp:695
msgid "A&dvanced"
msgstr ""
#: clientgui/AdvancedFrame.cpp:699
msgid "&Help"
msgstr "&Pomoć"
#: clientgui/AdvancedFrame.cpp:1174
#, c-format
msgid "%s - Stop using %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:1179
#, c-format
msgid ""
"If you stop using %s,\n"
"you'll keep all your current projects,\n"
"but you'll have to manage projects manually.\n"
"\n"
"Do you want to stop using %s?"
msgstr ""
#: clientgui/AdvancedFrame.cpp:1377
#, c-format
msgid "%s - Shut down the current client..."
msgstr ""
#: clientgui/AdvancedFrame.cpp:1386
#, c-format
msgid ""
"%s will shut down the current client\n"
"and prompt you for another host to connect to."
msgstr ""
#: clientgui/AdvancedFrame.cpp:1705
#, c-format
msgid "%s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:1714
#, c-format
msgid "%s has successfully added %s"
msgstr ""
#: clientgui/AdvancedFrame.cpp:1854
#, c-format
msgid "%s - (%s)"
msgstr "%s - (%s)"
#: clientgui/AdvancedFrame.cpp:1858
#, c-format
msgid "Connecting to %s"
msgstr "Spajam se na %s"
#: clientgui/AdvancedFrame.cpp:1861
#, c-format
#, fuzzy, c-format
msgid "Connected to %s (%s)"
msgstr "Spojeno na %s"
#: clientgui/AlreadyExistsPage.cpp:184
msgid "Username already in use"
msgstr ""
#: clientgui/AlreadyExistsPage.cpp:187
msgid ""
"An account with that username already exists and has a\n"
"different password than the one you entered.\n"
"\n"
"Please visit the project's web site and follow the instructions there."
msgstr ""
#: clientgui/AlreadyExistsPage.cpp:191
msgid "Email address already in use"
msgstr ""
#: clientgui/AlreadyExistsPage.cpp:194
msgid ""
"An account with that email address already exists and has a\n"
"different password than the one you entered.\n"
"\n"
"Please visit the project's web site and follow the instructions there."
msgstr ""
#: clientgui/AsyncRPC.cpp:1235
msgid "Communicating with BOINC client. Please wait ..."
msgstr ""
#: clientgui/AsyncRPC.cpp:1238
#, c-format
msgid "&Quit %s"
msgstr ""
#: clientgui/AsyncRPC.cpp:1240
#, c-format
msgid "E&xit %s"
msgstr ""
#: clientgui/AsyncRPC.cpp:1244
#, c-format
msgid "%s - Communication"
msgstr ""
#: clientgui/AsyncRPC.cpp:1260
#, fuzzy
msgid "Cancel"
msgstr "&Poništi"
#: clientgui/BOINCBaseFrame.cpp:499
#, c-format
msgid "%s - Connection Error"
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:508
msgid ""
"You currently are not authorized to manage the client.\n"
"Please contact your administrator to add you to the 'boinc_users' local user group."
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:517
msgid ""
"Authorization failed connecting to running client.\n"
"Make sure you start this program in the same directory as the client."
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:519
msgid "Authorization failed connecting to running client."
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:527
msgid "The password you have provided is incorrect, please try again."
msgstr "Lozinka koju ste unijeli je netočna, molimo pokušajte ponovno."
#: clientgui/BOINCBaseFrame.cpp:571
#, c-format
msgid "%s - Connection Failed"
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:580
#, c-format
msgid ""
"%s is not able to connect to a %s client.\n"
"Would you like to try to connect again?"
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:616
#, c-format
msgid "%s - Daemon Start Failed"
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:626
#, c-format
msgid ""
"%s is not able to start a %s client.\n"
"Please launch the Control Panel->Administative Tools->Services applet and start the BOINC service."
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:632
#, c-format
msgid ""
"%s is not able to start a %s client.\n"
"Please start the daemon and try again."
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:683
#, c-format
msgid "%s - Connection Status"
msgstr ""
#: clientgui/BOINCBaseFrame.cpp:694
#, c-format
msgid ""
"%s is not currently connected to a %s client.\n"
"Please use the 'Advanced\\Select Computer...' menu option to connect up to a %s client.\n"
"To connect up to your local computer please use 'localhost' as the host name."
msgstr ""
#: clientgui/BOINCBaseView.cpp:774
#, fuzzy
msgid "Project web pages"
msgstr "Projekt"
#: clientgui/BOINCClientManager.cpp:570
#, c-format
msgid "%s - Unexpected Exit"
msgstr ""
#: clientgui/BOINCClientManager.cpp:580
#, c-format
msgid ""
"The %s client has exited unexpectedly 3 times within the last %d minutes.\n"
"Would you like to restart it again?"
msgstr ""
#: clientgui/BOINCDialupManager.cpp:61
#, c-format
msgid "%s - Network Status"
msgstr ""
#: clientgui/BOINCDialupManager.cpp:241
#, c-format
#, fuzzy, c-format
msgid ""
"%s needs to connect to the Internet.\n"
"May it do so now?"
msgstr ""
"BOINC se treba spojiti na internet.\n"
"Može li to učiniti sada"
#: clientgui/BOINCDialupManager.cpp:254
#, c-format
#, fuzzy, c-format
msgid "%s is connecting to the Internet."
msgstr "BOINC se spaja na internet."
#: clientgui/BOINCDialupManager.cpp:303
#, c-format
#, fuzzy, c-format
msgid "%s has successfully connected to the Internet."
msgstr "BOINC se uspješno odpojio s interneta."
#: clientgui/BOINCDialupManager.cpp:331
#, c-format
#, fuzzy, c-format
msgid "%s failed to connect to the Internet."
msgstr "BOINC se nije uspio spojiti na internet."
#: clientgui/BOINCDialupManager.cpp:372
#, c-format
#, fuzzy, c-format
msgid ""
"%s has detected it is now connected to the Internet.\n"
"Updating all projects and retrying all transfers."
msgstr ""
"BOINC je detektirao vezu na internet, ažurira sve projekte i ponovo pokušava "
"sve prijenose."
#: clientgui/BOINCDialupManager.cpp:417
#, c-format
#, fuzzy, c-format
msgid "%s has successfully disconnected from the Internet."
msgstr "BOINC se uspješno odpojio s interneta."
#: clientgui/BOINCDialupManager.cpp:433
#, c-format
#, fuzzy, c-format
msgid "%s failed to disconnected from the Internet."
msgstr "BOINC se nije uspio odpojiti s interneta."
#: clientgui/BOINCGUIApp.cpp:339
#, c-format
msgid ""
"You currently are not authorized to manage the client.\n"
"\n"
"To run %s as this user, please:\n"
" - reinstall %s answering \"Yes\" to the question about\n"
" non-administrative users\n"
" or\n"
" - contact your administrator to add you to the 'boinc_master'\n"
" user group."
msgstr ""
#: clientgui/BOINCGUIApp.cpp:345
#, c-format
msgid ""
"%s ownership or permissions are not set properly; please reinstall %s.\n"
"(Error code %d"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:351
msgid " at "
msgstr ""
#: clientgui/BOINCGUIApp.cpp:354
msgid ")"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:387
msgid ""
"A reboot is required in order for BOINC to run properly.\n"
"Please reboot your computer and try again."
msgstr ""
#: clientgui/BOINCGUIApp.cpp:388
msgid "BOINC Manager"
msgstr "BOINC Menadžer"
#: clientgui/BOINCGUIApp.cpp:529
msgid "BOINC Manager was started by the operating system automatically"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:531
msgid "Startup BOINC so only the system tray icon is visible"
msgstr "Pokrenuti BOINC tako da je vidljiva samo ikona u trayu"
#: clientgui/BOINCGUIApp.cpp:533
msgid "Directory containing the BOINC Client executable"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:534
msgid "BOINC data directory"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:536
msgid "Host name or IP address"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:537
msgid "GUI RPC port number"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:538
#, fuzzy
msgid "Password"
msgstr "Lozinka:"
#: clientgui/BOINCGUIApp.cpp:539
msgid "Startup BOINC with these optional arguments"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:540
msgid "disable BOINC security users and permissions"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:541
msgid "set skin debugging mode to enable skin manager error messages"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:542
msgid "multiple instances of BOINC Manager allowed"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:544
msgid "Not used: workaround for bug in XCode 4.2"
msgstr ""
#: clientgui/BOINCGUIApp.cpp:762
msgid "(Automatic Detection)"
msgstr "(Automatska detekcija)"
#: clientgui/BOINCGUIApp.cpp:763
msgid "(Unknown)"
msgstr "(Nepoznato)"
#: clientgui/BOINCGUIApp.cpp:764
msgid "(User Defined)"
msgstr "(Korisnički određeno)"
#: clientgui/BOINCTaskBar.cpp:502
#, c-format
msgid "Open %s Web..."
msgstr ""
#: clientgui/BOINCTaskBar.cpp:509
#, c-format
msgid "Open %s..."
msgstr ""
#: clientgui/BOINCTaskBar.cpp:516
#: clientgui/BOINCTaskBar.cpp:612
#: clientgui/BOINCTaskBar.cpp:620
msgid "Snooze"
msgstr ""
#: clientgui/BOINCTaskBar.cpp:518
#: clientgui/BOINCTaskBar.cpp:639
#: clientgui/BOINCTaskBar.cpp:647
msgid "Snooze GPU"
msgstr ""
#: clientgui/BOINCTaskBar.cpp:534
msgid "E&xit"
msgstr "&Izlaz"
#: clientgui/BOINCTaskBar.cpp:605
msgid "Resume"
msgstr "Nastavi"
#: clientgui/BOINCTaskBar.cpp:632
#, fuzzy
msgid "Resume GPU"
msgstr "Nastavi"
#: clientgui/BOINCTaskBar.cpp:708
msgid "Computing is enabled"
msgstr ""
#: clientgui/BOINCTaskBar.cpp:711
#, fuzzy
msgid "Computing is suspended - "
msgstr "Aktivnosti zaustavljene od korisnika"
#: clientgui/BOINCTaskBar.cpp:721
msgid "GPU computing is enabled"
msgstr ""
#: clientgui/BOINCTaskBar.cpp:724
#, fuzzy
msgid "GPU computing is suspended - "
msgstr "Aktivnosti zaustavljene od korisnika"
#: clientgui/BOINCTaskBar.cpp:733
#, fuzzy
msgid "Network is enabled"
msgstr "Aktivnosti zaustavljene"
#: clientgui/BOINCTaskBar.cpp:736
#, fuzzy
msgid "Network is suspended - "
msgstr "Aktivnosti zaustavljene"
#: clientgui/BOINCTaskBar.cpp:744
msgid "Reconnecting to client."
msgstr ""
#: clientgui/BOINCTaskBar.cpp:746
msgid "Not connected to a client."
msgstr ""
#: clientgui/BOINCTaskBar.cpp:799
#, c-format
msgid "%s Notices"
msgstr ""
#: clientgui/BOINCTaskBar.cpp:805
msgid "There are new notices - click to view."
msgstr ""
#: clientgui/CompletionErrorPage.cpp:199
msgid "Failed to add project"
msgstr ""
#: clientgui/CompletionErrorPage.cpp:204
msgid "Failed to update account manager"
msgstr ""
#: clientgui/CompletionErrorPage.cpp:208
msgid "Failed to remove account manager"
msgstr ""
#: clientgui/CompletionErrorPage.cpp:212
msgid "Failed to add account manager"
msgstr ""
#: clientgui/CompletionErrorPage.cpp:221
msgid ""
"An error has occurred;\n"
"check the Event Log for details.\n"
"\n"
"Click Finish to close."
msgstr ""
#: clientgui/CompletionErrorPage.cpp:225
#: clientgui/CompletionPage.cpp:222
#: clientgui/CompletionPage.cpp:242
#: clientgui/CompletionPage.cpp:273
msgid "Click Finish to close."
msgstr ""
#: clientgui/CompletionErrorPage.cpp:234
msgid "Messages from server:"
msgstr ""
#: clientgui/CompletionPage.cpp:207
#, fuzzy
msgid "Project added"
msgstr "Projekt"
#: clientgui/CompletionPage.cpp:213