diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-05 19:13:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-05 19:13:44 +0300 |
commit | 667c83bfa27803a295b86fa1c104990f5bed30a1 (patch) | |
tree | 67215e3ae503ed1995b9da83483ce3eec2e6692b | |
parent | 5c434ebac355b547749f257852a8f294cd6e34cc (diff) | |
download | clientdata-667c83bfa27803a295b86fa1c104990f5bed30a1.tar.gz clientdata-667c83bfa27803a295b86fa1c104990f5bed30a1.tar.bz2 clientdata-667c83bfa27803a295b86fa1c104990f5bed30a1.tar.xz clientdata-667c83bfa27803a295b86fa1c104990f5bed30a1.zip |
Add texts.xml with source strings for dictionary translations.
-rw-r--r-- | texts.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/texts.xml b/texts.xml new file mode 100644 index 00000000..e8f42624 --- /dev/null +++ b/texts.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: 4144 +Copyright (C) 2017 Evol Online --> + +<texts> + <text>hello</text> + <text>bye</text> + <text>follow me</text> + <text>follow</text> + <text>stop</text> + <text>help</text> + <text>go away</text> + <text>bot</text> +</texts> |