Chameleon

Chameleon Commit Details

Date:2016-05-16 17:21:52 (7 years 11 months ago)
Author:zenith432
Commit:2816
Parents: 2815
Message:Sync with trunk (r.2815)
Changes:
M/branches/zenith432/i386/boot2/boot.c
M/branches/zenith432/package/buildpkg.sh
M/branches/zenith432/package/po/chameleon.pot
M/branches/zenith432/package/po/ro.po
M/branches/zenith432/package/po/en.po
M/branches/zenith432/i386/libsaio/ati.c
M/branches/zenith432/package/po/pt.po
M/branches/zenith432/package/Distribution
M/branches/zenith432/package/po/pt-BR.po
M/branches/zenith432/package/po/ru.po
M/branches/zenith432/package/po/fr.po
M/branches/zenith432/package/po/ko.po
M/branches/zenith432/package/po/nl.po
M/branches/zenith432

File differences

branches/zenith432/i386/libsaio/ati.c
12791279
12801280
12811281
1282
1282
12831283
12841284
12851285
{ 0x689D,0x00000000, CHIP_FAMILY_HEMLOCK,"ATI Radeon HD 5900 Series",kUakari},
// CYPRESS
{ 0x689E,0x00000000, CHIP_FAMILY_CYPRESS,"ATI Radeon HD 5800 Series",kUakari},
{ 0x689E,0x00000000, CHIP_FAMILY_CYPRESS,"ATI Radeon HD 5830 Series",kUakari},
// JUNIPER
{ 0x68A0,0x00000000, CHIP_FAMILY_JUNIPER,"ATI Radeon HD 5770 Series",kHoolock}, // Mobile
branches/zenith432/i386/boot2/boot.c
189189
190190
191191
192
192
193193
194194
195195
......
208208
209209
210210
211
211
212212
213
213
214214
215215
216216
217217
218218
219219
220
220221
221222
222223
......
498499
499500
500501
502
501503
502
504
503505
504506
505507
......
861863
862864
863865
864
866
865867
866868
867869
if ( MacOSVerCurrent >= MacOSVer2Int("10.11") ) // El Capitan and Up!
{
// ErmaC
intcrsValue;
intcsrValue;
#if 0
/*
bootArgs->flags|= kBootArgsFlagCSRActiveConfig;
// Set limit to 7bit
if ( getIntForKey(KCsrActiveConfig, &crsValue, &bootInfo->chameleonConfig) && (crsValue >= 0 && crsValue <= 127) )
if ( getIntForKey(KCsrActiveConfig, &csrValue, &bootInfo->chameleonConfig) && (csrValue >= 0 && csrValue <= 127) )
{
bootArgs->csrActiveConfig= crsValue;
bootArgs->csrActiveConfig= csrValue;
}
else
{
// zenith432
bootArgs->csrActiveConfig= 0x67;
}
verbose("CsrActiveConfig set to 0x%x\n", bootArgs->csrActiveConfig);
bootArgs->csrCapabilities= CSR_VALID_FLAGS;
bootArgs->boot_SMC_plimit= 0;
}
// Enable A20 gate before accessing memory above 1Mb.
// Note: malloc_init(), called via initialize_runtime() writes
// memory >= 1Mb, so A20 must be enabled before calling it. - zenith432
zeroBSS();
enableA20();
initialize_runtime();
malloc_init(0, 0, 0, malloc_error);
common_boot(biosdev);
}
// bootFile must start with a / if it not start with a device name
if (!bootFileWithDevice && (bootInfo->bootFile)[0] != '/')
{
if ( !YOSEMITE || !ELCAPITAN ) //Is not Yosemite 10.10 or El Capitan 10.11
if ( !YOSEMITE && !ELCAPITAN ) //Is not Yosemite 10.10 or El Capitan 10.11
{
snprintf(bootFile, sizeof(bootFile), "/%s", bootInfo->bootFile); // append a leading /
}
branches/zenith432/package/Distribution
99
1010
1111
12
12
1313
14
14
1515
1616
1717
......
101101
102102
103103
104
104
105
105106
106107
107108
<license file="License.rtf" sla="EA0401"/>
<readme file='Description.html'/>
<conclusion file="Conclusion.html"/>
<background file='background.tiff' alignment='topleft' scaling='tofit'/>
<background file='background.tiff' alignment='topleft' scaling='no'/>
<title>Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%</title>
<title>Chameleon_Package_Title</title>
<script>
return false;
}
function check_chameleon_list_option(key, value) {
function check_chameleon_list_option(key, value)
{
if ( bootPlist &amp;&amp; bootPlist[ key ] )
{
var items = bootPlist[ key ].split(" ");
branches/zenith432/package/buildpkg.sh
1414
1515
1616
17
18
19
20
21
1722
1823
1924
......
96101
97102
98103
99
100
101
102
103104
104105
105106
......
108109
109110
110111
111
112
113112
114113
115114
......
270269
271270
272271
273
274
275272
276273
277274
......
281278
282279
283280
284
285
286281
287282
288
289
290283
291284
292285
293286
294287
295
296
297
298
299288
300289
290
291
292
293
301294
302
295
303296
304
297
305298
306
307
308
309
310
311
312
313
314
299
315300
316
301
317302
318303
319304
......
352337
353338
354339
355
356
357340
358
359
360341
361342
362343
......
366347
367348
368349
369
370
371350
372351
373352
......
375354
376355
377356
378
379
380357
381358
382
383359
384360
385361
386
387
388
389
390362
391363
392364
393365
394366
395367
396
397
398
399
400
401
402
403
404
405
406
368
407369
408370
409371
......
416378
417379
418380
419
381
420382
421383
422384
......
435397
436398
437399
438
439
440400
441401
442402
......
445405
446406
447407
448
449408
450409
451410
......
11741133
11751134
11761135
1177
1136
11781137
11791138
11801139
......
11931152
11941153
11951154
1196
1155
11971156
11981157
11991158
......
12451204
12461205
12471206
1248
1207
12491208
12501209
12511210
......
13321291
13331292
13341293
1335
1336
13371294
13381295
13391296
1340
1341
13421297
13431298
13441299
......
14001355
14011356
14021357
1403
14041358
14051359
14061360
......
14281382
14291383
14301384
1431
1385
14321386
14331387
14341388
......
14381392
14391393
14401394
1441
1395
1396
14421397
14431398
14441399
# Add by FurtiF fix patch of brew gettext
export PATH=${PATH}:/usr/local/opt/gettext/bin
# Micky1979, I build Clover too, gettex should be there
if [[ -f "${HOME}"/src/opt/local/bin/gettext ]];then
export PATH=${PATH}:"${HOME}"/src/opt/local/bin
fi
if [[ $# -lt 3 ]];then
echo "Too few arguments. Aborting..." >&2 && exit 1
fi
declare -a pkgrefs
declare -a choice_key
declare -a choice_options
declare -a choice_selected
declare -a choice_force_selected
declare -a choice_title
declare -a choive_description
declare -a choice_pkgrefs
declare -a choice_parent_group_index
declare -a choice_group_items
# Init Main Group
choice_key[0]=""
choice_options[0]=""
choice_title[0]=""
choice_description[0]=""
choices_pkgrefs[0]=""
choice_group_items[0]=""
choice_group_exclusive[0]=""
# Add a new choice
addChoice () {
# Optional arguments:
# --title=<title> : Force the title
# --description=<description> : Force the description
# --group=<group> : Group Choice Id
# --start-selected=<javascript code> : Specifies whether this choice is initially selected or unselected
# --start-enabled=<javascript code> : Specifies the initial enabled state of this choice
# $1 Choice Id
local option
local title=""
local description=""
local groupChoice=""
local choiceOptions=""
local choiceSelected=""
local choiceForceSelected=""
local pkgrefs=""
# Check the arguments.
for option in "${@}";do
case "$option" in
--title=*)
shift; title="${option#*=}" ;;
--description=*)
shift; description="${option#*=}" ;;
--group=*)
shift; groupChoice=${option#*=} ;;
--selected=*)
shift; choiceOptions="$choiceOptions selected=\"${option#*=}\"" ;;
--enabled=*)
shift; choiceOptions="$choiceOptions enabled=\"${option#*=}\"" ;;
--start-selected=*)
shift; choiceOptions="$choiceOptions start_selected=\"${option#*=}\"" ;;
shift; choiceOptions="$choiceOptions start_selected=\"${option#*=}\"" ;;
--start-enabled=*)
shift; choiceOptions="$choiceOptions start_enabled=\"${option#*=}\"" ;;
shift; choiceOptions="$choiceOptions start_enabled=\"${option#*=}\"" ;;
--start-visible=*)
shift; choiceOptions="$choiceOptions start_visible=\"${option#*=}\"" ;;
--enabled=*)
shift; choiceOptions="$choiceOptions enabled=\"${option#*=}\"" ;;
--selected=*)
shift; choiceSelected="${option#*=}" ;;
--force-selected=*)
shift; choiceForceSelected="${option#*=}" ;;
--visible=*)
shift; choiceOptions="$choiceOptions visible=\"${option#*=}\"" ;;
shift; choiceOptions="$choiceOptions start_visible=\"${option#*=}\"" ;;
--pkg-refs=*)
shift; pkgrefs=${option#*=} ;;
shift; pkgrefs=${option#*=} ;;
-*)
echo "Unrecognized addChoice option '$option'" >&2
exit 1
# Record new node
choice_key[$idx]="$choiceId"
choice_title[$idx]="${title:-${choiceId}_title}"
choice_description[$idx]="${description:-${choiceId}_description}"
choice_options[$idx]=$(trim "${choiceOptions}") # Removing leading and trailing whitespace(s)
choice_selected[$idx]=$(trim "${choiceSelected}") # Removing leading and trailing whitespace(s)
choice_force_selected[$idx]=$(trim "${choiceForceSelected}") # Removing leading and trailing whitespace(s)
choice_parent_group_index[$idx]=$idx_group
choice_pkgrefs[$idx]="$pkgrefs"
# Add a group choice
addGroupChoices() {
# Optional arguments:
# --title=<title> : Force the title
# --description=<description> : Force the description
# --parent=<parent> : parent group choice id
# --exclusive_zero_or_one_choice : only zero or one choice can be selected in the group
# --exclusive_one_choice : only one choice can be selected in the group
# $1 Choice Id
local option
local title=""
local description=""
local groupChoice=""
local exclusive_function=""
local choiceOptions=
for option in "${@}";do
case "$option" in
--title=*)
shift; title="${option#*=}" ;;
--description=*)
shift; description="${option#*=}" ;;
--exclusive_zero_or_one_choice)
shift; exclusive_function="exclusive_zero_or_one_choice" ;;
--exclusive_one_choice)
shift; exclusive_function="exclusive_one_choice" ;;
--parent=*)
shift; groupChoice=${option#*=} ;;
--start-selected=*)
shift; choiceOptions+=("--start-selected=${option#*=}") ;;
--start-enabled=*)
shift; choiceOptions+=("--start-enabled=${option#*=}") ;;
--start-visible=*)
shift; choiceOptions+=("--start-visible=${option#*=}") ;;
--enabled=*)
shift; choiceOptions+=("--enabled=${option#*=}") ;;
--selected=*)
shift; choiceOptions+=("--selected=${option#*=}") ;;
-*)
-*)
echo "Unrecognized addGroupChoices option '$option'" >&2
exit 1
;;
exit 1
fi
addChoice --group="$groupChoice" --title="$title" --description="$description" ${choiceOptions[*]} "${1}"
addChoice --group="$groupChoice" "${1}"
local idx=$? # index of the new created choice
choice_group_exclusive[$idx]="$exclusive_function"
done
if [[ -n "$result" ]];then
echo "!(${result%$separator})"
else
echo "choices['$myChoice'].selected"
fi
}
# $2..$n Others choice(s) (ie: "test2" "test3"). Current can or can't be in the others choices
local myChoice="${1}"
local result;
local exclusive_one_choice_code="$(exclusive_one_choice ${@})"
echo "(my.choice.selected &amp;&amp; $(exclusive_one_choice ${@}))"
}
--subst="YAML_FILE=${yamlFile}" CleanOptions
generate_options_yaml_file "${PKG_BUILD_DIR}/${choiceId}/Scripts/$yamlFile"
cp -f ${PKGROOT}/Scripts/Main/${choiceId}postinstall ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall
ditto --arch i386 `which SetFile` ${PKG_BUILD_DIR}/${choiceId}/Scripts/Resources/SetFile
# ditto --arch i386 `which SetFile` ${PKG_BUILD_DIR}/${choiceId}/Scripts/Resources/SetFile
packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}")
buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/"
--subst="YAML_FILE=${yamlFile}" CleanOptions
generate_options_yaml_file "${PKG_BUILD_DIR}/${choiceId}/Scripts/$yamlFile"
cp -f ${PKGROOT}/Scripts/Main/ESPpostinstall ${PKG_BUILD_DIR}/${choiceId}/Scripts/postinstall
ditto --arch i386 `which SetFile` ${PKG_BUILD_DIR}/${choiceId}/Scripts/Resources/SetFile
# ditto --arch i386 `which SetFile` ${PKG_BUILD_DIR}/${choiceId}/Scripts/Resources/SetFile
packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}")
buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/"
echo -e "\t[BUILD] ${packageName}"
find "${packagePath}" \( -name '.DS_Store' -o -name '.svn' \) -print0 | xargs -0 rm -rf
find "${packagePath}" -name '.DS_Store' -delete
local filecount=$( find "${packagePath}/Root" | wc -l )
if [ "${packageSize}" ]; then
local installedsize="${packageSize}"
for (( idx=1; idx < ${#choice_key[*]} ; idx++)); do
local choiceId=${choice_key[$idx]}
local choiceTitle=${choice_title[$idx]}
local choiceDescription=${choice_description[$idx]}
local choiceOptions=${choice_options[$idx]}
local choiceParentGroupIndex=${choice_parent_group_index[$idx]}
set +u; local group_exclusive=${choice_group_exclusive[$choiceParentGroupIndex]}; set -u
local selected_option="${choice_selected[$idx]}"
local exclusive_option=""
# Create the node and standard attributes
local choiceNode="\t<choice\n\t\tid=\"${choiceId}\"\n\t\ttitle=\"${choiceId}_title\"\n\t\tdescription=\"${choiceId}_description\""
# Create the Distribution file
ditto --noextattr --noqtn "${PKGROOT}/Distribution" "${PKG_BUILD_DIR}/${packagename}/Distribution"
makeSubstitutions "${PKG_BUILD_DIR}/${packagename}/Distribution"
local start_indent_level=2
echo -e "\n\t<choices-outline>" >> "${PKG_BUILD_DIR}/${packagename}/Distribution"
bin/po4a/po4a \
--package-name 'Chameleon' \
--package-version "${CHAMELEON_VERSION}-r${CHAMELEON_REVISION}" \
--msgmerge-opt '--lang=$lang --previous --width=79' \
--msgmerge-opt '--lang=$lang' \
--variable PODIR="po" \
--variable TEMPLATES_DIR="Resources/templates" \
--variable OUTPUT_DIR="${PKG_BUILD_DIR}/${packagename}/Resources" \
ditto --noextattr --noqtn "${PKGROOT}/Resources/common" "${PKG_BUILD_DIR}/${packagename}/Resources/en.lproj"
# CleanUp the directory
find "${PKG_BUILD_DIR}/${packagename}" \( -type d -name '.svn' \) -o -name '.DS_Store' -depth -exec rm -rf {} \;
find "${PKG_BUILD_DIR}/${packagename}" -name .svn -print0 | xargs -0 rm -rf
find "${PKG_BUILD_DIR}/${packagename}" -name '*.DS_Store' -type f -delete
find "${PKG_BUILD_DIR}/${packagename}" -type d -depth -empty -exec rmdir {} \; # Remove empty directories
# Make substitutions for version, revision, stage, developers, credits, etc..
branches/zenith432/package/po/en.po
77
88
99
10
10
1111
1212
1313
......
26472647
26482648
26492649
2650
26512650
26522651
26532652
26542653
26552654
26562655
2657
26582656
26592657
26602658
......
33333331
33343332
33353333
3336
33373334
33383335
33393336
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-12 19:02+0200\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2015-11-02 15:30+0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: en <en@li.org>\n"
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, no-wrap
#| msgid "00002216"
msgid "07002216"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
#. type: "CrsActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#, no-wrap
#| msgid "System Integrity Protection."
msgid "System Integrity Protection (SIP)."
msgstr "System Integrity Protection (SIP)."
branches/zenith432/package/po/fr.po
77
88
99
10
10
1111
1212
1313
......
12971297
12981298
12991299
1300
1301
1302
1300
13031301
13041302
13051303
......
13111309
13121310
13131311
1314
1315
1316
1312
13171313
13181314
13191315
......
26682664
26692665
26702666
2671
26722667
26732668
26742669
26752670
26762671
26772672
2678
26792673
26802674
26812675
26822676
26832677
26842678
2685
26862679
26872680
26882681
26892682
26902683
26912684
2692
26932685
26942686
26952687
26962688
26972689
26982690
2699
27002691
27012692
27022693
27032694
27042695
27052696
2706
27072697
27082698
27092699
27102700
27112701
27122702
2713
27142703
27152704
27162705
27172706
27182707
27192708
2720
27212709
27222710
27232711
27242712
27252713
27262714
2727
27282715
27292716
27302717
27312718
27322719
27332720
2734
27352721
27362722
27372723
27382724
27392725
27402726
2741
27422727
27432728
27442729
27452730
27462731
27472732
2748
27492733
27502734
27512735
27522736
27532737
27542738
2755
27562739
27572740
27582741
27592742
27602743
27612744
2762
27632745
27642746
27652747
27662748
27672749
27682750
2769
27702751
27712752
27722753
27732754
27742755
27752756
2776
27772757
27782758
27792759
27802760
27812761
27822762
2783
27842763
27852764
27862765
27872766
27882767
27892768
2790
27912769
27922770
27932771
27942772
27952773
27962774
2797
27982775
27992776
28002777
28012778
28022779
28032780
2804
28052781
28062782
28072783
28082784
28092785
28102786
2811
28122787
28132788
28142789
28152790
28162791
28172792
2818
28192793
28202794
28212795
28222796
28232797
28242798
2825
28262799
28272800
28282801
28292802
28302803
28312804
2832
28332805
28342806
28352807
28362808
28372809
28382810
2839
28402811
28412812
28422813
28432814
28442815
28452816
2846
28472817
28482818
28492819
......
34863456
34873457
34883458
3489
34903459
34913460
34923461
34933462
34943463
34953464
3496
34973465
3498
3499
3500
3466
35013467
35023468
35033469
......
35403506
35413507
35423508
3543
35443509
35453510
35463511
35473512
35483513
35493514
3550
35513515
35523516
35533517
35543518
35553519
35563520
3557
35583521
35593522
35603523
......
35743537
35753538
35763539
3577
3578
3579
3540
35803541
35813542
35823543
35833544
3584
35853545
35863546
35873547
35883548
35893549
35903550
3591
35923551
35933552
35943553
35953554
35963555
35973556
3598
35993557
36003558
36013559
......
36083566
36093567
36103568
3611
36123569
36133570
36143571
......
36213578
36223579
36233580
3624
36253581
36263582
36273583
......
36293585
36303586
36313587
3632
3633
3634
3588
36353589
36363590
36373591
......
36433597
36443598
36453599
3646
3647
3648
3600
36493601
36503602
36513603
......
36573609
36583610
36593611
3660
3661
3662
3612
36633613
36643614
36653615
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2015-12-08 11:49+0000\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: fr <fr@li.org>\n"
#: 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)."
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"
#: Resources/templates/Localizable.strings:301
#: 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."
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"
#: Resources/templates/Localizable.strings:304
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, no-wrap
#| msgid "00002216"
msgid "07002216"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Règle 07002216 pour Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelSkylakex00_title"
#: Resources/templates/Localizable.strings:689
#, no-wrap
#| msgid "00000e16"
msgid "0000e019"
msgstr "0000e019"
#. type: "IntelSkylakex00_description"
#: Resources/templates/Localizable.strings:690
#, no-wrap
#| msgid "Set 00000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 0000e019 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 0000e019 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex01_title"
#: Resources/templates/Localizable.strings:692
#, no-wrap
#| msgid "00001616"
msgid "00001619"
msgstr "00001619"
#. type: "IntelSkylakex01_description"
#: Resources/templates/Localizable.strings:693
#, no-wrap
#| msgid "Set 00001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 00001619 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex02_title"
#: Resources/templates/Localizable.strings:695
#, no-wrap
#| msgid "00002616"
msgid "00002619"
msgstr "00002619"
#. type: "IntelSkylakex02_description"
#: Resources/templates/Localizable.strings:696
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 00002619 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex03_title"
#: Resources/templates/Localizable.strings:698
#, no-wrap
#| msgid "00001616"
msgid "00001b19"
msgstr "00001b19"
#. type: "IntelSkylakex03_description"
#: Resources/templates/Localizable.strings:699
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001b19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Règle 00001b19 pour Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex04_title"
#: Resources/templates/Localizable.strings:701
#, no-wrap
#| msgid "00001616"
msgid "00001219"
msgstr "00001219"
#. type: "IntelSkylakex04_description"
#: Resources/templates/Localizable.strings:702
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Règle 00001219 pour Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex05_title"
#: Resources/templates/Localizable.strings:704
#, no-wrap
#| msgid "01000e16"
msgid "01000219"
msgstr "01000219"
#. type: "IntelSkylakex05_description"
#: Resources/templates/Localizable.strings:705
#, no-wrap
#| msgid "Set 00002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01000219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Règle 01000219 pour Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex06_title"
#: Resources/templates/Localizable.strings:707
#, no-wrap
#| msgid "01001e16"
msgid "01001719"
msgstr "01001719"
#. type: "IntelSkylakex06_description"
#: Resources/templates/Localizable.strings:708
#, no-wrap
#| msgid "Set 01000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001719 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 01001719 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex07_title"
#: Resources/templates/Localizable.strings:710
#, no-wrap
#| msgid "01001e16"
msgid "01001219"
msgstr "01001219"
#. type: "IntelSkylakex07_description"
#: Resources/templates/Localizable.strings:711
#, no-wrap
#| msgid "Set 03001216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001219 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 01001219 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex08_title"
#: Resources/templates/Localizable.strings:713
#, no-wrap
#| msgid "01000e16"
msgid "01003219"
msgstr "01003219"
#. type: "IntelSkylakex08_description"
#: Resources/templates/Localizable.strings:714
#, no-wrap
#| msgid "Set 01001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01003219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Règle 01003219 pour Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex09_title"
#: Resources/templates/Localizable.strings:716
#, no-wrap
#| msgid "02001616"
msgid "02001619"
msgstr "02001619"
#. type: "IntelSkylakex09_description"
#: Resources/templates/Localizable.strings:717
#, no-wrap
#| msgid "Set 02001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 02001619 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex10_title"
#: Resources/templates/Localizable.strings:719
#, no-wrap
#| msgid "02002616"
msgid "02002619"
msgstr "02002619"
#. type: "IntelSkylakex10_description"
#: Resources/templates/Localizable.strings:720
#, no-wrap
#| msgid "Set 02002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Règle 02002619 pour Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex11_title"
#: Resources/templates/Localizable.strings:722
#, no-wrap
#| msgid "00001e16"
msgid "03001e19"
msgstr "03001e19"
#. type: "IntelSkylakex11_description"
#: Resources/templates/Localizable.strings:723
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 03001e19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Règle 03001e19 pour Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkl_title"
#: Resources/templates/Localizable.strings:923
#, no-wrap
#| msgid "Intel Azul AAPL,ig-platform-id"
msgid "Intel Skl AAPL,ig-platform-id"
msgstr "Intel Skl AAPL,ig-platform-id"
#. type: "IntelSkl_description"
#: Resources/templates/Localizable.strings:924
#, no-wrap
#| msgid "Set one AAPL,ig-platform-id to use for your Intel Haswell."
msgid "Set one AAPL,ig-platform-id to use for your Intel Skylake."
msgstr ""
"Définir une AAPL, ig-platform-id à utiliser pour votre contrôleur Intel "
"Skylake."
msgstr "Définir une AAPL, ig-platform-id à utiliser pour votre contrôleur Intel Skylake."
#. type: "HDEFPinConfiguration_title"
#: Resources/templates/Localizable.strings:927
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgstr "Correctifs"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgstr "Options concernant les correctifs."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgstr "kernel Patcher"
#: Resources/templates/Localizable.strings:953
#, 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."
msgstr "Re-activer /Extra/ Extensions kexts sur les systèmes d’exploitation plus récents."
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Kernel Power Management patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "KernelHaswell"
#: Resources/templates/Localizable.strings:969
#, 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."
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 "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"
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 "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."
msgstr "Patch pour permettre à plus d’instructions SSE3 sur les anciennes CPU pour exécuter les systèmes d’exploitation plus récents."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
branches/zenith432/package/po/nl.po
77
88
99
10
10
1111
1212
1313
......
12881288
12891289
12901290
1291
1292
1293
1294
1291
12951292
12961293
12971294
......
13031300
13041301
13051302
1306
1307
1308
1303
13091304
13101305
13111306
......
26602655
26612656
26622657
2663
26642658
26652659
26662660
26672661
26682662
26692663
2670
26712664
26722665
26732666
26742667
26752668
26762669
2677
26782670
26792671
26802672
26812673
26822674
26832675
2684
26852676
26862677
26872678
26882679
26892680
26902681
2691
26922682
26932683
26942684
26952685
26962686
26972687
2698
26992688
27002689
27012690
27022691
27032692
27042693
2705
27062694
27072695
27082696
27092697
27102698
27112699
2712
27132700
27142701
27152702
27162703
27172704
27182705
2719
27202706
27212707
27222708
27232709
27242710
27252711
2726
27272712
27282713
27292714
27302715
27312716
27322717
2733
27342718
27352719
27362720
27372721
27382722
27392723
2740
27412724
27422725
27432726
27442727
27452728
27462729
2747
27482730
27492731
27502732
27512733
27522734
27532735
2754
27552736
27562737
27572738
27582739
27592740
27602741
2761
27622742
27632743
27642744
27652745
27662746
27672747
2768
27692748
27702749
27712750
27722751
27732752
27742753
2775
27762754
27772755
27782756
27792757
27802758
27812759
2782
27832760
27842761
27852762
27862763
27872764
27882765
2789
27902766
27912767
27922768
27932769
27942770
27952771
2796
27972772
27982773
27992774
28002775
28012776
28022777
2803
28042778
28052779
28062780
28072781
28082782
28092783
2810
28112784
28122785
28132786
28142787
28152788
28162789
2817
28182790
28192791
28202792
28212793
28222794
28232795
2824
28252796
28262797
28272798
28282799
28292800
28302801
2831
28322802
28332803
28342804
28352805
28362806
28372807
2838
28392808
28402809
28412810
......
34783447
34793448
34803449
3481
34823450
34833451
34843452
34853453
34863454
34873455
3488
34893456
34903457
34913458
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2015-11-08 19:55+0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: nl <nl@li.org>\n"
#: 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)"
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"
#: Resources/templates/Localizable.strings:301
#: 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."
msgstr "Bestandssysteem beveiliging: belangrijke systeembestanden zijn beveiligd en kunnen niet gewijzigd worden."
#. type: "Crs4_title"
#: Resources/templates/Localizable.strings:304
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, no-wrap
#| msgid "00002216"
msgid "07002216"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Zet 07002216 voor Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelSkylakex00_title"
#: Resources/templates/Localizable.strings:689
#, no-wrap
#| msgid "00000e16"
msgid "0000e019"
msgstr "0000e019"
#. type: "IntelSkylakex00_description"
#: Resources/templates/Localizable.strings:690
#, no-wrap
#| msgid "Set 00000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 0000e019 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 0000e019 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex01_title"
#: Resources/templates/Localizable.strings:692
#, no-wrap
#| msgid "00001616"
msgid "00001619"
msgstr "00001619"
#. type: "IntelSkylakex01_description"
#: Resources/templates/Localizable.strings:693
#, no-wrap
#| msgid "Set 00001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 00001619 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex02_title"
#: Resources/templates/Localizable.strings:695
#, no-wrap
#| msgid "00002616"
msgid "00002619"
msgstr "00002619"
#. type: "IntelSkylakex02_description"
#: Resources/templates/Localizable.strings:696
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 00002619 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex03_title"
#: Resources/templates/Localizable.strings:698
#, no-wrap
#| msgid "00001616"
msgid "00001b19"
msgstr "00001b19"
#. type: "IntelSkylakex03_description"
#: Resources/templates/Localizable.strings:699
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001b19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Zet 00001b19 voor Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex04_title"
#: Resources/templates/Localizable.strings:701
#, no-wrap
#| msgid "00001616"
msgid "00001219"
msgstr "00001219"
#. type: "IntelSkylakex04_description"
#: Resources/templates/Localizable.strings:702
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Zet 00001219 voor Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex05_title"
#: Resources/templates/Localizable.strings:704
#, no-wrap
#| msgid "01000e16"
msgid "01000219"
msgstr "01000219"
#. type: "IntelSkylakex05_description"
#: Resources/templates/Localizable.strings:705
#, no-wrap
#| msgid "Set 00002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01000219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Zet 01000219 voor Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex06_title"
#: Resources/templates/Localizable.strings:707
#, no-wrap
#| msgid "01001e16"
msgid "01001719"
msgstr "01001719"
#. type: "IntelSkylakex06_description"
#: Resources/templates/Localizable.strings:708
#, no-wrap
#| msgid "Set 01000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001719 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 01001719 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex07_title"
#: Resources/templates/Localizable.strings:710
#, no-wrap
#| msgid "01001e16"
msgid "01001219"
msgstr "01001219"
#. type: "IntelSkylakex07_description"
#: Resources/templates/Localizable.strings:711
#, no-wrap
#| msgid "Set 03001216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001219 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 01001219 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex08_title"
#: Resources/templates/Localizable.strings:713
#, no-wrap
#| msgid "01000e16"
msgid "01003219"
msgstr "01003219"
#. type: "IntelSkylakex08_description"
#: Resources/templates/Localizable.strings:714
#, no-wrap
#| msgid "Set 01001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01003219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Zet 01003219 voor Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex09_title"
#: Resources/templates/Localizable.strings:716
#, no-wrap
#| msgid "02001616"
msgid "02001619"
msgstr "02001619"
#. type: "IntelSkylakex09_description"
#: Resources/templates/Localizable.strings:717
#, no-wrap
#| msgid "Set 02001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 02001619 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex10_title"
#: Resources/templates/Localizable.strings:719
#, no-wrap
#| msgid "02002616"
msgid "02002619"
msgstr "02002619"
#. type: "IntelSkylakex10_description"
#: Resources/templates/Localizable.strings:720
#, no-wrap
#| msgid "Set 02002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Zet 02002619 voor Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex11_title"
#: Resources/templates/Localizable.strings:722
#, no-wrap
#| msgid "00001e16"
msgid "03001e19"
msgstr "03001e19"
#. type: "IntelSkylakex11_description"
#: Resources/templates/Localizable.strings:723
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 03001e19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Zet 03001e19 voor Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkl_title"
#: Resources/templates/Localizable.strings:923
#, no-wrap
#| msgid "Intel Azul AAPL,ig-platform-id"
msgid "Intel Skl AAPL,ig-platform-id"
msgstr "Intel Skl AAPL,ig-platform-id"
#. type: "IntelSkl_description"
#: Resources/templates/Localizable.strings:924
#, no-wrap
#| msgid "Set one AAPL,ig-platform-id to use for your Intel Haswell."
msgid "Set one AAPL,ig-platform-id to use for your Intel Skylake."
msgstr "Zet een AAPL,ig-platform-id voor het gebruik van je Intel Skylake."
branches/zenith432/package/po/ko.po
66
77
88
9
9
1010
1111
1212
......
278278
279279
280280
281
282281
283282
284283
......
349348
350349
351350
352
353351
354352
355353
356354
357355
358356
359
360357
361
362
363
358
364359
365360
366361
......
371366
372367
373368
374
375369
376
377
378
370
379371
380372
381373
......
676668
677669
678670
679
680671
681672
682673
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2016-04-26 17:18+0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: ko <ko@li.org>\n"
#. type: "Stages_title"
#: Resources/templates/Localizable.strings:28
#, no-wrap
#| msgid "Chameleon Bootloader Package"
msgid "Bootloader Stages"
msgstr "부트로더 단계"
#. type: "Standard_title"
#: Resources/templates/Localizable.strings:47
#, no-wrap
#| msgid "&nbsp;has been written to the root of your chosen partition."
msgid "Install Chameleon in the chosen partition."
msgstr "선택된 파티션에 카멜레온을 설치합니다."
#. type: "Standard_description"
#: Resources/templates/Localizable.strings:48
#, no-wrap
#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one."
msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one."
msgstr ""
"선택된 파티션의 루트 디렉토리에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 boot0, boot0md 또는 boot0hfs 를 "
"이용하여 설치합니다. 윈도우즈가 설치되있더라도 영향을 주지 않습니다."
msgstr "선택된 파티션의 루트 디렉토리에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 boot0, boot0md 또는 boot0hfs 를 이용하여 설치합니다. 윈도우즈가 설치되있더라도 영향을 주지 않습니다."
#. type: "EFI_title"
#: Resources/templates/Localizable.strings:50
#. type: "EFI_description"
#: Resources/templates/Localizable.strings:51
#, no-wrap
#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system."
msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system."
msgstr ""
"평상 시 숨겨져있는 EFI (EFI System Partition) 시스템 파티션에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 "
"boot0, boot0md 또는 boot0hfs 를 이용하여 설치합니다."
msgstr "평상 시 숨겨져있는 EFI (EFI System Partition) 시스템 파티션에 카멜레온에 필요한 파일들을 사용자의 시스템에 따라 boot0, boot0md 또는 boot0hfs 를 이용하여 설치합니다."
#. type: "Module_title"
#: Resources/templates/Localizable.strings:56
#. type: "EnableHiDPI_title"
#: Resources/templates/Localizable.strings:140
#, no-wrap
#| msgid "EnableHDMIAudio=Yes"
msgid "EnableHiDPI=Yes"
msgstr "EnableHiDPI=Yes"
branches/zenith432/package/po/chameleon.pot
66
77
88
9
9
1010
1111
1212
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Chameleon 2.3svn-r\n"
"Project-Id-Version: Chameleon 2.3\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
branches/zenith432/package/po/ro.po
77
88
99
10
10
1111
1212
1313
......
35193519
35203520
35213521
3522
35233522
35243523
35253524
35263525
35273526
35283527
3529
35303528
35313529
35323530
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2016-04-26 18:46+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"
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgstr "Patch-uri"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgstr "O selectie de optiuni pentru a petici kernel-ul."
branches/zenith432/package/po/pt.po
77
88
99
10
10
1111
1212
1313
......
12931293
12941294
12951295
1296
1297
1298
1299
1296
13001297
13011298
13021299
......
13081305
13091306
13101307
1311
1312
1313
1308
13141309
13151310
13161311
......
26652660
26662661
26672662
2668
26692663
26702664
26712665
26722666
26732667
26742668
2675
26762669
26772670
26782671
26792672
26802673
26812674
2682
26832675
26842676
26852677
26862678
26872679
26882680
2689
26902681
26912682
26922683
26932684
26942685
26952686
2696
26972687
26982688
26992689
27002690
27012691
27022692
2703
27042693
27052694
27062695
27072696
27082697
27092698
2710
27112699
27122700
27132701
27142702
27152703
27162704
2717
27182705
27192706
27202707
27212708
27222709
27232710
2724
27252711
27262712
27272713
27282714
27292715
27302716
2731
27322717
27332718
27342719
27352720
27362721
27372722
2738
27392723
27402724
27412725
27422726
27432727
27442728
2745
27462729
27472730
27482731
27492732
27502733
27512734
2752
27532735
27542736
27552737
27562738
27572739
27582740
2759
27602741
27612742
27622743
27632744
27642745
27652746
2766
27672747
27682748
27692749
27702750
27712751
27722752
2773
27742753
27752754
27762755
27772756
27782757
27792758
2780
27812759
27822760
27832761
27842762
27852763
27862764
2787
27882765
27892766
27902767
27912768
27922769
27932770
2794
27952771
27962772
27972773
27982774
27992775
28002776
2801
28022777
28032778
28042779
28052780
28062781
28072782
2808
28092783
28102784
28112785
28122786
28132787
28142788
2815
28162789
28172790
28182791
28192792
28202793
28212794
2822
28232795
28242796
28252797
28262798
28272799
28282800
2829
28302801
28312802
28322803
28332804
28342805
28352806
2836
28372807
28382808
28392809
28402810
28412811
28422812
2843
28442813
28452814
28462815
......
34833452
34843453
34853454
3486
34873455
34883456
34893457
34903458
34913459
34923460
3493
34943461
34953462
34963463
......
35333500
35343501
35353502
3536
35373503
35383504
35393505
35403506
35413507
35423508
3543
35443509
35453510
35463511
35473512
35483513
35493514
3550
35513515
35523516
35533517
......
35723536
35733537
35743538
3575
35763539
35773540
35783541
35793542
35803543
35813544
3582
35833545
35843546
35853547
35863548
35873549
35883550
3589
35903551
35913552
35923553
......
35993560
36003561
36013562
3602
36033563
36043564
36053565
......
36123572
36133573
36143574
3615
36163575
36173576
36183577
......
36203579
36213580
36223581
3623
3624
3625
3582
36263583
36273584
36283585
......
36343591
36353592
36363593
3637
3638
3639
3594
36403595
36413596
36423597
......
36483603
36493604
36503605
3651
3652
3653
3606
36543607
36553608
36563609
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2016-04-26 17:25+0000\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: pt-PT <pt-PT@li.org>\n"
#: 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"
#: Resources/templates/Localizable.strings:301
#: 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"
#: Resources/templates/Localizable.strings:304
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, no-wrap
#| msgid "00002216"
msgid "07002216"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Injeta 07002216 para Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelSkylakex00_title"
#: Resources/templates/Localizable.strings:689
#, no-wrap
#| msgid "00000e16"
msgid "0000e019"
msgstr "0000e019"
#. type: "IntelSkylakex00_description"
#: Resources/templates/Localizable.strings:690
#, no-wrap
#| msgid "Set 00000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 0000e019 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 0000e019 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex01_title"
#: Resources/templates/Localizable.strings:692
#, no-wrap
#| msgid "00001616"
msgid "00001619"
msgstr "00001619"
#. type: "IntelSkylakex01_description"
#: Resources/templates/Localizable.strings:693
#, no-wrap
#| msgid "Set 00001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 00001619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex02_title"
#: Resources/templates/Localizable.strings:695
#, no-wrap
#| msgid "00002616"
msgid "00002619"
msgstr "00002619"
#. type: "IntelSkylakex02_description"
#: Resources/templates/Localizable.strings:696
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 00002619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex03_title"
#: Resources/templates/Localizable.strings:698
#, no-wrap
#| msgid "00001616"
msgid "00001b19"
msgstr "00001b19"
#. type: "IntelSkylakex03_description"
#: Resources/templates/Localizable.strings:699
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001b19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 00001b19 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex04_title"
#: Resources/templates/Localizable.strings:701
#, no-wrap
#| msgid "00001616"
msgid "00001219"
msgstr "00001219"
#. type: "IntelSkylakex04_description"
#: Resources/templates/Localizable.strings:702
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 00001219 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex05_title"
#: Resources/templates/Localizable.strings:704
#, no-wrap
#| msgid "01000e16"
msgid "01000219"
msgstr "01000219"
#. type: "IntelSkylakex05_description"
#: Resources/templates/Localizable.strings:705
#, no-wrap
#| msgid "Set 00002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01000219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 01000219 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex06_title"
#: Resources/templates/Localizable.strings:707
#, no-wrap
#| msgid "01001e16"
msgid "01001719"
msgstr "01001719"
#. type: "IntelSkylakex06_description"
#: Resources/templates/Localizable.strings:708
#, no-wrap
#| msgid "Set 01000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001719 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 01001719 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex07_title"
#: Resources/templates/Localizable.strings:710
#, no-wrap
#| msgid "01001e16"
msgid "01001219"
msgstr "01001219"
#. type: "IntelSkylakex07_description"
#: Resources/templates/Localizable.strings:711
#, no-wrap
#| msgid "Set 03001216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001219 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 01001219 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex08_title"
#: Resources/templates/Localizable.strings:713
#, no-wrap
#| msgid "01000e16"
msgid "01003219"
msgstr "01003219"
#. type: "IntelSkylakex08_description"
#: Resources/templates/Localizable.strings:714
#, no-wrap
#| msgid "Set 01001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01003219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 01003219 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex09_title"
#: Resources/templates/Localizable.strings:716
#, no-wrap
#| msgid "02001616"
msgid "02001619"
msgstr "02001619"
#. type: "IntelSkylakex09_description"
#: Resources/templates/Localizable.strings:717
#, no-wrap
#| msgid "Set 02001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 02001619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex10_title"
#: Resources/templates/Localizable.strings:719
#, no-wrap
#| msgid "02002616"
msgid "02002619"
msgstr "02002619"
#. type: "IntelSkylakex10_description"
#: Resources/templates/Localizable.strings:720
#, no-wrap
#| msgid "Set 02002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 02002619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex11_title"
#: Resources/templates/Localizable.strings:722
#, no-wrap
#| msgid "00001e16"
msgid "03001e19"
msgstr "03001e19"
#. type: "IntelSkylakex11_description"
#: Resources/templates/Localizable.strings:723
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 03001e19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 03001e19 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkl_title"
#: Resources/templates/Localizable.strings:923
#, no-wrap
#| msgid "Intel Azul AAPL,ig-platform-id"
msgid "Intel Skl AAPL,ig-platform-id"
msgstr "Intel Skl AAPL,ig-platform-id"
#. type: "IntelSkl_description"
#: Resources/templates/Localizable.strings:924
#, no-wrap
#| msgid "Set one AAPL,ig-platform-id to use for your Intel Haswell."
msgid "Set one AAPL,ig-platform-id to use for your Intel Skylake."
msgstr "Injeta um AAPL,ig-platform-id para usar na sua Intel Skylake."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgstr "Patches"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgstr "Selecione um patch para o kernel."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgstr "kernel Patcher"
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Kernel Power Management patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "KernelHaswell"
#: Resources/templates/Localizable.strings:969
#, 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 "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 "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."
msgstr "Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar sistemas operacionais mais recentes."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
branches/zenith432/package/po/pt-BR.po
77
88
99
10
10
1111
1212
1313
......
12931293
12941294
12951295
1296
1297
1298
1299
1296
13001297
13011298
13021299
......
13081305
13091306
13101307
1311
1312
1313
1308
13141309
13151310
13161311
......
26652660
26662661
26672662
2668
26692663
26702664
26712665
26722666
26732667
26742668
2675
26762669
26772670
26782671
26792672
26802673
26812674
2682
26832675
26842676
26852677
26862678
26872679
26882680
2689
26902681
26912682
26922683
26932684
26942685
26952686
2696
26972687
26982688
26992689
27002690
27012691
27022692
2703
27042693
27052694
27062695
27072696
27082697
27092698
2710
27112699
27122700
27132701
27142702
27152703
27162704
2717
27182705
27192706
27202707
27212708
27222709
27232710
2724
27252711
27262712
27272713
27282714
27292715
27302716
2731
27322717
27332718
27342719
27352720
27362721
27372722
2738
27392723
27402724
27412725
27422726
27432727
27442728
2745
27462729
27472730
27482731
27492732
27502733
27512734
2752
27532735
27542736
27552737
27562738
27572739
27582740
2759
27602741
27612742
27622743
27632744
27642745
27652746
2766
27672747
27682748
27692749
27702750
27712751
27722752
2773
27742753
27752754
27762755
27772756
27782757
27792758
2780
27812759
27822760
27832761
27842762
27852763
27862764
2787
27882765
27892766
27902767
27912768
27922769
27932770
2794
27952771
27962772
27972773
27982774
27992775
28002776
2801
28022777
28032778
28042779
28052780
28062781
28072782
2808
28092783
28102784
28112785
28122786
28132787
28142788
2815
28162789
28172790
28182791
28192792
28202793
28212794
2822
28232795
28242796
28252797
28262798
28272799
28282800
2829
28302801
28312802
28322803
28332804
28342805
28352806
2836
28372807
28382808
28392809
28402810
28412811
28422812
2843
28442813
28452814
28462815
......
32043173
32053174
32063175
3207
3208
3209
3210
3211
3176
32123177
32133178
32143179
......
34873452
34883453
34893454
3490
34913455
34923456
34933457
34943458
34953459
34963460
3497
34983461
34993462
35003463
......
35373500
35383501
35393502
3540
35413503
35423504
35433505
35443506
35453507
35463508
3547
35483509
35493510
35503511
35513512
35523513
35533514
3554
35553515
35563516
35573517
......
35763536
35773537
35783538
3579
35803539
35813540
35823541
35833542
35843543
35853544
3586
35873545
35883546
35893547
35903548
35913549
35923550
3593
35943551
35953552
35963553
......
36033560
36043561
36053562
3606
36073563
36083564
36093565
......
36163572
36173573
36183574
3619
36203575
36213576
36223577
......
36243579
36253580
36263581
3627
3628
3629
3582
36303583
36313584
36323585
......
36383591
36393592
36403593
3641
3642
3643
3594
36443595
36453596
36463597
......
36523603
36533604
36543605
3655
3656
3657
3606
36583607
36593608
36603609
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2016-04-26 17:30+0000\n"
"Last-Translator: FurtiF <msntchat@hotmail.fr>\n"
"Language-Team: pt-BR <pt-BR@li.org>\n"
#: 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"
#: Resources/templates/Localizable.strings:301
#: 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"
#: Resources/templates/Localizable.strings:304
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, no-wrap
#| msgid "00002216"
msgid "07002216"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Injeta 07002216 para Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelSkylakex00_title"
#: Resources/templates/Localizable.strings:689
#, no-wrap
#| msgid "00000e16"
msgid "0000e019"
msgstr "0000e019"
#. type: "IntelSkylakex00_description"
#: Resources/templates/Localizable.strings:690
#, no-wrap
#| msgid "Set 00000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 0000e019 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 0000e019 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex01_title"
#: Resources/templates/Localizable.strings:692
#, no-wrap
#| msgid "00001616"
msgid "00001619"
msgstr "00001619"
#. type: "IntelSkylakex01_description"
#: Resources/templates/Localizable.strings:693
#, no-wrap
#| msgid "Set 00001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 00001619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex02_title"
#: Resources/templates/Localizable.strings:695
#, no-wrap
#| msgid "00002616"
msgid "00002619"
msgstr "00002619"
#. type: "IntelSkylakex02_description"
#: Resources/templates/Localizable.strings:696
#, no-wrap
#| msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 00002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 00002619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex03_title"
#: Resources/templates/Localizable.strings:698
#, no-wrap
#| msgid "00001616"
msgid "00001b19"
msgstr "00001b19"
#. type: "IntelSkylakex03_description"
#: Resources/templates/Localizable.strings:699
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001b19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 00001b19 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex04_title"
#: Resources/templates/Localizable.strings:701
#, no-wrap
#| msgid "00001616"
msgid "00001219"
msgstr "00001219"
#. type: "IntelSkylakex04_description"
#: Resources/templates/Localizable.strings:702
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 00001219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 00001219 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex05_title"
#: Resources/templates/Localizable.strings:704
#, no-wrap
#| msgid "01000e16"
msgid "01000219"
msgstr "01000219"
#. type: "IntelSkylakex05_description"
#: Resources/templates/Localizable.strings:705
#, no-wrap
#| msgid "Set 00002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01000219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 01000219 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex06_title"
#: Resources/templates/Localizable.strings:707
#, no-wrap
#| msgid "01001e16"
msgid "01001719"
msgstr "01001719"
#. type: "IntelSkylakex06_description"
#: Resources/templates/Localizable.strings:708
#, no-wrap
#| msgid "Set 01000e16 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001719 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 01001719 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex07_title"
#: Resources/templates/Localizable.strings:710
#, no-wrap
#| msgid "01001e16"
msgid "01001219"
msgstr "01001219"
#. type: "IntelSkylakex07_description"
#: Resources/templates/Localizable.strings:711
#, no-wrap
#| msgid "Set 03001216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 01001219 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 01001219 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex08_title"
#: Resources/templates/Localizable.strings:713
#, no-wrap
#| msgid "01000e16"
msgid "01003219"
msgstr "01003219"
#. type: "IntelSkylakex08_description"
#: Resources/templates/Localizable.strings:714
#, no-wrap
#| msgid "Set 01001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 01003219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 01003219 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex09_title"
#: Resources/templates/Localizable.strings:716
#, no-wrap
#| msgid "02001616"
msgid "02001619"
msgstr "02001619"
#. type: "IntelSkylakex09_description"
#: Resources/templates/Localizable.strings:717
#, no-wrap
#| msgid "Set 02001616 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 02001619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex10_title"
#: Resources/templates/Localizable.strings:719
#, no-wrap
#| msgid "02002616"
msgid "02002619"
msgstr "02002619"
#. type: "IntelSkylakex10_description"
#: Resources/templates/Localizable.strings:720
#, no-wrap
#| msgid "Set 02002216 for Intel Broadwell AAPL,ig-platform-id."
msgid "Set 02002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Injeta 02002619 para Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex11_title"
#: Resources/templates/Localizable.strings:722
#, no-wrap
#| msgid "00001e16"
msgid "03001e19"
msgstr "03001e19"
#. type: "IntelSkylakex11_description"
#: Resources/templates/Localizable.strings:723
#, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgid "Set 03001e19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Injeta 03001e19 para Intel Skylake (Mobile) AAPL,ig-platform-id."
#: 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
#. type: "IntelSkl_title"
#: Resources/templates/Localizable.strings:923
#, no-wrap
#| msgid "Intel Azul AAPL,ig-platform-id"
msgid "Intel Skl AAPL,ig-platform-id"
msgstr "Intel Skl AAPL,ig-platform-id"
#. type: "IntelSkl_description"
#: Resources/templates/Localizable.strings:924
#, no-wrap
#| msgid "Set one AAPL,ig-platform-id to use for your Intel Haswell."
msgid "Set one AAPL,ig-platform-id to use for your Intel Skylake."
msgstr "Injeta um AAPL,ig-platform-id para usar na sua Intel Skylake."
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgstr "Patches"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgstr "Selecione um patch para o kernel."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgstr "kernel Patcher"
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Kernel Power Management patch."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "KernelHaswell"
#: Resources/templates/Localizable.strings:969
#, 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 "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 "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."
msgstr "Patch para permitir mais instruções SSE3 em CPUs mais velhos para executar sistemas operacionais mais recentes."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982
branches/zenith432/package/po/ru.po
77
88
99
10
11
12
10
11
12
1313
1414
1515
1616
1717
18
19
18
19
2020
21
21
2222
2323
2424
......
291291
292292
293293
294
295294
296295
297296
......
305304
306305
307306
308
309
310
311
312
313
307
308
309
314310
315311
316312
......
359355
360356
361357
362
363
358
364359
365360
366361
367362
368363
369
370364
371365
372366
373367
374368
375369
376
377370
378
379
380
381
371
382372
383373
384374
......
389379
390380
391381
392
393382
394
395
396
383
397384
398385
399386
......
672659
673660
674661
675
676662
677663
678664
......
685671
686672
687673
688
689674
690675
691676
......
693678
694679
695680
696
697
698
681
699682
700683
701684
......
755738
756739
757740
758
759
760
741
761742
762743
763744
......
12791260
12801261
12811262
1282
1263
12831264
12841265
12851266
......
12911272
12921273
12931274
1294
1275
12951276
12961277
12971278
......
13031284
13041285
13051286
1306
1287
13071288
13081289
13091290
......
13151296
13161297
13171298
1318
1299
13191300
13201301
13211302
......
13271308
13281309
13291310
1330
1311
13311312
13321313
13331314
......
13391320
13401321
13411322
1342
1323
13431324
13441325
13451326
......
13511332
13521333
13531334
1354
1335
13551336
13561337
13571338
......
13631344
13641345
13651346
1366
1347
13671348
13681349
13691350
......
24342415
24352416
24362417
2437
24382418
24392419
24402420
24412421
24422422
24432423
2444
24452424
24462425
24472426
......
24542433
24552434
24562435
2457
24582436
24592437
24602438
......
25272505
25282506
25292507
2530
25312508
2532
2533
2509
25342510
25352511
25362512
25372513
2538
25392514
25402515
25412516
25422517
25432518
25442519
2545
25462520
25472521
25482522
......
25552529
25562530
25572531
2558
25592532
2560
2561
2533
25622534
25632535
25642536
25652537
2566
25672538
25682539
25692540
25702541
25712542
25722543
2573
25742544
2575
2576
2545
25772546
25782547
25792548
25802549
2581
25822550
25832551
25842552
25852553
25862554
25872555
2588
25892556
2590
2591
2557
25922558
25932559
25942560
......
26042570
26052571
26062572
2607
2608
2573
26092574
2610
2575
26112576
26122577
26132578
2614
2615
2579
26162580
2617
2581
26182582
26192583
26202584
2621
2622
2585
26232586
2624
2587
26252588
26262589
26272590
2628
2629
2591
26302592
2631
2593
26322594
26332595
26342596
2635
2636
2597
26372598
2638
2599
26392600
26402601
26412602
2642
2643
2603
26442604
2645
2605
26462606
26472607
26482608
2649
2650
2609
26512610
2652
2611
26532612
26542613
26552614
2656
2657
2615
26582616
2659
2617
26602618
26612619
26622620
2663
2664
2621
26652622
2666
2623
26672624
26682625
26692626
2670
2671
2627
26722628
2673
2629
26742630
26752631
26762632
2677
2678
2633
26792634
2680
2635
26812636
26822637
26832638
2684
2685
2639
26862640
2687
2641
26882642
26892643
26902644
2691
2692
2645
26932646
2694
2647
26952648
26962649
26972650
2698
2699
2651
27002652
2701
2653
27022654
27032655
27042656
27052657
27062658
2707
2659
27082660
27092661
27102662
2711
2712
2663
27132664
2714
2665
27152666
27162667
27172668
2718
2719
2669
27202670
2721
2671
27222672
27232673
27242674
2725
2726
2675
27272676
2728
2677
27292678
27302679
27312680
27322681
27332682
2734
2683
27352684
27362685
27372686
2738
2739
2687
27402688
2741
2689
27422690
27432691
27442692
2745
2746
2693
27472694
2748
2695
27492696
27502697
27512698
2752
2753
2699
27542700
2755
2701
27562702
27572703
27582704
2759
2760
2705
27612706
2762
2707
27632708
27642709
27652710
2766
2767
2711
27682712
2769
2713
27702714
27712715
27722716
2773
2774
2717
27752718
2776
2719
27772720
27782721
27792722
2780
2781
2723
27822724
2783
2725
27842726
27852727
27862728
......
28882830
28892831
28902832
2891
2892
2893
2894
2895
2833
28962834
28972835
28982836
......
30122950
30132951
30142952
3015
3016
3017
2953
30182954
30192955
30202956
......
31453081
31463082
31473083
3148
3149
3150
3151
3152
3084
31533085
31543086
31553087
......
33133245
33143246
33153247
3316
3248
33173249
33183250
33193251
......
34253357
34263358
34273359
3428
3429
3360
34303361
3431
3362
34323363
34333364
34343365
3435
3436
3366
34373367
3438
3368
34393369
34403370
34413371
......
34763406
34773407
34783408
3479
34803409
34813410
34823411
34833412
34843413
34853414
3486
34873415
34883416
34893417
34903418
34913419
34923420
3493
34943421
34953422
34963423
......
35153442
35163443
35173444
3518
35193445
35203446
35213447
35223448
35233449
35243450
3525
35263451
35273452
35283453
35293454
35303455
35313456
3532
35333457
35343458
35353459
......
35423466
35433467
35443468
3545
35463469
35473470
35483471
......
35553478
35563479
35573480
3558
35593481
35603482
35613483
......
35753497
35763498
35773499
3578
3579
3580
3500
35813501
35823502
35833503
......
35893509
35903510
35913511
3592
3593
3594
3512
35953513
35963514
35973515
msgstr ""
"Project-Id-Version: Chameleon 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-02 15:03+0000\n"
"PO-Revision-Date: 2015-11-02 15:28+0000\n"
"Last-Translator: SergeNu <konovalov_serj@mail.ru>\n"
"POT-Creation-Date: 2016-04-26 18:46+0100\n"
"PO-Revision-Date: 2016-05-09 20:00+0000\n"
"Last-Translator: ErmaC <ErmaC@insanelymac.com>\n"
"Language-Team: ru <ru@li.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.5.0-rc1\n"
"X-POOTLE-MTIME: 1446478127.0\n"
"X-POOTLE-MTIME: 1462824036.0\n"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:22
#. type: "Stages_title"
#: Resources/templates/Localizable.strings:28
#, no-wrap
#| msgid "Chameleon Bootloader Package"
msgid "Bootloader Stages"
msgstr "Этапы загрузчика"
"boot is always copied to the target partition when you are skipping one or more stages."
msgstr ""
"Здесь вы можете полностью или частично пропустить установку загрузчика.\n"
"Это может быть полезно, если вы хотите записать файлы в Extra, или "
"пропустить какой-либо этап (0,1 и активация целевого раздела).\n"
"Пропуск всех этапов разрешает вам оставить все, как уже рабочие загрузочные "
"сектора, особенно полезно с 4k дисками.\n"
"загрузка всегда копируется на целевой раздел когда вы пропускаете один или "
"несколько этапов."
"Это может быть полезно, если вы хотите записать файлы в Extra, или пропустить какой-либо этап (0,1 и активация целевого раздела).\n"
"Пропуск всех этапов разрешает вам оставить все, как уже рабочие загрузочные сектора, особенно полезно с 4k дисками.\n"
"загрузка всегда копируется на целевой раздел когда вы пропускаете один или несколько этапов."
#. type: "SkipStage0_title"
#: Resources/templates/Localizable.strings:34
"Stage 2 is always copied/replaced."
msgstr ""
"Предотвращает активацию целевого раздела.\n"
"На некоторых старых материнских платах плохая реализация GPT в биосе, и они "
"не могут определить разделы, помеченные как Guid Partition Table.\n"
"На некоторых старых материнских платах плохая реализация GPT в биосе, и они не могут определить разделы, помеченные как Guid Partition Table.\n"
"Этап 2 всегда копируется/перемещается."
#. type: "Standard_title"
#: Resources/templates/Localizable.strings:47
#, no-wrap
#| msgid "&nbsp;has been written to the root of your chosen partition."
msgid "Install Chameleon in the chosen partition."
msgstr "Установить Chameleon в указанный раздел."
#. type: "Standard_description"
#: Resources/templates/Localizable.strings:48
#, no-wrap
#| msgid "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one."
msgid "Install Chameleon's files to the root of the selected partition using either boot0, boot0md or boot0hfs depending on your system without destroying any existing Windows installation if you have one."
msgstr ""
"Установка файлов Chameleon в корень выбранного раздела используя boot0, "
"boot0md или boot0hfs основываясь на вашей системе, без уничтожения любой "
"установленной копии Windows, если таковая имеется."
msgstr "Установка файлов Chameleon в корень выбранного раздела используя boot0, boot0md или boot0hfs основываясь на вашей системе, без уничтожения любой установленной копии Windows, если таковая имеется."
#. type: "EFI_title"
#: Resources/templates/Localizable.strings:50
#. type: "EFI_description"
#: Resources/templates/Localizable.strings:51
#, no-wrap
#| msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0 or boot0md depending on your system."
msgid "Install Chameleon's files in the ESP (EFI System Partition) of the target volume using either boot0, boot0md or boot0hfs depending on your system."
msgstr ""
"Установка файлов Chameleon в ESP (системный раздел EFI) целевого тома "
"используя boot0, boot0md или boot0hfs основываясь на вашей системе."
msgstr "Установка файлов Chameleon в ESP (системный раздел EFI) целевого тома используя boot0, boot0md или boot0hfs основываясь на вашей системе."
#. type: "Module_title"
#: Resources/templates/Localizable.strings:56
#. type: "EnableHiDPI_title"
#: Resources/templates/Localizable.strings:140
#, no-wrap
#| msgid "EnableHDMIAudio=Yes"
msgid "EnableHiDPI=Yes"
msgstr "EnableHiDPI=Yes"
#. type: "BlackMode_title"
#: Resources/templates/Localizable.strings:143
#, no-wrap
#| msgid "Wake=Yes"
msgid "BlackMode=Yes"
msgstr "BlackMode=Yes"
#: Resources/templates/Localizable.strings:144
#, no-wrap
msgid "The new BlackMode loads the white Apple logo, instead of the gray Apple logo, on a black background."
msgstr ""
"Новый режим BlackMode загружает белый логотип Apple, вместо серого логотипа "
"Apple на черном фоне."
msgstr "Новый режим BlackMode загружает белый логотип Apple, вместо серого логотипа Apple на черном фоне."
#. type: "InstantMenu_title"
#: Resources/templates/Localizable.strings:146
#: Resources/templates/Localizable.strings:159
#, no-wrap
msgid "Show masked data (serial number) in bdmesg log (enbaled by default)."
msgstr ""
"Показать скрытую информацию (серийный номер) в логе bdmesg (по умолчанию "
"включено)."
msgstr "Показать скрытую информацию (серийный номер) в логе bdmesg (по умолчанию включено)."
#. type: "USBBusFix_title"
#: Resources/templates/Localizable.strings:163
#: Resources/templates/Localizable.strings:298
#, no-wrap
msgid "CRS_ALLOW_UNTRUSTED_KEXTS"
msgstr ""
msgstr "CRS_ALLOW_UNTRUSTED_KEXTS"
#. type: "Crs1_description"
#: Resources/templates/Localizable.strings:299
#: Resources/templates/Localizable.strings:301
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_FS"
msgstr ""
msgstr "CRS_ALLOW_UNRESTRICTED_FS"
#. type: "Crs2_description"
#: Resources/templates/Localizable.strings:302
#: Resources/templates/Localizable.strings:304
#, no-wrap
msgid "CRS_ALLOW_TASK_FOR_PID"
msgstr ""
msgstr "CRS_ALLOW_TASK_FOR_PID"
#. type: "Crs4_description"
#: Resources/templates/Localizable.strings:305
#: Resources/templates/Localizable.strings:307
#, no-wrap
msgid "CRS_ALLOW_KERNEL_DEBUGGER"
msgstr ""
msgstr "CRS_ALLOW_KERNEL_DEBUGGER"
#. type: "Crs8_description"
#: Resources/templates/Localizable.strings:308
#: Resources/templates/Localizable.strings:310
#, no-wrap
msgid "CRS_ALLOW_APPLE_INTERNAL"
msgstr ""
msgstr "CRS_ALLOW_APPLE_INTERNAL"
#. type: "Crs16_description"
#: Resources/templates/Localizable.strings:311
#: Resources/templates/Localizable.strings:313
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_DTRACE"
msgstr ""
msgstr "CRS_ALLOW_UNRESTRICTED_DTRACE"
#. type: "Crs32_description"
#: Resources/templates/Localizable.strings:314
#: Resources/templates/Localizable.strings:316
#, no-wrap
msgid "CRS_ALLOW_UNRESTRICTED_NVRAM"
msgstr ""
msgstr "CRS_ALLOW_UNRESTRICTED_NVRAM"
#. type: "Crs64_description"
#: Resources/templates/Localizable.strings:317
#: Resources/templates/Localizable.strings:319
#, no-wrap
msgid "CRS_ALLOW_DEVICE_CONFIGURATION"
msgstr ""
msgstr "CRS_ALLOW_DEVICE_CONFIGURATION"
#. type: "Crs128_description"
#: Resources/templates/Localizable.strings:320
#. type: "IntelBroadwellx06_title"
#: Resources/templates/Localizable.strings:645
#, no-wrap
#| msgid "00002604"
msgid "00002216"
msgstr "00002216"
#. type: "IntelBroadwellx06_description"
#: Resources/templates/Localizable.strings:646
#, no-wrap
#| msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 00002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 00002216 в качестве Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelBroadwellx07_description"
#: Resources/templates/Localizable.strings:649
#, no-wrap
#| msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 01000e16 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 01000e16 в качестве Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelBroadwellx13_description"
#: Resources/templates/Localizable.strings:667
#, no-wrap
#| msgid "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 02002b16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr ""
"Установить 02002b16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 02002b16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
#. type: "IntelBroadwellx14_title"
#: Resources/templates/Localizable.strings:669
#, no-wrap
#| msgid "0300220d"
msgid "03001216"
msgstr "03001216"
#. type: "IntelBroadwellx14_description"
#: Resources/templates/Localizable.strings:670
#, no-wrap
#| msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 03001216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 03001216 в качестве Intel Broadwell AAPL,ig-platform-id."
#. type: "IntelBroadwellx15_description"
#: Resources/templates/Localizable.strings:673
#, no-wrap
#| msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 04002b16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr ""
"Установить 04002b16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 04002b16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
#. type: "IntelBroadwellx16_title"
#: Resources/templates/Localizable.strings:675
#, no-wrap
#| msgid "00002604"
msgid "04002616"
msgstr "04002616"
#. type: "IntelBroadwellx16_description"
#: Resources/templates/Localizable.strings:676
#, no-wrap
#| msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 04002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr ""
"Установить 04002616 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 04002616 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
#. type: "IntelBroadwellx17_title"
#: Resources/templates/Localizable.strings:678
#, no-wrap
#| msgid "0500260a"
msgid "05002616"
msgstr "05002616"
#. type: "IntelBroadwellx17_description"
#: Resources/templates/Localizable.strings:679
#, no-wrap
#| msgid "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id."
msgid "Set 05002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr ""
"Установить 05002616 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 05002616 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
#. type: "IntelBroadwellx18_title"
#: Resources/templates/Localizable.strings:681
#. type: "IntelBroadwellx19_title"
#: Resources/templates/Localizable.strings:684
#, fuzzy, no-wrap
#| msgid "00002604"
#, no-wrap
msgid "07002216"
msgstr "00002604"
msgstr "07002216"
#. type: "IntelBroadwellx19_description"
#: Resources/templates/Localizable.strings:685
#, fuzzy, no-wrap
#| msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 07002216 for Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 00002604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 07002216 в качестве Intel Broadwell AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 00000e16 for Intel Broadwell AAPL,ig-platform-id."
#, no-wrap
msgid "Set 0000e019 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 00000e16 в качестве Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 0000e019 в качестве Intel Skylake AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 00001616 for Intel Broadwell AAPL,ig-platform-id."
#, no-wrap
msgid "Set 00001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 00001616 в качестве Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 00001619 в качестве Intel Skylake AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 00002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 00002604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00002619 в качестве IntelSkylake AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 00001b19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00001e16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00001b19 в качестве Intel Skylake (Mobile) AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 00001219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00001e16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00001219 в качестве Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex05_title"
#: Resources/templates/Localizable.strings:704
#, fuzzy, no-wrap
#| msgid "01660002"
#, no-wrap
msgid "01000219"
msgstr "01660002"
msgstr "01000219"
#. type: "IntelSkylakex05_description"
#: Resources/templates/Localizable.strings:705
#, fuzzy, no-wrap
#| msgid "Set 00002616 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 01000219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00002616 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 01000219 в качестве Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "IntelSkylakex06_title"
#: Resources/templates/Localizable.strings:707
#, no-wrap
msgid "01001719"
msgstr ""
msgstr "01001719"
#. type: "IntelSkylakex06_description"
#: Resources/templates/Localizable.strings:708
#, fuzzy, no-wrap
#| msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 01001719 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 00001604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 01001719 в качестве Intel Skylake AAPL,ig-platform-id."
#. type: "IntelSkylakex07_title"
#: Resources/templates/Localizable.strings:710
#, fuzzy, no-wrap
#| msgid "0300220d"
#, no-wrap
msgid "01001219"
msgstr "0300220d"
msgstr "01001219"
#. type: "IntelSkylakex07_description"
#: Resources/templates/Localizable.strings:711
#, fuzzy, no-wrap
#| msgid "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 01001219 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 00001604 в качестве Intel Haswell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 01001219 в качестве IntelSkylake AAPL,ig-platform-id."
#. type: "IntelSkylakex08_title"
#: Resources/templates/Localizable.strings:713
#, no-wrap
msgid "01003219"
msgstr ""
msgstr "01003219"
#. type: "IntelSkylakex08_description"
#: Resources/templates/Localizable.strings:714
#, fuzzy, no-wrap
#| msgid "Set 01001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 01003219 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Установить 01001e16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 01003219 в качестве Intel Skylake (Mobile) AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 02001616 for Intel Broadwell AAPL,ig-platform-id."
#, no-wrap
msgid "Set 02001619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 02001616 в качестве Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 02001619 в качестве Intel Skylake AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 02002216 for Intel Broadwell AAPL,ig-platform-id."
#, no-wrap
msgid "Set 02002619 for Intel Skylake AAPL,ig-platform-id."
msgstr "Установить 02002216 в качестве Intel Broadwell AAPL,ig-platform-id."
msgstr "Установить 02002619 в качестве Intel Skylake AAPL,ig-platform-id."
#. 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
#, fuzzy, no-wrap
#| msgid "Set 00001e16 for Intel Broadwell (Mobile) AAPL,ig-platform-id."
#, no-wrap
msgid "Set 03001e19 for Intel Skylake (Mobile) AAPL,ig-platform-id."
msgstr "Установить 00001e16 в качестве Intel Broadwell (Mobile) AAPL,ig-platform-id."
msgstr "Установить 03001e19 в качестве Intel Skylake (Mobile) AAPL,ig-platform-id."
#. type: "AD2000B_PinConf_title"
#: Resources/templates/Localizable.strings:727
#: Resources/templates/Localizable.strings:754
#, no-wrap
msgid "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present."
msgstr ""
"Если \"Да\", hda-gfx=onboard-1 будет инжектировано в устройства GFX0 и HDEF. "
"Также, если присуствует устройство HDMI от ATI или Nvidia, они будут "
"назначены в onboard-2. Если \"Нет\", тогда устройства от ATI или Nvidia "
"получат onboard-1, также как и устройство HDAU, если имеется."
msgstr "Если \"Да\", hda-gfx=onboard-1 будет инжектировано в устройства GFX0 и HDEF. Также, если присуствует устройство HDMI от ATI или Nvidia, они будут назначены в onboard-2. Если \"Нет\", тогда устройства от ATI или Nvidia получат onboard-1, также как и устройство HDAU, если имеется."
#. type: "UseAtiROM_title"
#: Resources/templates/Localizable.strings:756
#: Resources/templates/Localizable.strings:784
#, no-wrap
msgid "If you have two cards Nvidia and wants to inject only first one then you can set this parameter (enabled by default)."
msgstr ""
"Если у вас две карты Nvidia и вы хотите инжектировать только первую, тогда "
"установите данный параметр (включен по умолчанию)."
msgstr "Если у вас две карты Nvidia и вы хотите инжектировать только первую, тогда установите данный параметр (включен по умолчанию)."
#. type: "Verbose_title"
#: Resources/templates/Localizable.strings:790
#: 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 - новая возможность представленная в OS X 10.11 (El Capitan). Она "
"не позволяет модифицировать системные файлы. Чтобы обойти это ограничение, "
"эту обязательную возможность можно отключить, добавив флаг 'rootless=0' "
"('rootless=1' включает её)."
msgstr "Rootless - новая возможность представленная в OS X 10.11 (El Capitan). Она не позволяет модифицировать системные файлы. Чтобы обойти это ограничение, эту обязательную возможность можно отключить, добавив флаг 'rootless=0' ('rootless=1' включает её)."
#. type: "Dart0_title"
#: Resources/templates/Localizable.strings:825
#: Resources/templates/Localizable.strings:883
#, no-wrap
msgid "CrsActiveConfig"
msgstr ""
msgstr "CrsActiveConfig"
#. type: "CrsActiveConfig_description"
#: Resources/templates/Localizable.strings:884
#. type: "IntelSkl_title"
#: Resources/templates/Localizable.strings:923
#, fuzzy, no-wrap
#| msgid "Intel Azul AAPL,ig-platform-id"
#, no-wrap
msgid "Intel Skl AAPL,ig-platform-id"
msgstr "Intel Azul AAPL,ig-platform-id"
msgstr "Intel Skl AAPL,ig-platform-id"
#. type: "IntelSkl_description"
#: Resources/templates/Localizable.strings:924
#, fuzzy, no-wrap
#| msgid "Set one AAPL,ig-platform-id to use for your Intel Haswell."
#, no-wrap
msgid "Set one AAPL,ig-platform-id to use for your Intel Skylake."
msgstr "Выберите значение AAPL,ig-platform-id, используемое по умолчанию для графического процессора Intel Haswell."
msgstr "Выберите значение AAPL,ig-platform-id, используемое по умолчанию для графического процессора Intel Skylake."
#. type: "HDEFPinConfiguration_title"
#: Resources/templates/Localizable.strings:927
#. type: "Patches_title"
#: Resources/templates/Localizable.strings:945
#, no-wrap
#| msgid "Kext Patcher"
msgid "Patches"
msgstr "Патчи"
#. type: "Patches_description"
#: Resources/templates/Localizable.strings:946
#, no-wrap
#| msgid "A selection of options that deal with video."
msgid "A selection of options to patch the kernel."
msgstr "Выбор параметров патча ядра."
#. type: "kernelPatcher_title"
#: Resources/templates/Localizable.strings:948
#, no-wrap
#| msgid "Kernel Patcher"
msgid "kernel Patcher"
msgstr "Патч ядра"
#. type: "KernelPm_title"
#: Resources/templates/Localizable.strings:956
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelPm"
msgstr "KernelPm"
#. type: "KernelPm_description"
#: Resources/templates/Localizable.strings:957
#, no-wrap
#| msgid "Power Management"
msgid "Kernel Power Management patch."
msgstr "Патч ядра управления питанием."
#. type: "KernelLapicError_title"
#: Resources/templates/Localizable.strings:960
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicError"
msgstr "KernelLapicError"
#. type: "KernelLapicVersion_title"
#: Resources/templates/Localizable.strings:964
#, no-wrap
#| msgid "Kernel Patcher"
msgid "KernelLapicVersion"
msgstr "KernelLapicVersion"
#. type: "KernelHaswell_title"
#: Resources/templates/Localizable.strings:968
#, no-wrap
#| msgid "Kernel Flags"
msgid "KernelHaswell"
msgstr "KernelHaswell"
#: Resources/templates/Localizable.strings:973
#, 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."
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 "Patch to enable more SSE3 instructions on older CPUs to run newer OSes."
msgstr ""
"Патч для включения дополнительных инструкций SSE3 на старых CPU для запуска "
"новых OS."
msgstr "Патч для включения дополнительных инструкций SSE3 на старых CPU для запуска новых OS."
#. type: "Themes_title"
#: Resources/templates/Localizable.strings:982

Archive Download the corresponding diff file

Revision: 2816