mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
0d4e921c93
Add these new features: - Use accelerator table for keyboard hotkeys. - Updated italian translation. - Simplified creation of toolbar and tooltips. - Added missing toolbar buttons. - Initialize common controls for theming. French translation by Kyle Katarn. Polish translation by Adam Stachowicz.
38 lines
1.3 KiB
Text
38 lines
1.3 KiB
Text
/* Simplified Chinese translation by Henry Tang Ih 2015 (henrytang2@hotmail.com) */
|
|
/* Improved by Luo Yufan (njlyf2011@hotmail.com) */
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS 图片和传真查看器"
|
|
IDS_SETASDESKBG "设置为桌面背景"
|
|
IDS_NOPREVIEW "No preview available."
|
|
IDS_PREVIEW "预览"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "下一张图片"
|
|
IDS_TOOLTIP_PREV_PIC "上一张图片"
|
|
IDS_TOOLTIP_BEST_FIT "Best fit to window (Ctrl+B)"
|
|
IDS_TOOLTIP_REAL_SIZE "Actual size (Ctrl+A)"
|
|
IDS_TOOLTIP_SLIDE_SHOW "Start slideshow (F11)"
|
|
IDS_TOOLTIP_ZOOM_IN "放大 (+)"
|
|
IDS_TOOLTIP_ZOOM_OUT "缩小 (-)"
|
|
IDS_TOOLTIP_ROT_CLOCKW "顺时针旋转 (Ctrl+K)"
|
|
IDS_TOOLTIP_ROT_COUNCW "逆时针旋转 (Ctrl+L)"
|
|
IDS_TOOLTIP_DELETE "Delete (DEL)"
|
|
IDS_TOOLTIP_PRINT "打印 (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "另存为...(Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "Modify (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "Help topics (F1)"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMF_FILE "EMF 图像"
|
|
IDS_GIF_FILE "GIF 图像"
|
|
IDS_JPG_FILE "JPEG 图像"
|
|
IDS_BMP_FILE "BMP 图像"
|
|
IDS_PNG_FILE "PNG 图像"
|
|
IDS_TIF_FILE "TIF 图像"
|
|
IDS_WMF_FILE "WMF 图像"
|
|
END
|