reactos/dll/win32/shimgvw/lang/zh-TW.rc
Carlo Bramini 0d4e921c93
[SHIMGVW] Add new features (CORE-11044) (#3113)
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.
2021-02-13 23:22:21 +09:00

38 lines
1.2 KiB
Plaintext

/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
BEGIN
IDS_APPTITLE "ReactOS 圖片和傳真檢視器"
IDS_SETASDESKBG "設定為桌面背景"
IDS_NOPREVIEW "無法預覽。"
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 "Bitmap 影像"
IDS_PNG_FILE "PNG 影像"
IDS_TIF_FILE "TIF 影像"
IDS_WMF_FILE "WMF 影像"
END