diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-06 01:32:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-06 01:32:33 +0300 |
commit | 8f49bcd627ade04e0fb0c8db77c87c5829cb8d15 (patch) | |
tree | a3eb22d1de0a4e9b134eac67ae0e4ec7f6daf4a2 /texts.xml | |
parent | 667c83bfa27803a295b86fa1c104990f5bed30a1 (diff) | |
download | clientdata-s20170419.tar.gz clientdata-s20170419.tar.bz2 clientdata-s20170419.tar.xz clientdata-s20170419.zip |
Diffstat (limited to 'texts.xml')
-rw-r--r-- | texts.xml | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -3,12 +3,15 @@ Copyright (C) 2017 Evol Online --> <texts> - <text>hello</text> + <text show="true">hello</text> + <text>hi</text> + <text show="true">goodbye</text> <text>bye</text> - <text>follow me</text> - <text>follow</text> - <text>stop</text> - <text>help</text> - <text>go away</text> - <text>bot</text> + <text show="true">follow me</text> + <text show="true">follow</text> + <text show="true">stop</text> + <text show="true">help</text> + <text>i need help</text> + <text show="true">go away</text> + <text show="true">bot</text> </texts> |