mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 12:22:20 +00:00
Updated localization
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<key>NSNetworkVolumesUsageDescription</key>
|
<key>NSNetworkVolumesUsageDescription</key>
|
||||||
<string>MacPass need access to Network Volumes to load and save your databases and/or key files there</string>
|
<string>MacPass need access to Network Volumes to load and save your databases and/or key files there</string>
|
||||||
<key>NSRemovableVolumesUsageDescription</key>
|
<key>NSRemovableVolumesUsageDescription</key>
|
||||||
<string>MacPass need access to Removable lumes to load and save your databases and/or key files there</string>
|
<string>MacPass need access to Removable Volumes to load and save your databases and/or key files there</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2012-2020 HicknHack Software GmbH. All rights reserved.</string>
|
<string>Copyright © 2012-2020 HicknHack Software GmbH. All rights reserved.</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
|
|||||||
@@ -13,9 +13,24 @@
|
|||||||
/* Privacy - AppleEvents Sending Usage Description */
|
/* Privacy - AppleEvents Sending Usage Description */
|
||||||
"NSAppleEventsUsageDescription" = "MacPass erlaubt Plugins AppleEvents zu nutzen.";
|
"NSAppleEventsUsageDescription" = "MacPass erlaubt Plugins AppleEvents zu nutzen.";
|
||||||
|
|
||||||
|
/* Privacy - Desktop Folder Usage Description */
|
||||||
|
"NSDesktopFolderUsageDescription" = "MacPass greift auf den Schreibtisch zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
|
||||||
|
|
||||||
|
/* Privacy - Documents Folder Usage Description */
|
||||||
|
"NSDocumentsFolderUsageDescription" = "MacPass greift auf den Dokumenteordner zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
|
||||||
|
|
||||||
|
/* Privacy - Downloads Folder Usage Description */
|
||||||
|
"NSDownloadsFolderUsageDescription" = "MacPass greift auf den Downloadordner zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
|
||||||
|
|
||||||
/* (No Comment) */
|
/* (No Comment) */
|
||||||
"NSHumanReadableCopyright" = "Copyright ©2012-2020 HicknHack Software GmbH. Alle Rechte vorbehalten.";
|
"NSHumanReadableCopyright" = "Copyright ©2012-2020 HicknHack Software GmbH. Alle Rechte vorbehalten.";
|
||||||
|
|
||||||
|
/* Privacy - Network Volumes Usage Description */
|
||||||
|
"NSNetworkVolumesUsageDescription" = "MacPass greift auf Netzwerklaufwerke zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
|
||||||
|
|
||||||
|
/* Privacy - Removable Volumes Usage Description */
|
||||||
|
"NSRemovableVolumesUsageDescription" = "MacPass greift auf Wechseldatenträge zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
|
||||||
|
|
||||||
/* (No Comment) */
|
/* (No Comment) */
|
||||||
"XML" = "XML";
|
"XML" = "XML";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user