49 lines
2.1 KiB
XML
49 lines
2.1 KiB
XML
<!--
|
|
~ Copyright 2013 serso aka se.solovyev
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
~
|
|
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
~ Contact details
|
|
~
|
|
~ Email: se.solovyev@gmail.com
|
|
~ Site: http://se.solovyev.org
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<string name="c_about">About</string>
|
|
|
|
<string name="c_about_content">Copyright (c) 2009-2011\n\n<b>Created by serso aka se.solovyev</b>\n\n
|
|
Application web site:<a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
|
|
This program is open source:\nall source code can be found on\n
|
|
<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n
|
|
For more information please\ncontact the author by email\n
|
|
<a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a>
|
|
\nor visit\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n
|
|
If you want to support the project\n\nyou can buy a special option from application preferences\n\n
|
|
If you like the application\nrank it with 5 stars in\n
|
|
<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
|
|
Thanks to people who translate Calculator++ in different languages:\n
|
|
Italian - Gabriele Ravanetti\n
|
|
Spanish - Jordi Luna\n
|
|
Ukrainian - Андрій Бандура\n\n
|
|
This application uses next open source libraries:\n
|
|
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
|
|
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>
|
|
</string>
|
|
|
|
<string name="c_release_notes">Release notes</string>
|
|
<string name="c_release_notes_for_title">"Release notes for version "</string>
|
|
|
|
</resources> |