﻿# **************************************************************************

#		Language Table for Software Localization

#		****************************************

# 1) Entry Format

# ****************

# Each phrase entry is made up by an entry ID (must be unique) and an entry 

# value in following format:

#	ID = value

#	ID = value

#	...

#

# 2) How to Do the Localization

# *****************************

# Replace all entry values in localized language while keep entry ID untouched.

# Several things need to be taken care of: 

#	(a) localized string should occupy similiar screen space (smaller is

# 	usually fine) on target device, otherwise the GUI layout may be messed

#	out. 

#	(b) Any special format characters used by standard C function "printf()"

# 	must be reserved, such as "%s", "%d", "%%", etc.

#	(c) New line token "\n" must be reserved.

#	(d) If the entry value is too long, a continuation symbol "\" can be

#	added at the end of current line then continue the value in a new line.

#	(e) Any kind of white space characters at both side of "=" will be

#	trimmed off.

#

# 3) Text Encoding of This File

# *****************************

# This file must be saved with the correct text encoding:

#	(a) For any kind of western languages, save this file with ANSI encoding.

#	(b) For any languages requires multiple bytes for each character, 

#	such as Chinese, Japense and Korean, save it with Unicode (UTF-16)

#	encoding or UTF-8 encoding. The UTF-8 encoding is preferrable because

#	of the smaller file size.

# **************************************************************************


_OG_SYS_MENU_EXIT = 立即退出游戏
_OG_SYS_MENU_CLEARDATA = 清除用户数据


# ======== Shared Strings  ========



LANGUAGE = CHINESE_S

APP_NAME = 五子棋



# ======== Strings Hardcoded in Source Code ========



QUIT_GAME = 退出游戏？

TRIAL_OVER = 试用到期，感谢使用。

VERSION = 版本

TRIAL = （试用版）



GAME_OVER_WON = 恭喜！你赢了！

GAME_OVER_LOST = 抱歉, 你输了……

GAME_OVER_TIE = 平手！

TOTAL_GOES = 所有棋数：



# ======== Strings in MainEntry.txt ========



ENTER_GAME = 开始游戏

EXIT = 结束游戏

ABOUT = 关于游戏



# ======== Strings in Setting.txt ========



GAME_SETTINGS = 游戏设定

BACK = 返回上页

DIFFICULTY = 难度



EASY = 低

MEDIUM = 中

HARD = 高



# ======== Strings in GameCanvas.txt ========



CLOSE = 关闭

YES = 是

NO = 否

OK = Ok

HELP_TITLE = 游戏说明

OBJECTIVE = 游戏目的

HOW_TO_PLAY = 游戏玩法



OBJ_TXT = 首先在横、竖、或斜方连续落下五个己方棋子者为胜。你将和计算机对奕。

HOW_TO_PLAY_TXT = 你是黑方，和计算机轮流落子。选择尚无棋子的交叉点落下新棋子，首先成五（连续五个己方棋子）者为胜。

GOMOKU = 五 子 棋



# ======== Strings in Bye.txt ========



SMART_BUNNY_SERIES = SmartBunny 游戏系列

CPRT = 版权所有(c)2009\nOmniG Software Inc.

INFO = 更多信息：www.omnigsoft.com\n技术支援：support@omnigsoft.com