strings: move chanlog to private strings

crowdin
Floens 7 years ago
parent fd2b2fb183
commit 25c105430d
  1. 11
      Clover/app/src/main/res/values/private_strings.xml
  2. 14
      Clover/app/src/main/res/values/strings.xml

@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<!-- No need to update the changelog, we can't get it translated in time. -->
<string name="changelog_30001" translatable="false">
<![CDATA[
<h3>Clover was updated</h3>
Clover was updated to v3.0.1<br>
<br>
<b>New in this version:</b><br>
Bug fixes.<br>
]]>
</string>
<string-array name="extra_abouts"> <string-array name="extra_abouts">
<item>Donate to Clover development</item> <item>Donate to Clover development</item>
<item>Give a PayPal or Bitcoin donation to the Clover developer</item> <item>Give a PayPal or Bitcoin donation to the Clover developer</item>

@ -16,20 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<resources> <resources>
<!-- Defined in gradle flavor -->
<!--<string name="app_name">Clover</string>-->
<!-- No need to update the changelog, we can't get it translated in time. -->
<string name="changelog_30001" translatable="false">
<![CDATA[
<h3>Clover was updated</h3>
Clover was updated to v3.0.1<br>
<br>
<b>New in this version:</b><br>
Bug fixes.<br>
]]>
</string>
<string name="cancel">Cancel</string> <string name="cancel">Cancel</string>
<string name="add">Add</string> <string name="add">Add</string>
<string name="close">Close</string> <string name="close">Close</string>

Loading…
Cancel
Save