Yaaic/application/res/values/application.xml

14 lines
887 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Yaaic</string>
<string name="app_full_name">Yet Another Android IRC Client</string>
2011-03-27 11:28:22 -04:00
<string name="app_version">0.7</string>
<string name="app_homepage">http://www.yaaic.org</string>
2011-02-05 07:00:12 -05:00
<string name="app_copyright">(C) 2009-2011 Sebastian Kaspari</string>
<string name="licence_info">
2010-11-18 12:52:19 -05:00
Yaaic is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Yaaic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
</string>
2011-02-05 07:00:12 -05:00
</resources>