Chameleon

Chameleon Commit Details

Date:2017-05-13 14:24:28 (6 years 11 months ago)
Author:ErmaC
Commit:2881
Parents: 2880
Message:correct typo for package
Changes:
R/branches/ErmaC/Enoch/package/OptionalSettings/CrsActiveConfig.txt → /branches/ErmaC/Enoch/package/OptionalSettings/CsrActiveConfig.txt
M/branches/ErmaC/Enoch/package/po/en.po
M/branches/ErmaC/Enoch/package/po/ar.po
M/branches/ErmaC/Enoch/i386/libsaio/smbios.c
M/branches/ErmaC/Enoch/package/po/fr.po
M/branches/ErmaC/Enoch/package/po/hr.po
M/branches/ErmaC/Enoch/package/po/nl.po
M/branches/ErmaC/Enoch/package/po/pl.po
M/branches/ErmaC/Enoch/package/po/it.po
M/branches/ErmaC/Enoch/package/po/ca.po
M/branches/ErmaC/Enoch/package/po/pt.po
M/branches/ErmaC/Enoch/i386/libsaio/stringTable.c
M/branches/ErmaC/Enoch/package/po/sr.po
M/branches/ErmaC/Enoch/package/po/fa.po
M/branches/ErmaC/Enoch/package/po/bg.po
M/branches/ErmaC/Enoch/package/po/de.po
M/branches/ErmaC/Enoch/package/po/ja.po
M/branches/ErmaC/Enoch/package/po/zh_TW.po
M/branches/ErmaC/Enoch/package/po/he.po
M/branches/ErmaC/Enoch/package/po/zh_CN.po
M/branches/ErmaC/Enoch/package/po/bs.po
M/branches/ErmaC/Enoch/package/po/cs.po
M/branches/ErmaC/Enoch/package/po/mk.po
M/branches/ErmaC/Enoch/package/po/es.po
M/branches/ErmaC/Enoch/package/po/ko.po
M/branches/ErmaC/Enoch/package/po/hu.po
M/branches/ErmaC/Enoch/package/po/chameleon.pot
M/branches/ErmaC/Enoch/package/po/ro.po
M/branches/ErmaC/Enoch/package/po/pt-BR.po
M/branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings
M/branches/ErmaC/Enoch/package/po/ru.po
M/branches/ErmaC/Enoch/package/po/id.po
M/branches/ErmaC/Enoch/package/po/el.po

File differences

branches/ErmaC/Enoch/i386/libsaio/smbios.c
495495
496496
497497
498
499
498
499
500500
501501
502502
......
515515
516516
517517
518
519
518
519
520520
521521
522522
#define kDefaultMacProFamily"MacPro" // MacPro's family = "MacPro" not "Mac Pro"
#define kDefaultMacPro"MacPro3,1"
#define kDefaultMacProBIOSVersion" MP31.88Z.006C.B05.0903051113"
#define kDefaultMacProBIOSReleaseDate"08/03/2010"
#define kDefaultMacProBIOSVersion" MP31.88Z.006C.B05.0802291410"
#define kDefaultMacProBIOSReleaseDate"02/29/08"
#define kDefaultMacProBoardProduct"Mac-F42C88C8"
// Mac Pro 4,1 core i7/Xeon
// Mac Pro 6,1
#define kDefaultMacProHaswell"MacPro6,1"
#define kDefaultMacProHaswellBIOSVersion"MP61.88Z.0116.B04.1312061508"
#define kDefaultMacProHaswellBIOSReleaseDate"12/06/2013"
#define kDefaultMacProHaswellBIOSVersion"MP61.88Z.0116.B25.1702171857"
#define kDefaultMacProHaswellBIOSReleaseDate"02/17/2017"
#define kDefaultMacProHaswellBoardProduct"Mac-F60DEB81FF30ACF6"
/* ============================================ */
branches/ErmaC/Enoch/i386/libsaio/stringTable.c
681681
682682
683683
684
685
684686
685687
686688
// Micky1979, the order is important
char *dirspec[] = {
"/com.apple.recovery.boot/com.apple.Boot.plist",// OS X Recovery
"/macOS Install Data/com.apple.Boot.plist",// macOS Upgrade (10.12)
"/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist",// macOS Upgrade (10.12)
"/OS X Install Data/com.apple.Boot.plist",// OS X Upgrade (10.8+)
"/Mac OS X Install Data/com.apple.Boot.plist",// OS X Upgrade (Lion 10.7)
"/.IABootFiles/com.apple.Boot.plist",// OS X Installer
branches/ErmaC/Enoch/package/OptionalSettings/CrsActiveConfig.txt
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
# ---------------------------------------------
# Chameleon Optional Settings List.
# ---------------------------------------------
# Add boot options or kernel flags to the bottom of this file.
# They will appear under the package installer's Settings menu
# in a sub menu named with the filename of this file.
# Use one file or many files - it's flexible to make it easy
# to group different options under separate sub menus.
# ---------------------------------------------
# To add boot option: Structure is:
# type@name:key=value
# example1: Bool@InstantMenu:Instant Menu=Yes
# example2: Text@1024x600x32:Graphics Mode=1024x600x32
# example3: List@Npci:Kernel Flags=npci=0x2000
# ---------------------------------------------
# type can be: Bool, Text or List
# ---------------------------------------------
# The package installer has a setting which controls what
# the user is allowed to choose.
# A) User can select every option from the list.
# B) User can select only one of the options from the list.
# Set Exclusive=False for A, or Exclusive=True for B.
#
Exclusive=False
# ---------------------------------------------
# Note: There must be a carriage return at end of last line
# ---------------------------------------------
Text@Crs1:CrsActiveConfig=1
Text@Crs2:CrsActiveConfig=2
Text@Crs4:CrsActiveConfig=4
Text@Crs8:CrsActiveConfig=8
Text@Crs16:CrsActiveConfig=16
Text@Crs32:CrsActiveConfig=32
Text@Crs64:CrsActiveConfig=64
Text@Crs128:CrsActiveConfig=128
branches/ErmaC/Enoch/package/OptionalSettings/CsrActiveConfig.txt
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
# ---------------------------------------------
# Chameleon Optional Settings List.
# ---------------------------------------------
# Add boot options or kernel flags to the bottom of this file.
# They will appear under the package installer's Settings menu
# in a sub menu named with the filename of this file.
# Use one file or many files - it's flexible to make it easy
# to group different options under separate sub menus.
# ---------------------------------------------
# To add boot option: Structure is:
# type@name:key=value
# example1: Bool@InstantMenu:Instant Menu=Yes
# example2: Text@1024x600x32:Graphics Mode=1024x600x32
# example3: List@Npci:Kernel Flags=npci=0x2000
# ---------------------------------------------
# type can be: Bool, Text or List
# ---------------------------------------------
# The package installer has a setting which controls what
# the user is allowed to choose.
# A) User can select every option from the list.
# B) User can select only one of the options from the list.
# Set Exclusive=False for A, or Exclusive=True for B.
#
Exclusive=True
# ---------------------------------------------
# Note: There must be a carriage return at end of last line
# ---------------------------------------------
Text@Csr1:CsrActiveConfig=1
Text@Csr2:CsrActiveConfig=2
Text@Csr4:CsrActiveConfig=4
Text@Csr8:CsrActiveConfig=8
Text@Csr16:CsrActiveConfig=16
Text@Csr32:CsrActiveConfig=32
Text@Csr64:CsrActiveConfig=64
Text@Csr128:CsrActiveConfig=128
branches/ErmaC/Enoch/package/Resources/templates/Localizable.strings
295295
296296
297297
298
299
298
299
300300
301
302
301
302
303303
304
305
304
305
306306
307
308
307
308
309309
310
311
310
311
312312
313
314
313
314
315315
316
317
316
317
318318
319
320
319
320
321321
322322
323323
......
879879
880880
881881
882
883
884
882
883
884
885885
886886
887887
// ----------------------------------------------------------------------------
"Crs1_title" = "CRS_ALLOW_UNTRUSTED_KEXTS";
"Crs1_description" = "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP).";
"Csr1_title" = "CSR_ALLOW_UNTRUSTED_KEXTS";
"Csr1_description" = "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP).";
"Crs2_title" = "CRS_ALLOW_UNRESTRICTED_FS";
"Crs2_description" = "Filesystem protection: Important system files are protected and cannot be modified.";
"Csr2_title" = "CSR_ALLOW_UNRESTRICTED_FS";
"Csr2_description" = "Filesystem protection: Important system files are protected and cannot be modified.";
"Crs4_title" = "CRS_ALLOW_TASK_FOR_PID";
"Crs4_description" = "Disable CRS_ALLOW_TASK_FOR_PID";
"Csr4_title" = "CSR_ALLOW_TASK_FOR_PID";
"Csr4_description" = "Disable CSR_ALLOW_TASK_FOR_PID";
"Crs8_title" = "CRS_ALLOW_KERNEL_DEBUGGER";
"Crs8_description" = "Disable CRS_ALLOW_KERNEL_DEBUGGER";
"Csr8_title" = "CSR_ALLOW_KERNEL_DEBUGGER";
"Csr8_description" = "Disable CSR_ALLOW_KERNEL_DEBUGGER";
"Crs16_title" = "CRS_ALLOW_APPLE_INTERNAL";
"Crs16_description" = "Disable CRS_ALLOW_APPLE_INTERNAL";
"Csr16_title" = "CSR_ALLOW_APPLE_INTERNAL";
"Csr16_description" = "Disable CSR_ALLOW_APPLE_INTERNAL";
"Crs32_title" = "CRS_ALLOW_UNRESTRICTED_DTRACE";
"Crs32_description" = "Disable CRS_ALLOW_UNRESTRICTED_DTRACE";
"Csr32_title" = "CSR_ALLOW_UNRESTRICTED_DTRACE";
"Csr32_description" = "Disable CSR_ALLOW_UNRESTRICTED_DTRACE";
"Crs64_title" = "CRS_ALLOW_UNRESTRICTED_NVRAM";
"Crs64_description" = "Disable CRS_ALLOW_UNRESTRICTED_NVRAM";
"Csr64_title" = "CSR_ALLOW_UNRESTRICTED_NVRAM";
"Csr64_description" = "Disable CSR_ALLOW_UNRESTRICTED_NVRAM";
"Crs128_title" = "CRS_ALLOW_DEVICE_CONFIGURATION";
"Crs128_description" = "Disable CRS_ALLOW_DEVICE_CONFIGURATION";
"Csr128_title" = "CSR_ALLOW_DEVICE_CONFIGURATION";
"Csr128_description" = "Disable CSR_ALLOW_DEVICE_CONFIGURATION";
// ----------------------------------------------------------------------------
"Control_title" = "Control Options";
"Control_description" = "Settings to control how Chameleon works.";
// CrsActiveConfig
"CrsActiveConfig_title" = "CrsActiveConfig";
"CrsActiveConfig_description" = "System Integrity Protection (SIP).";
// CsrActiveConfig
"CsrActiveConfig_title" = "CsrActiveConfig";
"CsrActiveConfig_description" = "System Integrity Protection (SIP).";
// General
"General_title" = "General Options";
branches/ErmaC/Enoch/package/po/ar.po
77
88
99
10
11
10
11
1212
1313
1414
......
7777
7878
7979
80
81
82
83
84
85
86
80
81
8782
8883
8984
......
9388
9489
9590
96
97
98
91
9992
10093
10194
102
103
95
10496
10597
10698
......
115107
116108
117109
118
119
120
121
110
111
122112
123113
124114
......
157147
158148
159149
160
161
150
162151
163152
164153
......
203192
204193
205194
206
207
208
195
209196
210197
211198
......
450437
451438
452439
453
454
440
455441
456442
457443
......
491477
492478
493479
494
495
480
496481
497
482
498483
499484
500485
......
512497
513498
514499
515
500
516501
517502
518503
......
524509
525510
526511
527
528
512
529513
530
514
531515
532516
533517
......
539523
540524
541525
542
543
526
544527
545
528
546529
547530
548531
......
554537
555538
556539
557
558
540
559541
560
542
561543
562544
563545
......
569551
570552
571553
572
573
554
574555
575
556
576557
577558
578559
......
12421223
12431224
12441225
1245
1226
12461227
12471228
1248
1229
12491230
12501231
1251
1232
12521233
12531234
12541235
12551236
12561237
1257
1238
12581239
12591240
1260
1241
12611242
12621243
1263
1244
12641245
12651246
12661247
12671248
12681249
1269
1250
12701251
12711252
1272
1253
12731254
12741255
1275
1256
12761257
12771258
1278
1259
12791260
12801261
1281
1262
12821263
12831264
1284
1265
12851266
12861267
1287
1268
12881269
12891270
1290
1271
12911272
12921273
1293
1274
12941275
12951276
1296
1277
12971278
12981279
1299
1280
13001281
13011282
1302
1283
13031284
13041285
1305
1286
13061287
13071288
1308
1289
13091290
13101291
1311
1292
13121293
13131294
1314
1295
13151296
13161297
1317
1298
13181299
13191300
1320
1301
13211302
13221303
1323
1304
13241305
13251306
1326
1307
13271308
13281309
1329
1310
13301311
13311312
1332
1313
13331314
13341315
1335
1316
13361317
13371318
1338
1319
13391320
13401321
13411322
1342
1343
1323
13441324
13451325
13461326
......
13541334
13551335
13561336
1357
1358
1337
13591338
13601339
13611340
......
13691348
13701349
13711350
1372
1373
1351
13741352
13751353
13761354
......
13841362
13851363
13861364
1387
1388
1365
13891366
13901367
13911368
......
13991376
14001377
14011378
1402
1403
1379
14041380
14051381
14061382
......
14141390
14151391
14161392
1417
1418
1393
14191394
14201395
14211396
......
14291404
14301405
14311406
1432
1433
1407
14341408
14351409
14361410
......
14441418
14451419
14461420
1447
1448
1421
14491422
14501423
14511424
......
14591432
14601433
14611434
1462
1463
1435
14641436
14651437
14661438
......
14741446
14751447
14761448
1477
1478
1449
14791450
14801451
14811452
......
14891460
14901461
14911462
1492
1493
1463
14941464
14951465
14961466
......
15041474
15051475
15061476
1507
1508
1477
15091478
15101479
15111480
......
15191488
15201489
15211490
1522
1523
1491
15241492
15251493
15261494
......
15341502
15351503
15361504
1537
1538
1505
15391506
15401507
15411508
......
15491516
15501517
15511518
1552
1553
1519
15541520
15551521
15561522
......
15641530
15651531
15661532
1567
1568
1533
15691534
15701535
15711536
......
15791544
15801545
15811546
1582
1583
1547
15841548
15851549
15861550
......
15941558
15951559
15961560
1597
1598
1561
15991562
16001563
16011564
......
16091572
16101573
16111574
1612
1613
1575
16141576
16151577
16161578
......
16241586
16251587
16261588
1627
1628
1589
16291590
16301591
16311592
......
16391600
16401601
16411602
1642
1643
1603
16441604
16451605
16461606
......
16541614
16551615
16561616
1657
1658
1617
16591618
16601619
16611620
......
16691628
16701629
16711630
1672
1673
1631
16741632
16751633
16761634
......
16841642
16851643
16861644
1687
1688
1645
16891646
16901647
16911648
......
16991656
17001657
17011658
1702
1703
1659
17041660
17051661
17061662
......
17141670
17151671
17161672
1717
1718
1673
17191674
17201675
17211676
......
31813136
31823137
31833138
3184
3139
31853140
31863141
3187
3142
31883143
31893144
3190
3145
31913146
31923147
31933148
......
33463301
33473302
33483303
3349
3350
3304
3305
33513306
33523307
33533308
33543309
3355
3310
33563311
33573312
33583313
3359
3360
3361
3362
3363
3314
3315
3316
3317
33643318
33653319
3366
3320
33673321
33683322
33693323
33703324
33713325
3372
3326
33733327
33743328
33753329
33763330
33773331
3378
3332
33793333
33803334
33813335
33823336
33833337
3384
3385
3386
3338
3339
33873340
3388
3341
33893342
33903343
3391
3344
33923345
33933346
33943347
33953348
33963349
3397
3398
3399
3350
3351
34003352
3401
3353
34023354
34033355
3404
3356
34053357
34063358
34073359
34083360
34093361
3410
3411
3412
3362
3363
34133364
3414
3365
34153366
34163367
3417
3368
34183369
34193370
34203371
34213372
34223373
3423
3374
34243375
34253376
34263377
34273378
34283379
3429
3380
34303381
34313382
34323383
34333384
34343385
3435
3386
34363387
34373388
34383389
34393390
34403391
3441
3392
34423393
34433394
34443395
34453396
34463397
3447
3398
34483399
34493400
34503401
34513402
34523403
3453
3404
34543405
34553406
34563407
34573408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
34583469
3459
3470
34603471
34613472
34623473
34633474
34643475
3465
3476
34663477
34673478
34683479
34693480
34703481
34713482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
34723503
34733504
34743505
3475
3476
3506
34773507
34783508
34793509
34803510
34813511
3482
3483
3484
3485
3486
3487
3488
3512
3513
34893514
34903515
34913516
34923517
3493
3494
3495
3496
3497
3498
3499
3518
3519
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"PO-Revision-Date: 2015-02-13 19:44-0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2017-05-11 21:08+0100\n"
"Last-Translator: magnifico <cparisi2@gmail.com>\n"
"Language-Team: ar <ar@li.org>\n"
"Language: ar\n"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:18
msgid ""
"Chameleon is a boot loader built using a combination of components which "
"evolved from the development of David Elliott's fake EFI implementation "
"added to Apple's boot-132 project."
msgstr ""
"الحرباء هو محمل تمهيد بنى بإستخدام مزيج من المكونات التى طورت من تطوير ديفيد "
"إليوت لتنفيذ إي إف آى وهمى مضاف لمشروع آبل تمهيد-132 ."
msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project."
msgstr "الحرباء هو محمل تمهيد بنى بإستخدام مزيج من المكونات التى طورت من تطوير ديفيد إليوت لتنفيذ إي إف آى وهمى مضاف لمشروع آبل تمهيد-132 ."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:20
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:22
msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader."
msgstr ""
"- واجهة إستخدام رسومية قابلة للتعديل بالكامل لإعطاء ألوان جديدة لمحمل تمهيد "
"داروين ."
msgstr "- واجهة إستخدام رسومية قابلة للتعديل بالكامل لإعطاء ألوان جديدة لمحمل تمهيد داروين ."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:23
msgid ""
"- Load a ramdisk to directly boot retail DVDs without additional programs."
msgid "- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr "- تحميل قرص رام للتمهيد المباشر للدي في دي الأصلية بدون برامج إضافية ."
#. type: Content of: <html><body><p>
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:26
msgid ""
"- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr ""
"الكتابة فوق الجدول DSDT، تكون قادرة على تحديد محسنة أن يحل العديد من المشاكل."
msgid "- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr "الكتابة فوق الجدول DSDT، تكون قادرة على تحديد محسنة أن يحل العديد من المشاكل."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:27
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:34
msgid ""
"- Automatic P-State &amp; C-State generation for native power management."
msgid "- Automatic P-State &amp; C-State generation for native power management."
msgstr "--التلقائية جيل ف الدولة والدولة ج."
#. type: Content of: <html><body><p>
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:26
msgid ""
"&nbsp;to find out if the installation was successful and keep it for a "
"record of what was done."
msgid "&nbsp;to find out if the installation was successful and keep it for a record of what was done."
msgstr "&nbsp;لمعرفة ما إذا كان التنصيب تم بنجاح وأتركه كتسجيل لما تم ."
#. type: Content of: <html><body><div><p>
msgstr ""
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:81
#: Resources/templates/Localizable.strings:899
#: Resources/templates/Localizable.strings:81 Resources/templates/Localizable.strings:899
#, no-wrap
msgid "Resolution"
msgstr "الدقة"
#. type: "KernelPatcher_title"
#: Resources/templates/Localizable.strings:92
#, fuzzy, no-wrap
#| msgid "UseKernelCache=Yes"
#, no-wrap
msgid "Kernel Patcher"
msgstr "UseKernelCache=Yes"
msgstr "‫Kernel Patcher"
#. type: "KernelPatcher_description"
#: Resources/templates/Localizable.strings:93
#: Resources/templates/Localizable.strings:100
#, no-wrap
msgid "Kext Patcher"
msgstr ""
msgstr "‫Kext Patcher"
#. type: "KextPatcher_description"
#: Resources/templates/Localizable.strings:101
#. type: "NVIDIAGraphicsEnabler_title"
#: Resources/templates/Localizable.strings:104
#, fuzzy, no-wrap
#| msgid "GraphicsEnabler=Yes"
#, no-wrap
msgid "NVIDIAGraphicsEnabler"
msgstr "GraphicsEnabler=Yes"
msgstr "‫NVIDIAGraphicsEnabler"
#. type: "NVIDIAGraphicsEnabler_description"
#: Resources/templates/Localizable.strings:105
#. type: "GraphicsEnablerModule_title"
#: Resources/templates/Localizable.strings:108
#, fuzzy, no-wrap
#| msgid "GraphicsEnabler=Yes"
#, no-wrap
msgid "GraphicsEnabler"
msgstr "GraphicsEnabler=Yes"
msgstr "‫GraphicsEnabler"
#. type: "GraphicsEnablerModule_description"
#: Resources/templates/Localizable.strings:109
#. type: "AMDGraphicsEnabler_title"
#: Resources/templates/Localizable.strings:112
#, fuzzy, no-wrap
#| msgid "GraphicsEnabler=Yes"
#, no-wrap
msgid "AMDGraphicsEnabler"
msgstr "GraphicsEnabler=Yes"
msgstr "‫AMDGraphicsEnabler"
#. type: "AMDGraphicsEnabler_description"
#: Resources/templates/Localizable.strings:113
#. type: "IntelGraphicsEnabler_title"
#: Resources/templates/Localizable.strings:116
#, fuzzy, no-wrap
#| msgid "GraphicsEnabler=Yes"
#, no-wrap
msgid "IntelGraphicsEnabler"
msgstr "GraphicsEnabler=Yes"
msgstr "‫IntelGraphicsEnabler"
#. type: "IntelGraphicsEnabler_description"
#: Resources/templates/Localizable.strings:117
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324
#: Resources/templates/Localizable.strings:430
#: Resources/templates/Localizable.strings:324 Resources/templates/Localizable.strings:430
#, no-wrap
msgid "LayoutID=1"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx02_title"
#: Resources/templates/Localizable.strings:328
#: Resources/templates/Localizable.strings:434
#: Resources/templates/Localizable.strings:328 Resources/templates/Localizable.strings:434
#, no-wrap
msgid "LayoutID=2"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx03_title"
#: Resources/templates/Localizable.strings:332
#: Resources/templates/Localizable.strings:438
#: Resources/templates/Localizable.strings:332 Resources/templates/Localizable.strings:438
#, no-wrap
msgid "LayoutID=3"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx05_title"
#: Resources/templates/Localizable.strings:336
#: Resources/templates/Localizable.strings:442
#: Resources/templates/Localizable.strings:336 Resources/templates/Localizable.strings:442
#, no-wrap
msgid "LayoutID=5"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx07_title"
#: Resources/templates/Localizable.strings:340
#: Resources/templates/Localizable.strings:446
#: Resources/templates/Localizable.strings:340 Resources/templates/Localizable.strings:446
#, no-wrap
msgid "LayoutID=7"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx12_title"
#: Resources/templates/Localizable.strings:344
#: Resources/templates/Localizable.strings:450
#: Resources/templates/Localizable.strings:344 Resources/templates/Localizable.strings:450
#, no-wrap
msgid "LayoutID=12"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx32_title"
#: Resources/templates/Localizable.strings:348
#: Resources/templates/Localizable.strings:454
#: Resources/templates/Localizable.strings:348 Resources/templates/Localizable.strings:454
#, no-wrap
msgid "LayoutID=32"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx40_title"
#: Resources/templates/Localizable.strings:352
#: Resources/templates/Localizable.strings:458
#: Resources/templates/Localizable.strings:352 Resources/templates/Localizable.strings:458
#, no-wrap
msgid "LayoutID=40"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx65_title"
#: Resources/templates/Localizable.strings:356
#: Resources/templates/Localizable.strings:462
#: Resources/templates/Localizable.strings:356 Resources/templates/Localizable.strings:462
#, no-wrap
msgid "LayoutID=65"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx99_title"
#: Resources/templates/Localizable.strings:360
#: Resources/templates/Localizable.strings:466
#: Resources/templates/Localizable.strings:360 Resources/templates/Localizable.strings:466
#, no-wrap
msgid "LayoutID=99"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx269_title"
#: Resources/templates/Localizable.strings:364
#: Resources/templates/Localizable.strings:470
#: Resources/templates/Localizable.strings:364 Resources/templates/Localizable.strings:470
#, no-wrap
msgid "LayoutID=269"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx387_title"
#: Resources/templates/Localizable.strings:368
#: Resources/templates/Localizable.strings:474
#: Resources/templates/Localizable.strings:368 Resources/templates/Localizable.strings:474
#, no-wrap
msgid "LayoutID=387"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx388_title"
#: Resources/templates/Localizable.strings:372
#: Resources/templates/Localizable.strings:478
#: Resources/templates/Localizable.strings:372 Resources/templates/Localizable.strings:478
#, no-wrap
msgid "LayoutID=388"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx389_title"
#: Resources/templates/Localizable.strings:376
#: Resources/templates/Localizable.strings:482
#: Resources/templates/Localizable.strings:376 Resources/templates/Localizable.strings:482
#, no-wrap
msgid "LayoutID=389"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx392_title"
#: Resources/templates/Localizable.strings:380
#: Resources/templates/Localizable.strings:486
#: Resources/templates/Localizable.strings:380 Resources/templates/Localizable.strings:486
#, no-wrap
msgid "LayoutID=392"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx398_title"
#: Resources/templates/Localizable.strings:384
#: Resources/templates/Localizable.strings:490
#: Resources/templates/Localizable.strings:384 Resources/templates/Localizable.strings:490
#, no-wrap
msgid "LayoutID=398"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx662_title"
#: Resources/templates/Localizable.strings:388
#: Resources/templates/Localizable.strings:494
#: Resources/templates/Localizable.strings:388 Resources/templates/Localizable.strings:494
#, no-wrap
msgid "LayoutID=662"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx663_title"
#: Resources/templates/Localizable.strings:392
#: Resources/templates/Localizable.strings:498
#: Resources/templates/Localizable.strings:392 Resources/templates/Localizable.strings:498
#, no-wrap
msgid "LayoutID=663"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx664_title"
#: Resources/templates/Localizable.strings:396
#: Resources/templates/Localizable.strings:502
#: Resources/templates/Localizable.strings:396 Resources/templates/Localizable.strings:502
#, no-wrap
msgid "LayoutID=664"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx885_title"
#: Resources/templates/Localizable.strings:400
#: Resources/templates/Localizable.strings:506
#: Resources/templates/Localizable.strings:400 Resources/templates/Localizable.strings:506
#, no-wrap
msgid "LayoutID=885"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx887_title"
#: Resources/templates/Localizable.strings:404
#: Resources/templates/Localizable.strings:510
#: Resources/templates/Localizable.strings:404 Resources/templates/Localizable.strings:510
#, no-wrap
msgid "LayoutID=887"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx888_title"
#: Resources/templates/Localizable.strings:408
#: Resources/templates/Localizable.strings:514
#: Resources/templates/Localizable.strings:408 Resources/templates/Localizable.strings:514
#, no-wrap
msgid "LayoutID=888"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx889_title"
#: Resources/templates/Localizable.strings:412
#: Resources/templates/Localizable.strings:518
#: Resources/templates/Localizable.strings:412 Resources/templates/Localizable.strings:518
#, no-wrap
msgid "LayoutID=889"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx892_title"
#: Resources/templates/Localizable.strings:416
#: Resources/templates/Localizable.strings:522
#: Resources/templates/Localizable.strings:416 Resources/templates/Localizable.strings:522
#, no-wrap
msgid "LayoutID=892"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDx898_title"
#: Resources/templates/Localizable.strings:420
#: Resources/templates/Localizable.strings:526
#: Resources/templates/Localizable.strings:420 Resources/templates/Localizable.strings:526
#, no-wrap
msgid "LayoutID=898"
msgstr ""
msgstr ""
#. type: "HDAULayoutIDxBD7_title"
#: Resources/templates/Localizable.strings:424
#: Resources/templates/Localizable.strings:530
#: Resources/templates/Localizable.strings:424 Resources/templates/Localizable.strings:530
#, no-wrap
msgid "LayoutID=1981"
msgstr ""
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr ""
msgid "Embedded Patcher"
msgstr "‫Embedded Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr ""
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, fuzzy, no-wrap
#| msgid "UseKernelCache=Yes"
msgid "kernel Patcher"
msgstr "UseKernelCache=Yes"
#: Resources/templates/Localizable.strings:949
#, no-wrap
msgid "Embedded Kernel Patch"
msgstr "‫Embedded Kernel Patch"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#, fuzzy, no-wrap
#| msgid "UseKernelCache=Yes"
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "UseKernelCache=Yes"
msgstr "‫KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr ""
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#, fuzzy, no-wrap
#| msgid "UseKernelCache=Yes"
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "UseKernelCache=Yes"
msgstr "‫KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#, fuzzy, no-wrap
#| msgid "UseKernelCache=Yes"
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "UseKernelCache=Yes"
msgstr "‫KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr ""
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, no-wrap
msgid "Embedded Kexts Patch"
msgstr "‫Embedded Kexts Patch"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, no-wrap
msgid "A selection of options to patch kexts."
msgstr ""
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html"
msgstr ""
#, fuzzy
#~| msgid "UseKernelCache=Yes"
#~ msgid "Patches"
#~ msgstr "UseKernelCache=Yes"
#, fuzzy
#~| msgid "UseKernelCache=Yes"
#~ msgid "kernel Patcher"
#~ msgstr "UseKernelCache=Yes"
#, fuzzy
#~| msgid "UseKernelCache=Yes"
#~ msgid "Kexts Patcher"
#~ msgstr "UseKernelCache=Yes"
#, fuzzy
#~| msgid "UseKernelCache=Yes"
#~ msgid "Kernel Patches"
#~ msgstr "UseKernelCache=Yes"
#~ msgid "Install Type"
#~ msgstr "نوع التثبيت"
#~ msgid ""
#~ "Choose to perform a new installation or upgrade an existing installation."
#~ msgid "Choose to perform a new installation or upgrade an existing installation."
#~ msgstr "اختار ما بين تثبيت جديد او تحديث القديم"
#~ msgid "New Installation"
#~ msgstr "تثبيت جديد"
#~ msgid ""
#~ "Backup an existing /Extra folder, if found on the target partition. A new "
#~ "one will be created if any options are chosen from the installer, other "
#~ "than the Bootloader."
#~ msgstr ""
#~ " خد نسخة احتياطية من مجلد الاكسترا ان وجد فى البارتشن المختار فسوف يتم "
#~ "انشاء واحد جديد لو قمت باختيار اى من الخيارات فى البرنامج غير البوت لودر"
#~ msgid "Backup an existing /Extra folder, if found on the target partition. A new one will be created if any options are chosen from the installer, other than the Bootloader."
#~ msgstr " خد نسخة احتياطية من مجلد الاكسترا ان وجد فى البارتشن المختار فسوف يتم انشاء واحد جديد لو قمت باختيار اى من الخيارات فى البرنامج غير البوت لودر"
#~ msgid "Upgrade"
#~ msgstr "تحديث"
#~ msgid ""
#~ "Merge an existing /Extra folder, if found on the target, with any options "
#~ "chosen from the installer, other than the Bootloader. The original /Extra "
#~ "folder will be backed up."
#~ msgstr ""
#~ "سوف يتم دمج اى خيار انت تختاره الى الخيارات المضافة بالفعل فى فولدر "
#~ "الاكسترا فى البارتشن المختار التثبيت عليه"
#~ msgid "Merge an existing /Extra folder, if found on the target, with any options chosen from the installer, other than the Bootloader. The original /Extra folder will be backed up."
#~ msgstr "سوف يتم دمج اى خيار انت تختاره الى الخيارات المضافة بالفعل فى فولدر الاكسترا فى البارتشن المختار التثبيت عليه"
branches/ErmaC/Enoch/package/po/en.po
77
88
99
10
11
10
11
1212
1313
1414
......
12531253
12541254
12551255
1256
1256
12571257
12581258
1259
1260
1259
1260
12611261
1262
1262
12631263
12641264
12651265
12661266
12671267
1268
1268
12691269
12701270
1271
1272
1271
1272
12731273
1274
1274
12751275
12761276
12771277
12781278
12791279
1280
1280
12811281
12821282
1283
1284
1283
1284
12851285
1286
1286
12871287
12881288
1289
1290
1289
1290
12911291
1292
1292
12931293
12941294
1295
1296
1295
1296
12971297
1298
1298
12991299
13001300
1301
1302
1301
1302
13031303
1304
1304
13051305
13061306
1307
1308
1307
1308
13091309
1310
1310
13111311
13121312
1313
1314
1313
1314
13151315
1316
1316
13171317
13181318
1319
1320
1319
1320
13211321
1322
1322
13231323
13241324
1325
1326
1325
1326
13271327
1328
1328
13291329
13301330
1331
1332
1331
1332
13331333
1334
1334
13351335
13361336
1337
1338
1337
1338
13391339
1340
1340
13411341
13421342
1343
1344
1343
1344
13451345
1346
1346
13471347
13481348
1349
1350
1349
1350
13511351
13521352
13531353
......
32793279
32803280
32813281
3282
3282
32833283
32843284
3285
3286
3285
3286
32873287
3288
3288
32893289
32903290
32913291
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"PO-Revision-Date: 2015-11-02 15:30+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2017-05-12 12:20+0100\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: en <en@li.org>\n"
"Language: en\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Set Graphics Mode to 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr "Filesystem protection: Important system files are protected and cannot be modified."
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgstr "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr "Disable CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "Disable CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgstr "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr "Disable CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324 Resources/templates/Localizable.strings:430
msgid "Settings to control how Chameleon works."
msgstr "Settings to control how Chameleon works."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
branches/ErmaC/Enoch/package/po/bs.po
77
88
99
10
10
1111
1212
1313
......
12501250
12511251
12521252
1253
1253
12541254
12551255
1256
1256
12571257
12581258
1259
1259
12601260
12611261
12621262
12631263
12641264
1265
1265
12661266
12671267
1268
1268
12691269
12701270
1271
1271
12721272
12731273
12741274
12751275
12761276
1277
1277
12781278
12791279
1280
1280
12811281
12821282
1283
1283
12841284
12851285
1286
1286
12871287
12881288
1289
1289
12901290
12911291
1292
1292
12931293
12941294
1295
1295
12961296
12971297
1298
1298
12991299
13001300
1301
1301
13021302
13031303
1304
1304
13051305
13061306
1307
1307
13081308
13091309
1310
1310
13111311
13121312
1313
1313
13141314
13151315
1316
1316
13171317
13181318
1319
1319
13201320
13211321
1322
1322
13231323
13241324
1325
1325
13261326
13271327
1328
1328
13291329
13301330
1331
1331
13321332
13331333
1334
1334
13351335
13361336
1337
1337
13381338
13391339
1340
1340
13411341
13421342
1343
1343
13441344
13451345
1346
1346
13471347
13481348
13491349
......
31913191
31923192
31933193
3194
3194
31953195
31963196
3197
3197
31983198
31993199
3200
3200
32013201
32023202
32033203
......
33563356
33573357
33583358
3359
3360
3361
3359
3360
3361
3362
33623363
33633364
33643365
33653366
33663367
3367
3368
33683369
33693370
33703371
3371
3372
33723373
33733374
3374
3375
33753376
33763377
33773378
3378
3379
33793380
33803381
33813382
33823383
33833384
3384
3385
33853386
33863387
33873388
33883389
33893390
3390
3391
33913392
33923393
33933394
33943395
33953396
3396
3397
33973398
33983399
33993400
34003401
34013402
34023403
3403
3404
34043405
34053406
34063407
34073408
34083409
34093410
3410
3411
34113412
34123413
34133414
34143415
34153416
34163417
3417
3418
34183419
34193420
34203421
34213422
34223423
3423
3424
34243425
34253426
34263427
34273428
34283429
34293430
3430
3431
34313432
34323433
34333434
34343435
34353436
3436
3437
34373438
34383439
34393440
34403441
34413442
34423443
3443
3444
34443445
34453446
34463447
34473448
34483449
3449
3450
34503451
34513452
34523453
34533454
34543455
3455
3456
34563457
34573458
34583459
34593460
34603461
3461
3462
34623463
34633464
34643465
34653466
34663467
3467
3468
34683469
34693470
34703471
34713472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
34723535
3473
3536
34743537
34753538
34763539
34773540
34783541
3479
3542
34803543
34813544
34823545
......
34853548
34863549
34873550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
34883571
34893572
34903573
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:17-0000\n"
"Last-Translator: ErmaC\n"
"Language-Team: bs <bs@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Postavite Grafički Mod na 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Opcije za kontrolu rada Chameleona."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr ""
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Patcher"
msgstr "Kernel Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Odabir opcija koje se bave s videom."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Power Management"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Flags"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kernel Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Odabir opcija koje se bave s videom."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Themes"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Skup predloženih tema\n"
"Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#~ msgid "Install Type"
#~ msgstr "Tip instalacije"
branches/ErmaC/Enoch/package/po/cs.po
66
77
88
9
9
1010
1111
1212
......
12611261
12621262
12631263
1264
1264
12651265
12661266
1267
1267
12681268
12691269
1270
1270
12711271
12721272
12731273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
12851285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
1348
1348
13491349
13501350
1351
1351
13521352
13531353
1354
1354
13551355
13561356
1357
1357
13581358
13591359
13601360
......
33643364
33653365
33663366
3367
3367
33683368
33693369
3370
3370
33713371
33723372
3373
3373
33743374
33753375
33763376
......
35353535
35363536
35373537
3538
3538
35393539
35403540
35413541
35423542
35433543
35443544
3545
3545
35463546
35473547
35483548
3549
3549
35503550
35513551
3552
3552
35533553
35543554
35553555
3556
3556
35573557
35583558
35593559
35603560
35613561
3562
3562
35633563
35643564
35653565
35663566
35673567
3568
3568
35693569
35703570
35713571
35723572
35733573
3574
3574
35753575
35763576
35773577
35783578
35793579
35803580
3581
3581
35823582
35833583
35843584
35853585
35863586
35873587
3588
3588
35893589
35903590
35913591
35923592
35933593
35943594
3595
3595
35963596
35973597
35983598
35993599
36003600
3601
3601
36023602
36033603
36043604
36053605
36063606
36073607
3608
3608
36093609
36103610
36113611
36123612
36133613
3614
3614
36153615
36163616
36173617
36183618
36193619
36203620
3621
3621
36223622
36233623
36243624
36253625
36263626
3627
3627
36283628
36293629
36303630
36313631
36323632
3633
3633
36343634
36353635
36363636
36373637
36383638
3639
3639
36403640
36413641
36423642
36433643
36443644
3645
3645
36463646
36473647
36483648
36493649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
36503712
3651
3713
36523714
36533715
36543716
36553717
36563718
3657
3719
36583720
36593721
36603722
......
36623724
36633725
36643726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
36653747
36663748
36673749
msgid ""
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:19-0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: cs <cs@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Nastavit rozlišení na 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Nastavení určuje, jak Chameleon funguje."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Výběr možností, které se zabývají s videem."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Power Management"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Flags"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Výběr možností, které se zabývají s videem."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Témata"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
msgstr "Sbírka vzorku témata \\ nDalší styly lze nalézt na http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/mk.po
77
88
99
10
10
1111
1212
1313
......
12481248
12491249
12501250
1251
1251
12521252
12531253
1254
1254
12551255
12561256
1257
1257
12581258
12591259
12601260
12611261
12621262
1263
1263
12641264
12651265
1266
1266
12671267
12681268
1269
1269
12701270
12711271
12721272
12731273
12741274
1275
1275
12761276
12771277
1278
1278
12791279
12801280
1281
1281
12821282
12831283
1284
1284
12851285
12861286
1287
1287
12881288
12891289
1290
1290
12911291
12921292
1293
1293
12941294
12951295
1296
1296
12971297
12981298
1299
1299
13001300
13011301
1302
1302
13031303
13041304
1305
1305
13061306
13071307
1308
1308
13091309
13101310
1311
1311
13121312
13131313
1314
1314
13151315
13161316
1317
1317
13181318
13191319
1320
1320
13211321
13221322
1323
1323
13241324
13251325
1326
1326
13271327
13281328
1329
1329
13301330
13311331
1332
1332
13331333
13341334
1335
1335
13361336
13371337
1338
1338
13391339
13401340
1341
1341
13421342
13431343
1344
1344
13451345
13461346
13471347
......
32473247
32483248
32493249
3250
3250
32513251
32523252
3253
3253
32543254
32553255
3256
3256
32573257
32583258
32593259
......
34153415
34163416
34173417
3418
3418
34193419
34203420
34213421
34223422
34233423
34243424
3425
3425
34263426
34273427
34283428
3429
3429
34303430
34313431
3432
3432
34333433
34343434
34353435
3436
3436
34373437
34383438
34393439
34403440
34413441
3442
3442
34433443
34443444
34453445
34463446
34473447
3448
3448
34493449
34503450
34513451
34523452
34533453
3454
3454
34553455
34563456
34573457
34583458
34593459
34603460
3461
3461
34623462
34633463
34643464
34653465
34663466
34673467
3468
3468
34693469
34703470
34713471
34723472
34733473
34743474
3475
3475
34763476
34773477
34783478
34793479
34803480
3481
3481
34823482
34833483
34843484
34853485
34863486
34873487
3488
3488
34893489
34903490
34913491
34923492
34933493
3494
3494
34953495
34963496
34973497
34983498
34993499
35003500
3501
3501
35023502
35033503
35043504
35053505
35063506
3507
3507
35083508
35093509
35103510
35113511
35123512
3513
3513
35143514
35153515
35163516
35173517
35183518
3519
3519
35203520
35213521
35223522
35233523
35243524
3525
3525
35263526
35273527
35283528
35293529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
35303592
3531
3593
35323594
35333595
35343596
35353597
35363598
3537
3599
35383600
35393601
35403602
......
35443606
35453607
35463608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
35473629
35483630
35493631
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:32-0000\n"
"Last-Translator: ErmaC\n"
"Language-Team: mk <mk@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Го поставува графичкиот режим на 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Подесувања за контрола на работата на Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Опции кои се однесуваат за графиката."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Менаџменат на напојување"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Ознаки"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Опции кои се однесуваат за графиката."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Теми"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Повеќе теми може да се најдат на http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/es.po
77
88
99
10
11
10
11
1212
1313
1414
......
2626
2727
2828
29
30
3129
32
30
3331
3432
3533
......
6967
7068
7169
72
73
74
70
7571
7672
7773
......
8076
8177
8278
83
84
85
86
87
88
89
90
79
80
9181
9282
9383
9484
95
96
97
85
9886
9987
10088
10189
102
103
104
90
10591
10692
10793
108
109
110
111
112
94
95
11396
11497
11598
11699
117
118
100
119101
120102
121103
......
124106
125107
126108
127
128
129
130
131
109
110
132111
133112
134113
......
138117
139118
140119
141
142
143
120
144121
145122
146123
......
169146
170147
171148
172
173
174
175
176
149
150
177151
178152
179153
......
217191
218192
219193
220
221
222
223
224
225
194
195
226196
227197
228198
......
12851255
12861256
12871257
1288
1258
12891259
12901260
1291
1292
1261
1262
12931263
1294
1264
12951265
12961266
12971267
12981268
12991269
1300
1270
13011271
13021272
1303
1304
1273
1274
13051275
1306
1276
13071277
13081278
13091279
13101280
13111281
1312
1282
13131283
13141284
1315
1316
1285
1286
13171287
1318
1288
13191289
13201290
1321
1291
13221292
13231293
1324
1294
13251295
13261296
1327
1328
1297
1298
13291299
1330
1300
13311301
13321302
1333
1303
13341304
13351305
1336
1306
13371307
13381308
1339
1340
1309
1310
13411311
1342
1312
13431313
13441314
1345
1315
13461316
13471317
1348
1318
13491319
13501320
1351
1352
1321
1322
13531323
1354
1324
13551325
13561326
1357
1327
13581328
13591329
1360
1330
13611331
13621332
1363
1364
1333
1334
13651335
1366
1336
13671337
13681338
1369
1339
13701340
13711341
1372
1342
13731343
13741344
1375
1376
1345
1346
13771347
1378
1348
13791349
13801350
1381
1351
13821352
13831353
13841354
......
26612631
26622632
26632633
2664
2665
2634
26662635
2667
2636
26682637
26692638
26702639
......
26752644
26762645
26772646
2678
2679
2647
26802648
2681
2649
26822650
26832651
26842652
......
26892657
26902658
26912659
2692
2693
2660
26942661
2695
2662
26962663
26972664
26982665
......
27032670
27042671
27052672
2706
2707
2673
27082674
2709
2675
27102676
27112677
27122678
......
27172683
27182684
27192685
2720
2721
2686
27222687
2723
2688
27242689
27252690
27262691
......
27312696
27322697
27332698
2734
2735
2699
27362700
2737
2701
27382702
27392703
27402704
......
27452709
27462710
27472711
2748
2749
2712
27502713
2751
2714
27522715
27532716
27542717
......
27592722
27602723
27612724
2762
2763
2725
27642726
2765
2727
27662728
27672729
27682730
......
27732735
27742736
27752737
2776
2777
2738
27782739
2779
2740
27802741
27812742
27822743
......
27872748
27882749
27892750
2790
2791
2751
27922752
2793
2753
27942754
27952755
27962756
......
28012761
28022762
28032763
2804
2805
2764
28062765
2807
2766
28082767
28092768
28102769
......
28152774
28162775
28172776
2818
2819
2777
28202778
2821
2779
28222780
28232781
28242782
......
28292787
28302788
28312789
2832
2833
2790
28342791
2835
2792
28362793
28372794
28382795
......
33633320
33643321
33653322
3366
3323
33673324
33683325
3369
3370
3326
3327
33713328
3372
3329
33733330
33743331
33753332
......
35313488
35323489
35333490
3534
3491
35353492
35363493
35373494
35383495
35393496
35403497
3541
3498
35423499
35433500
35443501
3545
3502
35463503
35473504
3548
3505
35493506
35503507
35513508
3552
3509
35533510
35543511
35553512
35563513
35573514
3558
3515
35593516
35603517
3561
3518
35623519
35633520
3564
3521
35653522
35663523
35673524
35683525
35693526
3570
3571
3572
3527
3528
35733529
3574
3530
35753531
35763532
3577
3533
35783534
35793535
35803536
35813537
35823538
35833539
3584
3585
3586
3540
3541
35873542
3588
3543
35893544
35903545
3591
3546
35923547
35933548
35943549
35953550
35963551
3597
3598
3599
3552
3553
36003554
3601
3555
36023556
36033557
3604
3558
36053559
36063560
36073561
36083562
36093563
3610
3611
3612
3564
3565
36133566
3614
3567
36153568
36163569
3617
3570
36183571
36193572
36203573
36213574
36223575
3623
3576
36243577
36253578
3626
3579
36273580
36283581
3629
3582
36303583
36313584
36323585
36333586
36343587
3635
3588
36363589
36373590
3638
3591
36393592
36403593
3641
3594
36423595
36433596
36443597
36453598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
36463661
3647
3662
36483663
36493664
36503665
36513666
36523667
3653
3668
36543669
36553670
36563671
......
36603675
36613676
36623677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
36633698
36643699
36653700
......
36703705
36713706
36723707
3673
3674
3675
3676
3677
3708
3709
36783710
36793711
36803712
36813713
3682
3683
3684
3685
3686
3687
3688
3689
3714
3715
36903716
36913717
36923718
36933719
3694
3695
3696
3697
3698
3699
3700
3701
3720
3721
37023722
3703
3704
3705
3706
3707
3708
3723
3724
37093725
37103726
37113727
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"PO-Revision-Date: 2015-07-12 00:00+0100\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2017-05-12 12:31+0100\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: es <es@li.org>\n"
"Language: es\n"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:23
#, fuzzy
#| msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%"
msgid "ErmaC's Branch of Chameleon (%CHAMELEONREVISION%)"
msgstr "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%"
msgstr "La rama personalizada de ErmaC basada en Chameleon (%CHAMELEONVERSION%)"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:25
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:36 Resources/templates/Conclusion.html:30
msgid "Package built by: %WHOBUILD%, language translated by: blackosx"
msgstr ""
"Paquete realizado por:% WHOBUILD%, el idioma traducido por: juanerson e "
"FurtiF"
msgstr "Paquete realizado por:% WHOBUILD%, el idioma traducido por: juanerson e FurtiF"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:37 Resources/templates/Conclusion.html:31
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:18
msgid ""
"Chameleon is a boot loader built using a combination of components which "
"evolved from the development of David Elliott's fake EFI implementation "
"added to Apple's boot-132 project."
msgstr ""
"El Bootloader Chameleon es la combinación de varios componentes. Esta basado "
"en la implementación EFI falsa de David Elliott, incorporada al método "
"Boot-132, a partir del proyecto de código abierto Darwin de Apple"
msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project."
msgstr "El Bootloader Chameleon es la combinación de varios componentes. Esta basado en la implementación EFI falsa de David Elliott, incorporada al método Boot-132, a partir del proyecto de código abierto Darwin de Apple"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:20
msgid "Chameleon v2 is extended with many features. For example:"
msgstr ""
"Entre las Novedades en Chameleon v2 se encuentran muchas funciones "
"extendidas, por ejemplo:"
msgstr "Entre las Novedades en Chameleon v2 se encuentran muchas funciones extendidas, por ejemplo:"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:22
msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader."
msgstr ""
"- Interfaz GUI totalmente personalizada para brindarle más colorido al Dawin "
"Bootloader."
msgstr "- Interfaz GUI totalmente personalizada para brindarle más colorido al Dawin Bootloader."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:23
msgid ""
"- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr ""
"- Booteo de DVDs con simplemente cargar una imagen ramdisk sin la ayuda de "
"programas adicionales."
msgid "- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr "- Booteo de DVDs con simplemente cargar una imagen ramdisk sin la ayuda de programas adicionales."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:24
msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image."
msgstr ""
"- Hibernación. Disfrute reanudar su MAC OS X con una imagen de muestra."
msgstr "- Hibernación. Disfrute reanudar su MAC OS X con una imagen de muestra."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:25
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:26
msgid ""
"- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr ""
"- Anulación de DSDT, para usar un DSDT modificado y arreglado capaz de "
"resolver varios inconvenientes."
msgid "- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr "- Anulación de DSDT, para usar un DSDT modificado y arreglado capaz de resolver varios inconvenientes."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:27
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:28
msgid "- hybrid boot0 / boot1h for MBR and GPT partitioned disks."
msgstr ""
"- Permite el arranque de esquemas híbridos boot0 / boot1h, para discos "
"particionados en MBR y GPT."
msgstr "- Permite el arranque de esquemas híbridos boot0 / boot1h, para discos particionados en MBR y GPT."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:29
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:34
msgid ""
"- Automatic P-State &amp; C-State generation for native power management."
msgstr ""
"- Generación automática de P-States &amp; C-States para gestión de energía "
"nativa."
msgid "- Automatic P-State &amp; C-State generation for native power management."
msgstr "- Generación automática de P-States &amp; C-States para gestión de energía nativa."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:35
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:26
msgid ""
"&nbsp;to find out if the installation was successful and keep it for a "
"record of what was done."
msgstr ""
"&nbsp;para saber si la instalación fue exitosa y mantener un registro de lo "
"que se hizo."
msgid "&nbsp;to find out if the installation was successful and keep it for a record of what was done."
msgstr "&nbsp;para saber si la instalación fue exitosa y mantener un registro de lo que se hizo."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:28
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Establecer el Modo de Gráficos en 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr ""
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr ""
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr ""
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr ""
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, fuzzy, no-wrap
#| msgid "00002216"
#, no-wrap
msgid "07002216"
msgstr "00002216"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#. type: "IntelSkylakex00_title"
#: Resources/templates/Localizable.strings:689
#, fuzzy, no-wrap
#| msgid "00000e16"
#, no-wrap
msgid "0000e019"
msgstr "00000e16"
msgstr "0000e019"
#. type: "IntelSkylakex00_description"
#: Resources/templates/Localizable.strings:690
#. type: "IntelSkylakex01_title"
#: Resources/templates/Localizable.strings:692
#, fuzzy, no-wrap
#| msgid "00001616"
#, no-wrap
msgid "00001619"
msgstr "00001616"
msgstr "00001619"
#. type: "IntelSkylakex01_description"
#: Resources/templates/Localizable.strings:693
#. type: "IntelSkylakex02_title"
#: Resources/templates/Localizable.strings:695
#, fuzzy, no-wrap
#| msgid "00002616"
#, no-wrap
msgid "00002619"
msgstr "00002616"
msgstr "00002619"
#. type: "IntelSkylakex02_description"
#: Resources/templates/Localizable.strings:696
#. type: "IntelSkylakex03_title"
#: Resources/templates/Localizable.strings:698
#, fuzzy, no-wrap
#| msgid "00001616"
#, no-wrap
msgid "00001b19"
msgstr "00001616"
msgstr "00001b19"
#. type: "IntelSkylakex03_description"
#: Resources/templates/Localizable.strings:699
#. type: "IntelSkylakex04_title"
#: Resources/templates/Localizable.strings:701
#, fuzzy, no-wrap
#| msgid "00001616"
#, no-wrap
msgid "00001219"
msgstr "00001616"
msgstr "00001219"
#. type: "IntelSkylakex04_description"
#: Resources/templates/Localizable.strings:702
#. type: "IntelSkylakex05_title"
#: Resources/templates/Localizable.strings:704
#, fuzzy, no-wrap
#| msgid "01000e16"
#, no-wrap
msgid "01000219"
msgstr "01000e16"
msgstr "01000219"
#. type: "IntelSkylakex05_description"
#: Resources/templates/Localizable.strings:705
#. type: "IntelSkylakex06_title"
#: Resources/templates/Localizable.strings:707
#, fuzzy, no-wrap
#| msgid "01001e16"
#, no-wrap
msgid "01001719"
msgstr "01001e16"
msgstr "01001719"
#. type: "IntelSkylakex06_description"
#: Resources/templates/Localizable.strings:708
#. type: "IntelSkylakex07_title"
#: Resources/templates/Localizable.strings:710
#, fuzzy, no-wrap
#| msgid "01001e16"
#, no-wrap
msgid "01001219"
msgstr "01001e16"
msgstr "01001219"
#. type: "IntelSkylakex07_description"
#: Resources/templates/Localizable.strings:711
#. type: "IntelSkylakex08_title"
#: Resources/templates/Localizable.strings:713
#, fuzzy, no-wrap
#| msgid "01000e16"
#, no-wrap
msgid "01003219"
msgstr "01000e16"
msgstr "01003219"
#. type: "IntelSkylakex08_description"
#: Resources/templates/Localizable.strings:714
#. type: "IntelSkylakex09_title"
#: Resources/templates/Localizable.strings:716
#, fuzzy, no-wrap
#| msgid "02001616"
#, no-wrap
msgid "02001619"
msgstr "02001616"
msgstr "02001619"
#. type: "IntelSkylakex09_description"
#: Resources/templates/Localizable.strings:717
#. type: "IntelSkylakex10_title"
#: Resources/templates/Localizable.strings:719
#, fuzzy, no-wrap
#| msgid "02002616"
#, no-wrap
msgid "02002619"
msgstr "02002616"
msgstr "02002619"
#. type: "IntelSkylakex10_description"
#: Resources/templates/Localizable.strings:720
#. type: "IntelSkylakex11_title"
#: Resources/templates/Localizable.strings:722
#, fuzzy, no-wrap
#| msgid "00001e16"
#, no-wrap
msgid "03001e19"
msgstr "00001e16"
msgstr "03001e19"
#. type: "IntelSkylakex11_description"
#: Resources/templates/Localizable.strings:723
msgid "Settings to control how Chameleon works."
msgstr "Ajustes para controlar cómo funciona Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr ""
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Una selección de opciones relacionadas con el video."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "Kernel Patcher"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Gestión de Energía"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "Kernel Patcher"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "Kernel Flags"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Una selección de opciones relacionadas con el video."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr "AppleRTC Patch"
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Temas"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Puedes encontrar más temas en http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
#~ msgid "Install Type"
#~ msgstr "Tipo de Instalación"
#~ msgid ""
#~ "Choose to perform a new installation or upgrade an existing installation."
#~ msgstr ""
#~ "Realizar una instalación nueva o actualizar una instalación existente del "
#~ "gestor de arranque (Bootloader)."
#~ msgid "Choose to perform a new installation or upgrade an existing installation."
#~ msgstr "Realizar una instalación nueva o actualizar una instalación existente del gestor de arranque (Bootloader)."
#~ msgid "New Installation"
#~ msgstr "Instalación Nueva"
#~ msgid ""
#~ "Backup an existing /Extra folder, if found on the target partition. A new "
#~ "one will be created if any options are chosen from the installer, other "
#~ "than the Bootloader."
#~ msgstr ""
#~ "Realizar Copia de seguridad de una carpeta existente /Extra, si es "
#~ "encontrada en la partición de destino. Una nueva será creada si se eligen "
#~ "opciones desde el instalador, aparte del Bootloader en si mismo."
#~ msgid "Backup an existing /Extra folder, if found on the target partition. A new one will be created if any options are chosen from the installer, other than the Bootloader."
#~ msgstr "Realizar Copia de seguridad de una carpeta existente /Extra, si es encontrada en la partición de destino. Una nueva será creada si se eligen opciones desde el instalador, aparte del Bootloader en si mismo."
#~ msgid "Upgrade"
#~ msgstr "Actualización"
#~ msgid ""
#~ "Merge an existing /Extra folder, if found on the target, with any options "
#~ "chosen from the installer, other than the Bootloader. The original /Extra "
#~ "folder will be backed up."
#~ msgstr ""
#~ "Combinar una carpeta existente /Extra, si se encuentra en el destino, con "
#~ "las opciones elegidas a partir de la instalación, aparte del Bootloader "
#~ "en si mismo."
#~ msgid "Merge an existing /Extra folder, if found on the target, with any options chosen from the installer, other than the Bootloader. The original /Extra folder will be backed up."
#~ msgstr "Combinar una carpeta existente /Extra, si se encuentra en el destino, con las opciones elegidas a partir de la instalación, aparte del Bootloader en si mismo."
#~ msgid ""
#~ "This module permits the user to define the keyboard key mappings. This "
#~ "module and associated keymaps are installed by default."
#~ msgstr ""
#~ "Este módulo permite al usuario definir las asignaciones de teclas del "
#~ "teclado."
#~ msgid "This module permits the user to define the keyboard key mappings. This module and associated keymaps are installed by default."
#~ msgstr "Este módulo permite al usuario definir las asignaciones de teclas del teclado."
#~ msgid "Utilities"
#~ msgstr "Utilidades"
branches/ErmaC/Enoch/package/po/fr.po
77
88
99
10
11
10
11
1212
1313
1414
......
7878
7979
8080
81
82
83
84
85
86
87
88
89
81
82
9083
9184
9285
9386
94
95
96
87
9788
9889
9990
10091
101
102
103
92
10493
10594
10695
107
108
109
110
111
96
97
11298
11399
114100
115101
116
117
118
102
119103
120104
121105
122106
123
124
125
107
126108
127109
128110
129
130
131
132
133
111
112
134113
135114
136115
137116
138
139
140
117
141118
142119
143120
144121
145
146
147
122
148123
149124
150125
......
173148
174149
175150
176
177
178
179
180
151
152
181153
182154
183155
......
187159
188160
189161
190
191
162
192163
193164
194165
......
222193
223194
224195
225
226
227
228
229
230
196
197
231198
232199
233200
......
487454
488455
489456
490
491
457
492458
493459
494460
......
12891255
12901256
12911257
1292
1258
12931259
12941260
1295
1296
1261
1262
12971263
1298
1264
12991265
13001266
13011267
13021268
13031269
1304
1270
13051271
13061272
1307
1308
1273
1274
13091275
1310
1276
13111277
13121278
13131279
13141280
13151281
1316
1282
13171283
13181284
1319
1320
1285
1286
13211287
1322
1288
13231289
13241290
1325
1326
1291
1292
13271293
1328
1294
13291295
13301296
1331
1332
1297
1298
13331299
1334
1300
13351301
13361302
1337
1338
1303
1304
13391305
1340
1306
13411307
13421308
1343
1344
1309
1310
13451311
1346
1312
13471313
13481314
1349
1350
1315
1316
13511317
1352
1318
13531319
13541320
1355
1356
1321
1322
13571323
1358
1324
13591325
13601326
1361
1362
1327
1328
13631329
1364
1330
13651331
13661332
1367
1368
1333
1334
13691335
1370
1336
13711337
13721338
1373
1374
1339
1340
13751341
1376
1342
13771343
13781344
1379
1380
1345
1346
13811347
1382
1348
13831349
13841350
1385
1386
1351
1352
13871353
13881354
1389
1390
1355
13911356
13921357
13931358
......
14031368
14041369
14051370
1406
1407
1371
14081372
14091373
14101374
......
14201384
14211385
14221386
1423
1424
1387
14251388
14261389
14271390
......
14371400
14381401
14391402
1440
1441
1403
14421404
14431405
14441406
......
14541416
14551417
14561418
1457
1458
1419
14591420
14601421
14611422
......
14711432
14721433
14731434
1474
1475
1435
14761436
14771437
14781438
......
14881448
14891449
14901450
1491
1492
1451
14931452
14941453
14951454
......
15051464
15061465
15071466
1508
1509
1467
15101468
15111469
15121470
......
15221480
15231481
15241482
1525
1526
1483
15271484
15281485
15291486
......
15391496
15401497
15411498
1542
1543
1499
15441500
15451501
15461502
......
15561512
15571513
15581514
1559
1560
1515
15611516
15621517
15631518
......
15731528
15741529
15751530
1576
1577
1531
15781532
15791533
15801534
......
15901544
15911545
15921546
1593
1594
1547
15951548
15961549
15971550
......
16071560
16081561
16091562
1610
1611
1563
16121564
16131565
16141566
......
16241576
16251577
16261578
1627
1628
1579
16291580
16301581
16311582
......
16411592
16421593
16431594
1644
1645
1595
16461596
16471597
16481598
......
16581608
16591609
16601610
1661
1662
1611
16631612
16641613
16651614
......
16751624
16761625
16771626
1678
1679
1627
16801628
16811629
16821630
......
16921640
16931641
16941642
1695
1696
1643
16971644
16981645
16991646
......
17091656
17101657
17111658
1712
1713
1659
17141660
17151661
17161662
......
17261672
17271673
17281674
1729
1730
1675
17311676
17321677
17331678
......
17431688
17441689
17451690
1746
1747
1691
17481692
17491693
17501694
......
17601704
17611705
17621706
1763
1764
1707
17651708
17661709
17671710
......
17771720
17781721
17791722
1780
1781
1723
17821724
17831725
17841726
......
17941736
17951737
17961738
1797
1798
1739
17991740
18001741
18011742
......
18111752
18121753
18131754
1814
1815
1755
18161756
18171757
18181758
......
33413281
33423282
33433283
3344
3284
33453285
33463286
3347
3348
3287
3288
33493289
3350
3290
33513291
33523292
33533293
......
35073447
35083448
35093449
3510
3511
3512
3450
3451
3452
3453
35133454
35143455
35153456
3516
3517
3457
3458
3459
35183460
35193461
35203462
3521
3522
3523
3524
3463
3464
3465
3466
3467
35253468
35263469
3527
3470
35283471
35293472
35303473
35313474
35323475
3533
3476
35343477
35353478
35363479
35373480
35383481
3539
3482
35403483
35413484
35423485
35433486
35443487
3545
3488
35463489
35473490
35483491
35493492
35503493
3551
3494
35523495
35533496
35543497
35553498
35563499
3557
3500
35583501
35593502
35603503
35613504
35623505
3563
3506
35643507
35653508
35663509
35673510
35683511
3569
3512
35703513
35713514
35723515
35733516
35743517
3575
3518
35763519
35773520
35783521
35793522
35803523
3581
3524
35823525
35833526
35843527
35853528
35863529
3587
3530
35883531
35893532
35903533
35913534
35923535
3593
3536
35943537
35953538
35963539
35973540
35983541
3599
3542
36003543
36013544
36023545
36033546
36043547
3605
3548
36063549
36073550
36083551
36093552
36103553
3611
3554
36123555
36133556
36143557
36153558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
36163621
3617
3622
36183623
36193624
36203625
36213626
36223627
3623
3628
36243629
36253630
36263631
......
36293634
36303635
36313636
3637
3638
3639
3640
3641
3642
36323643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
36333659
36343660
36353661
......
36373663
36383664
36393665
3640
3641
3642
3643
3644
3666
3667
36453668
36463669
36473670
36483671
3649
3650
3651
3652
3653
3654
3655
3656
3672
3673
36573674
36583675
36593676
36603677
3661
3662
3663
3664
3665
3666
3667
3678
3679
36683680
36693681
36703682
......
36723684
36733685
36743686
3675
3676
3677
3678
3679
3680
3687
3688
36813689
36823690
36833691
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"PO-Revision-Date: 2015-07-11 23:58+0100\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2017-05-12 12:31+0100\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: fr <fr@li.org>\n"
"Language: fr\n"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:18
msgid ""
"Chameleon is a boot loader built using a combination of components which "
"evolved from the development of David Elliott's fake EFI implementation "
"added to Apple's boot-132 project."
msgstr ""
"Chameleon est un chargeur d'amorçage construit en utilisant une combinaison "
"de composants qui a elle même évoluée à partir du développement de "
"l'implémentation \"fake EFI\" de David Elliott, qui a été ajoutée au projet "
"boot-132 d'Apple."
msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project."
msgstr "Chameleon est un chargeur d'amorçage construit en utilisant une combinaison de composants qui a elle même évoluée à partir du développement de l'implémentation \"fake EFI\" de David Elliott, qui a été ajoutée au projet boot-132 d'Apple."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:20
msgid "Chameleon v2 is extended with many features. For example:"
msgstr ""
"Chameleon v2 a été, au fur et à mesure, mis à jour avec nombre de fonctions. "
"Par exemple:"
msgstr "Chameleon v2 a été, au fur et à mesure, mis à jour avec nombre de fonctions. Par exemple:"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:22
msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader."
msgstr ""
"- Interface utilisateur personnalisable, pour donner un peu de piment au "
"chargeur d'amorçage Darwin."
msgstr "- Interface utilisateur personnalisable, pour donner un peu de piment au chargeur d'amorçage Darwin."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:23
msgid ""
"- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr ""
"- Chargement possible d'un \"RAMDisk\" pour pouvoir démarrer un DVD officiel "
"de Mac OS X sans logiciels tiers."
msgid "- Load a ramdisk to directly boot retail DVDs without additional programs."
msgstr "- Chargement possible d'un \"RAMDisk\" pour pouvoir démarrer un DVD officiel de Mac OS X sans logiciels tiers."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:24
msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image."
msgstr ""
"- Mise en veille prolongée. Permet de reprendre votre session de travail "
"instantanément via une image d'hibernation."
msgstr "- Mise en veille prolongée. Permet de reprendre votre session de travail instantanément via une image d'hibernation."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:25
msgid "- SMBIOS override to modify the factory SMBIOS values."
msgstr ""
"- Prise en charge d'un SMBIOS modifié. Permet d'outrepasser le SMBIOS "
"d'origine de votre machine."
msgstr "- Prise en charge d'un SMBIOS modifié. Permet d'outrepasser le SMBIOS d'origine de votre machine."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:26
msgid ""
"- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr ""
"- Prise en charge d'un DSDT modifié. Permet d'appliquer un DSDT patché et "
"résoudre beaucoup de problèmes."
msgid "- DSDT override to use a modified fixed DSDT which can solve several issues."
msgstr "- Prise en charge d'un DSDT modifié. Permet d'appliquer un DSDT patché et résoudre beaucoup de problèmes."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:27
msgid "- Device Property Injection via device-properties string."
msgstr ""
"- Injection des propriétés de périphériques via une chaîne de caractère "
"\"device-properties\"."
msgstr "- Injection des propriétés de périphériques via une chaîne de caractère \"device-properties\"."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:28
msgid "- hybrid boot0 / boot1h for MBR and GPT partitioned disks."
msgstr ""
"- Fichiers boot0 et boot1h hybrides. Permet l'utilisation de disques "
"partitionés en MBR ou GPT."
msgstr "- Fichiers boot0 et boot1h hybrides. Permet l'utilisation de disques partitionés en MBR ou GPT."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:29
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:34
msgid ""
"- Automatic P-State &amp; C-State generation for native power management."
msgstr ""
"- Génération automatique des P-States &amp; C-State pour une gestion de "
"l'alimentation native."
msgid "- Automatic P-State &amp; C-State generation for native power management."
msgstr "- Génération automatique des P-States &amp; C-State pour une gestion de l'alimentation native."
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:35
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:37
msgid "The code is released under version 2 of the Gnu Public License."
msgstr ""
"Le code est publié sous la version 2 de la licence GPL (Gnu Public License)."
msgstr "Le code est publié sous la version 2 de la licence GPL (Gnu Public License)."
#. type: Content of: <html><body><p><span>
#: Resources/templates/Description.html:40
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:26
msgid ""
"&nbsp;to find out if the installation was successful and keep it for a "
"record of what was done."
msgstr ""
"&nbsp;pour savoir si l'installation est un succés et garder un rapport de ce "
"qui a été fait."
msgid "&nbsp;to find out if the installation was successful and keep it for a record of what was done."
msgstr "&nbsp;pour savoir si l'installation est un succés et garder un rapport de ce qui a été fait."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:28
"Dépendances: aucune"
#. type: "Resolution_title"
#: Resources/templates/Localizable.strings:81
#: Resources/templates/Localizable.strings:899
#: Resources/templates/Localizable.strings:81 Resources/templates/Localizable.strings:899
#, no-wrap
msgid "Resolution"
msgstr "Résolution graphique"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Règle la résolution graphique à 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr "Kext signature: Introduit en 10.9, renforcée en 10.10 (signature kext requis pour tous les kexts), devenu maintenant partie de déracinés (SIP)."
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr "La protection de système de fichiers: fichiers système importants sont protégés et ne peuvent être modifiés."
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgstr "Désactiver CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr "Désactiver CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "Désactiver CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "Désactiver CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgstr "Désactiver CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr "Désactiver CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Désactiver CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Désactiver CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Désactiver CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Désactiver CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "Désactiver CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "Désactiver CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324
#: Resources/templates/Localizable.strings:430
#: Resources/templates/Localizable.strings:324 Resources/templates/Localizable.strings:430
#, no-wrap
msgid "LayoutID=1"
msgstr "LayoutID=1"
"001 (0x01, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx02_title"
#: Resources/templates/Localizable.strings:328
#: Resources/templates/Localizable.strings:434
#: Resources/templates/Localizable.strings:328 Resources/templates/Localizable.strings:434
#, no-wrap
msgid "LayoutID=2"
msgstr "LayoutID=2"
"002 (0x02, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx03_title"
#: Resources/templates/Localizable.strings:332
#: Resources/templates/Localizable.strings:438
#: Resources/templates/Localizable.strings:332 Resources/templates/Localizable.strings:438
#, no-wrap
msgid "LayoutID=3"
msgstr "LayoutID=3"
"003 (0x03, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx05_title"
#: Resources/templates/Localizable.strings:336
#: Resources/templates/Localizable.strings:442
#: Resources/templates/Localizable.strings:336 Resources/templates/Localizable.strings:442
#, no-wrap
msgid "LayoutID=5"
msgstr "LayoutID=5"
"005 (0x05, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx07_title"
#: Resources/templates/Localizable.strings:340
#: Resources/templates/Localizable.strings:446
#: Resources/templates/Localizable.strings:340 Resources/templates/Localizable.strings:446
#, no-wrap
msgid "LayoutID=7"
msgstr "LayoutID=7"
"007 (0x07, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx12_title"
#: Resources/templates/Localizable.strings:344
#: Resources/templates/Localizable.strings:450
#: Resources/templates/Localizable.strings:344 Resources/templates/Localizable.strings:450
#, no-wrap
msgid "LayoutID=12"
msgstr "LayoutID=12"
"00C (0x0C, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx32_title"
#: Resources/templates/Localizable.strings:348
#: Resources/templates/Localizable.strings:454
#: Resources/templates/Localizable.strings:348 Resources/templates/Localizable.strings:454
#, no-wrap
msgid "LayoutID=32"
msgstr "LayoutID=32"
"020 (0x20, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx40_title"
#: Resources/templates/Localizable.strings:352
#: Resources/templates/Localizable.strings:458
#: Resources/templates/Localizable.strings:352 Resources/templates/Localizable.strings:458
#, no-wrap
msgid "LayoutID=40"
msgstr "LayoutID=40"
"028 (0x28, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx65_title"
#: Resources/templates/Localizable.strings:356
#: Resources/templates/Localizable.strings:462
#: Resources/templates/Localizable.strings:356 Resources/templates/Localizable.strings:462
#, no-wrap
msgid "LayoutID=65"
msgstr "LayoutID=65"
"041 (0x41, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx99_title"
#: Resources/templates/Localizable.strings:360
#: Resources/templates/Localizable.strings:466
#: Resources/templates/Localizable.strings:360 Resources/templates/Localizable.strings:466
#, no-wrap
msgid "LayoutID=99"
msgstr "LayoutID=99"
"063 (0x63, 0x00, 0x00, 0x00)."
#. type: "HDAULayoutIDx269_title"
#: Resources/templates/Localizable.strings:364
#: Resources/templates/Localizable.strings:470
#: Resources/templates/Localizable.strings:364 Resources/templates/Localizable.strings:470
#, no-wrap
msgid "LayoutID=269"
msgstr "LayoutID=269"
"10D (0x0D, 0x01, 0x00, 0x00)."
#. type: "HDAULayoutIDx387_title"
#: Resources/templates/Localizable.strings:368
#: Resources/templates/Localizable.strings:474
#: Resources/templates/Localizable.strings:368 Resources/templates/Localizable.strings:474
#, no-wrap
msgid "LayoutID=387"
msgstr "LayoutID=387"
"183 (0x83, 0x01, 0x00, 0x00)."
#. type: "HDAULayoutIDx388_title"
#: Resources/templates/Localizable.strings:372
#: Resources/templates/Localizable.strings:478
#: Resources/templates/Localizable.strings:372 Resources/templates/Localizable.strings:478
#, no-wrap
msgid "LayoutID=388"
msgstr "LayoutID=388"
"184 (0x84, 0x01, 0x00, 0x00)."
#. type: "HDAULayoutIDx389_title"
#: Resources/templates/Localizable.strings:376
#: Resources/templates/Localizable.strings:482
#: Resources/templates/Localizable.strings:376 Resources/templates/Localizable.strings:482
#, no-wrap
msgid "LayoutID=389"
msgstr "LayoutID=389"
"185 (0x85, 0x01, 0x00, 0x00)."
#. type: "HDAULayoutIDx392_title"
#: Resources/templates/Localizable.strings:380
#: Resources/templates/Localizable.strings:486
#: Resources/templates/Localizable.strings:380 Resources/templates/Localizable.strings:486
#, no-wrap
msgid "LayoutID=392"
msgstr "LayoutID=392"
"188 (0x88, 0x01, 0x00, 0x00)."
#. type: "HDAULayoutIDx398_title"
#: Resources/templates/Localizable.strings:384
#: Resources/templates/Localizable.strings:490
#: Resources/templates/Localizable.strings:384 Resources/templates/Localizable.strings:490
#, no-wrap
msgid "LayoutID=398"
msgstr "LayoutID=398"
"18E (0x8E, 0x01, 0x00, 0x00)."
#. type: "HDAULayoutIDx662_title"
#: Resources/templates/Localizable.strings:388
#: Resources/templates/Localizable.strings:494
#: Resources/templates/Localizable.strings:388 Resources/templates/Localizable.strings:494
#, no-wrap
msgid "LayoutID=662"
msgstr "LayoutID=662"
"296 (0x96, 0x02, 0x00, 0x00)."
#. type: "HDAULayoutIDx663_title"
#: Resources/templates/Localizable.strings:392
#: Resources/templates/Localizable.strings:498
#: Resources/templates/Localizable.strings:392 Resources/templates/Localizable.strings:498
#, no-wrap
msgid "LayoutID=663"
msgstr "LayoutID=663"
"297 (0x97, 0x02, 0x00, 0x00)."
#. type: "HDAULayoutIDx664_title"
#: Resources/templates/Localizable.strings:396
#: Resources/templates/Localizable.strings:502
#: Resources/templates/Localizable.strings:396 Resources/templates/Localizable.strings:502
#, no-wrap
msgid "LayoutID=664"
msgstr "LayoutID=664"
"298 (0x98, 0x02, 0x00, 0x00)."
#. type: "HDAULayoutIDx885_title"
#: Resources/templates/Localizable.strings:400
#: Resources/templates/Localizable.strings:506
#: Resources/templates/Localizable.strings:400 Resources/templates/Localizable.strings:506
#, no-wrap
msgid "LayoutID=885"
msgstr "LayoutID=885"
"375 (0x75, 0x03, 0x00, 0x00)."
#. type: "HDAULayoutIDx887_title"
#: Resources/templates/Localizable.strings:404
#: Resources/templates/Localizable.strings:510
#: Resources/templates/Localizable.strings:404 Resources/templates/Localizable.strings:510
#, no-wrap
msgid "LayoutID=887"
msgstr "LayoutID=887"
"377 (0x77, 0x03, 0x00, 0x00)."
#. type: "HDAULayoutIDx888_title"
#: Resources/templates/Localizable.strings:408
#: Resources/templates/Localizable.strings:514
#: Resources/templates/Localizable.strings:408 Resources/templates/Localizable.strings:514
#, no-wrap
msgid "LayoutID=888"
msgstr "LayoutID=888"
"378 (0x78, 0x03, 0x00, 0x00)."
#. type: "HDAULayoutIDx889_title"
#: Resources/templates/Localizable.strings:412
#: Resources/templates/Localizable.strings:518
#: Resources/templates/Localizable.strings:412 Resources/templates/Localizable.strings:518
#, no-wrap
msgid "LayoutID=889"
msgstr "LayoutID=889"
"379 (0x79, 0x03, 0x00, 0x00)."
#. type: "HDAULayoutIDx892_title"
#: Resources/templates/Localizable.strings:416
#: Resources/templates/Localizable.strings:522
#: Resources/templates/Localizable.strings:416 Resources/templates/Localizable.strings:522
#, no-wrap
msgid "LayoutID=892"
msgstr "LayoutID=892"
"37C (0x7C, 0x03, 0x00, 0x00)."
#. type: "HDAULayoutIDx898_title"
#: Resources/templates/Localizable.strings:420
#: Resources/templates/Localizable.strings:526
#: Resources/templates/Localizable.strings:420 Resources/templates/Localizable.strings:526
#, no-wrap
msgid "LayoutID=898"
msgstr "LayoutID=898"
"382 (0x82, 0x03, 0x00, 0x00)."
#. type: "HDAULayoutIDxBD7_title"
#: Resources/templates/Localizable.strings:424
#: Resources/templates/Localizable.strings:530
#: Resources/templates/Localizable.strings:424 Resources/templates/Localizable.strings:530
#, no-wrap
msgid "LayoutID=1981"
msgstr "LayoutID=1981"
msgid "Settings to control how Chameleon works."
msgstr "Options pour controler le comportement de Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Correctifs"
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Options concernant les correctifs."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
msgid "kernel Patcher"
msgstr "kernel Patcher"
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr "Sélectionnez un patch pour le noyau."
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr "Re-activer /Extra/ Extensions kexts sur les systèmes d’exploitation plus récents."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr "Kernel Power Management patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr "Supprimer l’erreur panique Apic locale."
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr "Retirez la panique locale Apic Version."
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr "Patch pour Haswell \\\"E\\\" et support \\\"ULT\\\" sur les systèmes d’exploitation plus anciens."
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr "Patch l’adresse cpuid_family pour enlever le _cpuid_set_info _panic et _tsc_init _panic. Pour les CPU non pris en charge"
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr "Patch pour permettre à plus d’instructions SSE3 sur les anciennes CPU pour exécuter les systèmes d’exploitation plus récents."
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch kexts."
msgstr "Options concernant les correctifs."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Thèmes"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Une collection de thèmes\n"
"Plus de thèmes peuvent être trouvés sur http://forum.voodooprojects.org/index.php/board,7.0.html"
#~ msgid "Patches"
#~ msgstr "Correctifs"
#~ msgid "kernel Patcher"
#~ msgstr "kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Select one patch for your kernel."
#~ msgid "Select patch for your kext."
#~ msgstr "Sélectionnez un patch pour le noyau."
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
#~ msgid "Install Type"
#~ msgstr "Type d'installation"
#~ msgid ""
#~ "Choose to perform a new installation or upgrade an existing installation."
#~ msgstr ""
#~ "Choisissez de faire une nouvelle installation ou d'en mettre à jour une "
#~ "existante."
#~ msgid "Choose to perform a new installation or upgrade an existing installation."
#~ msgstr "Choisissez de faire une nouvelle installation ou d'en mettre à jour une existante."
#~ msgid "New Installation"
#~ msgstr "Nouvelle installation"
#~ msgid ""
#~ "Backup an existing /Extra folder, if found on the target partition. A new "
#~ "one will be created if any options are chosen from the installer, other "
#~ "than the Bootloader."
#~ msgstr ""
#~ "Sauvegarde un dossier /Extra existant, si trouvé sur la partition cible. "
#~ "Un nouveau dossier sera crée si vous choisissez n'importe quelle option "
#~ "en plus de l'amorçeur de démarrage."
#~ msgid "Backup an existing /Extra folder, if found on the target partition. A new one will be created if any options are chosen from the installer, other than the Bootloader."
#~ msgstr "Sauvegarde un dossier /Extra existant, si trouvé sur la partition cible. Un nouveau dossier sera crée si vous choisissez n'importe quelle option en plus de l'amorçeur de démarrage."
#~ msgid "Upgrade"
#~ msgstr "Mise à jour"
#~ msgid ""
#~ "Merge an existing /Extra folder, if found on the target, with any options "
#~ "chosen from the installer, other than the Bootloader. The original /Extra "
#~ "folder will be backed up."
#~ msgstr ""
#~ "Fusionne un dossier /Extra existant, si trouvé sur la partition cible, "
#~ "avec n'importe quelle option choisie en plus de l'amorçeur de démarrage."
#~ msgid "Merge an existing /Extra folder, if found on the target, with any options chosen from the installer, other than the Bootloader. The original /Extra folder will be backed up."
#~ msgstr "Fusionne un dossier /Extra existant, si trouvé sur la partition cible, avec n'importe quelle option choisie en plus de l'amorçeur de démarrage."
#~ msgid "EFI"
#~ msgstr "EFI"
#~ msgid "Keylayout"
#~ msgstr "Keylayout"
#~ msgid ""
#~ "This module permits the user to define the keyboard key mappings. This "
#~ "module and associated keymaps are installed by default."
#~ msgstr ""
#~ "Ce module permet à l'utilisateur de définir le mappage des touches du "
#~ "clavier."
#~ msgid "This module permits the user to define the keyboard key mappings. This module and associated keymaps are installed by default."
#~ msgstr "Ce module permet à l'utilisateur de définir le mappage des touches du clavier."
#~ msgid "Utilities"
#~ msgstr "Utilitaires"
branches/ErmaC/Enoch/package/po/nl.po
77
88
99
10
10
1111
1212
1313
......
12801280
12811281
12821282
1283
1283
12841284
12851285
1286
1287
1286
1287
12881288
1289
1289
12901290
12911291
12921292
12931293
12941294
1295
1295
12961296
12971297
1298
1299
1298
1299
13001300
1301
1301
13021302
13031303
13041304
13051305
13061306
1307
1307
13081308
13091309
1310
1311
1310
1311
13121312
1313
1313
13141314
13151315
1316
1317
1316
1317
13181318
1319
1319
13201320
13211321
1322
1323
1322
1323
13241324
1325
1325
13261326
13271327
1328
1329
1328
1329
13301330
1331
1331
13321332
13331333
1334
1335
1334
1335
13361336
1337
1337
13381338
13391339
1340
1341
1340
1341
13421342
1343
1343
13441344
13451345
1346
1347
1346
1347
13481348
1349
1349
13501350
13511351
1352
1353
1352
1353
13541354
1355
1355
13561356
13571357
1358
1359
1358
1359
13601360
1361
1361
13621362
13631363
1364
1365
1364
1365
13661366
1367
1367
13681368
13691369
1370
1371
1370
1371
13721372
1373
1373
13741374
13751375
1376
1377
1376
1377
13781378
13791379
13801380
......
33323332
33333333
33343334
3335
3335
33363336
3337
3338
3339
3337
3338
3339
3340
33403341
3341
3342
33423343
33433344
33443345
......
34963497
34973498
34983499
3499
3500
3501
3500
3501
3502
3503
35023504
35033505
35043506
3505
3506
3507
3508
3509
35073510
35083511
35093512
3510
3511
3512
3513
3514
3515
3516
35133517
35143518
35153519
3516
3520
35173521
35183522
35193523
35203524
35213525
3522
3526
35233527
35243528
35253529
35263530
35273531
3528
3532
35293533
35303534
35313535
35323536
35333537
3534
3538
35353539
35363540
35373541
35383542
35393543
3540
3544
35413545
35423546
35433547
35443548
35453549
3546
3550
35473551
35483552
35493553
35503554
35513555
3552
3556
35533557
35543558
35553559
35563560
35573561
3558
3562
35593563
35603564
35613565
35623566
35633567
3564
3568
35653569
35663570
35673571
35683572
35693573
3570
3574
35713575
35723576
35733577
35743578
35753579
3576
3580
35773581
35783582
35793583
35803584
35813585
3582
3586
35833587
35843588
35853589
35863590
35873591
3588
3592
35893593
35903594
35913595
35923596
35933597
3594
3598
35953599
35963600
35973601
35983602
35993603
3600
3604
36013605
36023606
36033607
36043608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
36053671
3606
3672
36073673
36083674
36093675
36103676
36113677
3612
3678
36133679
36143680
36153681
......
36183684
36193685
36203686
3687
3688
3689
3690
3691
3692
36213693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
36223709
36233710
36243711
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:32-0000\n"
"Last-Translator: beta992 <beta992@gmail.com>\n"
"Language-Team: nl <nl@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Zet de grafische resolutie op 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS laat niet ondertekende kexts toe"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR laat niet ondertekende kexts toe"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr "Kext ondertekening: geïntroduceerd in 10.9, uitgebreid in 10.10 (kext ondertekening is voor alle kexts vereist), is nu onderdeel van rootless (SIP)"
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr "Bestandssysteem beveiliging: belangrijke systeembestanden zijn beveiligd en kunnen niet gewijzigd worden."
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgstr "Schakel CRS_ALLOW_TASK_FOR_PID uit"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr "Schakel CSR_ALLOW_TASK_FOR_PID uit"
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "Schakel CRS_ALLOW_KERNEL_DEBUGGER uit"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "Schakel CSR_ALLOW_KERNEL_DEBUGGER uit"
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgstr "Schakel CRS_ALLOW_APPLE_INTERNAL uit"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr "Schakel CSR_ALLOW_APPLE_INTERNAL uit"
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Schakel CRS_ALLOW_UNRESTRICTED_DTRACE uit"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Schakel CSR_ALLOW_UNRESTRICTED_DTRACE uit"
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Schakel CRS_ALLOW_UNRESTRICTED_NVRAM uit"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Schakel CSR_ALLOW_UNRESTRICTED_NVRAM uit"
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "Schakel CRS_ALLOW_DEVICE_CONFIGURATION uit"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "Schakel CSR_ALLOW_DEVICE_CONFIGURATION uit"
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324
msgid "Settings to control how Chameleon works."
msgstr "Opties gerelateerd aan hoe Chameleon werkt."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
#, fuzzy, no-wrap
#| msgid "CsrActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Patches"
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Een selectie aan opties welke te maken hebben met de kernel."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
msgid "kernel Patcher"
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr "Kies een patch voor je kernel."
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr "Re-enable /Extra/Extensions kexts voo nieuwere OSes."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "KernelPM"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr "Kernel Stroom Beheer patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr "Verwijder de Local Apic Error panic."
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr "Verwijder de Local Apic Versie panic."
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr "Patch voor Haswell \\\"E\\\" en \\\"ULT\\\" support voor oudere OSen."
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr "Patch de cpuid_family adres voor het verwijderen van de _cpuid_set_info _panic en _tsc_init _panic. Voor niet ondersteunde CPUs"
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr "Patch om meer SSE3 instructions aan te zetten op oudere CPUs om nieuwere OSen te kunnen draaien."
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch kexts."
msgstr "Een selectie aan opties welke te maken hebben met de kernel."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Thema's"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Een Collectie van Voorbeeld Thema's\n"
"Meer thema's kunnen worden gevonden op http://forum.voodooprojects.org/index.php/board,7.0.html"
#~ msgid "Patches"
#~ msgstr "Patches"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Select one patch for your kernel."
#~ msgid "Select patch for your kext."
#~ msgstr "Kies een patch voor je kernel."
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/ko.po
66
77
88
9
9
1010
1111
1212
......
12701270
12711271
12721272
1273
1273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
12821282
12831283
12841284
1285
1285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
12941294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
1348
1348
13491349
13501350
1351
1351
13521352
13531353
1354
1354
13551355
13561356
1357
1357
13581358
13591359
1360
1360
13611361
13621362
1363
1363
13641364
13651365
1366
1366
13671367
13681368
13691369
......
33633363
33643364
33653365
3366
3366
33673367
33683368
3369
3369
33703370
33713371
3372
3372
33733373
33743374
33753375
......
35353535
35363536
35373537
3538
3538
35393539
35403540
35413541
35423542
35433543
35443544
3545
3545
35463546
35473547
35483548
3549
3549
35503550
35513551
3552
3552
35533553
35543554
35553555
3556
3556
35573557
35583558
35593559
35603560
35613561
3562
3562
35633563
35643564
35653565
35663566
35673567
3568
3568
35693569
35703570
35713571
35723572
35733573
3574
3574
35753575
35763576
35773577
35783578
35793579
35803580
3581
3581
35823582
35833583
35843584
35853585
35863586
35873587
3588
3588
35893589
35903590
35913591
35923592
35933593
35943594
3595
3595
35963596
35973597
35983598
35993599
36003600
3601
3601
36023602
36033603
36043604
36053605
36063606
36073607
3608
3608
36093609
36103610
36113611
36123612
36133613
3614
3614
36153615
36163616
36173617
36183618
36193619
36203620
3621
3621
36223622
36233623
36243624
36253625
36263626
3627
3627
36283628
36293629
36303630
36313631
36323632
3633
3633
36343634
36353635
36363636
36373637
36383638
3639
3639
36403640
36413641
36423642
36433643
36443644
3645
3645
36463646
36473647
36483648
36493649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
36503712
3651
3713
36523714
36533715
36543716
36553717
36563718
3657
3719
36583720
36593721
36603722
......
36643726
36653727
36663728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
36673749
36683750
36693751
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:31-0000\n"
"Last-Translator: Mill <ceruns@ymail.com>\n"
"Language-Team: ko <ko@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "부팅 해상도를 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "전체적인 부팅 화면을 커스터마이징할 수 있습니다."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext 패쳐"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "그래픽 카드들과 관련된 옵션들입니다"
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher(커널 패치)"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher(커널 패치)"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "전원 관리"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher(커널 패치)"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher(커널 패치)"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "커널 플래그(Kernel Flags)"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext 패쳐"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "그래픽 카드들과 관련된 옵션들입니다"
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "테마"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext 패쳐"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher(커널 패치)"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext 패쳐"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher(커널 패치)"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "IIntel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/hr.po
77
88
99
10
10
1111
1212
1313
......
12491249
12501250
12511251
1252
1252
12531253
12541254
1255
1255
12561256
12571257
1258
1258
12591259
12601260
12611261
12621262
12631263
1264
1264
12651265
12661266
1267
1267
12681268
12691269
1270
1270
12711271
12721272
12731273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
13481348
......
32483248
32493249
32503250
3251
3251
32523252
32533253
3254
3254
32553255
32563256
3257
3257
32583258
32593259
32603260
......
34163416
34173417
34183418
3419
3419
34203420
34213421
34223422
34233423
34243424
34253425
3426
3426
34273427
34283428
34293429
3430
3430
34313431
34323432
3433
3433
34343434
34353435
34363436
3437
3437
34383438
34393439
34403440
34413441
34423442
3443
3443
34443444
34453445
34463446
34473447
34483448
3449
3449
34503450
34513451
34523452
34533453
34543454
3455
3455
34563456
34573457
34583458
34593459
34603460
34613461
3462
3462
34633463
34643464
34653465
34663466
34673467
34683468
3469
3469
34703470
34713471
34723472
34733473
34743474
34753475
3476
3476
34773477
34783478
34793479
34803480
34813481
3482
3482
34833483
34843484
34853485
34863486
34873487
34883488
3489
3489
34903490
34913491
34923492
34933493
34943494
3495
3495
34963496
34973497
34983498
34993499
35003500
35013501
3502
3502
35033503
35043504
35053505
35063506
35073507
3508
3508
35093509
35103510
35113511
35123512
35133513
3514
3514
35153515
35163516
35173517
35183518
35193519
3520
3520
35213521
35223522
35233523
35243524
35253525
3526
3526
35273527
35283528
35293529
35303530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
35313593
3532
3594
35333595
35343596
35353597
35363598
35373599
3538
3600
35393601
35403602
35413603
......
35453607
35463608
35473609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
35483630
35493631
35503632
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:29-0000\n"
"Last-Translator: Xpam.AmAdEuS <miljenkohalapir@outlook.com>\n"
"Language-Team: hr <hr@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Podesite Grafičku Rezoluciju na 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Opcije za kontrolu rada Chameleona."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Odabir opcija koje se bave videom."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Power Management"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Flags"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Odabir opcija koje se bave videom."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Themes"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/pl.po
77
88
99
10
10
1111
1212
1313
......
12531253
12541254
12551255
1256
1256
12571257
12581258
1259
1259
12601260
12611261
1262
1262
12631263
12641264
12651265
12661266
12671267
1268
1268
12691269
12701270
1271
1271
12721272
12731273
1274
1274
12751275
12761276
12771277
12781278
12791279
1280
1280
12811281
12821282
1283
1283
12841284
12851285
1286
1286
12871287
12881288
1289
1289
12901290
12911291
1292
1292
12931293
12941294
1295
1295
12961296
12971297
1298
1298
12991299
13001300
1301
1301
13021302
13031303
1304
1304
13051305
13061306
1307
1307
13081308
13091309
1310
1310
13111311
13121312
1313
1313
13141314
13151315
1316
1316
13171317
13181318
1319
1319
13201320
13211321
1322
1322
13231323
13241324
1325
1325
13261326
13271327
1328
1328
13291329
13301330
1331
1331
13321332
13331333
1334
1334
13351335
13361336
1337
1337
13381338
13391339
1340
1340
13411341
13421342
1343
1343
13441344
13451345
1346
1346
13471347
13481348
1349
1349
13501350
13511351
13521352
......
32523252
32533253
32543254
3255
3255
32563256
32573257
3258
3258
32593259
32603260
3261
3261
32623262
32633263
32643264
......
34203420
34213421
34223422
3423
3423
34243424
34253425
34263426
34273427
34283428
34293429
3430
3430
34313431
34323432
34333433
3434
3434
34353435
34363436
3437
3437
34383438
34393439
34403440
3441
3441
34423442
34433443
34443444
34453445
34463446
3447
3447
34483448
34493449
34503450
34513451
34523452
3453
3453
34543454
34553455
34563456
34573457
34583458
3459
3459
34603460
34613461
34623462
34633463
34643464
34653465
3466
3466
34673467
34683468
34693469
34703470
34713471
34723472
3473
3473
34743474
34753475
34763476
34773477
34783478
34793479
3480
3480
34813481
34823482
34833483
34843484
34853485
3486
3486
34873487
34883488
34893489
34903490
34913491
34923492
3493
3493
34943494
34953495
34963496
34973497
34983498
3499
3499
35003500
35013501
35023502
35033503
35043504
35053505
3506
3506
35073507
35083508
35093509
35103510
35113511
3512
3512
35133513
35143514
35153515
35163516
35173517
3518
3518
35193519
35203520
35213521
35223522
35233523
3524
3524
35253525
35263526
35273527
35283528
35293529
3530
3530
35313531
35323532
35333533
35343534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
35353597
3536
3598
35373599
35383600
35393601
35403602
35413603
3542
3604
35433605
35443606
35453607
......
35493611
35503612
35513613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
35523634
35533635
35543636
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:32-0000\n"
"Last-Translator: oswaldini <oswaldinimtb@gmail.com>\n"
"Language-Team: pl <pl@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Ustawia tryb graficzny na 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Ustawienia działania Chameleona."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Wybierz ustawienia związane z obsługą grafiki."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Zarządzanie energią"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Flagi kernela"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Wybierz ustawienia związane z obsługą grafiki."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Tematy"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Więcej tematów znajdziesz na http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/it.po
66
77
88
9
10
9
10
1111
1212
1313
......
12561256
12571257
12581258
1259
1259
12601260
12611261
1262
1263
1262
1263
12641264
1265
1265
12661266
12671267
12681268
12691269
12701270
1271
1271
12721272
12731273
1274
1275
1274
1275
12761276
1277
1277
12781278
12791279
12801280
12811281
12821282
1283
1283
12841284
12851285
1286
1287
1286
1287
12881288
1289
1289
12901290
12911291
1292
1293
1292
1293
12941294
1295
1295
12961296
12971297
1298
1299
1298
1299
13001300
1301
1301
13021302
13031303
1304
1305
1304
1305
13061306
1307
1307
13081308
13091309
1310
1311
1310
1311
13121312
1313
1313
13141314
13151315
1316
1317
1316
1317
13181318
1319
1319
13201320
13211321
1322
1323
1322
1323
13241324
1325
1325
13261326
13271327
1328
1329
1328
1329
13301330
1331
1331
13321332
13331333
1334
1335
1334
1335
13361336
1337
1337
13381338
13391339
1340
1341
1340
1341
13421342
1343
1343
13441344
13451345
1346
1347
1346
1347
13481348
1349
1349
13501350
13511351
1352
1353
1352
1353
13541354
13551355
13561356
......
33083308
33093309
33103310
3311
3311
33123312
33133313
3314
3315
3314
3315
33163316
3317
3317
33183318
33193319
33203320
......
34733473
34743474
34753475
3476
3477
3476
3477
34783478
34793479
34803480
34813481
3482
3483
3482
3483
34843484
34853485
3486
3486
34873487
3488
3489
3488
3489
34903490
34913491
3492
3492
34933493
34943494
34953495
34963496
34973497
3498
3498
34993499
35003500
35013501
35023502
35033503
3504
3504
35053505
35063506
35073507
35083508
35093509
3510
3510
35113511
35123512
35133513
35143514
35153515
3516
3516
35173517
35183518
35193519
35203520
35213521
3522
3522
35233523
35243524
35253525
35263526
35273527
3528
3528
35293529
35303530
35313531
35323532
35333533
3534
3534
35353535
35363536
35373537
35383538
35393539
3540
3540
35413541
35423542
35433543
35443544
35453545
3546
3546
35473547
35483548
35493549
35503550
35513551
3552
3552
35533553
35543554
35553555
35563556
35573557
3558
3558
35593559
35603560
35613561
35623562
35633563
3564
3564
35653565
35663566
35673567
35683568
35693569
3570
3570
35713571
35723572
35733573
35743574
35753575
3576
3576
35773577
35783578
35793579
35803580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
35813641
3582
3642
35833643
35843644
35853645
35863646
35873647
3588
3648
35893649
35903650
35913651
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"PO-Revision-Date: 2015-10-16 19:48+0100\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2017-05-12 12:19+0100\n"
"Last-Translator: Gianfranco <gianfrancominischetti@gmail.com>\n"
"Language-Team: it <it@li.org>\n"
"Language: it\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Setta il Graphics Mode a 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr "Firma per gli Kext: introdotta in 10.9, migliorato in 10.10 (la firma per gli kext é necessaria per tutti gli kexts), ora diventato parte del rootless(SIP)."
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr "Protezione del file System: i file di sistema importanti sono protetti e non possono essere modificati."
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgstr "Disattiva CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr "Disattiva CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "Disattiva CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "Disattiva CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgstr "Disattiva CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr "Disattiva CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Disattiva CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Disattiva CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Disattiva CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Disattiva CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "Disattiva CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "Disattiva CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324
msgid "Settings to control how Chameleon works."
msgstr "Settaggi per controllare come Chameleon lavora."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Patch"
msgid "Embedded Patcher"
msgstr "Patcher incorporati"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
msgstr "Una scelta di opzioni per patchare il Kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Una scelta di opzioni per patchare il Kernel e gli Kext."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, no-wrap
msgid "kernel Patcher"
msgstr "Kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher Integrato"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr "Seleziona una o più patch da applicare al Kernel."
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr "Riattiva il caricamento degli Kext in /Extra/Extensions per le nuove versioni di OSX."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr "Patch del Kernel per la gestione energetica."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr "Rimuove il Local Apic Error panic."
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr "Rimuove il Local Apic Version panic."
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr "Patch per utilizzare i processori Haswell \\\"E\\\" o \\\"ULT\\\" su vecchie versioni di OSX."
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr "Patch per l'indirizzo cpuid_family per rimuovere _cpuid_set_info _panic e _tsc_init _panic. Per le CPU non supportate"
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr "Patch per abilitare ulteriori istruzioni SSE3 sulle vecchie CPU per funzionare su sistemi operativi più recenti."
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, no-wrap
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher Integrato"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, no-wrap
msgid "A selection of options to patch kexts."
msgstr "Una scelta di opzioni per patchare gli Kext."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr "AppleRTC"
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr "Patch per l’AppleRTC."
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr "OrangeIcon"
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr "Patch per le Icone arancioni."
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr "TrimEnabler"
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr "Patch per il TrimEnabler."
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr "AICPM"
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr "Patch per l’AICPM."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Temi"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
branches/ErmaC/Enoch/package/po/hu.po
77
88
99
10
10
1111
1212
1313
......
12421242
12431243
12441244
1245
1245
12461246
12471247
1248
1248
12491249
12501250
1251
1251
12521252
12531253
12541254
12551255
12561256
1257
1257
12581258
12591259
1260
1260
12611261
12621262
1263
1263
12641264
12651265
12661266
12671267
12681268
1269
1269
12701270
12711271
1272
1272
12731273
12741274
1275
1275
12761276
12771277
1278
1278
12791279
12801280
1281
1281
12821282
12831283
1284
1284
12851285
12861286
1287
1287
12881288
12891289
1290
1290
12911291
12921292
1293
1293
12941294
12951295
1296
1296
12971297
12981298
1299
1299
13001300
13011301
1302
1302
13031303
13041304
1305
1305
13061306
13071307
1308
1308
13091309
13101310
1311
1311
13121312
13131313
1314
1314
13151315
13161316
1317
1317
13181318
13191319
1320
1320
13211321
13221322
1323
1323
13241324
13251325
1326
1326
13271327
13281328
1329
1329
13301330
13311331
1332
1332
13331333
13341334
1335
1335
13361336
13371337
1338
1338
13391339
13401340
13411341
......
32413241
32423242
32433243
3244
3244
32453245
32463246
3247
3247
32483248
32493249
3250
3250
32513251
32523252
32533253
......
34093409
34103410
34113411
3412
3412
34133413
34143414
34153415
34163416
34173417
34183418
3419
3419
34203420
34213421
34223422
3423
3423
34243424
34253425
3426
3426
34273427
34283428
34293429
3430
3430
34313431
34323432
34333433
34343434
34353435
3436
3436
34373437
34383438
34393439
34403440
34413441
3442
3442
34433443
34443444
34453445
34463446
34473447
3448
3448
34493449
34503450
34513451
34523452
34533453
34543454
3455
3455
34563456
34573457
34583458
34593459
34603460
34613461
3462
3462
34633463
34643464
34653465
34663466
34673467
34683468
3469
3469
34703470
34713471
34723472
34733473
34743474
3475
3475
34763476
34773477
34783478
34793479
34803480
34813481
3482
3482
34833483
34843484
34853485
34863486
34873487
3488
3488
34893489
34903490
34913491
34923492
34933493
34943494
3495
3495
34963496
34973497
34983498
34993499
35003500
3501
3501
35023502
35033503
35043504
35053505
35063506
3507
3507
35083508
35093509
35103510
35113511
35123512
3513
3513
35143514
35153515
35163516
35173517
35183518
3519
3519
35203520
35213521
35223522
35233523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
35243586
3525
3587
35263588
35273589
35283590
35293591
35303592
3531
3593
35323594
35333595
35343596
......
35383600
35393601
35403602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
35413623
35423624
35433625
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:30-0000\n"
"Last-Translator: ErmaC\n"
"Language-Team: hu <hu@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "A felbontást a következőre állítja: 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Beállítások a Chameleon vezerléséhez."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Videóhoz kapcsolódó beállítások."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Energiagazdálkodás"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel paraméterek"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Videóhoz kapcsolódó beállítások."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Témák"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"http://forum.voodooprojects.org/index.php/board,7.0.html címen érheted el."
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/chameleon.pot
66
77
88
9
10
9
10
1111
1212
1313
......
12521252
12531253
12541254
1255
1255
12561256
12571257
1258
1258
12591259
12601260
1261
1261
12621262
12631263
12641264
......
12661266
12671267
12681268
1269
1269
12701270
12711271
1272
1272
12731273
12741274
1275
1275
12761276
12771277
12781278
......
12801280
12811281
12821282
1283
1283
12841284
12851285
1286
1286
12871287
12881288
1289
1289
12901290
12911291
1292
1292
12931293
12941294
1295
1295
12961296
12971297
1298
1298
12991299
13001300
1301
1301
13021302
13031303
1304
1304
13051305
13061306
1307
1307
13081308
13091309
1310
1310
13111311
13121312
1313
1313
13141314
13151315
1316
1316
13171317
13181318
1319
1319
13201320
13211321
1322
1322
13231323
13241324
1325
1325
13261326
13271327
1328
1328
13291329
13301330
1331
1331
13321332
13331333
1334
1334
13351335
13361336
1337
1337
13381338
13391339
1340
1340
13411341
13421342
1343
1343
13441344
13451345
1346
1346
13471347
13481348
1349
1349
13501350
13511351
1352
1352
13531353
13541354
13551355
......
32013201
32023202
32033203
3204
3204
32053205
32063206
3207
3207
32083208
32093209
3210
3210
32113211
32123212
32133213
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"Project-Id-Version: Chameleon 2.4svn-r2880\n"
"POT-Creation-Date: 2017-05-12 12:15+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid ""
"for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid ""
"modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
branches/ErmaC/Enoch/package/po/ro.po
77
88
99
10
10
1111
1212
1313
......
12761276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
12881288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
13001300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
1348
1348
13491349
13501350
1351
1351
13521352
13531353
1354
1354
13551355
13561356
1357
1357
13581358
13591359
1360
1360
13611361
13621362
1363
1363
13641364
13651365
1366
1366
13671367
13681368
1369
1369
13701370
13711371
1372
1372
13731373
13741374
13751375
......
33543354
33553355
33563356
3357
3357
33583358
33593359
3360
3360
33613361
33623362
3363
3363
33643364
33653365
33663366
......
35203520
35213521
35223522
3523
3524
3525
3523
3524
3525
3526
35263527
35273528
35283529
3529
3530
3530
3531
3532
35313533
35323534
35333535
3534
3536
35353537
35363538
3537
3539
35383540
35393541
35403542
3541
3543
35423544
35433545
35443546
35453547
35463548
3547
3549
35483550
35493551
35503552
35513553
35523554
3553
3555
35543556
35553557
35563558
35573559
35583560
3559
3561
35603562
35613563
35623564
35633565
35643566
35653567
3566
3568
35673569
35683570
35693571
35703572
35713573
35723574
3573
3575
35743576
35753577
35763578
35773579
35783580
35793581
3580
3582
35813583
35823584
35833585
35843586
35853587
3586
3588
35873589
35883590
35893591
35903592
35913593
35923594
3593
3595
35943596
35953597
35963598
35973599
35983600
3599
3601
36003602
36013603
36023604
36033605
36043606
36053607
3606
3608
36073609
36083610
36093611
36103612
36113613
3612
3614
36133615
36143616
36153617
36163618
36173619
3618
3620
36193621
36203622
36213623
36223624
36233625
3624
3626
36253627
36263628
36273629
36283630
36293631
3630
3632
36313633
36323634
36333635
36343636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
36353699
3636
3700
36373701
36383702
36393703
36403704
36413705
3642
3706
36433707
36443708
36453709
36463710
36473711
36483712
3713
3714
3715
36493716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
36503732
36513733
36523734
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-11-02 15:22+0000\n"
"Last-Translator: arsradu <arsradu@gmail.com>\n"
"Language-Team: ro <ro@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Setarea rezolutiei la 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Optiuni pentru a controla modul de functionare a bootloaderului Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Patch-uri"
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "O selectie de optiuni pentru a petici kernel-ul."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Management al energiei"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Flag-uri pentru kernel"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch kexts."
msgstr "O selectie de optiuni pentru a petici kernel-ul."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Teme"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html"
msgstr "O colectie de teme exemplu, pentru mai multe teme vizitati adresa: http://forum.voodooprojects.org/index.php/board,7.0.html"
#~ msgid "Patches"
#~ msgstr "Patch-uri"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/ca.po
77
88
99
10
10
1111
1212
1313
......
12511251
12521252
12531253
1254
1254
12551255
12561256
1257
1257
12581258
12591259
1260
1260
12611261
12621262
12631263
12641264
12651265
1266
1266
12671267
12681268
1269
1269
12701270
12711271
1272
1272
12731273
12741274
12751275
12761276
12771277
1278
1278
12791279
12801280
1281
1281
12821282
12831283
1284
1284
12851285
12861286
1287
1287
12881288
12891289
1290
1290
12911291
12921292
1293
1293
12941294
12951295
1296
1296
12971297
12981298
1299
1299
13001300
13011301
1302
1302
13031303
13041304
1305
1305
13061306
13071307
1308
1308
13091309
13101310
1311
1311
13121312
13131313
1314
1314
13151315
13161316
1317
1317
13181318
13191319
1320
1320
13211321
13221322
1323
1323
13241324
13251325
1326
1326
13271327
13281328
1329
1329
13301330
13311331
1332
1332
13331333
13341334
1335
1335
13361336
13371337
1338
1338
13391339
13401340
1341
1341
13421342
13431343
1344
1344
13451345
13461346
1347
1347
13481348
13491349
13501350
......
32503250
32513251
32523252
3253
3253
32543254
32553255
3256
3256
32573257
32583258
3259
3259
32603260
32613261
32623262
......
34183418
34193419
34203420
3421
3421
34223422
34233423
34243424
34253425
34263426
34273427
3428
3428
34293429
34303430
34313431
3432
3432
34333433
34343434
3435
3435
34363436
34373437
34383438
3439
3439
34403440
34413441
34423442
34433443
34443444
3445
3445
34463446
34473447
34483448
34493449
34503450
3451
3451
34523452
34533453
34543454
34553455
34563456
3457
3457
34583458
34593459
34603460
34613461
34623462
34633463
3464
3464
34653465
34663466
34673467
34683468
34693469
34703470
3471
3471
34723472
34733473
34743474
34753475
34763476
34773477
3478
3478
34793479
34803480
34813481
34823482
34833483
3484
3484
34853485
34863486
34873487
34883488
34893489
34903490
3491
3491
34923492
34933493
34943494
34953495
34963496
3497
3497
34983498
34993499
35003500
35013501
35023502
35033503
3504
3504
35053505
35063506
35073507
35083508
35093509
3510
3510
35113511
35123512
35133513
35143514
35153515
3516
3516
35173517
35183518
35193519
35203520
35213521
3522
3522
35233523
35243524
35253525
35263526
35273527
3528
3528
35293529
35303530
35313531
35323532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
35333595
3534
3596
35353597
35363598
35373599
35383600
35393601
3540
3602
35413603
35423604
35433605
......
35473609
35483610
35493611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
35503632
35513633
35523634
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:18-0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: ca <ca@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Fixar resolució en 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Ajustos de control sobre el funcionament de Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Una selecció d'opcions relatives al video."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Gestió d'energia"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Flags"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Una selecció d'opcions relatives al video."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Themes"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Pots trobar més themes en: http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/pt.po
77
88
99
10
10
1111
1212
1313
......
12851285
12861286
12871287
1288
1288
12891289
12901290
1291
1292
1291
1292
12931293
1294
1294
12951295
12961296
12971297
1298
1299
1300
1301
1298
13021299
1303
1300
13041301
13051302
1306
1307
1303
1304
13081305
1309
1306
13101307
13111308
13121309
1313
1314
1315
1310
13161311
1317
1312
13181313
13191314
1320
1321
1315
1316
13221317
1323
1318
13241319
13251320
1326
1327
1321
1322
13281323
1329
1324
13301325
13311326
1332
1333
1327
1328
13341329
1335
1330
13361331
13371332
1338
1339
1333
1334
13401335
1341
1336
13421337
13431338
1344
1345
1339
1340
13461341
1347
1342
13481343
13491344
1350
1351
1345
1346
13521347
1353
1348
13541349
13551350
1356
1357
1351
1352
13581353
1359
1354
13601355
13611356
1362
1363
1357
1358
13641359
1365
1360
13661361
13671362
1368
1369
1363
1364
13701365
1371
1366
13721367
13731368
1374
1375
1369
1370
13761371
1377
1372
13781373
13791374
1380
1381
1375
1376
13821377
1383
1378
13841379
13851380
1386
1387
1381
1382
13881383
13891384
13901385
......
33423337
33433338
33443339
3345
3340
33463341
3347
3348
3349
3342
3343
3344
3345
33503346
3351
3347
33523348
33533349
33543350
......
35063502
35073503
35083504
3509
3510
3511
3505
3506
3507
3508
35123509
35133510
35143511
3515
3516
3512
3513
3514
35173515
35183516
35193517
3520
3521
3522
3523
3518
3519
3520
3521
3522
35243523
35253524
3526
3525
35273526
35283527
35293528
35303529
35313530
3532
3531
35333532
35343533
35353534
35363535
35373536
3538
3537
35393538
35403539
35413540
35423541
35433542
3544
3543
35453544
35463545
35473546
35483547
35493548
3550
3549
35513550
35523551
35533552
35543553
35553554
3556
3555
35573556
35583557
35593558
35603559
35613560
3562
3561
35633562
35643563
35653564
35663565
35673566
3568
3567
35693568
35703569
35713570
35723571
35733572
3574
3573
35753574
35763575
35773576
35783577
35793578
3580
3579
35813580
35823581
35833582
35843583
35853584
3586
3585
35873586
35883587
3589
3590
3591
3588
35923589
35933590
3594
3591
35953592
35963593
35973594
35983595
35993596
3600
3597
36013598
36023599
3603
3604
3605
3600
36063601
36073602
3608
3603
36093604
36103605
36113606
36123607
36133608
3614
3609
36153610
36163611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
36173632
3618
3619
36203633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
36213676
3622
3677
36233678
36243679
36253680
36263681
36273682
3628
3683
36293684
36303685
36313686
......
36343689
36353690
36363691
3692
3693
3694
3695
3696
3697
36373698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
36383714
36393715
36403716
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-07-12 00:01+0100\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: pt-PT <pt-PT@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Seleciona Modo Gráfico 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
"Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext "
"necessária para todas as kexts), agora se tornou parte de desenraizada "
"(SIP)."
msgstr "Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext necessária para todas as kexts), agora se tornou parte de desenraizada (SIP)."
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
"Proteção do sistema de arquivos: arquivos de sistema importantes são "
"protegidos e não pode ser modificado."
msgstr "Proteção do sistema de arquivos: arquivos de sistema importantes são protegidos e não pode ser modificado."
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgstr "Desativar CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr "Desativar CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "Desativar CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "Desativar CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgstr "Desativar CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr "Desativar CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "Desactivar CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "Desactivar CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324
msgid "Settings to control how Chameleon works."
msgstr "Preferências de controle do Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
#, fuzzy, no-wrap
#| msgid "CsrActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Patches"
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Selecione um patch para o kernel."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
msgid "kernel Patcher"
msgstr "kernel Patcher"
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr "Selecione um patch para o kernel."
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr "Reativa /Extra/Extensions kexts em sistemas operacionais mais recentes."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr "Kernel Power Management patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr "Remova a APIC Local Erro pânico."
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr "Retire o local pânico Apic Version."
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
"Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais "
"antigos."
msgstr "Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais antigos."
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
"Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e "
"_tsc_init _panic. Para CPUs sem suporte"
msgstr "Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e _tsc_init _panic. Para CPUs sem suporte"
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr "Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar sistemas operacionais mais recentes."
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch kexts."
msgstr "Selecione um patch para o kernel."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
"Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar "
"sistemas operacionais mais recentes."
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Temas"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Alguns exemplos de tema.\n"
"Mais temas podem ser encontrados em http://forum.voodooprojects.org/index.php/board,7.0.html"
#~ msgid "Patches"
#~ msgstr "Patches"
#~ msgid "kernel Patcher"
#~ msgstr "kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Select one patch for your kernel."
#~ msgid "Select patch for your kext."
#~ msgstr "Selecione um patch para o kernel."
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/pt-BR.po
77
88
99
10
10
1111
1212
1313
......
12861286
12871287
12881288
1289
1289
12901290
12911291
1292
1293
1292
1293
12941294
1295
1295
12961296
12971297
12981298
1299
1300
1301
1302
1299
13031300
1304
1301
13051302
13061303
1307
1308
1304
1305
13091306
1310
1307
13111308
13121309
13131310
1314
1315
1316
1311
13171312
1318
1313
13191314
13201315
1321
1322
1316
1317
13231318
1324
1319
13251320
13261321
1327
1328
1322
1323
13291324
1330
1325
13311326
13321327
1333
1334
1328
1329
13351330
1336
1331
13371332
13381333
1339
1340
1334
1335
13411336
1342
1337
13431338
13441339
1345
1346
1340
1341
13471342
1348
1343
13491344
13501345
1351
1352
1346
1347
13531348
1354
1349
13551350
13561351
1357
1358
1352
1353
13591354
1360
1355
13611356
13621357
1363
1364
1358
1359
13651360
1366
1361
13671362
13681363
1369
1370
1364
1365
13711366
1372
1367
13731368
13741369
1375
1376
1370
1371
13771372
1378
1373
13791374
13801375
1381
1382
1376
1377
13831378
1384
1379
13851380
13861381
1387
1388
1382
1383
13891384
13901385
13911386
......
31813176
31823177
31833178
3184
3185
3186
3187
3188
3179
31893180
31903181
31913182
......
33473338
33483339
33493340
3350
3341
33513342
3352
3353
3354
3343
3344
3345
3346
33553347
3356
3348
33573349
33583350
33593351
......
35113503
35123504
35133505
3514
3515
3516
3506
3507
3508
3509
35173510
35183511
35193512
3520
3521
3513
3514
3515
35223516
35233517
35243518
3525
3526
3527
3528
3519
3520
3521
3522
3523
35293524
35303525
3531
3526
35323527
35333528
35343529
35353530
35363531
3537
3532
35383533
35393534
35403535
35413536
35423537
3543
3538
35443539
35453540
35463541
35473542
35483543
3549
3544
35503545
35513546
35523547
35533548
35543549
3555
3550
35563551
35573552
35583553
35593554
35603555
3561
3556
35623557
35633558
35643559
35653560
35663561
3567
3562
35683563
35693564
35703565
35713566
35723567
3573
3568
35743569
35753570
35763571
35773572
35783573
3579
3574
35803575
35813576
35823577
35833578
35843579
3585
3580
35863581
35873582
35883583
35893584
35903585
3591
3586
35923587
35933588
3594
3595
3596
3589
35973590
35983591
3599
3592
36003593
36013594
36023595
36033596
36043597
3605
3598
36063599
36073600
3608
3609
3610
3601
36113602
36123603
3613
3604
36143605
36153606
36163607
36173608
36183609
3619
3610
36203611
36213612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
36223633
3623
3624
36253634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
36263677
3627
3678
36283679
36293680
36303681
36313682
36323683
3633
3684
36343685
36353686
36363687
......
36393690
36403691
36413692
3693
3694
3695
3696
3697
3698
36423699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
36433715
36443716
36453717
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-07-12 00:02+0100\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: pt-BR <pt-BR@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Seleciona Modo Gráfico 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
"Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext "
"necessária para todas as kexts), agora se tornou parte de desenraizada "
"(SIP)."
msgstr "Kext assinatura: Introduzido em 10,9, reforçada em 10,10 (assinatura kext necessária para todas as kexts), agora se tornou parte de desenraizada (SIP)."
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
"Proteção do sistema de arquivos: arquivos de sistema importantes são "
"protegidos e não pode ser modificado."
msgstr "Proteção do sistema de arquivos: arquivos de sistema importantes são protegidos e não pode ser modificado."
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgstr "Desativar CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr "Desativar CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "Desativar CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "Desativar CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgstr "Desativar CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr "Desativar CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Desactivar CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "Desactivar CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "Desactivar CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "Desactivar CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "HDAULayoutIDx01_title"
#: Resources/templates/Localizable.strings:324
#: Resources/templates/Localizable.strings:823
#, no-wrap
msgid "Rootless is a new feature introduced in OS X 10.11 (El Capitan), and it disallows modifying system files. To by-passing this restriction, this strict feature can be disabled by adding a 'rootless=0' boot arg. ('rootless=1' enable it)"
msgstr ""
"Rootless é um novo recurso introduzido no OS X 10.11 (El Capitan), e ele não "
"permite modificações nos arquivos do sistema. Para contornar esta "
"restrição, esse recurso pode ser desativado adicionando um 'rootless = 0' "
"boot arg. ('rootless = 1' habilitá-lo)"
msgstr "Rootless é um novo recurso introduzido no OS X 10.11 (El Capitan), e ele não permite modificações nos arquivos do sistema. Para contornar esta restrição, esse recurso pode ser desativado adicionando um 'rootless = 0' boot arg. ('rootless = 1' habilitá-lo)"
#. type: "Dart0_title"
#: Resources/templates/Localizable.strings:825
msgid "Settings to control how Chameleon works."
msgstr "Preferências de controle do Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
#, fuzzy, no-wrap
#| msgid "CsrActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Patches"
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Selecione um patch para o kernel."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
msgid "kernel Patcher"
msgstr "kernel Patcher"
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr "Selecione um patch para o kernel."
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr "Reativa /Extra/Extensions kexts em sistemas operacionais mais recentes."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr "Kernel Power Management patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr "Remova a APIC Local Erro pânico."
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr "Retire o local pânico Apic Version."
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
"Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais "
"antigos."
msgstr "Patch para Haswell \\\"E\\\" e support \\\"ULT\\ em sistemas operacionais mais antigos."
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
"Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e "
"_tsc_init _panic. Para CPUs sem suporte"
msgstr "Corrigir o endereço cpuid_family para remover o _cpuid_set_info _panic e _tsc_init _panic. Para CPUs sem suporte"
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr "Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar sistemas operacionais mais recentes."
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch kexts."
msgstr "Selecione um patch para o kernel."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
"Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar "
"sistemas operacionais mais recentes."
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Temas"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Alguns exemplos de tema.\n"
"Mais temas podem ser encontrados em http://forum.voodooprojects.org/index.php/board,7.0.html"
#~ msgid "Patches"
#~ msgstr "Patches"
#~ msgid "kernel Patcher"
#~ msgstr "kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Select one patch for your kernel."
#~ msgid "Select patch for your kext."
#~ msgstr "Selecione um patch para o kernel."
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/sr.po
77
88
99
10
10
1111
1212
1313
......
12451245
12461246
12471247
1248
1248
12491249
12501250
1251
1251
12521252
12531253
1254
1254
12551255
12561256
12571257
12581258
12591259
1260
1260
12611261
12621262
1263
1263
12641264
12651265
1266
1266
12671267
12681268
12691269
12701270
12711271
1272
1272
12731273
12741274
1275
1275
12761276
12771277
1278
1278
12791279
12801280
1281
1281
12821282
12831283
1284
1284
12851285
12861286
1287
1287
12881288
12891289
1290
1290
12911291
12921292
1293
1293
12941294
12951295
1296
1296
12971297
12981298
1299
1299
13001300
13011301
1302
1302
13031303
13041304
1305
1305
13061306
13071307
1308
1308
13091309
13101310
1311
1311
13121312
13131313
1314
1314
13151315
13161316
1317
1317
13181318
13191319
1320
1320
13211321
13221322
1323
1323
13241324
13251325
1326
1326
13271327
13281328
1329
1329
13301330
13311331
1332
1332
13331333
13341334
1335
1335
13361336
13371337
1338
1338
13391339
13401340
1341
1341
13421342
13431343
13441344
......
32023202
32033203
32043204
3205
3205
32063206
32073207
3208
3208
32093209
32103210
3211
3211
32123212
32133213
32143214
......
33683368
33693369
33703370
3371
3371
33723372
33733373
33743374
33753375
33763376
33773377
3378
3378
33793379
33803380
33813381
3382
3382
33833383
33843384
3385
3385
33863386
33873387
33883388
3389
3389
33903390
33913391
33923392
33933393
33943394
3395
3395
33963396
33973397
33983398
33993399
34003400
3401
3401
34023402
34033403
34043404
34053405
34063406
3407
3407
34083408
34093409
34103410
34113411
34123412
34133413
3414
3414
34153415
34163416
34173417
34183418
34193419
34203420
3421
3421
34223422
34233423
34243424
34253425
34263426
34273427
3428
3428
34293429
34303430
34313431
34323432
34333433
3434
3434
34353435
34363436
34373437
34383438
34393439
34403440
3441
3441
34423442
34433443
34443444
34453445
34463446
3447
3447
34483448
34493449
34503450
34513451
34523452
34533453
3454
3454
34553455
34563456
34573457
34583458
34593459
3460
3460
34613461
34623462
34633463
34643464
34653465
3466
3466
34673467
34683468
34693469
34703470
34713471
3472
3472
34733473
34743474
34753475
34763476
34773477
3478
3478
34793479
34803480
34813481
34823482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
34833545
3484
3546
34853547
34863548
34873549
34883550
34893551
3490
3552
34913553
34923554
34933555
......
34963558
34973559
34983560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
34993581
35003582
35013583
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:36-0000\n"
"Last-Translator: ErmaC\n"
"Language-Team: sr <sr@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Podesite Grafičku Rezoluciju na 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Opcije za kontrolu rada Chameleona."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Izbor opcija koje se bave videom."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Power Management"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Flags"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Izbor opcija koje se bave videom."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Themes"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Skup predloženih tema\n"
"Više tema možete pronaći na http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#~ msgid "Install Type"
#~ msgstr "Vrsta instalacije"
branches/ErmaC/Enoch/package/po/fa.po
66
77
88
9
9
1010
1111
1212
......
12401240
12411241
12421242
1243
1243
12441244
12451245
1246
1246
12471247
12481248
1249
1249
12501250
12511251
12521252
12531253
12541254
1255
1255
12561256
12571257
1258
1258
12591259
12601260
1261
1261
12621262
12631263
12641264
12651265
12661266
1267
1267
12681268
12691269
1270
1270
12711271
12721272
1273
1273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
13391339
......
31793179
31803180
31813181
3182
3182
31833183
31843184
3185
3185
31863186
31873187
3188
3188
31893189
31903190
31913191
......
33453345
33463346
33473347
3348
3348
33493349
33503350
33513351
33523352
33533353
3354
3354
33553355
33563356
33573357
3358
3358
33593359
33603360
3361
3361
33623362
33633363
33643364
3365
3365
33663366
33673367
33683368
33693369
33703370
3371
3371
33723372
33733373
33743374
33753375
33763376
3377
3377
33783378
33793379
33803380
33813381
33823382
3383
3383
33843384
33853385
33863386
33873387
33883388
33893389
3390
3390
33913391
33923392
33933393
33943394
33953395
3396
3396
33973397
33983398
33993399
34003400
34013401
34023402
3403
3403
34043404
34053405
34063406
34073407
34083408
3409
3409
34103410
34113411
34123412
34133413
34143414
34153415
3416
3416
34173417
34183418
34193419
34203420
34213421
3422
3422
34233423
34243424
34253425
34263426
34273427
3428
3428
34293429
34303430
34313431
34323432
34333433
3434
3434
34353435
34363436
34373437
34383438
34393439
3440
3440
34413441
34423442
34433443
34443444
34453445
3446
3446
34473447
34483448
34493449
34503450
34513451
3452
3452
34533453
34543454
34553455
34563456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
34573518
3458
3519
34593520
34603521
34613522
34623523
34633524
3464
3525
34653526
34663527
34673528
34683529
34693530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
msgid ""
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:28-0000\n"
"Last-Translator: minlite <miromarkarian@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "‏Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr ""
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "‏Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "‏Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr ""
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "‏Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "‏Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr ""
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "‏Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, no-wrap
msgid "A selection of options to patch kexts."
msgstr ""
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html"
msgstr ""
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "‏Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "‏Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "‏Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "‏Kernel Patcher"
branches/ErmaC/Enoch/package/po/ru.po
77
88
99
10
10
1111
1212
1313
......
12581258
12591259
12601260
1261
1261
12621262
12631263
1264
1265
1264
1265
12661266
1267
1267
12681268
12691269
12701270
12711271
12721272
1273
1273
12741274
12751275
1276
1277
1276
1277
12781278
1279
1279
12801280
12811281
12821282
12831283
12841284
1285
1285
12861286
12871287
1288
1289
1288
1289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1301
1300
1301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1313
1312
1313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1325
1324
1325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1337
1336
1337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
1348
1349
1348
1349
13501350
1351
1351
13521352
13531353
1354
1354
13551355
13561356
13571357
......
32433243
32443244
32453245
3246
3246
32473247
3248
3249
3250
3248
3249
3250
3251
32513252
3252
3253
32533254
32543255
32553256
......
34073408
34083409
34093410
3410
3411
3412
3411
3412
3413
3414
34133415
34143416
34153417
3416
3417
3418
3419
3420
34183421
34193422
34203423
3421
3422
3423
3424
3424
3425
3426
3427
3428
34253429
34263430
3427
3431
34283432
34293433
34303434
34313435
34323436
3433
3437
34343438
34353439
34363440
34373441
34383442
3439
3443
34403444
34413445
34423446
34433447
34443448
3445
3449
34463450
34473451
34483452
34493453
34503454
3451
3455
34523456
34533457
34543458
34553459
34563460
3457
3461
34583462
34593463
34603464
34613465
34623466
3463
3467
34643468
34653469
34663470
34673471
34683472
3469
3473
34703474
34713475
34723476
34733477
34743478
3475
3479
34763480
34773481
34783482
34793483
34803484
3481
3485
34823486
34833487
34843488
34853489
34863490
3487
3491
34883492
34893493
34903494
34913495
34923496
3493
3497
34943498
34953499
34963500
34973501
34983502
3499
3503
35003504
35013505
35023506
35033507
35043508
3505
3509
35063510
35073511
35083512
35093513
35103514
3511
3515
35123516
35133517
35143518
35153519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
35163582
3517
3583
35183584
35193585
35203586
35213587
35223588
3523
3589
35243590
35253591
35263592
......
35293595
35303596
35313597
3598
3599
3600
3601
3602
3603
35323604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
35333620
35343621
35353622
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-11-02 15:28+0000\n"
"Last-Translator: SergeNu <konovalov_serj@mail.ru>\n"
"Language-Team: ru <ru@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Установить графический режим экрана загрузки ОС в 1920x1200x32."
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr "CSR_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr "CSR_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr "CSR_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr "CSR_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr "CSR_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr "CSR_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr "CSR_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr "CSR_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Настройки поведения Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr "CrsActiveConfig"
#, fuzzy, no-wrap
#| msgid "CsrActiveConfig"
msgid "CsrActiveConfig"
msgstr "CsrActiveConfig"
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr "Патчи"
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Выбор параметров патча ядра."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
msgid "kernel Patcher"
msgstr "Патч ядра"
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr "Выберите один патч для вашего ядра."
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr "KernelBooter_kexts"
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr "Заново включить кексты /Extra/Extensions на новых OS."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr "Патч ядра управления питанием."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr "Убрать панику Local Apic Error."
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr "Убрать панику Local Apic Version."
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr "KernelHaswell"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr "Патч для поддержки Haswell \\\"E\\\" и \\\"ULT\\\" на старых OS."
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr "KernelcpuFamily"
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr "Патч cpuid_family, что убрать паники the _cpuid_set_info _panic и _tsc_init _panic. Для неподдерживаемых CPU."
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr "KernelSSE3"
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr "Патч для включения дополнительных инструкций SSE3 на старых CPU для запуска новых OS."
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch kexts."
msgstr "Выбор параметров патча ядра."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Темы"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Коллекция тем\n"
"Дополнительные темы можно найти по адресу: http://forum.voodooprojects.org/index.php/board,7.0.html"
#~ msgid "Patches"
#~ msgstr "Патчи"
#~ msgid "kernel Patcher"
#~ msgstr "Патч ядра"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Select one patch for your kernel."
#~ msgid "Select patch for your kext."
#~ msgstr "Выберите один патч для вашего ядра."
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/de.po
77
88
99
10
10
1111
1212
1313
......
12761276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
12881288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
13001300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
1348
1348
13491349
13501350
1351
1351
13521352
13531353
1354
1354
13551355
13561356
1357
1357
13581358
13591359
1360
1360
13611361
13621362
1363
1363
13641364
13651365
1366
1366
13671367
13681368
1369
1369
13701370
13711371
1372
1372
13731373
13741374
13751375
......
33793379
33803380
33813381
3382
3382
33833383
33843384
3385
3385
33863386
33873387
3388
3388
33893389
33903390
33913391
......
35503550
35513551
35523552
3553
3553
35543554
35553555
35563556
35573557
35583558
35593559
3560
3560
35613561
35623562
35633563
3564
3564
35653565
35663566
3567
3567
35683568
35693569
35703570
3571
3571
35723572
35733573
35743574
35753575
35763576
3577
3577
35783578
35793579
35803580
35813581
35823582
3583
3583
35843584
35853585
35863586
35873587
35883588
3589
3589
35903590
35913591
35923592
35933593
35943594
35953595
3596
3596
35973597
35983598
35993599
36003600
36013601
36023602
3603
3603
36043604
36053605
36063606
36073607
36083608
36093609
3610
3610
36113611
36123612
36133613
36143614
36153615
3616
3616
36173617
36183618
36193619
36203620
36213621
36223622
3623
3623
36243624
36253625
36263626
36273627
36283628
3629
3629
36303630
36313631
36323632
36333633
36343634
36353635
3636
3636
36373637
36383638
36393639
36403640
36413641
3642
3642
36433643
36443644
36453645
36463646
36473647
3648
3648
36493649
36503650
36513651
36523652
36533653
3654
3654
36553655
36563656
36573657
36583658
36593659
3660
3660
36613661
36623662
36633663
36643664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
36653727
3666
3728
36673729
36683730
36693731
36703732
36713733
3672
3734
36733735
36743736
36753737
......
36793741
36803742
36813743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
36823764
36833765
36843766
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:21-0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: de <de@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Setzt die Bildschirmauflösung auf 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Einstellungen zur Kontrolle von Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Optionen zur Grafik."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Energieverwaltung"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Kernel Flags"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Optionen zur Grafik."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Erscheinungsbild"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Weitere Themen gibt es hier: http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/bg.po
77
88
99
10
10
1111
1212
1313
......
12461246
12471247
12481248
1249
1249
12501250
12511251
1252
1252
12531253
12541254
1255
1255
12561256
12571257
12581258
12591259
12601260
1261
1261
12621262
12631263
1264
1264
12651265
12661266
1267
1267
12681268
12691269
12701270
12711271
12721272
1273
1273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
13451345
......
31873187
31883188
31893189
3190
3190
31913191
31923192
3193
3193
31943194
31953195
3196
3196
31973197
31983198
31993199
......
33523352
33533353
33543354
3355
3356
3357
3355
3356
3357
3358
33583359
33593360
33603361
33613362
33623363
3363
3364
33643365
33653366
33663367
3367
3368
33683369
33693370
3370
3371
33713372
33723373
33733374
3374
3375
33753376
33763377
33773378
33783379
33793380
3380
3381
33813382
33823383
33833384
33843385
33853386
3386
3387
33873388
33883389
33893390
33903391
33913392
3392
3393
33933394
33943395
33953396
33963397
33973398
33983399
3399
3400
34003401
34013402
34023403
34033404
34043405
34053406
3406
3407
34073408
34083409
34093410
34103411
34113412
34123413
3413
3414
34143415
34153416
34163417
34173418
34183419
3419
3420
34203421
34213422
34223423
34233424
34243425
34253426
3426
3427
34273428
34283429
34293430
34303431
34313432
3432
3433
34333434
34343435
34353436
34363437
34373438
34383439
3439
3440
34403441
34413442
34423443
34433444
34443445
3445
3446
34463447
34473448
34483449
34493450
34503451
3451
3452
34523453
34533454
34543455
34553456
34563457
3457
3458
34583459
34593460
34603461
34613462
34623463
3463
3464
34643465
34653466
34663467
34673468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
34683531
3469
3532
34703533
34713534
34723535
34733536
34743537
3475
3538
34763539
34773540
34783541
......
34813544
34823545
34833546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
34843567
34853568
34863569
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2014-11-24 20:12-0000\n"
"Last-Translator: Желязко <slackjackie@gmail.com>\n"
"Language-Team: bg <bg@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Задайте Графичен режим 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Настройки, за да контролирате как работи Хамелеон."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgstr ""
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Patcher"
msgstr "Kernel Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "А изборът на опции, които се занимават с видеото."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Опции на захранването"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Ядрото опции /Kernel Flags/"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kernel Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "А изборът на опции, които се занимават с видеото."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Теми"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"Колекция от теми\n"
"http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#~ msgid ""
#~ "Merge an existing /Extra folder, if found on the target, with any options "
#~ "chosen from the installer, other than the Bootloader. The original /Extra "
branches/ErmaC/Enoch/package/po/ja.po
77
88
99
10
10
1111
1212
1313
......
12101210
12111211
12121212
1213
1213
12141214
12151215
1216
1216
12171217
12181218
1219
1219
12201220
12211221
12221222
12231223
12241224
1225
1225
12261226
12271227
1228
1228
12291229
12301230
1231
1231
12321232
12331233
12341234
12351235
12361236
1237
1237
12381238
12391239
1240
1240
12411241
12421242
1243
1243
12441244
12451245
1246
1246
12471247
12481248
1249
1249
12501250
12511251
1252
1252
12531253
12541254
1255
1255
12561256
12571257
1258
1258
12591259
12601260
1261
1261
12621262
12631263
1264
1264
12651265
12661266
1267
1267
12681268
12691269
1270
1270
12711271
12721272
1273
1273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
13091309
......
31493149
31503150
31513151
3152
3152
31533153
31543154
3155
3155
31563156
31573157
3158
3158
31593159
31603160
31613161
......
33143314
33153315
33163316
3317
3317
33183318
33193319
33203320
33213321
33223322
3323
3323
33243324
33253325
33263326
3327
3327
33283328
3329
3329
33303330
33313331
33323332
3333
3333
33343334
33353335
33363336
33373337
33383338
3339
3339
33403340
33413341
33423342
33433343
33443344
3345
3345
33463346
33473347
33483348
33493349
33503350
3351
3351
33523352
33533353
33543354
33553355
33563356
3357
3357
33583358
33593359
33603360
33613361
33623362
3363
3363
33643364
33653365
33663366
33673367
33683368
3369
3369
33703370
33713371
33723372
33733373
33743374
3375
3375
33763376
33773377
33783378
33793379
33803380
3381
3381
33823382
33833383
33843384
33853385
33863386
3387
3387
33883388
33893389
33903390
33913391
33923392
3393
3393
33943394
33953395
33963396
33973397
33983398
3399
3399
34003400
34013401
34023402
34033403
34043404
3405
3405
34063406
34073407
34083408
34093409
34103410
3411
3411
34123412
34133413
34143414
34153415
34163416
3417
3417
34183418
34193419
34203420
34213421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
34223482
3423
3483
34243484
34253485
34263486
34273487
34283488
3429
3489
34303490
34313491
34323492
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgid "Embedded Patcher"
msgstr ""
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr ""
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, no-wrap
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr ""
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr ""
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr ""
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr ""
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr ""
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr ""
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, no-wrap
msgid "Embedded Kexts Patch"
msgstr ""
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, no-wrap
msgid "A selection of options to patch kexts."
msgstr ""
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
branches/ErmaC/Enoch/package/po/zh_TW.po
77
88
99
10
10
1111
1212
1313
......
12781278
12791279
12801280
1281
1281
12821282
12831283
1284
1284
12851285
12861286
1287
1287
12881288
12891289
12901290
12911291
12921292
1293
1293
12941294
12951295
1296
1296
12971297
12981298
1299
1299
13001300
13011301
13021302
13031303
13041304
1305
1305
13061306
13071307
1308
1308
13091309
13101310
1311
1311
13121312
13131313
1314
1314
13151315
13161316
1317
1317
13181318
13191319
1320
1320
13211321
13221322
1323
1323
13241324
13251325
1326
1326
13271327
13281328
1329
1329
13301330
13311331
1332
1332
13331333
13341334
1335
1335
13361336
13371337
1338
1338
13391339
13401340
1341
1341
13421342
13431343
1344
1344
13451345
13461346
1347
1347
13481348
13491349
1350
1350
13511351
13521352
1353
1353
13541354
13551355
1356
1356
13571357
13581358
1359
1359
13601360
13611361
1362
1362
13631363
13641364
1365
1365
13661366
13671367
1368
1368
13691369
13701370
1371
1371
13721372
13731373
1374
1374
13751375
13761376
13771377
......
33563356
33573357
33583358
3359
3359
33603360
33613361
3362
3362
33633363
33643364
3365
3365
33663366
33673367
33683368
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:38-0000\n"
"Last-Translator: crazybirdy <>\n"
"Language-Team: zh_TW <zh_TW@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "設定螢幕解析度為 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "設定控制 Chameleon 的運作方式。"
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
branches/ErmaC/Enoch/package/po/id.po
77
88
99
10
10
1111
1212
1313
......
12721272
12731273
12741274
1275
1275
12761276
12771277
1278
1278
12791279
12801280
1281
1281
12821282
12831283
12841284
12851285
12861286
1287
1287
12881288
12891289
1290
1290
12911291
12921292
1293
1293
12941294
12951295
12961296
12971297
12981298
1299
1299
13001300
13011301
1302
1302
13031303
13041304
1305
1305
13061306
13071307
1308
1308
13091309
13101310
1311
1311
13121312
13131313
1314
1314
13151315
13161316
1317
1317
13181318
13191319
1320
1320
13211321
13221322
1323
1323
13241324
13251325
1326
1326
13271327
13281328
1329
1329
13301330
13311331
1332
1332
13331333
13341334
1335
1335
13361336
13371337
1338
1338
13391339
13401340
1341
1341
13421342
13431343
1344
1344
13451345
13461346
1347
1347
13481348
13491349
1350
1350
13511351
13521352
1353
1353
13541354
13551355
1356
1356
13571357
13581358
1359
1359
13601360
13611361
1362
1362
13631363
13641364
1365
1365
13661366
13671367
1368
1368
13691369
13701370
13711371
......
35203520
35213521
35223522
3523
3523
35243524
35253525
3526
3526
35273527
35283528
3529
3529
35303530
35313531
35323532
......
36873687
36883688
36893689
3690
3690
36913691
36923692
36933693
36943694
36953695
36963696
3697
3697
36983698
36993699
37003700
3701
3701
37023702
37033703
3704
3704
37053705
37063706
37073707
3708
3708
37093709
37103710
37113711
37123712
37133713
3714
3714
37153715
37163716
37173717
37183718
37193719
3720
3720
37213721
37223722
37233723
37243724
37253725
3726
3726
37273727
37283728
37293729
37303730
37313731
37323732
3733
3733
37343734
37353735
37363736
37373737
37383738
37393739
3740
3740
37413741
37423742
37433743
37443744
37453745
37463746
3747
3747
37483748
37493749
37503750
37513751
37523752
3753
3753
37543754
37553755
37563756
37573757
37583758
37593759
3760
3760
37613761
37623762
37633763
37643764
37653765
3766
3766
37673767
37683768
37693769
37703770
37713771
37723772
3773
3773
37743774
37753775
37763776
37773777
37783778
3779
3779
37803780
37813781
37823782
37833783
37843784
3785
3785
37863786
37873787
37883788
37893789
37903790
3791
3791
37923792
37933793
37943794
37953795
37963796
3797
3797
37983798
37993799
38003800
38013801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
38023864
3803
3865
38043866
38053867
38063868
38073869
38083870
3809
3871
38103872
38113873
38123874
......
38163878
38173879
38183880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
38193901
38203902
38213903
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:30-0000\n"
"Last-Translator: level9 <stoneisrock@gmail.com>\n"
"Language-Team: id <id@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "Menset resolusi ke 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "Setting untuk mengotrol kerja Chameleon."
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#: Resources/templates/Localizable.strings:945
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgid "Embedded Patcher"
msgstr "Kext Patcher"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr "Opsi seleksi untuk video."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr "Kernel Patcher"
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "Kernel Patcher"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, fuzzy, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Manajemen Daya"
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "Kernel Patcher"
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, fuzzy, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "Kernel Patcher"
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, fuzzy, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "Opsi Kernel"
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, fuzzy, no-wrap
#| msgid "Kext Patcher"
msgid "Embedded Kexts Patch"
msgstr "Kext Patcher"
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, fuzzy, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch kexts."
msgstr "Opsi seleksi untuk video."
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Tema"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Patches"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "kernel Patcher"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Kext Patcher"
#~ msgid "Kexts Patcher"
#~ msgstr "Kext Patcher"
#, fuzzy
#~| msgid "Kernel Patcher"
#~ msgid "Kernel Patches"
#~ msgstr "Kernel Patcher"
#, fuzzy
#~| msgid "Intel Azul AAPL,ig-platform-id"
#~ msgid "Intel Bdw (Broadwell) AAPL,ig-platform-id"
#~ msgstr "Intel Azul AAPL,ig-platform-id"
branches/ErmaC/Enoch/package/po/he.po
77
88
99
10
10
1111
1212
1313
......
12231223
12241224
12251225
1226
1226
12271227
12281228
1229
1229
12301230
12311231
1232
1232
12331233
12341234
12351235
12361236
12371237
1238
1238
12391239
12401240
1241
1241
12421242
12431243
1244
1244
12451245
12461246
12471247
12481248
12491249
1250
1250
12511251
12521252
1253
1253
12541254
12551255
1256
1256
12571257
12581258
1259
1259
12601260
12611261
1262
1262
12631263
12641264
1265
1265
12661266
12671267
1268
1268
12691269
12701270
1271
1271
12721272
12731273
1274
1274
12751275
12761276
1277
1277
12781278
12791279
1280
1280
12811281
12821282
1283
1283
12841284
12851285
1286
1286
12871287
12881288
1289
1289
12901290
12911291
1292
1292
12931293
12941294
1295
1295
12961296
12971297
1298
1298
12991299
13001300
1301
1301
13021302
13031303
1304
1304
13051305
13061306
1307
1307
13081308
13091309
1310
1310
13111311
13121312
1313
1313
13141314
13151315
1316
1316
13171317
13181318
1319
1319
13201320
13211321
13221322
......
31633163
31643164
31653165
3166
3166
31673167
31683168
3169
3169
31703170
31713171
3172
3172
31733173
31743174
31753175
......
33283328
33293329
33303330
3331
3331
33323332
33333333
33343334
33353335
33363336
3337
3337
33383338
33393339
33403340
3341
3341
33423342
3343
3343
33443344
33453345
33463346
3347
3347
33483348
33493349
33503350
33513351
33523352
3353
3353
33543354
33553355
33563356
33573357
33583358
3359
3359
33603360
33613361
33623362
33633363
33643364
3365
3365
33663366
33673367
33683368
33693369
33703370
3371
3371
33723372
33733373
33743374
33753375
33763376
3377
3377
33783378
33793379
33803380
33813381
33823382
3383
3383
33843384
33853385
33863386
33873387
33883388
3389
3389
33903390
33913391
33923392
33933393
33943394
3395
3395
33963396
33973397
33983398
33993399
34003400
3401
3401
34023402
34033403
34043404
34053405
34063406
3407
3407
34083408
34093409
34103410
34113411
34123412
3413
3413
34143414
34153415
34163416
34173417
34183418
3419
3419
34203420
34213421
34223422
34233423
34243424
3425
3425
34263426
34273427
34283428
34293429
34303430
3431
3431
34323432
34333433
34343434
34353435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
34363496
3437
3497
34383498
34393499
34403500
34413501
34423502
3443
3503
34443504
34453505
34463506
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: he <he@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgid "Embedded Patcher"
msgstr ""
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr ""
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, no-wrap
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr ""
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr ""
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr ""
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr ""
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr ""
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr ""
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, no-wrap
msgid "Embedded Kexts Patch"
msgstr ""
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, no-wrap
msgid "A selection of options to patch kexts."
msgstr ""
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr ""
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
branches/ErmaC/Enoch/package/po/el.po
77
88
99
10
10
1111
1212
1313
......
12131213
12141214
12151215
1216
1216
12171217
12181218
1219
1219
12201220
12211221
1222
1222
12231223
12241224
12251225
12261226
12271227
1228
1228
12291229
12301230
1231
1231
12321232
12331233
1234
1234
12351235
12361236
12371237
12381238
12391239
1240
1240
12411241
12421242
1243
1243
12441244
12451245
1246
1246
12471247
12481248
1249
1249
12501250
12511251
1252
1252
12531253
12541254
1255
1255
12561256
12571257
1258
1258
12591259
12601260
1261
1261
12621262
12631263
1264
1264
12651265
12661266
1267
1267
12681268
12691269
1270
1270
12711271
12721272
1273
1273
12741274
12751275
1276
1276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
1288
1288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
1300
1300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
13121312
......
31523152
31533153
31543154
3155
3155
31563156
31573157
3158
3158
31593159
31603160
3161
3161
31623162
31633163
31643164
......
33173317
33183318
33193319
3320
3320
33213321
33223322
33233323
33243324
33253325
3326
3326
33273327
33283328
33293329
3330
3330
33313331
3332
3332
33333333
33343334
33353335
3336
3336
33373337
33383338
33393339
33403340
33413341
3342
3342
33433343
33443344
33453345
33463346
33473347
3348
3348
33493349
33503350
33513351
33523352
33533353
3354
3354
33553355
33563356
33573357
33583358
33593359
3360
3360
33613361
33623362
33633363
33643364
33653365
3366
3366
33673367
33683368
33693369
33703370
33713371
3372
3372
33733373
33743374
33753375
33763376
33773377
3378
3378
33793379
33803380
33813381
33823382
33833383
3384
3384
33853385
33863386
33873387
33883388
33893389
3390
3390
33913391
33923392
33933393
33943394
33953395
3396
3396
33973397
33983398
33993399
34003400
34013401
3402
3402
34033403
34043404
34053405
34063406
34073407
3408
3408
34093409
34103410
34113411
34123412
34133413
3414
3414
34153415
34163416
34173417
34183418
34193419
3420
3420
34213421
34223422
34233423
34243424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
34253485
3426
3486
34273487
34283488
34293489
34303490
34313491
3432
3492
34333493
34343494
34353495
......
34393499
34403500
34413501
3502
3503
3504
3505
3506
34423507
34433508
34443509
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 19:49-0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: el <el@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr ""
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr ""
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
msgid "Patches"
msgid "Embedded Patcher"
msgstr ""
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
msgid "A selection of options to patch the kernel."
msgid "A selection of options to patch the Kernel and Kexts."
msgstr ""
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#: Resources/templates/Localizable.strings:949
#, no-wrap
msgid "kernel Patcher"
msgid "Embedded Kernel Patch"
msgstr ""
#. type: "kernelPatcher_description"
#: Resources/templates/Localizable.strings:949
#: Resources/templates/Localizable.strings:950
#, no-wrap
msgid "Select one patch for your kernel."
msgstr ""
#. type: "KernelBooter_kexts_title"
#: Resources/templates/Localizable.strings:952
#: Resources/templates/Localizable.strings:953
#, no-wrap
msgid "KernelBooter_kexts"
msgstr ""
#. type: "KernelBooter_kexts_description"
#: Resources/templates/Localizable.strings:953
#: Resources/templates/Localizable.strings:954
#, no-wrap
msgid "Re-enable /Extra/Extensions kexts on newer OSes."
msgstr ""
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#: Resources/templates/Localizable.strings:957
#, no-wrap
msgid "KernelPm"
msgstr ""
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#: Resources/templates/Localizable.strings:958
#, no-wrap
msgid "Kernel Power Management patch."
msgstr ""
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#: Resources/templates/Localizable.strings:961
#, no-wrap
msgid "KernelLapicError"
msgstr ""
#. type: "KernelLapicError_description"
#: Resources/templates/Localizable.strings:961
#: Resources/templates/Localizable.strings:962
#, no-wrap
msgid "Remove the Local Apic Error panic."
msgstr ""
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#: Resources/templates/Localizable.strings:965
#, no-wrap
msgid "KernelLapicVersion"
msgstr ""
#. type: "KernelLapicVersion_description"
#: Resources/templates/Localizable.strings:965
#: Resources/templates/Localizable.strings:966
#, no-wrap
msgid "Remove the Local Apic Version panic."
msgstr ""
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#: Resources/templates/Localizable.strings:969
#, no-wrap
msgid "KernelHaswell"
msgstr ""
#. type: "KernelHaswell_description"
#: Resources/templates/Localizable.strings:969
#: Resources/templates/Localizable.strings:970
#, no-wrap
msgid "Patch for Haswell \\\"E\\\" and \\\"ULT\\\" support on older OSes."
msgstr ""
#. type: "KernelcpuFamily_title"
#: Resources/templates/Localizable.strings:972
#: Resources/templates/Localizable.strings:973
#, no-wrap
msgid "KernelcpuFamily"
msgstr ""
#. type: "KernelcpuFamily_description"
#: Resources/templates/Localizable.strings:973
#: Resources/templates/Localizable.strings:974
#, no-wrap
msgid "Patch the cpuid_family address to remove the _cpuid_set_info _panic and _tsc_init _panic. For unsupported CPUs"
msgstr ""
#. type: "KernelSSE3_title"
#: Resources/templates/Localizable.strings:976
#: Resources/templates/Localizable.strings:977
#, no-wrap
msgid "KernelSSE3"
msgstr ""
#. type: "KernelSSE3_description"
#: Resources/templates/Localizable.strings:977
#: Resources/templates/Localizable.strings:978
#, no-wrap
msgid "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
#. type: "kextsPatcher_title"
#: Resources/templates/Localizable.strings:987
#, no-wrap
msgid "Embedded Kexts Patch"
msgstr ""
#. type: "kextsPatcher_description"
#: Resources/templates/Localizable.strings:988
#, no-wrap
msgid "A selection of options to patch kexts."
msgstr ""
#. type: "AppleRTCPatch_title"
#: Resources/templates/Localizable.strings:991
#, no-wrap
msgid "AppleRTC Patch"
msgstr ""
#. type: "AppleRTCPatch_description"
#: Resources/templates/Localizable.strings:992
#, no-wrap
msgid "Patch AppleRTC."
msgstr ""
#. type: "OrangeIconFixSata_title"
#: Resources/templates/Localizable.strings:995
#, no-wrap
msgid "OrangeIcon Fix"
msgstr ""
#. type: "OrangeIconFixSata_description"
#: Resources/templates/Localizable.strings:996
#, no-wrap
msgid "Fix OrangeIcon."
msgstr ""
#. type: "TrimEnablerSata_title"
#: Resources/templates/Localizable.strings:999
#, no-wrap
msgid "TrimEnabler Sata"
msgstr ""
#. type: "TrimEnablerSata_description"
#: Resources/templates/Localizable.strings:1000
#, no-wrap
msgid "Sata TrimEnabler."
msgstr ""
#. type: "AICPMPatch_title"
#: Resources/templates/Localizable.strings:1003
#, no-wrap
msgid "AICPM Patch"
msgstr ""
#. type: "AICPMPatch_description"
#: Resources/templates/Localizable.strings:1004
#, no-wrap
msgid "Patch AICPM."
msgstr ""
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
#: Resources/templates/Localizable.strings:1010
#, no-wrap
msgid "Themes"
msgstr "Θέματα"
#. type: "Themes_description"
#: Resources/templates/Localizable.strings:983
#: Resources/templates/Localizable.strings:1011
#, no-wrap
msgid ""
"A collection of sample themes\n"
"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html"
#, fuzzy
#~| msgid "UseKernelCache=Yes"
#~ msgid "Patches"
#~ msgstr "UseKernelCache=Yes"
#, fuzzy
#~| msgid ""
#~| "A collection of sample themes\n"
#~| "More themes can be found at http://forum.voodooprojects.org/index.php/"
branches/ErmaC/Enoch/package/po/zh_CN.po
77
88
99
10
10
1111
1212
1313
......
12761276
12771277
12781278
1279
1279
12801280
12811281
1282
1282
12831283
12841284
1285
1285
12861286
12871287
12881288
12891289
12901290
1291
1291
12921292
12931293
1294
1294
12951295
12961296
1297
1297
12981298
12991299
13001300
13011301
13021302
1303
1303
13041304
13051305
1306
1306
13071307
13081308
1309
1309
13101310
13111311
1312
1312
13131313
13141314
1315
1315
13161316
13171317
1318
1318
13191319
13201320
1321
1321
13221322
13231323
1324
1324
13251325
13261326
1327
1327
13281328
13291329
1330
1330
13311331
13321332
1333
1333
13341334
13351335
1336
1336
13371337
13381338
1339
1339
13401340
13411341
1342
1342
13431343
13441344
1345
1345
13461346
13471347
1348
1348
13491349
13501350
1351
1351
13521352
13531353
1354
1354
13551355
13561356
1357
1357
13581358
13591359
1360
1360
13611361
13621362
1363
1363
13641364
13651365
1366
1366
13671367
13681368
1369
1369
13701370
13711371
1372
1372
13731373
13741374
13751375
......
33543354
33553355
33563356
3357
3357
33583358
33593359
3360
3360
33613361
33623362
3363
3363
33643364
33653365
33663366
msgstr ""
"Project-Id-Version: Chameleon 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 13:34+0000\n"
"POT-Creation-Date: 2017-03-26 11:51+0100\n"
"PO-Revision-Date: 2015-02-13 18:37-0000\n"
"Last-Translator: crazybirdy <>\n"
"Language-Team: zh_CN <zh_CN@li.org>\n"
msgid "Set Graphics Mode to 1920x1200x32"
msgstr "设置显示器分辨率为 1920x1200x32"
#. type: "Crs1_title"
#. type: "Csr1_title"
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgid "CSR_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
#. type: "Crs1_description"
#. type: "Csr1_description"
#: Resources/templates/Localizable.strings:299
#, no-wrap
msgid "Kext signing: Introduced in 10.9, enhanced in 10.10 (kext signing required for all kexts), now become part of rootless(SIP)."
msgstr ""
#. type: "Crs2_title"
#. type: "Csr2_title"
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgid "CSR_ALLOW_UNRESTRICTED_FS"
msgstr ""
#. type: "Crs2_description"
#. type: "Csr2_description"
#: Resources/templates/Localizable.strings:302
#, no-wrap
msgid "Filesystem protection: Important system files are protected and cannot be modified."
msgstr ""
#. type: "Crs4_title"
#. type: "Csr4_title"
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgid "CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs4_description"
#. type: "Csr4_description"
#: Resources/templates/Localizable.strings:305
#, no-wrap
msgid "Disable CRS_ALLOW_TASK_FOR_PID"
msgid "Disable CSR_ALLOW_TASK_FOR_PID"
msgstr ""
#. type: "Crs8_title"
#. type: "Csr8_title"
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgid "CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs8_description"
#. type: "Csr8_description"
#: Resources/templates/Localizable.strings:308
#, no-wrap
msgid "Disable CRS_ALLOW_KERNEL_DEBUGGER"
msgid "Disable CSR_ALLOW_KERNEL_DEBUGGER"
msgstr ""
#. type: "Crs16_title"
#. type: "Csr16_title"
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgid "CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs16_description"
#. type: "Csr16_description"
#: Resources/templates/Localizable.strings:311
#, no-wrap
msgid "Disable CRS_ALLOW_APPLE_INTERNAL"
msgid "Disable CSR_ALLOW_APPLE_INTERNAL"
msgstr ""
#. type: "Crs32_title"
#. type: "Csr32_title"
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs32_description"
#. type: "Csr32_description"
#: Resources/templates/Localizable.strings:314
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_DTRACE"
msgid "Disable CSR_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
#. type: "Crs64_title"
#. type: "Csr64_title"
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs64_description"
#. type: "Csr64_description"
#: Resources/templates/Localizable.strings:317
#, no-wrap
msgid "Disable CRS_ALLOW_UNRESTRICTED_NVRAM"
msgid "Disable CSR_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
#. type: "Crs128_title"
#. type: "Csr128_title"
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "Crs128_description"
#. type: "Csr128_description"
#: Resources/templates/Localizable.strings:320
#, no-wrap
msgid "Disable CRS_ALLOW_DEVICE_CONFIGURATION"
msgid "Disable CSR_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
#. type: "HDAULayoutIDx01_title"
msgid "Settings to control how Chameleon works."
msgstr "设置控制 Chameleon 的运作方式。"
#. type: "CrsActiveConfig_title"
#. type: "CsrActiveConfig_title"
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgid "CsrActiveConfig"
msgstr ""
#. type: "CrsActiveConfig_description"
#. type: "CsrActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
msgid "System Integrity Protection (SIP)."

Archive Download the corresponding diff file

Revision: 2881