From 4774bde1f14c78b716f41fba8edb04ab85191555 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 29 May 2025 06:03:52 +0900 Subject: [PATCH] macOS: use macFUSE name instead of OSXFUSE to match the new name of the macOS fuse library project. --- README.md | 12 ++++++------ Translations/Language.ar.xml | 2 +- Translations/Language.be.xml | 2 +- Translations/Language.bg.xml | 2 +- Translations/Language.ca.xml | 2 +- Translations/Language.co.xml | 2 +- Translations/Language.cs.xml | 2 +- Translations/Language.da.xml | 2 +- Translations/Language.de.xml | 2 +- Translations/Language.el.xml | 2 +- Translations/Language.es.xml | 2 +- Translations/Language.et.xml | 2 +- Translations/Language.eu.xml | 2 +- Translations/Language.fa.xml | 2 +- Translations/Language.fi.xml | 2 +- Translations/Language.fr.xml | 2 +- Translations/Language.he.xml | 2 +- Translations/Language.hu.xml | 2 +- Translations/Language.id.xml | 2 +- Translations/Language.it.xml | 2 +- Translations/Language.ja.xml | 2 +- Translations/Language.ka.xml | 2 +- Translations/Language.ko.xml | 2 +- Translations/Language.lv.xml | 2 +- Translations/Language.my.xml | 2 +- Translations/Language.nb.xml | 2 +- Translations/Language.nl.xml | 2 +- Translations/Language.nn.xml | 2 +- Translations/Language.pl.xml | 2 +- Translations/Language.pt-br.xml | 2 +- Translations/Language.ro.xml | 2 +- Translations/Language.ru.xml | 2 +- Translations/Language.sk.xml | 2 +- Translations/Language.sl.xml | 2 +- Translations/Language.sv.xml | 2 +- Translations/Language.th.xml | 2 +- Translations/Language.tr.xml | 2 +- Translations/Language.uk.xml | 2 +- Translations/Language.uz.xml | 2 +- Translations/Language.vi.xml | 2 +- Translations/Language.zh-cn.xml | 2 +- Translations/Language.zh-hk.xml | 2 +- Translations/Language.zh-tw.xml | 2 +- src/Common/Language.xml | 2 +- src/Readme.txt | 12 ++++++------ src/Setup/MacOSX/veracrypt.pkgproj | 14 +++++++------- src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 14 +++++++------- 47 files changed, 69 insertions(+), 69 deletions(-) diff --git a/README.md b/README.md index c25f4fa4..4db7fc33 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ it is also available [online](https://veracrypt.jp/en/CompilingGuidelineLinux.ht - wxWidgets 3.0 shared library and header files installed or wxWidgets 3.0 library source code (available at https://www.wxwidgets.org) - FUSE library and header files (available at https://github.com/libfuse/libfuse - and https://osxfuse.github.io/) + and https://macfuse.github.io/) - PCSC-lite library and header files (available at https://github.com/LudovicRousseau/PCSC) ## Instructions for Building VeraCrypt for Linux and Mac OS X: @@ -163,8 +163,8 @@ compile using the following commands: `$ sudo make install` -After making sure pkg-config is available, download and install OSXFuse from -https://osxfuse.github.io/ +After making sure pkg-config is available, download and install macFUSE from +https://macfuse.github.io/ The [build_veracrypt_macosx.sh](./src/Build/build_veracrypt_macosx.sh) script performs the full build of VeraCrypt including the creation of the installer pkg. It expects @@ -177,9 +177,9 @@ src/Main/Main.make (look for lines containing "Developer ID Application" and "Developer ID Installer"). You'll have to modify these lines to put the ID of your Code Signing certificates or comment them out if you don't have one. -Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a -VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension. -Thus, we recommend using a different OSX SDK version for building VeraCrypt. +Because of incompatibility issues with macFUSE, the SDK 10.9 generates a +VeraCrypt binary that has issues communicating with the macFUSE kernel extension. +Thus, we recommend using a different macOS SDK version for building VeraCrypt. The Packages installer that is used for the VeraCrypt official build has been notarized by IDRIX and it is available at https://github.com/idrassi/packages/releases diff --git a/Translations/Language.ar.xml b/Translations/Language.ar.xml index 2ae9484b..253dfda3 100644 --- a/Translations/Language.ar.xml +++ b/Translations/Language.ar.xml @@ -1553,7 +1553,7 @@ خطأ: يستخدم المحرك حجم قطاع غير 512 بايت.\n\nبسبب قيود المكونات المتاحة على نظامك، لا يمكن إنشاء / استخدام الأحجام المستضافة على القسم / الجهاز على المحرك.\n\nالحلول الممكنة:\n- إنشاء حجم مستضاف على الملفات (حاوية) على المحرك.\n- استخدام محرك بأحجام قطاع 512 بايت.\n- استخدام VeraCrypt على نظام آخر. ملف / جهاز المضيف قيد الاستخدام بالفعل. فتحة الحجم غير متاحة. - يتطلب VeraCrypt إصدار OSXFUSE 2.5 أو أحدث. + يتطلب VeraCrypt إصدار macFUSE 2.5 أو أحدث. حدث استثناء إدخال كلمة السر ‮أدخل كلمة سر مجلد ڤيراكربت diff --git a/Translations/Language.be.xml b/Translations/Language.be.xml index 8bf17125..0b63c505 100644 --- a/Translations/Language.be.xml +++ b/Translations/Language.be.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.bg.xml b/Translations/Language.bg.xml index 47bbb715..2a17310f 100644 --- a/Translations/Language.bg.xml +++ b/Translations/Language.bg.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.ca.xml b/Translations/Language.ca.xml index 4ac3bb0e..202ce7b5 100644 --- a/Translations/Language.ca.xml +++ b/Translations/Language.ca.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.co.xml b/Translations/Language.co.xml index 92c053c0..09bf4ad3 100644 --- a/Translations/Language.co.xml +++ b/Translations/Language.co.xml @@ -1572,7 +1572,7 @@ Information about Corsican localization: Sbagliu : U lettore impiegheghja una dimensione di settore altra chè 512 ottetti.\n\nPer via di limitazioni di i cumpunenti dispunibule nant’à a vostra piattaforma, i vulumi ospitati in a partizione o l’apparechju ùn ponu micca esse creati o impiegati nant’à u lettore.\n\nSuluzioni pussibule :\n- Impiegà un lettore cù settori di 512 ottetti.\n- Impiegà VeraCrypt nant’à un’altra piattaforma. U schedariu o l’apparechju ospite hè dighjà impiegatu. L’alloghju di u vulume hè indispunibule. - VeraCrypt richiede OSXFUSE 2.5 o più recente. + VeraCrypt richiede macFUSE 2.5 o più recente. Un’anumalia hè accaduta Stampittate a parolla d’intesa Stampittà a parolla d’intesa di u vulume VeraCrypt diff --git a/Translations/Language.cs.xml b/Translations/Language.cs.xml index 6602342a..f1858b8c 100644 --- a/Translations/Language.cs.xml +++ b/Translations/Language.cs.xml @@ -1553,7 +1553,7 @@ Chyba: Disk používá jinou velikost sektoru než 512 bajtů.\n\nVzhledem k omezením komponent dostupných na vaší platformě, svazky hostované diskovým oddílem/zařízením nemohou být vytvořeny/použity.\n\nMožná řešení:\n- Vytvořit na jednotce svazek pro soubory (kontejner).\n- Použít jednotku s 512bajtovými sektory.\n- Použít VeraCrypt na jiné platformě. Hostitelský soubor/zařízení se již používá. Slot pro svazek není k dispozici. - VeraCrypt vyžaduje minimálně OSXFUSE 2.5. + VeraCrypt vyžaduje minimálně macFUSE 2.5. Vyskytla se chyba Zadejte heslo Zadejte heslo ke svazku Veracrypt diff --git a/Translations/Language.da.xml b/Translations/Language.da.xml index c41d345f..6b57caa1 100644 --- a/Translations/Language.da.xml +++ b/Translations/Language.da.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.de.xml b/Translations/Language.de.xml index 3fd649a2..a18bd8b5 100644 --- a/Translations/Language.de.xml +++ b/Translations/Language.de.xml @@ -1556,7 +1556,7 @@ FEHLER: Das Laufwerk benutzt eine von 512 Byte verschiedene Sektorgröße.\n\nWegen Komponentenlimitierung auf Ihrer Plattform können partitions- und gerätebasierende Volumes nicht auf dem Laufwerk erstellt/benutzt werden. \n\nMögliche Lösungen:\n- Erstellen Sie einen dateibasierten Volume-Container auf dem Laufwerk.\n- Benutzen Sie ein Laufwerk mit 512-Byte-Sektoren.\n- Benutzen Sie VeraCrypt auf einer anderen Plattform. Die Host-Datei oder das Host-Gerät ist bereits in Benutzung. Volume-Platz nicht verfügbar. - VeraCrypt erfordert OSXFUSE 2.5 oder höher. + VeraCrypt erfordert macFUSE 2.5 oder höher. Ausnahme aufgetreten Passwort eingeben VeraCrypt-Volume-Passwort eingeben diff --git a/Translations/Language.el.xml b/Translations/Language.el.xml index e52990a5..781c18a1 100644 --- a/Translations/Language.el.xml +++ b/Translations/Language.el.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.es.xml b/Translations/Language.es.xml index d549bd7f..28532722 100644 --- a/Translations/Language.es.xml +++ b/Translations/Language.es.xml @@ -1553,7 +1553,7 @@ Error: La unidad utiliza un tamaño de sector diferente a 512 bytes.\n\nDebido a las limitaciones de los componentes disponibles en su plataforma, los volúmenes alojados en particiones/dispositivos no se pueden crear/utilizar en la unidad.\n\nPosibles soluciones:\n- Cree un volumen alojado en un archivo (contenedor) en la unidad.\n- Utilice una unidad con sectores de 512 bytes.\n- Utilice VeraCrypt en otra plataforma. El archivo/dispositivo anfitrión ya está en uso. Ranura de volumen no disponible. - VeraCrypt requiere OSXFUSE 2.5 o superior. + VeraCrypt requiere macFUSE 2.5 o superior. Se produjo una excepción Introducir contraseña Introducir contraseña de volumen VeraCrypt diff --git a/Translations/Language.et.xml b/Translations/Language.et.xml index 25785d00..5f077170 100644 --- a/Translations/Language.et.xml +++ b/Translations/Language.et.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.eu.xml b/Translations/Language.eu.xml index d76dc202..a7c2f846 100644 --- a/Translations/Language.eu.xml +++ b/Translations/Language.eu.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.fa.xml b/Translations/Language.fa.xml index 9e78ff3e..0a2c4a20 100644 --- a/Translations/Language.fa.xml +++ b/Translations/Language.fa.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.fi.xml b/Translations/Language.fi.xml index 089e85f5..3fc782ec 100644 --- a/Translations/Language.fi.xml +++ b/Translations/Language.fi.xml @@ -1553,7 +1553,7 @@ Virhe: Levy käyttää jotakin muuta sektorikokoa kuin 512 tavua.\n\nAlustallasi saatavilla olevien komponenttien rajoitusten vuoksi, osio- tai laitepohjaisia taltioita ei voida luoda eikä käyttää tällä levyllä.\nMahdollisia ratkaisuja:\n- Luo tiedostopohjainen taltio (säilö) levylle.\n- Käytä levyä jossa on 512 tavun sektorikoko.\n- Käytä VeraCryptiä toisella alustalla. Isäntätiedosto/-laite on jo käytössä. Paikka ei ole käytettävissä. - VeraCrypt vaatii OSXFUSE 2.5 tai uudemman version. + VeraCrypt vaatii macFUSE 2.5 tai uudemman version. Poikkeus kohdattu Anna salasana Anna VeraCrypt-taltion salasana diff --git a/Translations/Language.fr.xml b/Translations/Language.fr.xml index 676d7ca8..d8efe28d 100644 --- a/Translations/Language.fr.xml +++ b/Translations/Language.fr.xml @@ -1553,7 +1553,7 @@ Erreur : Le disque utilise une taille de secteur autre que 512 octets.\n\nEn raison des limitations des composants disponibles sur votre plateforme, les volumes hébergés sur une partition ou un périphérique ne peuvent pas être créés/utilisés sur ce disque.\n\nSolutions possibles :\n- Créez un volume hébergé dans un fichier (conteneur) sur le disque.\n- Utilisez un disque avec des secteurs de 512 octets.\n- Utilisez VeraCrypt sur une autre plateforme. Le fichier/périphérique hôte est déjà utilisé. L'emplacement du volume est indisponible. - VeraCrypt nécessite OSXFUSE 2.5 ou une version ultérieure. + VeraCrypt nécessite macFUSE 2.5 ou une version ultérieure. Une exception s'est produite Entrez le mot de passe Entrez le mot de passe du volume VeraCrypt diff --git a/Translations/Language.he.xml b/Translations/Language.he.xml index 7a30d68a..09dd7c26 100644 --- a/Translations/Language.he.xml +++ b/Translations/Language.he.xml @@ -1554,7 +1554,7 @@ שגיאה: הכונן משתמש בגודל מגזר שאינו 512 בתים. \n \n בשל מגבלות של רכיבים הזמינים בפלטפורמה שלך, לא ניתן ליצור / להשתמש בכמויות מחיצות / התקנים בכונן. \n \n פתרונות אפשריים: \n-צור אמצעי אחסון מתארח (מיכל) בכונן. \n - השתמש בכונן עם מגזרים של 512 בתים. \n - השתמש ב- VeraCrypt בפלטפורמה אחרת. הקובץ / ההתקן המארח כבר נמצא בשימוש. חריץ אמצעי האחסון אינו זמין. - VeraCrypt דורש OSXFUSE 2.5 ומעלה. + VeraCrypt דורש macFUSE 2.5 ומעלה. אירעה שגיאה הזן את הסיסמה הזן את סיסמת אמצעי האחסון של VeraCrypt diff --git a/Translations/Language.hu.xml b/Translations/Language.hu.xml index fe74c9c2..02f9cec5 100644 --- a/Translations/Language.hu.xml +++ b/Translations/Language.hu.xml @@ -1553,7 +1553,7 @@ Hiba: A meghajtó 512 bájttól eltérő szektorméretet használ.\n\nA platformon elérhető összetevők korlátai miatt a partíció/eszköz által tárolt kötetek nem hozhatók létre/használhatók a meghajtón.\n\nLehetséges megoldások:\n- Hozzon létre egy fájl által tárolt kötetet (tárolót) a meghajtón.\n- Használjon 512 bájtos szektorokkal rendelkező meghajtót.\n- Használja a VeraCrypt alkalmazást egy másik platformon. A gazdafájl/eszköz már használatban van A kötettároló nem érhető el. - A VeraCrypt OSXFUSE 2.5 vagy újabb verziót igényel. + A VeraCrypt macFUSE 2.5 vagy újabb verziót igényel. Kivétel történt Adja meg a jelszót Adja meg a VeraCrypt kötet jelszavát diff --git a/Translations/Language.id.xml b/Translations/Language.id.xml index a6296a68..897efc95 100644 --- a/Translations/Language.id.xml +++ b/Translations/Language.id.xml @@ -1553,7 +1553,7 @@ Kesalahan: Drive menggunakan ukuran sektor selain 512 byte.\n\nKarena keterbatasan komponen yang tersedia di platform Anda, volume berbasis partisi/perangkat yang di-host tidak dapat dibuat/digunakan pada drive.\n\nSolusi yang mungkin:\n- Buat volume berbasis berkas (wadah) pada drive.\n- Gunakan drive dengan sektor 512-byte.\n- Gunakan VeraCrypt pada platform lain. Berkas/perangkat host sudah digunakan. Slot volume tidak tersedia. - VeraCrypt membutuhkan OSXFUSE 2.5 atau lebih tinggi. + VeraCrypt membutuhkan macFUSE 2.5 atau lebih tinggi. Terjadi eksepsi. Masukkan kata sandi. Masukkan Kata Sandi Volume VeraCrypt. diff --git a/Translations/Language.it.xml b/Translations/Language.it.xml index f0f403ed..e7553e60 100644 --- a/Translations/Language.it.xml +++ b/Translations/Language.it.xml @@ -1553,7 +1553,7 @@ Errore: l'unità usa una dimensione del settore diversa da 512 byte.\n\nA causa delle limitazioni dei componenti disponibili nella piattaforma, non è possibile creare/usare volumi ospitati in una partizione/dispositivo nell'unità.\n\nPossibili soluzioni:\n- Creare nell'unità un volume (contenitore) ospitato da un file.\n- Usare un'unità con settori da 512 byte.\n- Usare VeraCrypt in un'altra piattaforma. Il file/dispositivo host è già in uso. Slot volume non disponibile. - VeraCrypt richiede OSXFUSE 2.5 o superiore. + VeraCrypt richiede macFUSE 2.5 o superiore. Si è verificata un'eccezione Inserire password Digita la password del volume VeraCrypt diff --git a/Translations/Language.ja.xml b/Translations/Language.ja.xml index 734725bc..0fc1a7f9 100644 --- a/Translations/Language.ja.xml +++ b/Translations/Language.ja.xml @@ -1553,7 +1553,7 @@ エラー: ドライブは 512 バイト以外のセクターサイズを使用しています。\n\nプラットフォームで利用可能なコンポーネントの制限により、ドライブ上でパーティション/デバイスホスト型ボリュームを作成/使用できません。\n\n考えられる解決策:\n- ドライブにファイルホスト型ボリューム(コンテナ)を作成します。\n- 512 バイトセクターのドライブを使用します。\n- 別のプラットフォームで VeraCrypt を使用します。 ホストファイル/デバイスはすでに使用されています。 ボリュームスロットは使用できません。 - VeraCrypt には OSXFUSE 2.5 以上が必要です。 + VeraCrypt には macFUSE 2.5 以上が必要です。 例外が発生しました パスワードの入力 VeraCryptボリュームのパスワードの入力 diff --git a/Translations/Language.ka.xml b/Translations/Language.ka.xml index 296de205..def6ad36 100644 --- a/Translations/Language.ka.xml +++ b/Translations/Language.ka.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.ko.xml b/Translations/Language.ko.xml index a0c9f81f..fdf339dd 100644 --- a/Translations/Language.ko.xml +++ b/Translations/Language.ko.xml @@ -1553,7 +1553,7 @@ 오류: 드라이브 섹터가 512 바이트가 아닌 크기를 사용합니다.\n\n사용가능한 플랫폼 구성요소의 제한으로 인해 드라이브 혹은 장치에 호스트된 볼륨을 이 장치에서 생성하거나 사용할 수 없습니다.\n\n가능한 해결책:\n- 파일 호스트 볼륨(컨테이너)를 생성합니다.\n- 512 바이트를 섹터 크기로 사용하는 드라이브를 사용하세요.\n- 다른 플랫폼에서 VeraCrypt를 사용하세요. 호스트 파일이나 장치가 이미 사용 중입니다. 볼륨 슬롯이 사용가능하지 않습니다. - VeraCrypt는 OSXFUSE 2.5 혹은 더 높은 버전을 필요로 합니다. + VeraCrypt는 macFUSE 2.5 혹은 더 높은 버전을 필요로 합니다. 예외 발생 비밀번호 입력 VeraCrypt 볼륨 비밀번호 입력 diff --git a/Translations/Language.lv.xml b/Translations/Language.lv.xml index 71e522a3..39deb888 100644 --- a/Translations/Language.lv.xml +++ b/Translations/Language.lv.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.my.xml b/Translations/Language.my.xml index 878d527c..73e574be 100644 --- a/Translations/Language.my.xml +++ b/Translations/Language.my.xml @@ -1555,7 +1555,7 @@ ပြဿနာ - ဒရိုက်(ဗ်)သည် ၅၁၂ ဘိုက် မဟုတ်သည့် အပိုင်းအရွယ်အစားကို အသုံးပြုသည်။\n\nသင့်ပလက်ဖောင်းပေါ်တွင် ရရှိနိုင်သော အစိတ်အပိုင်းများ၏ ကန့်သတ်ချက်များကြောင့် ဒရိုက်(ဗ်)တွင် အခန်းကန့်/စက်ပစ္စည်း လက်ခံထားရှိသော volume များကို မဖန်တီးနိုင်ပါ/အသုံးမပြုနိုင်ပါ။\n\nဖြစ်နိုင်ခြေရှိသော ဖြေရှင်းနည်းများ -\n- ဒရိုက်(ဗ်)ပေါ်တွင် ဖိုင်လက်ခံထားရှိသော volume (ထည့်စရာ) တစ်ခုကို ဖန်တီးပါ။\n- 512-byte အပိုင်းများပါသော ဒရိုက်(ဗ်)တစ်ခုကို သုံးပါ။\n- အခြားပလက်ဖောင်းပေါ်တွင် VeraCrypt ကို အသုံးပြုပါ။ လက်ခံဖိုင်/စက်ကို အသုံးပြုထားပြီး ဖြစ်သည်။ Volume အပေါက် မရရှိနိုင်ပါ။ - VeraCrypt သည် OSXFUSE 2.5 နှင့်အထက် လိုအပ်သည်။ + VeraCrypt သည် macFUSE 2.5 နှင့်အထက် လိုအပ်သည်။ ခြွင်းချက် ဖြစ်ပေါ်ခဲ့သည် စကားဝှက် ရိုက်ထည့်ပါ VeraCrypt Volume စကားဝှက် ရေးထည့်ရန် diff --git a/Translations/Language.nb.xml b/Translations/Language.nb.xml index 97e85082..bf978b26 100644 --- a/Translations/Language.nb.xml +++ b/Translations/Language.nb.xml @@ -1553,7 +1553,7 @@ Feil: Disken bruker en sektorstørrelse som er annerledes enn 512 byte.\n\nPå grunn av begrensninger i komponenter tilgjengelig på din plattform, kan ikke partisjon/device-baserte volumer opprettes/bruke på disken.\n\nMulige løsninger:\n- Opprett et filvertert volum (beholder) på disken.\n- Bruk en disk med 512-byte sektorer.\n- Bruk VeraCrypt på en annen plattform. Vertfil/enhet er allerede i bruk. Volumsporet utilgjengelig. - VeraCrypt krever OSXFUSE 2.5 eller nyere. + VeraCrypt krever macFUSE 2.5 eller nyere. Unntak skjedde Angi passord Angi VeraCrypt Volum Passord diff --git a/Translations/Language.nl.xml b/Translations/Language.nl.xml index d13c2f45..35470110 100644 --- a/Translations/Language.nl.xml +++ b/Translations/Language.nl.xml @@ -1553,7 +1553,7 @@ Fout: de schijf gebruikt een andere sectorgrootte dan 512 bytes.\n\nVanwege de beperkingen van de onderdelen die beschikbaar zijn op uw platform, kunnen er geen partitie-/apparaatgehoste volumes worden aangemaakt/gebruikt op de schijf.\n\nMogelijke oplossingen:\n- Een bestandsgehost volume (container) op de schijf maken.\n- Een schijf met sectoren van 512 bytes gebruiken.\n- VeraCrypt op een ander platform gebruiken. Het hostbestand/-apparaat is al in gebruik. Volumeslot niet beschikbaar. - VeraCrypt vereist OSXFUSE 2.5 or nieuwer. + VeraCrypt vereist macFUSE 2.5 or nieuwer. Er deed zich een uitzondering voor Wachtwoord invoeren Voer het VeraCrypt-volume-wachtwoord in diff --git a/Translations/Language.nn.xml b/Translations/Language.nn.xml index 646caf28..fd483147 100644 --- a/Translations/Language.nn.xml +++ b/Translations/Language.nn.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.pl.xml b/Translations/Language.pl.xml index 227a9d78..26aa1325 100644 --- a/Translations/Language.pl.xml +++ b/Translations/Language.pl.xml @@ -1553,7 +1553,7 @@ Błąd: Dysk używa rozmiaru sektora innego niż 512 bajty.\n\nZe względu na ograniczenia komponentów dostępnych na Twojej platformie wolumeny oparte na partycjach/urządzeniu nie mogą być tworzone/używane na dysku.\n\nMożliwe rozwiązania:\n- Utwórz na dysku wolumen (kontener) oparty na pliku.\n- Użyj dysku z sektorami 512-bajtowymi.\n- Użyj VeraCrypt na innej platformie. Plik/urządzenie hosta jest już używane. Miejsce na wolumen jest niedostępne. - VeraCrypt wymaga OSXFUSE w wersji 2.5 lub nowszego. + VeraCrypt wymaga macFUSE w wersji 2.5 lub nowszego. Wystąpił wyjątek. Wprowadź hasło Wprowadź hasło wolumenu VeraCrypt diff --git a/Translations/Language.pt-br.xml b/Translations/Language.pt-br.xml index 9ea0c378..abd130fa 100644 --- a/Translations/Language.pt-br.xml +++ b/Translations/Language.pt-br.xml @@ -1553,7 +1553,7 @@ Erro: O drive usa um tamanho de setor diferente de 512 bytes.\n\nDevido a limitações dos componentes disponíveis na sua plataforma, volumes hospedados em partições/dispositivos não podem ser criados/usados no drive.\n\nPossíveis soluções:\n- Crie um volume hospedado em arquivo (container) no drive.\n- Use um drive com setores de 512 bytes.\n- Use o VeraCrypt em outra plataforma. O arquivo/dispositivo host já está em uso. Slot de volume indisponível. - O VeraCrypt requer o OSXFUSE 2.5 ou superior. + O VeraCrypt requer o macFUSE 2.5 ou superior. Ocorreu uma exceção. Digite a senha Digitar a Senha do Volume VeraCrypt diff --git a/Translations/Language.ro.xml b/Translations/Language.ro.xml index 4ad663a0..38fcda01 100644 --- a/Translations/Language.ro.xml +++ b/Translations/Language.ro.xml @@ -1553,7 +1553,7 @@ Eroare: unitatea folosește o dimensiune de sector diferită de 512 de baiți.\n\nDin cauza limitărilor componentelor disponibile pe platformă, volumele partiției/găzduite de dispozitiv nu pot fi create/utilizate pe unitate.\n\nSoluții posibile:\n- Creați un volum găzduit de fișiere (container) pe unitate.\n- Utilizați o unitate cu sectoare de 512 de baiți.\n- Utilizați VeraCrypt pe o altă platformă. Fișierul/dispozitivul gazdă este deja în uz. Slot de volum indisponibil. - VeraCrypt necesită OSXFUSE 2.5 sau ulterior. + VeraCrypt necesită macFUSE 2.5 sau ulterior. A apărut o excepție. Introduceți parola Introduceți parola volumului VeraCrypt diff --git a/Translations/Language.ru.xml b/Translations/Language.ru.xml index d1dba91d..20a16db6 100644 --- a/Translations/Language.ru.xml +++ b/Translations/Language.ru.xml @@ -1553,7 +1553,7 @@ ОШИБКА: Диск использует не 512-байтовые сектора.\n\nИз-за ограничений компонентов на вашей платформе, на этом диске нельзя монтировать/использовать тома на основе раздела/устройства.\n\nВозможные решения:\n- Создайте на диске том на основе файла (контейнер).\n- Используйте диск с 512-байтовыми секторами.\n- Используйте VeraCrypt на другой платформе. Хост-файл/устройство уже используется. Слот для тома недоступен. - Для VeraCrypt требуется OSXFUSE 2.5 или новее. + Для VeraCrypt требуется macFUSE 2.5 или новее. Произошло исключение Введите пароль Введите пароль тома VeraCrypt diff --git a/Translations/Language.sk.xml b/Translations/Language.sk.xml index c5e8ae7b..01b813d7 100644 --- a/Translations/Language.sk.xml +++ b/Translations/Language.sk.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.sl.xml b/Translations/Language.sl.xml index 506bc7e6..f348b5b8 100644 --- a/Translations/Language.sl.xml +++ b/Translations/Language.sl.xml @@ -1553,7 +1553,7 @@ Napaka: pogon uporablja velikost sektorja, ki ni 512 bajtov.\n\nZaradi omejitev komponent, ki so na voljo na tvoji platformi, nosilcev, ki gostujejo v particiji/napravi, ni mogoče ustvariti/uporabiti na disku.\n\nMožne rešitve:\n- Na pogonu ustvari nosilec (vsebnik), ki gostuje v datotekah.\n- Uporabi pogon s 512-bajtnimi sektorji.\n- Uporabi VeraCrypt na drugi platformi. Gostiteljska datoteka/naprava je že v uporabi. Reža nosilca ni na voljo. - VeraCrypt zahteva OSXFUSE 2.5 ali novejši. + VeraCrypt zahteva macFUSE 2.5 ali novejši. Prišlo je do izjeme Vnesi geslo Vnesi geslo nosilca VeraCrypt diff --git a/Translations/Language.sv.xml b/Translations/Language.sv.xml index 84709f59..93842d85 100644 --- a/Translations/Language.sv.xml +++ b/Translations/Language.sv.xml @@ -1553,7 +1553,7 @@ Fel: Enheten använder en annan sektorstorlek än 512 byte.\n\nPå grund av begränsningar av komponenter som är tillgängliga på din plattform kan partitions-/enhetsvärdade volymer inte skapas/användas på enheten.\n\nMöjliga lösningar:\n- Skapa en filvärdad volym (behållare) på enheten.\n- Använd en enhet med 512-byte sektorer.\n- Använd VeraCrypt på en annan plattform. Värdfilen/-enheten används redan. Volymplatsen är inte tillgänglig. - VeraCrypt kräver OSXFUSE 2.5 eller högre. + VeraCrypt kräver macFUSE 2.5 eller högre. Undantag inträffade Ange lösenord Ange lösenord för VeraCrypt-volym diff --git a/Translations/Language.th.xml b/Translations/Language.th.xml index ac096ba0..67a130f9 100644 --- a/Translations/Language.th.xml +++ b/Translations/Language.th.xml @@ -1554,7 +1554,7 @@ ข้อผิดพลาด: ไดรฟ์ใช้ขนาดเซ็กเตอร์อื่นที่ไม่ใช่ 512 ไบต์.\n\nเนื่องจากข้อจำกัดของส่วนประกอบที่มีในแพลตฟอร์มของคุณ, พาร์ติชัน/อุปกรณ์-โฮสต์ปริมาณไม่สามารถสร้าง/ใช้บนไดรฟ์ได้.\n\nวิธีแก้ปัญหาที่เป็นไปได้:\n- สร้างปริมาณโฮสต์ไฟล์ (ตัวเก็บ) บนไดรฟ์.\n- ใช้ไดรฟ์ที่มีเซ็กเตอร์ 512-ไบต์.\n- ใช้ VeraCrypt บนแพลตฟอร์มอื่น. ไฟล์/อุปกรณ์โฮสต์ใช้งานอยู่แล้ว. ช่องปริมาณไม่มีใช้งาน. - VeraCrypt ต้องการ OSXFUSE 2.5 หรือใหม่กว่า. + VeraCrypt ต้องการ macFUSE 2.5 หรือใหม่กว่า. เกิดข้อยกเว้น ป้อนรหัสผ่าน ป้อนรหัสผ่านปริมาณ VeraCrypt diff --git a/Translations/Language.tr.xml b/Translations/Language.tr.xml index ea702068..9947a168 100644 --- a/Translations/Language.tr.xml +++ b/Translations/Language.tr.xml @@ -1553,7 +1553,7 @@ Hata: Sürücü 512 bayt değerinden farklı bir kesim boyutu kullanıyor.\n\nPlatformunuzda bulunan bileşenlerin sınırlamaları nedeniyle, bölüm ya da aygıt üzerinde barındırılan birimler sürücüde oluşturulamaz ya da kullanılamaz.\n\nOlası çözümler:\n- Sürücüde dosya üzerinde barındırılan bir birim (kapsayıcı) oluşturun.\n- 512 baytlık kesimleri olan bir sürücü kullanın.\n- VeraCrypt uygulamasını başka bir platformda kullanın. Barındırılan dosya ya da aygıt zaten kullanılıyor. Birim konumu kullanılamıyor. - VeraCrypt için OSXFUSE 2.5 ya da üzeri gereklidir. + VeraCrypt için macFUSE 2.5 ya da üzeri gereklidir. Sorun çıktı Parolayı yazın VeraCrypt biriminin parolasını yazın diff --git a/Translations/Language.uk.xml b/Translations/Language.uk.xml index db424c4b..82d61db8 100644 --- a/Translations/Language.uk.xml +++ b/Translations/Language.uk.xml @@ -1553,7 +1553,7 @@ Помилка: диск використовує розмір сектора, відмінний від 512 байт.\n\nЧерез обмеження компонентів, доступних на вашій платформі, томи, що розміщені на розділі/пристрої, не можна створити/використовувати на диску.\n\nМожливі рішення:\n- Створіть том (контейнер) на диску.\n- Використовуйте диск із секторами розміром 512 байт.\n- Використовуйте VeraCrypt на іншій платформі. Файл/пристрій, що розміщує том, уже використовується. Слот тому недоступний. - VeraCrypt потребує OSXFUSE 2.5 або вище. + VeraCrypt потребує macFUSE 2.5 або вище. Сталася виняткова ситуація Введіть пароль Введіть пароль до тому VeraCrypt diff --git a/Translations/Language.uz.xml b/Translations/Language.uz.xml index ecf6e857..accad294 100644 --- a/Translations/Language.uz.xml +++ b/Translations/Language.uz.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/Translations/Language.vi.xml b/Translations/Language.vi.xml index 6e36ecf3..3f1ca840 100644 --- a/Translations/Language.vi.xml +++ b/Translations/Language.vi.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Điền mật khẩu Nhập vào Mật mã của Tập đĩa VeraCrypt diff --git a/Translations/Language.zh-cn.xml b/Translations/Language.zh-cn.xml index e5afb7c6..b937ca46 100644 --- a/Translations/Language.zh-cn.xml +++ b/Translations/Language.zh-cn.xml @@ -1554,7 +1554,7 @@ 错误:驱动器使用的扇区大小不是512字节。\n\n由于平台上可用组件的限制,分区/设备托管卷不能在驱动器上创建/使用。\n\n可能的解决方案:\n- 在驱动器上创建以文件为宿主的卷(容器)。\n- 使用512字节扇区的驱动器。\n- 在其它平台上使用VeraCrypt。 主机文件/设备已经被使用。 卷位置不可用。 - VeraCrypt需要OSXFUSE 2.5或更高版本。 + VeraCrypt需要macFUSE 2.5或更高版本。 出现异常 输入密码 输入 VeraCrypt 卷的密码 diff --git a/Translations/Language.zh-hk.xml b/Translations/Language.zh-hk.xml index a1bbb0b1..042dfdc1 100644 --- a/Translations/Language.zh-hk.xml +++ b/Translations/Language.zh-hk.xml @@ -1553,7 +1553,7 @@ 錯誤:這個磁碟機使用的磁區大小並非 512 位元組。\n\n由於當前平台可用的元件所限,寄存在分割區或裝置上的加密區無法在磁碟機上建立或使用。\n\n可行的解決方案:\n- 在磁碟機上建立一個寄存在檔案的加密區(容器)。\n- 使用磁區大小為 512 位元組的磁碟機\n- 在另一個平台上使用 VeraCrypt。 主機的檔案或裝置正在使用中。 加密區的位置不可用。 - VeraCrypt 需要 OSXFUSE 2.5 或更新版本。 + VeraCrypt 需要 macFUSE 2.5 或更新版本。 已發生異常情況 輸入密碼 輸入 VeraCrypt 加密區密碼 diff --git a/Translations/Language.zh-tw.xml b/Translations/Language.zh-tw.xml index ec2efdec..9b389826 100644 --- a/Translations/Language.zh-tw.xml +++ b/Translations/Language.zh-tw.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 920ce260..b404f681 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1553,7 +1553,7 @@ Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform. The host file/device is already in use. Volume slot unavailable. - VeraCrypt requires OSXFUSE 2.5 or above. + VeraCrypt requires macFUSE 2.5 or above. Exception occurred Enter password Enter VeraCrypt Volume Password diff --git a/src/Readme.txt b/src/Readme.txt index d0571c0d..87e898ee 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -108,7 +108,7 @@ Requirements for Building VeraCrypt for Linux and Mac OS X: - wxWidgets 3.0 shared library and header files installed or wxWidgets 3.0 library source code (available at https://www.wxwidgets.org) - FUSE library and header files (available at https://github.com/libfuse/libfuse - and https://osxfuse.github.io/) + and https://macfuse.github.io/) - PCSC-lite library and header files (available at https://github.com/LudovicRousseau/PCSC) @@ -180,8 +180,8 @@ compile using the following commands: $ make $ sudo make install -After making sure pkg-config is available, download and install OSXFuse from -https://osxfuse.github.io/ +After making sure pkg-config is available, download and install macFUSE from +https://macfuse.github.io/ The script build_veracrypt_macosx.sh available under "src/Build" performs the full build of VeraCrypt including the creation of the installer pkg. It expects @@ -194,9 +194,9 @@ src/Main/Main.make (look for lines containing "Developer ID Application" and "Developer ID Installer"). You'll have to modify these lines to put the ID of your Code Signing certificates or comment them out if you don't have one. -Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a -VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension. -Thus, we recommend using a different OSX SDK version for building VeraCrypt. +Because of incompatibility issues with macFUSE, the SDK 10.9 generates a +VeraCrypt binary that has issues communicating with the macFUSE kernel extension. +Thus, we recommend using a different macOS SDK version for building VeraCrypt. The Packages installer that is used for the VeraCrypt official build has been notarized by IDRIX and it is available at https://github.com/idrassi/packages/releases diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj index 15ab4f2a..85b4d295 100755 --- a/src/Setup/MacOSX/veracrypt.pkgproj +++ b/src/Setup/MacOSX/veracrypt.pkgproj @@ -810,9 +810,9 @@ SECONDARY_VALUE VALUE - OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 3.10 or above. -Please download the latest OSXFuse version from : -https://osxfuse.github.io/ + macFUSE seems to be missing on your machine. VeraCrypt requires macFUSE 3.10 or above. +Please download the latest macFUSE version from : +https://macfuse.github.io/ LANGUAGE @@ -820,15 +820,15 @@ https://osxfuse.github.io/ SECONDARY_VALUE VALUE - OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 3.10 ou supérieur. -Merci de télécharger la dernière version de OSXFuse à partir de : -https://osxfuse.github.io/ + macFUSE semble ne pas être installé sur votre machine. VeraCrypt nécessite macFUSE 3.10 ou supérieur. +Merci de télécharger la dernière version de macFUSE à partir de : +https://macfuse.github.io/ NAME - OSXFuse + macFUSE STATE diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 3a625dd7..c297e41b 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -854,9 +854,9 @@ SECONDARY_VALUE VALUE - OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 3.10 or above. -Please download the latest OSXFuse version from : -https://osxfuse.github.io/ + macFUSE seems to be missing on your machine. VeraCrypt requires macFUSE 3.10 or above. +Please download the latest macFUSE version from : +https://macfuse.github.io/ LANGUAGE @@ -864,15 +864,15 @@ https://osxfuse.github.io/ SECONDARY_VALUE VALUE - OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 3.10 ou supérieur. -Merci de télécharger la dernière version de OSXFuse à partir de : -https://osxfuse.github.io/ + macFUSE semble ne pas être installé sur votre machine. VeraCrypt nécessite macFUSE 3.10 ou supérieur. +Merci de télécharger la dernière version de macFUSE à partir de : +https://macfuse.github.io/ NAME - OSXFuse + macFUSE STATE