| 12345678910111213141516 |
- /* 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" = "取消";
- /* The alert title for a resume error */
- "Error Resuming" = "恢复输注错误";
- /* The alert title for a suspend error */
- "Error Suspending" = "无法暂停";
|