Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / base / applications / kbswitch / lang / zh-TW.rc
diff --git a/reactos/base/applications/kbswitch/lang/zh-TW.rc b/reactos/base/applications/kbswitch/lang/zh-TW.rc
deleted file mode 100644 (file)
index b12f773..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * PROJECT:    ReactOS KBSwitch
- * LICENSE:    GPL - See COPYING in the top level directory
- * FILE:       base/applications/kbswitch/lang/zh-TW.rc
- * PURPOSE:    Chinese (Traditional) Language File for KBSwitch
- * TRANSLATOR: Elton Chung aka MfldElton <elton328@gmail.com>
- */
-
-LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
-
-IDR_POPUP MENU
-BEGIN
-    POPUP "popup"
-    BEGIN
-        MENUITEM "選項(&P)...", ID_PREFERENCES
-        MENUITEM SEPARATOR
-        MENUITEM "結束(&E)", ID_EXIT
-    END
-END