mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
de972e2bc2
- Changed some wording according to the translation requirements. - Fixed some mistakes. - Changed my name. Reviewed-by: He Yang <1160386205@qq.com> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
44 lines
1.5 KiB
Text
44 lines
1.5 KiB
Text
/*
|
|
* 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_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
|