Skip to content

Commit

Permalink
[macOS] New encryption options
Browse files Browse the repository at this point in the history
- New Finder Extension options for compressing with encryption.
- New strings for task progress. "Skip" for compressing without password, "Encrypt" for compressing using the provided password.
- New option in the Preferences for always ask for a password when compressing a file.

#26 #1162 #566 #1432
  • Loading branch information
aonez committed Jun 11, 2024
1 parent b17176a commit fbf74f4
Show file tree
Hide file tree
Showing 82 changed files with 216 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ xcuserdata/
.DS_Store
Translations/*.lproj/.*.conversion.md5
Translations/*.lproj/Credits.html
Translations-macOS/*/taskLegacy.strings
Translations-macOS/*/task.strings
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Open met Keka";
"Compress here" = "Pers hier saam";
"Compress to..." = "Pers saam na...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Pers die inhoud van die vouer hier saam";
"Compress the contents of the folder to..." = "Pers die inhoud van die vouer saam na…";
"Encrypt with the default password here" = "Enkripteer met die verstekwagwoord hier";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/af.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "The password length should be %i or higher";
" (Entire Device)" = " (Entire Device)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Voorkeure…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/af.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Verstek formaat:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "U pasgemaakte naam hier";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Lower";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Отвори с Keka";
"Compress here" = "Компресирай тук";
"Compress to..." = "Компресирай в...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Компресирай съдържанието на папката тук";
"Compress the contents of the folder to..." = "Компресирай съдържанието на папката в...";
"Encrypt with the default password here" = "Криптирай с паролата по подразбиране тук";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "Дължината на паролата трябва да е минимум %i символа или повече";
" (Entire Device)" = " (Цялото устройство)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Настройки…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/bg.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Формат по подразбиране:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Ето вашето персонализирано име";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Нисък";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Obrir amb el Keka";
"Compress here" = "Comprimeix aquí";
"Compress to..." = "Comprimeix en...";
"Encrypt here" = "Xifra aquí";
"Encrypt to..." = "Xifra en...";
"Compress the contents of the folder here" = "Comprimeix el contingut de la carpeta aquí";
"Compress the contents of the folder to..." = "Comprimeix el contingut de la carpeta en...";
"Encrypt with the default password here" = "Xifra amb la contrasenya per defecte aquí";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/ca.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "La contrasenya ha de ser un mínim de %i caràcters";
" (Entire Device)" = " (Dispositiu sencer)";
"Recovery Volumes:" = "Vol. de recuperació:";
"Encrypt" = "Xifra";
"Skip" = "Omet";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Configuració…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/ca.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Format per defecte:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Nom personalitzat";

/* Class = "NSButtonCell"; title = "Always ask for a password when compressing"; ObjectID = "TZN-PU-t5N"; */
"TZN-PU-t5N.title" = "Demana sempre una contrasenya al comprimir";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Baixa";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Otevřít pomocí Keka";
"Compress here" = "Komprimovat";
"Compress to..." = "Komprimovat…";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Komprimovat složku";
"Compress the contents of the folder to..." = "Komprimovat složku…";
"Encrypt with the default password here" = "Zabezpečit výchozím heslem";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "Délka hesla by měla být %i nebo více znaků";
" (Entire Device)" = " (celé zařízení)";
"Recovery Volumes:" = "Svazky zotavení macOS:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Předvolby…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/cs.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Výchozí formát:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Zadejte vlastní název";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Nižší";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Mit Keka öffnen";
"Compress here" = "Hier komprimieren";
"Compress to..." = "Komprimieren nach …";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Komprimiere den Inhalt des Ordners hierher";
"Compress the contents of the folder to..." = "Komprimiere den Inhalt des Ordners nach …";
"Encrypt with the default password here" = "Hier mit dem Standardpasswort verschlüsseln.";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "Die Länge des Passworts sollte %i Stellen oder mehr haben";
" (Entire Device)" = " (Gesamtes Gerät)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Einstellungen …";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/de.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Standardformat:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Namen eingeben";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Niedriger";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Ανοιγμα με το Keka";
"Compress here" = "Συμπίεσε εδώ";
"Compress to..." = "Συμπίεσε στο...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Συμπίεσε τα περιεχομένα του φακέλου εδώ";
"Compress the contents of the folder to..." = "Συμπίεσε τα περιεχομένα του φακέλου στο...";
"Encrypt with the default password here" = "Κρυπτογράφησε με τον εξ'ορισμού κωδικό εδώ";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "The password length should be %i or higher";
" (Entire Device)" = " (Entire Device)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Προτιμήσεις…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/el.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Προεπιλεγμένος τύπος:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Επιθυμητό όνομα αρχείου";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Lower";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Open with Keka";
"Compress here" = "Compress here";
"Compress to..." = "Compress to...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Compress the contents of the folder here";
"Compress the contents of the folder to..." = "Compress the contents of the folder to...";
"Encrypt with the default password here" = "Encrypt with the default password here";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/en-GB.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "The password length should be %i or higher";
" (Entire Device)" = " (Entire Device)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Preferences…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/en-GB.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Default format:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Here your custom name";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Lower";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Open with Keka";
"Compress here" = "Compress here";
"Compress to..." = "Compress to...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Compress the contents of the folder here";
"Compress the contents of the folder to..." = "Compress the contents of the folder to...";
"Encrypt with the default password here" = "Encrypt with the default password here";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "The password length should be %i or higher";
" (Entire Device)" = " (Entire Device)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Preferences…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/en.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Default format:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Here your custom name";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Lower";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Abrir con Keka";
"Compress here" = "Comprime aquí";
"Compress to..." = "Comprime en...";
"Encrypt here" = "Encripta aquí";
"Encrypt to..." = "Encripta en...";
"Compress the contents of the folder here" = "Comprime el contenido de la carpeta aquí";
"Compress the contents of the folder to..." = "Comprime el contenido de la carpeta en...";
"Encrypt with the default password here" = "Encripta con la contraseña por defecto aquí";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "La contraseña debe ser de %i caracteres como mínimo";
" (Entire Device)" = " (Dispositivo entero)";
"Recovery Volumes:" = "Vol. de recuperación:";
"Encrypt" = "Encriptar";
"Skip" = "Omitir";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Preferencias…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/es.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Formato por defecto:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Escribe aquí el nombre personalizado";

/* Class = "NSButtonCell"; title = "Always ask for a password when compressing"; ObjectID = "TZN-PU-t5N"; */
"TZN-PU-t5N.title" = "Siempre pedir una contraseña al comprimir";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Baja";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Avaa Kekalla";
"Compress here" = "Pakkaa tähän";
"Compress to..." = "Pakkaa kohteeseen...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "Pakkaa kansion sisältö tähän";
"Compress the contents of the folder to..." = "Pakkaa kansion sisältö kohteeseen...";
"Encrypt with the default password here" = "Salaa oletussalasanalla tähän";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/fi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "Salasanan pituuden tulisi olla %i tai pidempi";
" (Entire Device)" = " (Koko laite)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Asetukset…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/fi.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Oletusmuoto:";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"TLc-Nk-Bps.placeholderString" = "Tässä on mukautettu nimesi";

/* 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";

/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "Vss-gS-NkP"; */
"Vss-gS-NkP.title" = "Alhaisempi";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Ouvrir avec Keka";
"Compress here" = "Compresser ici";
"Compress to..." = "Compresser dans...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"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
2 changes: 2 additions & 0 deletions Translations-macOS/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +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";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Préférences…";

Expand Down
5 changes: 4 additions & 1 deletion Translations-macOS/fr.lproj/preferences.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/* Class = "NSTextFieldCell"; title = "Default format:"; ObjectID = "159"; */
"159.title" = "Format par défaut :";

Expand Down Expand Up @@ -233,6 +233,9 @@
/* Class = "NSTextFieldCell"; placeholderString = "Here your custom name"; ObjectID = "TLc-Nk-Bps"; */
"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";

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"Open with Keka" = "Megnyitás Keka-val";
"Compress here" = "Tömörítés ide";
"Compress to..." = "Tömörítés más helyre...";
"Encrypt here" = "Encrypt here";
"Encrypt to..." = "Encrypt to...";
"Compress the contents of the folder here" = "A mappa tartalmának tömörítése ide";
"Compress the contents of the folder to..." = "A mappa tartalmának tömörítése...";
"Encrypt with the default password here" = "Titkosítás az alapértelmezett jelszóval ide";
Expand Down
2 changes: 2 additions & 0 deletions Translations-macOS/hu.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
"The password length should be %i or higher" = "The password length should be %i or higher";
" (Entire Device)" = " (Entire Device)";
"Recovery Volumes:" = "Recovery Volumes:";
"Encrypt" = "Encrypt";
"Skip" = "Skip";
/* Keka preferences for macOS 12.0 and earlier */
"Preferences…" = "Beállítások…";

Expand Down
Loading

0 comments on commit fbf74f4

Please sign in to comment.