Localizable.strings 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. <codex>
  3. <abstract>Strings used across the application via the NSLocalizedString API.</abstract>
  4. </codex>
  5. */
  6. "OK" = "OK";
  7. "Cancel" = "Cancel";
  8. "Destructive Choice" = "Destructive Choice";
  9. "Safe Choice" = "Safe Choice";
  10. "A Short Title Is Best" = "A Short Title Is Best";
  11. "A message should be a short, complete sentence." = "A message should be a short, complete sentence.";
  12. "Choice One" = "Choice One";
  13. "Choice Two" = "Choice Two";
  14. "Button" = "Button";
  15. "X Button" = "X Button";
  16. "Image" = "Image";
  17. "Action" = "Action";
  18. "bold" = "bold";
  19. "highlighted" = "highlighted";
  20. "underlined" = "underlined";
  21. "tinted" = "tinted";
  22. "Placeholder text" = "Placeholder text";
  23. "Red color component value" = "Red color component value";
  24. "Green color component value" = "Green color component value";
  25. "Blue color component value" = "Blue color component value";
  26. "Animated images" = "Animated images";
  27. "Done" = "Done";
  28. "Search" = "Search";
  29. "Settings" = "Settings";
  30. "UICatalog" = "UICatalog";
  31. "An error occurred:" = "An error occurred:";