add two strings

svn: r2204
This commit is contained in:
Chongkai Zhu 2006-02-13 04:50:00 +00:00
parent b50b05dd5b
commit fd44b5addb

View File

@ -574,6 +574,12 @@
(quit "退出") (quit "退出")
(are-you-sure-exit "你确定要退出吗?") (are-you-sure-exit "你确定要退出吗?")
(are-you-sure-quit "你确定要退出吗?") (are-you-sure-quit "你确定要退出吗?")
; these next two are only used in the quit/exit dialog
; on the button whose semantics is "dismiss this dialog".
; they are there to provide more flexibility for translations
; in English, they are just cancel.
(dont-exit "取消")
(dont-quit "取消")
;;; autosaving ;;; autosaving
(error-autosaving "自动保存为\"~a\"时出错。") ;; ~a will be a filename (error-autosaving "自动保存为\"~a\"时出错。") ;; ~a will be a filename