Enabled localization for TOTP views

This commit is contained in:
Michael Starke
2021-11-12 10:26:42 +01:00
parent 4f2888b759
commit 1e78d3b0ae
8 changed files with 100 additions and 11 deletions

View File

@@ -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>

View File

@@ -83,5 +83,4 @@ static MPOpenURLHandler *_defaultInstance;
return [args copy];
}
@end

View 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";

View 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";

View 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";

View 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";