mirror of https://github.com/axmolengine/axmol.git
15 lines
408 B
XML
15 lines
408 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>chinese1</key>
|
|
<string>美好的一天</string>
|
|
<key>japanese</key>
|
|
<string>良い一日を</string>
|
|
<key>russian</key>
|
|
<string>Хорошего дня</string>
|
|
<key>spanish</key>
|
|
<string>Buen día</string>
|
|
</dict>
|
|
</plist>
|