c772a4e429
Conflicts: android-app-core/res/values-ru/text_about.xml android-app-core/res/values-ru/text_wizard.xml android-app-core/res/values/text_about.xml android-app-core/res/values/text_wizard.xml pom.xml
45 lines
2.5 KiB
XML
Executable File
45 lines
2.5 KiB
XML
Executable File
<!--
|
||
~ 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">О программе</string>
|
||
|
||
<string name="c_about_content">Copyright (c) 2009-2013\n\n<b>Программа создана\nserso aka se.solovyev</b>\n\n
|
||
Сайт приложения: <a href="https://vk.com/calculatorpp">https://vk.com/calculatorpp</a>\n\n
|
||
Эта программа с открытыми исходным кодом:\nон может быть найден на \n
|
||
<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n
|
||
За подробной информацией, пожалуйста,\nобращайтесь на почту\n<a href="mailto:se.solovyev@gmail.com">
|
||
se.solovyev@gmail.com</a>\n
|
||
или посетите сайт \n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n
|
||
Если вы хотите поддержать проект материально\nвы можете купить специальную опцию из настроек приложения\n\n
|
||
Если вам понравилось приложение -\nпоставьте 5 звёздочек в\n
|
||
<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
|
||
Это приложение использует следующие открытые библиотеки:\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="cpp_share_link">https://vk.com/calculatorpp</string>
|
||
<string name="c_release_notes">Примечания к выпуску</string>
|
||
<string name="c_release_notes_for_title">"Примечания к выпуску версии "</string>
|
||
|
||
</resources> |