# ---------------------------------------------------------------------- # Curses::UI::Language::chinese # Maintainer: kongyp@163.com # ---------------------------------------------------------------------- package Curses::UI::Language::chinese; 1; __DATA__ ####################################UI=as below???? # ---------------------------------------------------------------------- # For Curses::UI # ---------------------------------------------------------------------- [screen_too_small] 您的当前屏幕对这个程序来说太小。 调整屏幕大小并重起程序, 按退出... # ---------------------------------------------------------------------- # For Curses::UI::Calendar # ---------------------------------------------------------------------- [months] 一月 二月 三月 四月 五月 六月 七月 八月 九月 十月 十一月 十二月 [days_short] 星期一 星期二 星期三 星期四 星期五 星期六 星期天 # ---------------------------------------------------------------------- # For Curses::UI::Buttonbox # ---------------------------------------------------------------------- [button_ok] o:是 [button_cancel] c:退出 [button_yes] y:是 [button_no] n:否 # ---------------------------------------------------------------------- # For Curses::UI::Dialog::Error # ---------------------------------------------------------------------- [error_title] 错误信息 # ---------------------------------------------------------------------- # For Curses::UI::Dialog::FileBrowser # ---------------------------------------------------------------------- # The filebrowser title [file_title] 选择一个文件 [file_savetitle] 选择保存一个文件 [file_loadtitle] 选择加载一个文件 # The dirbrowser title [dir_title] 选择一个目录 # The labels for the dialog screen. [file_path] 路径 : [file_file] 文件: [file_mask] 界面 : # The size of the longest label [file_labelsize] 六 # On directory up [file_dirup] 父目录 # For asking the user if a file may be overwritten [file_overwrite_title] Confirm [file_overwrite_question_pre] 您确认覆盖这个文件? " [file_overwrite_question_post] "? # Errors [file_err_opendir_pre] 不能打开目录 " [file_err_opendir_post] " [file_err_nofileselected] 你还没选择一个文件!