1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 23:03:23 +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,6 +22,10 @@ namespace Bit.iOS.Extension
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UILabel InstructionLabel { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UINavigationItem NavItem { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UILabel PinLabel { get; set; }
@@ -30,10 +34,9 @@ namespace Bit.iOS.Extension
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UITextField PinTextField { get; set; }
[Action ("CancelButton_Activated:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void CancelButton_Activated (UIBarButtonItem sender);
partial void CancelButton_Activated (UIKit.UIBarButtonItem sender);
void ReleaseDesignerOutlets ()
{
@@ -47,6 +50,11 @@ namespace Bit.iOS.Extension
InstructionLabel = null;
}
if (NavItem != null) {
NavItem.Dispose ();
NavItem = null;
}
if (PinLabel != null) {
PinLabel.Dispose ();
PinLabel = null;