Localizable.strings 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* Confirmation message for deleting a CGM */
  2. "Are you sure you want to delete this CGM?" = "Are you sure you want to delete this CGM?";
  3. /* The title of the cancel action in an action sheet */
  4. "Cancel" = "Cancel";
  5. /* Title of cell to set credentials */
  6. "Credentials" = "Credentials";
  7. /* Title describing glucose date */
  8. "Date" = "Date";
  9. /* Button title to delete CGM
  10. Title text for the button to remove a CGM from Loop */
  11. "Delete CGM" = "Delete CGM";
  12. /* Title describing glucose value */
  13. "Glucose" = "Glucose";
  14. /* Section title for latest glucose reading */
  15. "Latest Reading" = "Latest Reading";
  16. /* Outside US share server option title */
  17. "Outside US" = "Outside US";
  18. /* The title of the Dexcom share password credential */
  19. "Password" = "Password";
  20. /* The title of the Dexcom share server URL credential */
  21. "Server" = "Server";
  22. /* Title describing glucose trend */
  23. "Trend" = "Trend";
  24. /* U.S. share server option title */
  25. "US" = "US";
  26. /* The title of the Dexcom share username credential */
  27. "Username" = "Username";