mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 17:29:28 +00:00
Enabled localization for TOTP views
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19455" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<dependencies>
|
||||
<deployment version="101304" identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19455"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
@@ -83,5 +83,4 @@ static MPOpenURLHandler *_defaultInstance;
|
||||
return [args copy];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
27
MacPass/de.lproj/MPTOTPSetupViewController.strings
Normal file
27
MacPass/de.lproj/MPTOTPSetupViewController.strings
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "Kci-xp-mLu"; */
|
||||
"Kci-xp-mLu.title" = "URL";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "QR Code"; ObjectID = "PuA-kW-t29"; */
|
||||
"PuA-kW-t29.title" = "QR Code";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Save Settings"; ObjectID = "YGn-qt-RrI"; */
|
||||
"YGn-qt-RrI.title" = "Save Settings";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Ynh-bE-30s"; */
|
||||
"Ynh-bE-30s.title" = "Cancel";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Type"; ObjectID = "fNC-fH-sYi"; */
|
||||
"fNC-fH-sYi.title" = "Type";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Hash Algorithm"; ObjectID = "g3s-fk-k9Q"; */
|
||||
"g3s-fk-k9Q.title" = "Hash Algorithm";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Time step"; ObjectID = "hbT-mm-dIn"; */
|
||||
"hbT-mm-dIn.title" = "Time step";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Number of Digits"; ObjectID = "iYF-F5-nMb"; */
|
||||
"iYF-F5-nMb.title" = "Number of Digits";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Secret"; ObjectID = "ufY-IN-5UY"; */
|
||||
"ufY-IN-5UY.title" = "Secret";
|
||||
6
MacPass/de.lproj/MPTOTPViewController.strings
Normal file
6
MacPass/de.lproj/MPTOTPViewController.strings
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "TOTP"; ObjectID = "mP4-nH-7TA"; */
|
||||
"mP4-nH-7TA.title" = "TOTP";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "30"; ObjectID = "roW-Uk-ff9"; */
|
||||
"roW-Uk-ff9.title" = "30";
|
||||
27
MacPass/zh-Hans.lproj/MPTOTPSetupViewController.strings
Normal file
27
MacPass/zh-Hans.lproj/MPTOTPSetupViewController.strings
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "Kci-xp-mLu"; */
|
||||
"Kci-xp-mLu.title" = "URL";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "QR Code"; ObjectID = "PuA-kW-t29"; */
|
||||
"PuA-kW-t29.title" = "QR Code";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Save Settings"; ObjectID = "YGn-qt-RrI"; */
|
||||
"YGn-qt-RrI.title" = "Save Settings";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Ynh-bE-30s"; */
|
||||
"Ynh-bE-30s.title" = "Cancel";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Type"; ObjectID = "fNC-fH-sYi"; */
|
||||
"fNC-fH-sYi.title" = "Type";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Hash Algorithm"; ObjectID = "g3s-fk-k9Q"; */
|
||||
"g3s-fk-k9Q.title" = "Hash Algorithm";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Time step"; ObjectID = "hbT-mm-dIn"; */
|
||||
"hbT-mm-dIn.title" = "Time step";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Number of Digits"; ObjectID = "iYF-F5-nMb"; */
|
||||
"iYF-F5-nMb.title" = "Number of Digits";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Secret"; ObjectID = "ufY-IN-5UY"; */
|
||||
"ufY-IN-5UY.title" = "Secret";
|
||||
6
MacPass/zh-Hans.lproj/MPTOTPViewController.strings
Normal file
6
MacPass/zh-Hans.lproj/MPTOTPViewController.strings
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "TOTP"; ObjectID = "mP4-nH-7TA"; */
|
||||
"mP4-nH-7TA.title" = "TOTP";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "30"; ObjectID = "roW-Uk-ff9"; */
|
||||
"roW-Uk-ff9.title" = "30";
|
||||
Reference in New Issue
Block a user