Localizable.strings 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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?" = "Vill du ta bort den här tjänsten?";
  7. /* Back button text on DeliveryUncertaintyRecoveryView */
  8. "Back" = "Tillbaka";
  9. /* The title of the cancel action in an action sheet */
  10. "Cancel" = "Avbryt";
  11. /* Title for CGM simulator settings */
  12. "CGM Settings" = "CGM-inställningar";
  13. /* No comment provided by engineer. */
  14. "Comms Recovery" = "Återställning av kommandon";
  15. /* Button title to delete a service */
  16. "Delete Service" = "Ta bort tjänst";
  17. /* The alert title for a resume error */
  18. "Error Resuming" = "Fel vid återupptagande";
  19. /* The alert title for a suspend error */
  20. "Error Suspending" = "Fel vid försök till paus";
  21. /* Caption for History
  22. History Caption */
  23. "History" = "Historik";
  24. /* Controller title for insulin type selection screen */
  25. "Insulin Type" = "Insulintyp";
  26. /* Button title to acknowledge error
  27. Default acknowledgement */
  28. "OK" = "OK";
  29. /* Title for Pump simulator settings */
  30. "Pump Settings" = "Pumpinställningar";
  31. /* Button title recovering comms */
  32. "Recover Simulator" = "Återställ simulator";