mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
084fae1eb4
- Add IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE buttons. - Add Preview_pSaveImage helper function. - Use it in IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE command handling. CORE-19358, CORE-19387
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
/*
|
|
* PROJECT: ReactOS Picture and Fax Viewer
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Chinese (Simplified) resource file
|
|
* TRANSLATORS: Copyright 2015 Henry Tang Ih <henrytang2@hotmail.com>
|
|
* Copyright 2018 Luke Luo <njlyf2011@hotmail.com>
|
|
* Copyright 2021 Wu Haotian <rigoligo03@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS 图片和传真查看器"
|
|
IDS_SETASDESKBG "设置为桌面背景"
|
|
IDS_NOPREVIEW "没有预览。"
|
|
IDS_PREVIEW "预览"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "下一张图片"
|
|
IDS_TOOLTIP_PREV_PIC "上一张图片"
|
|
IDS_TOOLTIP_BEST_FIT "适合窗口 (Ctrl+B)"
|
|
IDS_TOOLTIP_REAL_SIZE "原大小 (Ctrl+A)"
|
|
IDS_TOOLTIP_SLIDE_SHOW "开始幻灯片放映 (F11)"
|
|
IDS_TOOLTIP_ZOOM_IN "放大 (+)"
|
|
IDS_TOOLTIP_ZOOM_OUT "缩小 (-)"
|
|
IDS_TOOLTIP_ROT_CLOCKW "顺时针旋转 (Ctrl+K)"
|
|
IDS_TOOLTIP_ROT_COUNCW "逆时针旋转 (Ctrl+L)"
|
|
IDS_TOOLTIP_ROT_CWSAVE "Rotate Clockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_ROT_CCWSAVE "Rotate Counterclockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_DELETE "删除 (DEL)"
|
|
IDS_TOOLTIP_PRINT "打印 (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "另存为...(Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "修改 (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "帮助主题 (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
|