Localizable.strings 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // NOTE: This is the english localization and has been copied to all languages. The reason for doing
  2. // this is it signals to iOS that the app "supports" all of these languages. This is helpful for a
  3. // demo as it allows you to try out the localization features of the Places SDK. In a shipping app
  4. // you should never do this, it is for demonstration purposes only.
  5. // The name of the app to display in a navigation bar along with a placeholder for the SDK version number.
  6. "App.NameAndVersion"="Places Demos: %1$@";
  7. // Title of the full-screen autocomplete demo for display in a list or nav header
  8. "Demo.Title.Autocomplete.FullScreen"="Full-Screen Autocomplete";
  9. // Title of the pushed autocomplete demo for display in a list or nav header
  10. "Demo.Title.Autocomplete.Push"="Push Autocomplete";
  11. // Title of the UISearchController autocomplete demo for display in a list or nav header
  12. "Demo.Title.Autocomplete.UISearchController"="UISearchController";
  13. // Title of the UISearchDisplayController autocomplete demo for display in a list or nav header
  14. "Demo.Title.Autocomplete.UISearchDisplayController"="UISearchDisplayController";
  15. // Title of the UITextField autocomplete demo for display in a list or nav header
  16. "Demo.Title.Autocomplete.UITextField"="UITextField";
  17. // Title of the Styling autocomplete demo for display in a list or nav header
  18. "Demo.Title.Autocomplete.Styling"="Custom Autocomplete Styling";
  19. // Title of the photos demo for display in a list or nav header
  20. "Demo.Title.Photos"="Photos";
  21. // Title of the 'select place' button within the photos demo
  22. "Demo.Title.Photos.SelectPlace"="Select Place";
  23. // Title of the Place Picker demo for displaying the picker in a popover, navigation controller, or modally.
  24. "Demo.Title.PlacePicker.ViewController"="Place Picker View Controller";
  25. // Title of the autocomplete demo section
  26. "Demo.Section.Title.Autocomplete"="Autocomplete";
  27. // Title of the 'Programmatic' demo section
  28. "Demo.Section.Title.Programmatic"="Programmatic APIs";
  29. // Title of the findPlacesLikelihood demo section
  30. "Demo.Section.Title.FindPlaceLikelihood"="Likelihoods";
  31. // Button title for 'show autocomplete widget'
  32. "Demo.Content.Autocomplete.ShowWidgetButton"="Show Autocomplete Widget";
  33. // Prompt to enter text for autocomplete demo
  34. "Demo.Content.Autocomplete.EnterTextPrompt"="Enter Autocomplete Text Here";
  35. // Format string for 'autocomplete failed with error' message
  36. "Demo.Content.Autocomplete.FailedErrorMessage"="Autocomplete failed with error: %1$@";
  37. // String for 'autocomplete canceled message'
  38. "Demo.Content.Autocomplete.WasCanceledMessage"="Autocomplete was canceled";
  39. // Button title for the 'Yellow and Brown' styled autocomplete widget.
  40. "Demo.Content.Autocomplete.Styling.Colors.YellowAndBrown"="Yellow and Brown";
  41. // Button title for the 'White on Black' styled autocomplete widget.
  42. "Demo.Content.Autocomplete.Styling.Colors.WhiteOnBlack"="White on Black";
  43. // Button title for the 'Blue Colors' styled autocomplete widget.
  44. "Demo.Content.Autocomplete.Styling.Colors.BlueColors"="Blue Colors";
  45. // Button title for the 'Hot Dog Stand' styled autocomplete widget.
  46. "Demo.Content.Autocomplete.Styling.Colors.HotDogStand"="Hot Dog Stand";
  47. // Button title for the 'Popover' view of the place picker.
  48. "Demo.Content.PlacePicker.ViewController.Popover"="Popover";
  49. // Button title for the 'Navigation' view of the place picker.
  50. "Demo.Content.PlacePicker.ViewController.Navigation"="Navigation";
  51. // Button title for the 'Modal' view of the place picker.
  52. "Demo.Content.PlacePicker.ViewController.Modal"="Modal";