Localizable.strings 659 B

1234567891011121314151617181920212223242526
  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. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "キャンセル";
  7. /* Button title to delete a service */
  8. "Delete Service" = "Delete Service";
  9. /* The alert title for a resume error */
  10. "Error Resuming" = "再開エラー";
  11. /* The alert title for a suspend error */
  12. "Error Suspending" = "一時中止エラー";
  13. /* Button title to acknowledge error
  14. Default acknowledgement */
  15. "OK" = "OK";
  16. /* Title for Pump simulator settings */
  17. "Pump Settings" = "ポンプ設定";