Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] New encryption options (FR) #1468

Merged
merged 3 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"Open with Keka" = "Ouvrir avec Keka";
"Compress here" = "Compresser ici";
"Compress to..." = "Compresser dans...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Encrypt here" = "Chiffrer ici";
"Encrypt to..." = "Chiffrer dans...";
"Compress the contents of the folder here" = "Compresser le contenu du dossier ici";
"Compress the contents of the folder to..." = "Compresser le contenu du dossier dans...";
"Encrypt with the default password here" = "Chiffrer avec le mot de passe par défaut ici";
Expand Down
4 changes: 2 additions & 2 deletions Translations-macOS/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@
"The password length should be %i or higher" = "Le mot de passe devrait comporter au moins %i caractères";
" (Entire Device)" = " (Tout l'appareil)";
"Recovery Volumes:" = "Volumes de récupération:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
"Encrypt" = "Chiffrer";
"Skip" = "Passer";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Préférences…";

Expand Down
2 changes: 1 addition & 1 deletion Translations-macOS/fr.lproj/preferences.strings
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"TLc-Nk-Bps.placeholderString" = "Entrez ici votre nom personnalisé";

/* Class = "NSButtonCell"; title = "Always ask for a password when compressing"; ObjectID = "TZN-PU-t5N"; */
"TZN-PU-t5N.title" = "Always ask for a password when compressing";
"TZN-PU-t5N.title" = "Toujours demander un mot de passe lors de la compression";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Plus basse";
Expand Down