VLCStringsForLocalization.m 951 B

12345678910111213141516171819202122232425
  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. //This file is there to avoid key deletion by the update_strings.py script.
  12. //Add Keys here with text that we need translation for but are not directly used within the App
  13. void _notAMethod()
  14. {
  15. NSLocalizedString(@"STORE_DESCRIPTION", nil);
  16. NSLocalizedString(@"STORE_DESCRIPTION_TV", nil);
  17. NSLocalizedString(@"ABOUT_APP", nil);
  18. NSLocalizedString(@"SECTION_HEADER_NETWORK", nil);
  19. NSLocalizedString(@"THIS_FILE", nil);
  20. NSLocalizedString(@"NOT_SUPPORTED_FILETYPE", nil);
  21. NSLocalizedString(@"FILE_EXISTS", nil);
  22. }