Browse Source

Localization: passcode strings are needed after all

(fixes #179)
Carola Nitz 6 years ago
parent
commit
bd9c6ff273
2 changed files with 26 additions and 0 deletions
  1. 13 0
      Resources/VLCStringsForLocalization.m
  2. 13 0
      Resources/en.lproj/Localizable.strings

+ 13 - 0
Resources/VLCStringsForLocalization.m

@@ -13,4 +13,17 @@ void _notAMethod()
 {
     NSLocalizedString(@"STORE_DESCRIPTION", nil);
     NSLocalizedString(@"STORE_DESCRIPTION_TV", nil);
+    NSLocalizedString(@"%d Failed Passcode Attempts", nil);
+    NSLocalizedString(@"1 Failed Passcode Attempt", nil);
+    NSLocalizedString(@"Change Passcode", nil);
+    NSLocalizedString(@"Enter Passcode", nil);
+    NSLocalizedString(@"Enter a passcode", nil);
+    NSLocalizedString(@"Enter your new passcode", nil);
+    NSLocalizedString(@"Enter your old passcode", nil);
+    NSLocalizedString(@"Enter your passcode", nil);
+    NSLocalizedString(@"Next", nil);
+    NSLocalizedString(@"Passcodes did not match. Try again.", nil);
+    NSLocalizedString(@"Re-enter your new passcode", nil);
+    NSLocalizedString(@"Re-enter your passcode", nil);
+    NSLocalizedString(@"Set Passcode", nil);
 }

+ 13 - 0
Resources/en.lproj/Localizable.strings

@@ -156,6 +156,19 @@
 "BIOMETRIC_UNLOCK" = "Unlock Media Library\nCancel to enter Passcode";
 
 //PAPasscode Strings that we need to localize for them
+"%d Failed Passcode Attempts" = "%d Failed Passcode Attempts";
+"1 Failed Passcode Attempt" = "1 Failed Passcode Attempt";
+"Change Passcode" = "Change Passcode";
+"Enter Passcode" = "Enter Passcode";
+"Enter a passcode" = "Enter a passcode";
+"Enter your new passcode" = "Enter your new passcode";
+"Enter your old passcode" = "Enter your old passcode";
+"Enter your passcode" = "Enter your passcode";
+"Next" = "Next";
+"Passcodes did not match. Try again." = "Passcodes did not match. Try again.";
+"Re-enter your new passcode" = "Re-enter your new passcode";
+"Re-enter your passcode" = "Re-enter your passcode";
+"Set Passcode" = "Set Passcode";
 
 "Settings" = "Settings"; // plain text key to keep compatibility with InAppSettingsKit's upstream
 "ON" = "On";