1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
# ----------------------------------------------------------------------
# Curses::UI::Language::chinese
# Maintainer: kongyp@163.com
# ----------------------------------------------------------------------
package Curses::UI::Language::chinese;
1;
__DATA__
####################################UI=as below????
# ----------------------------------------------------------------------
# For Curses::UI
# ----------------------------------------------------------------------
[screen_too_small]
ĵǰĻ˵̫С
ĻС
<CTRL+C>˳...
# ----------------------------------------------------------------------
# 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] 㻹ûѡһļ!
|