Localizable.strings 792 B

1234567891011121314151617181920212223242526272829
  1. /* Appends a full-stop to a statement */
  2. "%@." = "%@.";
  3. /* String format for value with units (1: value, 2: separator, 3: units) */
  4. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  5. /* Confirmation message for deleting a service */
  6. "Are you sure you want to delete this service?" = "Are you sure you want to delete this service?";
  7. /* The title of the cancel action in an action sheet */
  8. "Cancel" = "Cancel";
  9. /* Button title to delete a service */
  10. "Delete Service" = "Delete Service";
  11. /* The alert title for a resume error */
  12. "Error Resuming" = "Error Resuming";
  13. /* The alert title for a suspend error */
  14. "Error Suspending" = "Error Suspending";
  15. /* Button title to acknowledge error
  16. Default acknowledgement */
  17. "OK" = "OK";
  18. /* Title for Pump simulator settings */
  19. "Pump Settings" = "Pump Settings";