1
0
Fork 0
fenix/app/src/main/res/values/static_strings.xml

17 lines
746 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<!-- Name of the application -->
<string name="app_name" translatable="false">Firefox Preview</string>
<!-- Preference for developers -->
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
2019-05-24 23:49:50 +02:00
<!-- About content. The first and second parameters are the name of the application. (For example: Fenix) -->
<string name="about_content" translatable="false">
2019-05-24 23:49:50 +02:00
1$s is produced by Mozilla.
</string>
2019-05-25 00:44:53 +02:00
</resources>