1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Moved licence information to application.xml

This commit is contained in:
Sebastian Kaspari 2010-04-06 19:48:38 +02:00
parent c26edf0abf
commit beee987dd9
2 changed files with 7 additions and 6 deletions

View File

@ -5,4 +5,9 @@
<string name="app_version">0.2</string>
<string name="app_homepage">http://www.yaaic.org</string>
<string name="app_copyright">(C) 2009-2010 Sebastian Kaspari</string>
<string name="licence_info">
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>
</resources>

View File

@ -21,18 +21,14 @@
<string name="join">Join</string>
<string name="join_channel">Join Channel</string>
<string name="close">Close</string>
<string name="users">Users</string>
<string name="connect">Connect</string>
<string name="disconnect">Disconnect</string>
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="about_label">About</string>
<string name="copyright"></string>
<string name="licence_info">
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>
<string name="settings_label">Settings</string>
<string name="join_label">Join channel</string>