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?" = "Haluatko varmasti poistaa tämän palvelun?";
  7. /* Back button text on DeliveryUncertaintyRecoveryView */
  8. "Back" = "Takaisin";
  9. /* The title of the cancel action in an action sheet */
  10. "Cancel" = "Kumoa";
  11. /* Title for CGM simulator settings */
  12. "CGM Settings" = "CGM-asetukset";
  13. /* No comment provided by engineer. */
  14. "Comms Recovery" = "Yhteyksien palautus";
  15. /* Button title to delete a service */
  16. "Delete Service" = "Poista palvelu";
  17. /* The alert title for a resume error */
  18. "Error Resuming" = "Virhe jatkamisessa";
  19. /* The alert title for a suspend error */
  20. "Error Suspending" = "Virhe pysäytyksessä";
  21. /* Caption for History
  22. History Caption */
  23. "History" = "Historia";
  24. /* Controller title for insulin type selection screen */
  25. "Insulin Type" = "Insuliinityyppi";
  26. /* Button title to acknowledge error
  27. Default acknowledgement */
  28. "OK" = "OK";
  29. /* Title for Pump simulator settings */
  30. "Pump Settings" = "Pumpun asetukset";
  31. /* Button title recovering comms */
  32. "Recover Simulator" = "Palauta simulaattori";