| 1234567891011121314151617181920212223242526 |
- /* Appends a full-stop to a statement */
- "%@." = "%@.";
- /* String format for value with units (1: value, 2: separator, 3: units) */
- "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "キャンセル";
- /* Button title to delete a service */
- "Delete Service" = "Delete Service";
- /* The alert title for a resume error */
- "Error Resuming" = "再開エラー";
- /* The alert title for a suspend error */
- "Error Suspending" = "一時中止エラー";
- /* Button title to acknowledge error
- Default acknowledgement */
- "OK" = "OK";
- /* Title for Pump simulator settings */
- "Pump Settings" = "ポンプ設定";
|