Localizable.strings 902 B

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