1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

Applied i18n strings to missing parts in app extension

This commit is contained in:
Kyle Spearrin
2016-12-26 21:22:55 -05:00
parent 6c847292c7
commit 9204d25b62
17 changed files with 191 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
// WARNING
// WARNING
//
// This file has been generated automatically by Xamarin Studio from the outlets and
// actions declared in your storyboard file.
@@ -22,18 +22,22 @@ namespace Bit.iOS.Extension
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UIButton FingerprintButton { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UINavigationItem NavItem { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UIButton UseButton { get; set; }
[Action ("CancelButton_Activated:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void CancelButton_Activated (UIKit.UIBarButtonItem sender);
[Action ("FingerprintButton_TouchUpInside:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void FingerprintButton_TouchUpInside (UIKit.UIButton sender);
[Action("CancelButton_Activated:")]
[GeneratedCode("iOS Designer", "1.0")]
partial void CancelButton_Activated(UIKit.UIBarButtonItem sender);
void ReleaseDesignerOutlets ()
{
if (CancelButton != null) {
@@ -46,6 +50,11 @@ namespace Bit.iOS.Extension
FingerprintButton = null;
}
if (NavItem != null) {
NavItem.Dispose ();
NavItem = null;
}
if (UseButton != null) {
UseButton.Dispose ();
UseButton = null;