-
-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy patheu.po
3577 lines (2805 loc) · 91.2 KB
/
eu.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 bottles package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: bottles\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-27 13:50+0530\n"
"PO-Revision-Date: 2022-01-21 20:56+0000\n"
"Last-Translator: Sergio Varela <[email protected]>\n"
"Language-Team: Basque <https://hosted.weblate.org/projects/bottles/bottles/"
"eu/>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.11-dev\n"
#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95
msgid "No path specified"
msgstr ""
#: bottles/backend/managers/backup.py:56
#, python-brace-format
msgid "Backup {0}"
msgstr ""
#: bottles/backend/managers/backup.py:101
#, python-brace-format
msgid "Importing backup: {0}"
msgstr ""
#: bottles/backend/managers/manager.py:1057
msgid "Fail to install components, tried 3 times."
msgstr ""
#: bottles/backend/managers/manager.py:1068
msgid "Missing essential components. Installing…"
msgstr ""
#: bottles/backend/managers/manager.py:1145
msgid "Failed to create bottle directory."
msgstr ""
#: bottles/backend/managers/manager.py:1157
msgid "Failed to create placeholder directory/file."
msgstr ""
#: bottles/backend/managers/manager.py:1162
msgid "Generating bottle configuration…"
msgstr ""
#: bottles/backend/managers/manager.py:1185
msgid "Template found, applying…"
msgstr ""
#. execute wineboot on the bottle path
#: bottles/backend/managers/manager.py:1197
msgid "The Wine config is being updated…"
msgstr ""
#: bottles/backend/managers/manager.py:1199
msgid "Wine config updated!"
msgstr ""
#: bottles/backend/managers/manager.py:1207
msgid "Running as Flatpak, sandboxing userdir…"
msgstr ""
#: bottles/backend/managers/manager.py:1209
msgid "Sandboxing userdir…"
msgstr ""
#: bottles/backend/managers/manager.py:1250
msgid "Setting Windows version…"
msgstr ""
#: bottles/backend/managers/manager.py:1260
msgid "Apply CMD default settings…"
msgstr ""
#: bottles/backend/managers/manager.py:1268
msgid "Optimizing environment…"
msgstr ""
#: bottles/backend/managers/manager.py:1279
#, python-brace-format
msgid "Applying environment: {0}…"
msgstr ""
#: bottles/backend/managers/manager.py:1289
msgid "(!) Using a custom environment recipe…"
msgstr ""
#: bottles/backend/managers/manager.py:1292
msgid "(!) Recipe not not found or not valid…"
msgstr ""
#: bottles/backend/managers/manager.py:1309
msgid "Installing DXVK…"
msgstr ""
#: bottles/backend/managers/manager.py:1317
msgid "Installing VKD3D…"
msgstr ""
#: bottles/backend/managers/manager.py:1326
msgid "Installing DXVK-NVAPI…"
msgstr ""
#: bottles/backend/managers/manager.py:1335
#, python-format
msgid "Installing dependency: %s …"
msgstr ""
#: bottles/backend/managers/manager.py:1345
msgid "Creating versioning state 0…"
msgstr ""
#: bottles/backend/managers/manager.py:1353
msgid "Finalizing…"
msgstr ""
#: bottles/backend/managers/manager.py:1364
msgid "Caching template…"
msgstr ""
#: bottles/backend/managers/versioning.py:83
msgid "Committing state …"
msgstr ""
#: bottles/backend/managers/versioning.py:90
msgid "Nothing to commit"
msgstr ""
#: bottles/backend/managers/versioning.py:96
#, python-brace-format
msgid "New state [{0}] created successfully!"
msgstr ""
#: bottles/backend/managers/versioning.py:123
msgid "States list retrieved successfully!"
msgstr ""
#: bottles/backend/managers/versioning.py:153
#, python-brace-format
msgid "State {0} restored successfully!"
msgstr ""
#: bottles/backend/managers/versioning.py:155
msgid "Restoring state {} …"
msgstr ""
#: bottles/backend/managers/versioning.py:162
#, fuzzy
msgid "State not found"
msgstr "Ez da aurkitu estaturik"
#: bottles/backend/managers/versioning.py:168
msgid "State {} is already the active state"
msgstr ""
#: bottles/frontend/main.py:112
msgid "Show version"
msgstr ""
#: bottles/frontend/main.py:120
msgid "Executable path"
msgstr ""
#: bottles/frontend/main.py:128
msgid "lnk path"
msgstr ""
#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118
#: bottles/frontend/ui/list-entry.blp:5
msgid "Bottle name"
msgstr ""
#: bottles/frontend/main.py:144
msgid "Pass arguments"
msgstr ""
#: bottles/frontend/main.py:203
msgid "Invalid URI (syntax: bottles:run/<bottle>/<program>)"
msgstr ""
#: bottles/frontend/main.py:244
msgid "[Quit] request received."
msgstr ""
#: bottles/frontend/main.py:253
msgid "[Help] request received."
msgstr ""
#: bottles/frontend/main.py:261
msgid "[Refresh] request received."
msgstr ""
#: bottles/frontend/main.py:294
msgid "Donate"
msgstr ""
#: bottles/frontend/main.py:299
msgid "Third-Party Libraries and Special Thanks"
msgstr ""
#: bottles/frontend/main.py:325
msgid "Sponsored and Funded by"
msgstr ""
# Translators: Bottles is a proper noun referring to the app
#: bottles/frontend/ui/about.blp:5
#, fuzzy
msgid "Copyright © 2017 Bottles Developers"
msgstr "© 2017-2021 - Bottles Garatzaileak"
# Translators: Bottles is a proper noun referring to the app
#: bottles/frontend/ui/about.blp:10
#, fuzzy
msgid "Bottles Developers"
msgstr "© 2017-2021 - Bottles Garatzaileak"
#: bottles/frontend/ui/about.blp:12
msgid "translator_credits"
msgstr ""
#: bottles/frontend/ui/component-entry.blp:4
msgid "Component version"
msgstr ""
#: bottles/frontend/ui/component-entry.blp:12
#: bottles/frontend/ui/dependency-entry.blp:29
#: bottles/frontend/ui/program-entry.blp:77
msgid "Uninstall"
msgstr ""
#: bottles/frontend/ui/component-entry.blp:23
#, fuzzy
msgid "Browse Files"
msgstr "Aldi baterako artxiboak garbitu"
#: bottles/frontend/ui/component-entry.blp:34
msgid ""
"The installation failed. This may be due to a repository error, partial "
"download or checksum mismatch. Press to try again."
msgstr ""
#: bottles/frontend/ui/component-entry.blp:45
msgid "Download & Install"
msgstr ""
#: bottles/frontend/ui/component-entry.blp:58
msgid "0%"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:16
msgid "Show Manifest"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:20
msgid "License"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:24
msgid "Reinstall"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:36
#: bottles/frontend/ui/installer-entry.blp:27
msgid "Report a Bug…"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:42
msgid "Dependency name"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:44
msgid "Dependency description"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:51
msgid "Category"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:64
msgid "Download & Install this Dependency"
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:79
msgid ""
"An installation error occurred. Restart Bottles to read the Crash Report or "
"run it via terminal to read the output."
msgstr ""
#: bottles/frontend/ui/dependency-entry.blp:93
msgid "Dependency Menu"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:16
msgid "Troubleshooting"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:24
msgid "Browse Files…"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:28
#, fuzzy
msgid "Duplicate Bottle…"
msgstr "Bottle bat bikoiztu"
#: bottles/frontend/ui/details-bottle.blp:32
#: bottles/frontend/ui/importer.blp:73
msgid "This is the complete archive of your bottle, including personal files."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:33
msgid "Full Backup…"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:37
#: bottles/frontend/ui/importer.blp:68
msgid ""
"This is just the bottle configuration, it's perfect if you want to create a "
"new one but without personal files."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:38
msgid "Export Configuration…"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:45
#: bottles/frontend/views/bottle_details.py:344
#, fuzzy
msgid "Show Hidden Programs"
msgstr "Egiaztatu instalatutako programak"
#: bottles/frontend/ui/details-bottle.blp:49
#, fuzzy
msgid "Search for new programs"
msgstr "Egiaztatu instalatutako programak"
#: bottles/frontend/ui/details-bottle.blp:56
#, fuzzy
msgid "Delete Bottle…"
msgstr "Bottle bat bikoiztu"
#: bottles/frontend/ui/details-bottle.blp:73
#: bottles/frontend/ui/details-dependencies.blp:99
#: bottles/frontend/ui/details-installers.blp:68
msgid "Secondary Menu"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:90
msgid "Force Stop all Processes"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:94
msgid "Simulate a Windows system shutdown."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:95
msgid "Shutdown"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:99
msgid "Simulate a Windows system reboot."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:100
msgid "Reboot"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:118
#: bottles/frontend/ui/dialog-launch-options.blp:6
#, fuzzy
msgid "Launch Options"
msgstr "Ezarpen aurreratuak"
#: bottles/frontend/ui/details-bottle.blp:135
msgid "Run in Terminal"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:148
msgid "Drop files to execute them"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:164
#, fuzzy
msgid "My bottle"
msgstr "Bottle bat bikoiztu"
#: bottles/frontend/ui/details-bottle.blp:177
msgid "Win64"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:189
#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71
msgid "Environment"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:201
#: bottles/frontend/ui/details-preferences.blp:14
#: bottles/frontend/ui/new.blp:128
msgid "Runner"
msgstr "Exekutatzailea"
#: bottles/frontend/ui/details-bottle.blp:213
#: bottles/frontend/ui/list-entry.blp:21
msgid "Versioning enabled for this bottle"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:218
msgid "Versioning is active for this bottle."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:227
#: bottles/frontend/ui/list-entry.blp:31
msgid "0"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:247
msgid "Run Executable…"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:272
msgid "Programs"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:275
msgid ""
"Click \"Run Executable…\" to run an executable, \"Add Shortcuts…\" to add an "
"executable to the Programs list, or \"Install Programs…\" to install "
"programs curated by the community."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:298
msgid "Add Shortcuts…"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:325
#, fuzzy
msgid "Install Programs…"
msgstr "Egiaztatu instalatutako programak"
#: bottles/frontend/ui/details-bottle.blp:346
#, fuzzy
msgid "Options"
msgstr "Ezarpen aurreratuak"
#: bottles/frontend/ui/details-bottle.blp:350
#: bottles/frontend/views/details.py:141
msgid "Settings"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:351
msgid "Configure bottle settings."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:360
#: bottles/frontend/views/details.py:145
msgid "Dependencies"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:361
msgid "Install dependencies for programs."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:370
#: bottles/frontend/ui/details-preferences.blp:377
#: bottles/frontend/views/details.py:149
msgid "Snapshots"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:371
#, fuzzy
msgid "Create and manage bottle states."
msgstr "Gorde bottle-n egoera."
#: bottles/frontend/ui/details-bottle.blp:380
#: bottles/frontend/ui/details-bottle.blp:426
#: bottles/frontend/views/details.py:157
msgid "Task Manager"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:381
msgid "Manage running programs."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:390
msgid "Tools"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:394
msgid "Command Line"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:395
msgid "Run commands inside the Bottle."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:404
msgid "Registry Editor"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:405
msgid "Edit the internal registry."
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:413
msgid "Legacy Wine Tools"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:417
msgid "Explorer"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:435
msgid "Debugger"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:444
#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145
msgid "Configuration"
msgstr ""
#: bottles/frontend/ui/details-bottle.blp:453
#, fuzzy
msgid "Uninstaller"
msgstr "Esperimentala:instalatzaileak"
#: bottles/frontend/ui/details-bottle.blp:462
msgid "Control Panel"
msgstr ""
#: bottles/frontend/ui/details-dependencies.blp:9
msgid "Search for dependencies…"
msgstr ""
#: bottles/frontend/ui/details-dependencies.blp:22
#: bottles/frontend/ui/preferences.blp:178
#: bottles/frontend/ui/preferences.blp:235
msgid "You're offline :("
msgstr ""
#: bottles/frontend/ui/details-dependencies.blp:25
msgid "Bottles is running in offline mode, so dependencies are not available."
msgstr ""
#: bottles/frontend/ui/details-dependencies.blp:47
msgid ""
"Dependencies are resources that improve compatibility of Windows software.\n"
"\n"
"Files on this page are provided by third parties under a proprietary "
"license. By installing them, you agree with their respective licensing terms."
msgstr ""
#: bottles/frontend/ui/details-dependencies.blp:76
msgid "Report a problem or a missing dependency."
msgstr "Arazo baten edo mendekotasunik ezaren berri ematea."
#: bottles/frontend/ui/details-dependencies.blp:77
#, fuzzy
msgid "Report Missing Dependency"
msgstr "Arazo baten edo mendekotasunik ezaren berri ematea."
#: bottles/frontend/ui/details-dependencies.blp:81
#, fuzzy
msgid "Read Documentation."
msgstr "Dokumentazioa irakurri"
#: bottles/frontend/ui/details-dependencies.blp:82
#: bottles/frontend/ui/details-installers.blp:51
#: bottles/frontend/ui/details-versioning.blp:37
msgid "Documentation"
msgstr ""
#: bottles/frontend/ui/details-dependencies.blp:92
#: bottles/frontend/ui/details-installers.blp:61
#: bottles/frontend/ui/window.blp:46
msgid "Search"
msgstr ""
#: bottles/frontend/ui/details-installers.blp:9
#, fuzzy
msgid "Search for Programs…"
msgstr "Egiaztatu instalatutako programak"
#: bottles/frontend/ui/details-installers.blp:15
msgid ""
"Install programs curated by our community.\n"
"\n"
"Files on this page are provided by third parties under a proprietary "
"license. By installing them, you agree with their respective licensing terms."
msgstr ""
#: bottles/frontend/ui/details-installers.blp:29
#, fuzzy
msgid "No Installers Found"
msgstr "Ez da aurkitu estaturik"
#: bottles/frontend/ui/details-installers.blp:32
msgid ""
"The repository is unreachable or no installer is compatible with this bottle."
msgstr ""
#: bottles/frontend/ui/details-installers.blp:50
#: bottles/frontend/ui/details-versioning.blp:36
#: bottles/frontend/ui/preferences.blp:81
#, fuzzy
msgid "Read Documentation"
msgstr "Dokumentazioa irakurri"
#: bottles/frontend/ui/details-preferences.blp:6
#: bottles/frontend/ui/dialog-duplicate.blp:52
msgid "Name"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:11
#, fuzzy
msgid "Components"
msgstr "Windows-en bertsioa"
#: bottles/frontend/ui/details-preferences.blp:15
#: bottles/frontend/ui/new.blp:129
msgid "The version of the Wine compatibility layer."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:17
msgid "Updating Runner and components, please wait…"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:27
#: bottles/frontend/ui/preferences.blp:262
msgid "DXVK"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:28
msgid "Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:30
msgid "Updating DXVK, please wait…"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:40
#: bottles/frontend/ui/preferences.blp:266
msgid "VKD3D"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:41
msgid "Improve Direct3D 12 compatibility by translating it to Vulkan."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:43
msgid "Updating VKD3D, please wait…"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:54
#, fuzzy
msgid "DXVK NVAPI"
msgstr "NVAPI-ren bertsioa"
#: bottles/frontend/ui/details-preferences.blp:58
#: bottles/frontend/ui/details-preferences.blp:93
msgid "Updating DXVK-NVAPI, please wait…"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:68
#: bottles/frontend/ui/preferences.blp:274
msgid "LatencyFleX"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:69
msgid "Increase responsiveness. Can be detected by some anti-cheat software."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:71
msgid "Updating LatencyFleX, please wait…"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:84
msgid "Display"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:88
msgid "Deep Learning Super Sampling"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:89
msgid ""
"Increase performance at the expense of visuals using DXVK-NVAPI. Only works "
"on newer NVIDIA GPUs."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:105
msgid "FidelityFX Super Resolution"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:106
#, fuzzy
msgid "Increase performance at the expense of visuals. Only works on Vulkan."
msgstr "Errendimendua hobetzen du energia gehiago erabiltzearen kontura."
#: bottles/frontend/ui/details-preferences.blp:108
msgid "Manage FidelityFX Super Resolution settings"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:125
#, fuzzy
msgid "Discrete Graphics"
msgstr "GPU diskretua"
#: bottles/frontend/ui/details-preferences.blp:126
msgid ""
"Use the discrete graphics card to increase performance at the expense of "
"power consumption."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:135
msgid "Post-Processing Effects"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:136
msgid ""
"Add various post-processing effects using vkBasalt. Only works on Vulkan."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:138
msgid "Manage Post-Processing Layer settings"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:154
msgid "Manage how games should be displayed on the screen using Gamescope."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:157
msgid "Manage Gamescope settings"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:171
#, fuzzy
msgid "Advanced Display Settings"
msgstr "Ezarpen aurreratuak"
#: bottles/frontend/ui/details-preferences.blp:184
msgid "Performance"
msgstr "Errendimendua"
#: bottles/frontend/ui/details-preferences.blp:188
#, fuzzy
msgid "Enable synchronization to increase performance of multicore processors."
msgstr ""
"Sinkronizazioa aktibatu prozesadore multinukleoen errendimendua handitzeko."
#: bottles/frontend/ui/details-preferences.blp:189
msgid "Synchronization"
msgstr "Sinkronizazioa"
#: bottles/frontend/ui/details-preferences.blp:193
msgid "System"
msgstr "Sistema"
#: bottles/frontend/ui/details-preferences.blp:194
msgid "Esync"
msgstr "Esync"
#: bottles/frontend/ui/details-preferences.blp:195
msgid "Fsync"
msgstr "Fsync"
#: bottles/frontend/ui/details-preferences.blp:196
msgid "Futex2"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:202
#, fuzzy
msgid "Monitor Performance"
msgstr "Errendimendua"
#: bottles/frontend/ui/details-preferences.blp:203
msgid ""
"Display monitoring information such as framerate, temperatures, CPU/GPU load "
"and more on OpenGL and Vulkan using MangoHud."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:211
#, fuzzy
msgid "Feral GameMode"
msgstr "GameMode erabili"
#: bottles/frontend/ui/details-preferences.blp:212
msgid ""
"Apply a set of optimizations to your device. Can improve game performance."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:221
msgid "Preload Game Files"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:222
msgid ""
"Improve loading time when launching the game multiple times. The game will "
"take longer to start for the first time."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:226
msgid "Manage vmtouch settings"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:241
msgid "OBS Game Capture"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:242
#, fuzzy
msgid "Toggle OBS Game Capture for all Vulkan and OpenGL programs."
msgstr "Egiaztatu instalatutako programak"
#: bottles/frontend/ui/details-preferences.blp:251
msgid "Compatibility"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:254
#, fuzzy
msgid "Windows Version"
msgstr "Windows-en bertsioa"
#: bottles/frontend/ui/details-preferences.blp:257
msgid "Updating Windows version, please wait…"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:266
msgid "Language"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:267
msgid "Choose the language to use with programs."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:275
msgid "Dedicated Sandbox"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:276
msgid "Use a restricted/managed environment for this bottle."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:279
#, fuzzy
msgid "Manage the Sandbox Permissions"
msgstr "DXVK-ren bertsioak kudeatu"
# Translators: Bottles is a proper noun referring to the app
#: bottles/frontend/ui/details-preferences.blp:295
#, fuzzy
msgid "Bottles Runtime"
msgstr "Bottles runtime erabili"
#: bottles/frontend/ui/details-preferences.blp:296
#, fuzzy
msgid ""
"Provide a bundle of extra libraries for more compatibility. Disable it if "
"you run into issues."
msgstr ""
"Liburutegi osagarrien pakete bat eskaintzen du bateragarritasun handiagoa "
"lortzeko.\n"
"Arazoak badituzu, desaktibatu."
#: bottles/frontend/ui/details-preferences.blp:306
#, fuzzy
msgid "Steam Runtime"
msgstr "Bottles runtime erabili"
#: bottles/frontend/ui/details-preferences.blp:307
#, fuzzy
msgid ""
"Provide a bundle of extra libraries for more compatibility with Steam games. "
"Disable it if you run into issues."
msgstr ""
"Liburutegi osagarrien pakete bat eskaintzen du bateragarritasun handiagoa "
"lortzeko.\n"
"Arazoak badituzu, desaktibatu."
#: bottles/frontend/ui/details-preferences.blp:315
#: bottles/frontend/ui/dialog-launch-options.blp:83
#, fuzzy
msgid "Working Directory"
msgstr "Lan-direktorioa"
#: bottles/frontend/ui/details-preferences.blp:318
#: bottles/frontend/ui/dialog-launch-options.blp:59
#: bottles/frontend/ui/dialog-launch-options.blp:90
#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181
#: bottles/frontend/ui/preferences.blp:136
#, fuzzy
msgid "Reset to Default"
msgstr "Bottles"
#: bottles/frontend/ui/details-preferences.blp:339
#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78
#: bottles/frontend/views/preferences.py:210
msgid "(Default)"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:347
#: bottles/frontend/ui/dialog-dll-overrides.blp:7
#: bottles/frontend/ui/dialog-dll-overrides.blp:12
#, fuzzy
msgid "DLL Overrides"
msgstr "DLL gainidaztea"
#: bottles/frontend/ui/details-preferences.blp:357
#: bottles/frontend/ui/dialog-env-vars.blp:20
#, fuzzy
msgid "Environment Variables"
msgstr "Ingurunearen aldagaiak"
#: bottles/frontend/ui/details-preferences.blp:367
#, fuzzy
msgid "Manage Drives"
msgstr "Exekutatzaileak kudeatu"
#: bottles/frontend/ui/details-preferences.blp:381
#, fuzzy
msgid "Automatic Snapshots"
msgstr "Bottles bertsioen kontrola (esperimentala)"
#: bottles/frontend/ui/details-preferences.blp:382
msgid ""
"Automatically create snapshots before installing software or changing "
"settings."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:391
msgid "Compression"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:392
msgid ""
"Compress snapshots to reduce space. This will slow down the creation of "
"snapshots."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:401
msgid "Use Exclusion Patterns"
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:402
msgid "Exclude paths in snapshots."
msgstr ""
#: bottles/frontend/ui/details-preferences.blp:405
#, fuzzy
msgid "Manage Patterns"
msgstr "Exekutatzaileak kudeatu"
#: bottles/frontend/ui/details-taskmanager.blp:17
msgid "Refresh"
msgstr "Eguneratu"
#: bottles/frontend/ui/details-taskmanager.blp:22
msgid "Stop process"
msgstr ""
#: bottles/frontend/ui/details-versioning.blp:18
#, fuzzy
msgid "No Snapshots Found"
msgstr "Ez da aurkitu estaturik"
#: bottles/frontend/ui/details-versioning.blp:19
#, fuzzy
msgid "Create your first snapshot to start saving states of your preferences."
msgstr "Bertsionatua erabiltzen hasteko lehen egoera sortu."
#: bottles/frontend/ui/details-versioning.blp:54
#, fuzzy
msgid "A short comment"
msgstr "Oso iruzkin laburra"
#: bottles/frontend/ui/details-versioning.blp:58
msgid "Save the bottle state."
msgstr "Gorde bottle-n egoera."
#: bottles/frontend/ui/details-versioning.blp:78
#, fuzzy
msgid "Create new Snapshot"
msgstr "Sortu egoera berria"
#: bottles/frontend/ui/details.blp:16
#, fuzzy
msgid "Details"
msgstr "Bottles"
#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64
#: bottles/frontend/ui/importer.blp:15