This commit is contained in:
SergeySlice 2019-12-08 18:35:13 +03:00
commit 7e0d9e1f4b
25 changed files with 65 additions and 64 deletions

View File

@ -1046,7 +1046,7 @@
CODE_SIGN_ENTITLEMENTS = Clover/Clover.entitlements; CODE_SIGN_ENTITLEMENTS = Clover/Clover.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.11; CURRENT_PROJECT_VERSION = 1.12;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Clover/Frameworks", "$(PROJECT_DIR)/Clover/Frameworks",
@ -1061,7 +1061,7 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Clover/Frameworks", "$(PROJECT_DIR)/Clover/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.12;
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.slice.Clover; PRODUCT_BUNDLE_IDENTIFIER = org.slice.Clover;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
@ -1081,7 +1081,7 @@
CODE_SIGN_ENTITLEMENTS = Clover/Clover.entitlements; CODE_SIGN_ENTITLEMENTS = Clover/Clover.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.11; CURRENT_PROJECT_VERSION = 1.12;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Clover/Frameworks", "$(PROJECT_DIR)/Clover/Frameworks",
@ -1095,7 +1095,7 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Clover/Frameworks", "$(PROJECT_DIR)/Clover/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.12;
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.slice.Clover; PRODUCT_BUNDLE_IDENTIFIER = org.slice.Clover;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";

View File

@ -32,7 +32,7 @@
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="G6z-Xp-lnm"> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="G6z-Xp-lnm">
<rect key="frame" x="21" y="580" width="303" height="16"/> <rect key="frame" x="21" y="580" width="303" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Boot device:" id="omZ-xs-Wjn"> <textFieldCell key="cell" lineBreakMode="clipping" title="Boot Device:" id="omZ-xs-Wjn">
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -202,7 +202,7 @@
</connections> </connections>
</popUpButton> </popUpButton>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zc5-Dl-jIh"> <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zc5-Dl-jIh">
<rect key="frame" x="184" y="420" width="145" height="31"/> <rect key="frame" x="197" y="420" width="131" height="31"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="umount" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="bhl-e0-nVD"> <buttonCell key="cell" type="push" title="umount" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="bhl-e0-nVD">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
@ -348,7 +348,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</textField> </textField>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="l6m-qm-d70"> <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="l6m-qm-d70">
<rect key="frame" x="17" y="428" width="167" height="18"/> <rect key="frame" x="17" y="428" width="186" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="*auto mount" bezelStyle="regularSquare" imagePosition="left" inset="2" id="tdl-nw-YFd"> <buttonCell key="cell" type="check" title="*auto mount" bezelStyle="regularSquare" imagePosition="left" inset="2" id="tdl-nw-YFd">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>

View File

@ -657,7 +657,8 @@ class SettingsViewController: NSViewController, NSTextFieldDelegate, URLSessionD
} else { } else {
AppSD.statusItem.title = "\(lastRevNum)" AppSD.statusItem.title = "\(lastRevNum)"
} }
if installerRevNum > lastRevNum {
if installerRevNum < lastRevNum {
self.updateCloverButton.isEnabled = true self.updateCloverButton.isEnabled = true
self.updateCloverButton.title = String(format: "Update to r%d".locale, lastRevNum) self.updateCloverButton.title = String(format: "Update to r%d".locale, lastRevNum)
} else { } else {

View File

@ -14,7 +14,7 @@
"N/A" = "N/V"; // not available (please be short) "N/A" = "N/V"; // not available (please be short)
"Install Clover" = "Clover installieren"; "Install Clover" = "Clover installieren";
"Current Clover revision" = "Aktuelle Clover revision"; "Current Clover revision" = "Aktuelle Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "Config.plist Pfad:"; "config path:" = "Config.plist Pfad:";
"Clover wants to mount %@" = "Clover möchte %@ mounten"; "Clover wants to mount %@" = "Clover möchte %@ mounten";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "Unmount"; "umount" = "Unmount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "Wahr"; "true" = "Wahr";
"false" = "Falsch"; "false" = "Falsch";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/D"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "N/A"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Installer Clover"; "Install Clover" = "Installer Clover";
"Current Clover revision" = "Version actuelle de Clover"; "Current Clover revision" = "Version actuelle de Clover";
"Boot device" = "Périphérique De Démarrage"; "Boot Device:" = "Périphérique De Démarrage:";
"config path:" = "voie d'acces vers config:"; "config path:" = "voie d'acces vers config:";
"Clover wants to mount %@" = "Clover desire monter %@"; "Clover wants to mount %@" = "Clover desire monter %@";
@ -22,14 +22,14 @@
"Mount" = "Monter"; "Mount" = "Monter";
"umount" = "demonter"; "umount" = "demonter";
"mount point" = "point d'acces"; "mount point" = "point d'acces";
"auto mount" = "montage automatique"; "*auto mount" = "*monter automatiquement";
"true" = "vrai"; "true" = "vrai";
"false" = "faux"; "false" = "faux";
"Theme:" = "Thème:"; "Theme:" = "Thème:";
"Sound:" = "Son:"; "Sound:" = "Son:";
"*Make filesystem read-write" = "*Transformer le système de fichiers en lecture-écriture"; "*Make filesystem read-write" = "*Changer système fichiers en lecture-écriture";
"*Disable Sleep Proxy Client" = "*Désactiver Mise en veille du Proxy Client"; "*Disable Sleep Proxy Client" = "*Désactiver Mise en veille du Proxy Client";
"*Require CloverDaemon" = "*Necessite CloverDaemon"; "*Require CloverDaemon" = "*Necessite CloverDaemon";
"Read daemon log" = "Lire log daemon"; "Read daemon log" = "Lire log daemon";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/D"; // not available (please be short)
"Install Clover" = "Pasang Clover"; "Install Clover" = "Pasang Clover";
"Current Clover revision" = "Revisi Clover Terkini"; "Current Clover revision" = "Revisi Clover Terkini";
"Boot device" = "Device Boot"; "Boot Device:" = "Device Boot:";
"config path:" = "Lokasi config:"; "config path:" = "Lokasi config:";
"Clover wants to mount %@" = "Clover ingin mount %@"; "Clover wants to mount %@" = "Clover ingin mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/D"; // not available (please be short)
"Install Clover" = "Installa Clover"; "Install Clover" = "Installa Clover";
"Current Clover revision" = "Revisione corrente"; "Current Clover revision" = "Revisione corrente";
"Boot device" = "Boot Device"; "Boot Device:" = "Disco di avvio:";
"config path:" = "percorso config:"; "config path:" = "percorso config:";
"Clover wants to mount %@" = "Clover vuole montare %@"; "Clover wants to mount %@" = "Clover vuole montare %@";
@ -22,7 +22,7 @@
"Mount" = "Monta"; "Mount" = "Monta";
"umount" = "smonta"; "umount" = "smonta";
"mount point" = "punto di montaggio"; "mount point" = "punto di montaggio";
"auto mount" = "auto monta"; "*auto mount" = "*auto monta";
"true" = "vero"; "true" = "vero";
"false" = "falso"; "false" = "falso";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "알수없음"; // not available (please be short) "N/A" = "알수없음"; // not available (please be short)
"Install Clover" = "클로버 설치"; "Install Clover" = "클로버 설치";
"Current Clover revision" = "현재 클로버 리비전"; "Current Clover revision" = "현재 클로버 리비전";
"Boot device" = "부트 디스크"; "Boot Device:" = "부트 디스크:";
"config path:" = "config 경로:"; "config path:" = "config 경로:";
"Clover wants to mount %@" = "클로버는 다음 디스크를 마운트: %@"; "Clover wants to mount %@" = "클로버는 다음 디스크를 마운트: %@";
@ -22,7 +22,7 @@
"Mount" = "마운트"; "Mount" = "마운트";
"umount" = "언마운트"; "umount" = "언마운트";
"mount point" = "마운트 포인트"; "mount point" = "마운트 포인트";
"auto mount" = "auto mount"; "*auto mount" = "*자동 마운트";
"true" = "예"; "true" = "예";
"false" = "아니오"; "false" = "아니오";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/D"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -22,7 +22,7 @@
"Mount" = "Montar"; "Mount" = "Montar";
"umount" = "desmontar"; "umount" = "desmontar";
"mount point" = "ponto de montagem"; "mount point" = "ponto de montagem";
"auto mount" = "auto mount"; "auto mount" = "Montagem Auto";
"true" = "verdadeiro"; "true" = "verdadeiro";
"false" = "falso"; "false" = "falso";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -14,7 +14,7 @@
"N/A" = "Н/Д"; // not available (please be short) "N/A" = "Н/Д"; // not available (please be short)
"Install Clover" = "Установить Clover"; "Install Clover" = "Установить Clover";
"Current Clover revision" = "Текущая ревизия Clover"; "Current Clover revision" = "Текущая ревизия Clover";
"Boot device" = "Загрузочное устройство"; "Boot Device:" = "Загрузочное устройство:";
"config path:" = "путь к файлу config:"; "config path:" = "путь к файлу config:";
"Clover wants to mount %@" = "Clover желает смонтировать %@"; "Clover wants to mount %@" = "Clover желает смонтировать %@";
@ -22,7 +22,7 @@
"Mount" = "Смонтировать"; "Mount" = "Смонтировать";
"umount" = "Размонтировать"; "umount" = "Размонтировать";
"mount point" = "название тома"; "mount point" = "название тома";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "истина"; "true" = "истина";
"false" = "ложь"; "false" = "ложь";

View File

@ -14,7 +14,7 @@
"N/A" = "N/V"; // not available (please be short) "N/A" = "N/V"; // not available (please be short)
"Install Clover" = "Instalirajte Clover"; "Install Clover" = "Instalirajte Clover";
"Current Clover revision" = "Trenutna verzija Clover-a"; "Current Clover revision" = "Trenutna verzija Clover-a";
"Boot device" = "Uređaj za podizanje sastava"; "Boot Device:" = "Uređaj za podizanje sastava:";
"config path:" = "Putanja za konfiguraciju:"; "config path:" = "Putanja za konfiguraciju:";
"Clover wants to mount %@" = "Clover želi %@ mount"; "Clover wants to mount %@" = "Clover želi %@ mount";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "Unmount"; "umount" = "Unmount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "tačno"; "true" = "tačno";
"false" = "Lažno"; "false" = "Lažno";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "安装 Clover"; "Install Clover" = "安装 Clover";
"Current Clover revision" = "目前 Clover 版本"; "Current Clover revision" = "目前 Clover 版本";
"Boot device" = "引导设备"; "Boot Device:" = "引导设备:";
"config path:" = "config 路径:"; "config path:" = "config 路径:";
"Clover wants to mount %@" = "Clover 想要挂载 %@"; "Clover wants to mount %@" = "Clover 想要挂载 %@";
@ -22,7 +22,7 @@
"Mount" = "挂载"; "Mount" = "挂载";
"umount" = "卸载"; "umount" = "卸载";
"mount point" = "挂载点"; "mount point" = "挂载点";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "是"; "true" = "是";
"false" = "否"; "false" = "否";

View File

@ -11,10 +11,10 @@
*/ */
/* top bar menu */ /* top bar menu */
"N/A" = "N/D"; // not available (please be short) "N/A" = "N/A"; // not available (please be short)
"Install Clover" = "Install Clover"; "Install Clover" = "Install Clover";
"Current Clover revision" = "Current Clover revision"; "Current Clover revision" = "Current Clover revision";
"Boot device" = "Boot Device"; "Boot Device:" = "Boot Device:";
"config path:" = "config path:"; "config path:" = "config path:";
"Clover wants to mount %@" = "Clover wants to mount %@"; "Clover wants to mount %@" = "Clover wants to mount %@";
@ -22,7 +22,7 @@
"Mount" = "Mount"; "Mount" = "Mount";
"umount" = "umount"; "umount" = "umount";
"mount point" = "mount point"; "mount point" = "mount point";
"auto mount" = "auto mount"; "*auto mount" = "*auto mount";
"true" = "true"; "true" = "true";
"false" = "false"; "false" = "false";