Clover SHA1 visible in the instsaller

Clover SHA1 visible in the instsaller. Quick fix for buildme and gettext detection.
This commit is contained in:
vectorsigma72 2019-09-21 18:03:06 +02:00
parent 9b3bfdb947
commit fb2819d6c5
26 changed files with 297 additions and 93 deletions

View File

@ -28,7 +28,7 @@
<body>
<div>
<p class="title">Clover EFI</p>
<p class="version">%CLOVERVERSION% r%CLOVERREVISION%</p>
<p class="version">%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)</p>
</div>
<p class="p0"><br/></p>
<p class="p1">Developers:</p>

View File

@ -87,6 +87,12 @@ CLOVER_STAGE=${CLOVER_STAGE/RC/Release Candidate }
CLOVER_STAGE=${CLOVER_STAGE/FINAL/2.2 Final}
declare -r CLOVER_STAGE
declare -r CLOVER_REVISION=$( cat revision )
if [[ -d "$(dirname ${SRCROOT})"/.git ]];then
declare -r CLOVER_SHA1=$( git -C $(dirname "${SRCROOT}") rev-parse --short HEAD )
else
declare -r CLOVER_SHA1="N/A"
fi
declare -r CLOVER_BUILDDATE=$( sed -n 's/.*FIRMWARE_BUILDDATE *\"\(.*\)\".*/\1/p' "${PKGROOT}/../../Version.h" )
declare -r CLOVER_TIMESTAMP=$( date -j -f "%Y-%m-%d %H:%M:%S" "${CLOVER_BUILDDATE}" "+%s" )
@ -197,6 +203,7 @@ function makeSubstitutions () {
local cloverSubsts="
s&%CLOVERVERSION%&${CLOVER_VERSION%%-*}&g
s&%CLOVERREVISION%&${CLOVER_REVISION}&g
s&%CLOVERSHA1%&${CLOVER_SHA1}&g
s&%CLOVERSTAGE%&${CLOVER_STAGE}&g
s&%DEVELOP%&${CLOVER_DEVELOP}&g
s&%CREDITS%&${CLOVER_CREDITS}&g

View File

@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Clover v2.5k-r0000\n"
"POT-Creation-Date: 2019-09-05 20:35+0300\n"
"Project-Id-Version: Clover v2.5k-r5089\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -22,8 +22,8 @@ msgid "Clover EFI"
msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr ""
#. type: Content of: <html><body><p>
@ -199,6 +199,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-07-14 17:40+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: ge <ge@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -224,6 +226,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Sichern des boot.log im OS und des preboot.log mit F2."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
@ -26,8 +26,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -215,6 +217,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Saving boot.log in OS and preboot.log from GUI by typing F2."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:38+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: es <es@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -220,6 +222,11 @@ msgstr ""
"Guardado de boot.log en la partición del sistema y de preboot.log pulsando "
"F2 desde la interfaz"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-05 20:35+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
@ -26,8 +26,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -224,6 +226,11 @@ msgstr ""
"Sauvegarde du fichier boot.log dans lOS et preboot.log dans linterface "
"avec la touche F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:39+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: hr <hr@li.org>\n"
@ -25,8 +25,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -217,6 +219,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Moguće spremati boot.log u OS-u te preboot.log kroz GUI pritiskom F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-07-20 10:15+0700\n"
"Last-Translator: Badruzeus\n"
"Language-Team: id <id@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -77,7 +79,8 @@ msgstr "Clover v2.5k"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:19
msgid "is open source based on different projects: Clover, rEFIt, XNU, VirtualBox."
msgid ""
"is open source based on different projects: Clover, rEFIt, XNU, VirtualBox."
msgstr ""
"adalah proyek Open Source berdasarkan:\n"
"Clover, rEFIt, XNU dan VirtualBox."
@ -104,18 +107,27 @@ msgstr "Boot macOS 10.xx, Windows dan Linux (EFI)"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:28
msgid "It's EFI bootloader provides RuntimeServices for OS that impossible for Legacy Bootloaders"
msgstr "Clover menyediakan RuntimeServices EFI untuk OS yang mustahil bagi Bootloder Legacy"
msgid ""
"It's EFI bootloader provides RuntimeServices for OS that impossible for "
"Legacy Bootloaders"
msgstr ""
"Clover menyediakan RuntimeServices EFI untuk OS yang mustahil bagi Bootloder "
"Legacy"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:29
msgid "mostly Clover do automatic detection of hardware and set all properties by default. But user can change them by config.plist"
msgstr "Clover mendeteksi Perangkat Keras secara otomatis dan menyetel Properties. Namun pengguna dapat mengubahnya lewat config.plist"
msgid ""
"mostly Clover do automatic detection of hardware and set all properties by "
"default. But user can change them by config.plist"
msgstr ""
"Clover mendeteksi Perangkat Keras secara otomatis dan menyetel Properties. "
"Namun pengguna dapat mengubahnya lewat config.plist"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:30
msgid "with Clover you may restart into other OS from Startup Disk prefPane"
msgstr "Dengan Clover, Anda dapat Restart menuju OS lain dari preferensi Startup Disk"
msgstr ""
"Dengan Clover, Anda dapat Restart menuju OS lain dari preferensi Startup Disk"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:31
@ -149,13 +161,18 @@ msgstr "RestartFix dan membenahi Sleep/Wake, serta nilai PCIRootUID"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:37
msgid "Graphics Properties Injector for ATI, NVidia and Intel for wide range of supported cards. Also customizable."
msgstr "Injektor Properties ATI, NVidia dan Intel untuk berbagai jenis Kartu Grafis yang didukung. Bisa diatur kemudian."
msgid ""
"Graphics Properties Injector for ATI, NVidia and Intel for wide range of "
"supported cards. Also customizable."
msgstr ""
"Injektor Properties ATI, NVidia dan Intel untuk berbagai jenis Kartu Grafis "
"yang didukung. Bisa diatur kemudian."
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:38
msgid "USB fix (LegacyOff, Ownership, Builtin, clock-id) up to USB 3.0"
msgstr "Pembenahan USB (LegacyOff, Ownership, Built-in, clock-id) hingga USB 3.0"
msgstr ""
"Pembenahan USB (LegacyOff, Ownership, Built-in, clock-id) hingga USB 3.0"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:39
@ -189,14 +206,23 @@ msgstr "Menyetel variabel NVRAM untuk berbagai tujuan"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:45
msgid "default boot after timeout, customizable GUI , and saving screenshots from GUI typing F10"
msgstr "Boot setelah Timeout, GUI yang bisa diubah, dan simpan screenshots GUI dengan tombol F10"
msgid ""
"default boot after timeout, customizable GUI , and saving screenshots from "
"GUI typing F10"
msgstr ""
"Boot setelah Timeout, GUI yang bisa diubah, dan simpan screenshots GUI "
"dengan tombol F10"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:46
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Simpan boot.log di OS dan preboot.log dari GUI dengan tombol F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"
@ -1429,4 +1455,6 @@ msgstr "Tidak diketahui"
#~ msgstr "driver USB 3.0, 32bit"
#~ msgid "Alternate driver (v2) to fix Memory problems on UEFI firmware."
#~ msgstr "Alternate driver (v2) to fix Memory problems on UEFI firmware. Do not use with other AptioFix together."
#~ msgstr ""
#~ "Alternate driver (v2) to fix Memory problems on UEFI firmware. Do not use "
#~ "with other AptioFix together."

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-07-13 10:25+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: it <it@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -216,6 +218,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Salva il boot.log in OS e preboot.log dalla GUI premendo F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:41+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -25,8 +25,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -215,6 +217,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "OSのboot.logとGUIのpreboot.logの保存はF2キーを押下してください"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: ko <ko@li.org>\n"
@ -26,8 +26,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -222,6 +224,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "F12키로 boot.log(OS)와 preboot.log(GUI)를 저장합니다."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:42+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -25,8 +25,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -226,6 +228,11 @@ msgstr ""
"Atskaišu saglabāšana pirms (ar F2) un pēc sistēmas palaišanas, problēmu "
"diagnostikas nolūkiem."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-05 20:35+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-07-14 12:37+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -217,6 +219,11 @@ msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr ""
"Opslaan van boot.log in OS en preboot.log vanaf de GUI d.m.v. de F2-toets"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:43+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: pl <pl@li.org>\n"
@ -25,8 +25,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -221,6 +223,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Zapisywanie boot.log w OS oraz preboot.log w GUI za pomocą klawisza F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:44+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: pt <pt@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -218,6 +220,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Salva boot.log no sistema e preboot.log pelo GUI apertando a tecla F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-07-19 10:48+0100\n"
"Last-Translator: vector sigma\n"
"Language-Team: pt <pt@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -216,6 +218,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "Salva boot.log no sistema e preboot.log pelo GUI apertando a tecla F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"
@ -1424,4 +1431,6 @@ msgstr "Desconhecido"
#~ msgstr "Driver para USB 3.0, 32bit"
#~ msgid "Alternate driver (v2) to fix Memory problems on UEFI firmware."
#~ msgstr "Alternate driver (v2) to fix Memory problems on UEFI firmware. Do not use with other AptioFix together."
#~ msgstr ""
#~ "Alternate driver (v2) to fix Memory problems on UEFI firmware. Do not use "
#~ "with other AptioFix together."

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-07-14 21:16+0300\n"
"Last-Translator: vector sigma\n"
"Language-Team: ro <ro@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -220,6 +222,11 @@ msgstr ""
"salvarea boot.log si preboot.log in sistemul de operare, din interfata "
"grafica, apasand F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:42+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: ru <ru@li.org>\n"
@ -27,8 +27,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -229,6 +231,11 @@ msgstr ""
"Сохранение пред- (клавишей F2) и постзагрузочных отчётов для диагностики и "
"отладки."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"
@ -883,6 +890,7 @@ msgstr "Встроенная"
#. type: "embedded_description"
#: Resources/templates/Localizable.strings:184
#, no-wrap
msgid ""
"embedded theme from Clovy,\n"
"Install to /EFI/CLOVER/themes/embedded"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:46+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -217,6 +219,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "İşletim sistemine boot.log ve F2 ile arabirimden preboot.log kaydetme"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-05 20:35+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:47+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: ua <ua@li.org>\n"
@ -25,8 +25,10 @@ msgid "Clover EFI"
msgstr "Кловер EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -225,6 +227,11 @@ msgstr ""
"Збереження звітів: в ОС - boot.log, в GUI - preboot.log натиснути F2 для "
"діагностики проблем."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-05 20:35+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:47+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: ua <ua@li.org>\n"
@ -25,8 +25,10 @@ msgid "Clover EFI"
msgstr "Кловер EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -225,6 +227,11 @@ msgstr ""
"Збереження звітів: в ОС - boot.log, в GUI - preboot.log натиснути F2 для "
"діагностики проблем."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:47+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -225,6 +227,11 @@ msgstr ""
"Tại giao diện Clover, ấn F2 để lưu các thông tin khởi động của hệ thống boot."
"log và reboot.log"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2019-08-09 19:03-0400\n"
"Last-Translator: vector sigma\n"
"Language-Team: zh_CN <zh_CN@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -75,7 +77,8 @@ msgstr "Clover v2"
#. type: Content of: <html><body><p>
#: Resources/templates/Description.html:19
msgid "is open source based on different projects: Clover, rEFIt, XNU, VirtualBox."
msgid ""
"is open source based on different projects: Clover, rEFIt, XNU, VirtualBox."
msgstr "是基于 Clover, rEFIt, XNU, VirtualBox 等不同项目的开放源码。"
#. type: Content of: <html><body><p><span>
@ -100,13 +103,18 @@ msgstr "支持 引导 10.xx macOS, Windows EFI 及 Linux EFI"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:28
msgid "It's EFI bootloader provides RuntimeServices for OS that impossible for Legacy Bootloaders"
msgid ""
"It's EFI bootloader provides RuntimeServices for OS that impossible for "
"Legacy Bootloaders"
msgstr "它是 EFI 引导器, 给操作系统提供 RuntimeServices (传统引导器无法提供)"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:29
msgid "mostly Clover do automatic detection of hardware and set all properties by default. But user can change them by config.plist"
msgstr "默认 自动侦测大部份的硬件并设置所有属性 但是用户也可以在 config.plist 中修改"
msgid ""
"mostly Clover do automatic detection of hardware and set all properties by "
"default. But user can change them by config.plist"
msgstr ""
"默认 自动侦测大部份的硬件并设置所有属性 但是用户也可以在 config.plist 中修改"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:30
@ -145,8 +153,11 @@ msgstr "支持 可定制的 RestartFix 和 睡眠/唤醒 修复 并 支持 PCIRo
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:37
msgid "Graphics Properties Injector for ATI, NVidia and Intel for wide range of supported cards. Also customizable."
msgstr "支持大部分 ATI, NVidia 及 Intel 显卡 的 属性注入, 并支持定制化参数设置。"
msgid ""
"Graphics Properties Injector for ATI, NVidia and Intel for wide range of "
"supported cards. Also customizable."
msgstr ""
"支持大部分 ATI, NVidia 及 Intel 显卡 的 属性注入, 并支持定制化参数设置。"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:38
@ -185,14 +196,22 @@ msgstr "支持 设置 NVRAM 变量来实现不同的需求"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:45
msgid "default boot after timeout, customizable GUI , and saving screenshots from GUI typing F10"
msgstr "可按 F10 储存 图形界面 GUI 的截图,可设定默认启动区及定制化 GUI 图形界面"
msgid ""
"default boot after timeout, customizable GUI , and saving screenshots from "
"GUI typing F10"
msgstr ""
"可按 F10 储存 图形界面 GUI 的截图,可设定默认启动区及定制化 GUI 图形界面"
#. type: Content of: <html><body><ul><li>
#: Resources/templates/Description.html:46
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "可按 F2 储存操作系统的日志 boot.log 及 GUI 的日志 preboot.log"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-18 20:56+0300\n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"PO-Revision-Date: 2018-10-02 11:48+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: zh_TW <zh_TW@li.org>\n"
@ -24,8 +24,10 @@ msgid "Clover EFI"
msgstr "Clover EFI"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31 Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -206,6 +208,11 @@ msgstr ""
msgid "saving boot.log in OS and preboot.log from GUI by typing F2"
msgstr "可按 F2 儲存 OS 的紀錄 boot.log 及 GUI 的紀錄 preboot.log"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:22
msgid "Installation Complete!"

View File

@ -57,7 +57,9 @@ fi
checkGETTEXT() {
if [[ ! -x $(which gettext) ]]; then
"${CLOVERROOT}"/buildgettext.sh
if [[ ! -x "${TOOLCHAIN_DIR}"/bin/gettext ]]; then
"${CLOVERROOT}"/buildgettext.sh
fi
fi
}