VLCStringsForLocalization.m 1.2 KB

123456789101112131415161718192021222324252627282930
  1. /*****************************************************************************
  2. * VLC for iOS
  3. *****************************************************************************
  4. * Copyright (c) 2017 VideoLAN. All rights reserved.
  5. * $Id$
  6. *
  7. * Authors: Carola Nitz <nitz.carola # googlemail.com>
  8. *
  9. * Refer to the COPYING file of the official project for license.
  10. *****************************************************************************/
  11. void _notAMethod()
  12. {
  13. NSLocalizedString(@"STORE_DESCRIPTION", nil);
  14. NSLocalizedString(@"STORE_DESCRIPTION_TV", nil);
  15. NSLocalizedString(@"%d Failed Passcode Attempts", nil);
  16. NSLocalizedString(@"1 Failed Passcode Attempt", nil);
  17. NSLocalizedString(@"Change Passcode", nil);
  18. NSLocalizedString(@"Enter Passcode", nil);
  19. NSLocalizedString(@"Enter a passcode", nil);
  20. NSLocalizedString(@"Enter your new passcode", nil);
  21. NSLocalizedString(@"Enter your old passcode", nil);
  22. NSLocalizedString(@"Enter your passcode", nil);
  23. NSLocalizedString(@"Next", nil);
  24. NSLocalizedString(@"Passcodes did not match. Try again.", nil);
  25. NSLocalizedString(@"Re-enter your new passcode", nil);
  26. NSLocalizedString(@"Re-enter your passcode", nil);
  27. NSLocalizedString(@"Set Passcode", nil);
  28. }