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