| 1234567891011121314151617181920212223242526272829303132 |
- /* 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?" = "Naozaj chcete odstrániť túto službu?";
- /* Back button text on DeliveryUncertaintyRecoveryView */
- "Back" = "Späť";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Zrušiť";
- /* Button title to delete a service */
- "Delete Service" = "Odstrániť službu";
- /* The alert title for a resume error */
- "Error Resuming" = "Chyba pri obnovení";
- /* The alert title for a suspend error */
- "Error Suspending" = "Chyba pri pozastavení";
- /* Controller title for insulin type selection screen */
- "Insulin Type" = "Typ inzulínu";
- /* Button title to acknowledge error
- Default acknowledgement */
- "OK" = "OK";
|